@charset "UTF-8";
@font-face {
  font-family: "OldKingC Bold";
  src: url("../fonts/SPSLOldKingC-Bold.eot");
  src: local("☺"),
    url("../fonts/SPSLOldKingC-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SPSLOldKingC-Bold.woff") format("woff"),
    url("../fonts/SPSLOldKingC-Bold.ttf") format("truetype"),
    url("../fonts/SPSLOldKingC-Bold.svg#SPSLOldKingC-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OldKingC";
  src: url("../fonts/OldKingC.eot");
  src: local("☺"),
    url("../fonts/OldKingC.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OldKingC.woff") format("woff"),
    url("../fonts/OldKingC.ttf") format("truetype"),
    url("../fonts/OldKingC.svg#OldKingC") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINNextW1G";
  src: url("../fonts/DINNextW1G.eot");
  src: local("☺"), url("../fonts/DINNextW1G.woff") format("woff"),
    url("../fonts/DINNextW1G.ttf") format("truetype"),
    url("../fonts/DINNextW1G.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINNextW1G Bold";
  src: url("../fonts/DINNextW1G-Bold.eot");
  src: local("☺"), url("../fonts/DINNextW1G-Bold.woff") format("woff"),
    url("../fonts/DINNextW1G-Bold.ttf") format("truetype"),
    url("../fonts/DINNextW1G-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINNextW1G Black";
  src: url("../fonts/DINNextW1G-Black.eot");
  src: local("☺"), url("../fonts/DINNextW1G-Black.woff") format("woff"),
    url("../fonts/DINNextW1G-Black.ttf") format("truetype"),
    url("../fonts/DINNextW1G-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINNextW1G Medium";
  src: url("../fonts/DINNextW1G-Medium.eot");
  src: local("☺"), url("../fonts/DINNextW1G-Medium.woff") format("woff"),
    url("../fonts/DINNextW1G-Medium.ttf") format("truetype"),
    url("../fonts/DINNextW1G-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
fieldset,
footer,
form,
header,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: "DINNextW1G";
  color: #ffffff;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #dec1b0;
}
.flex-sbc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex-sbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-sbe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.flex-cc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 720px) {
  .flex-cc-sm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center !important;
  }
}
.flex-cs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1299px) {
  .flex-cs-sm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
.flex-ce {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.flex-sc {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.flex-ss {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.flex-se {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.flex-ec {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.flex-es {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.flex-ee {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
button,
input,
select,
textarea {
  outline: none;
  border: none;
}
button,
select {
  cursor: pointer;
}
::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #506d78;
}
::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #506d78;
}
:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #506d78;
}
:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #506d78;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #506d78;
}
:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #506d78;
}
:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #506d78;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #506d78;
}
html {
  overflow-x: hidden;
}
body {
  background: #1c1e26;
  background: url(../images/body_bg.jpg) top center no-repeat, #1c1e26;
  overflow-x: hidden;
}
body.inner {
  background: url(../images/body_bg_inner.jpg) top center no-repeat, #1c1e26;
}
body.inner header .content {
  height: 360px;
}
body.inner header .content-inner__text,
body.inner header .content-inner__title {
  display: none;
}
body.inner header .content-inner__server {
  margin-top: 0;
}
body .body__effs {
  content: "";
  position: absolute;
  width: 878px;
  height: 575px;
  background: url(../images/body_effs.png) top center no-repeat;
  left: calc(878px / 5);
  top: 94px;
  pointer-events: none;
  z-index: 990;
}
@media (max-width: 1300px) {
  body .body__effs {
    display: none;
  }
}
.wrapper {
  width: 100%;
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
}
.small-logo {
  width: auto;
  transition: filter 0.3s ease-in-out;
  position: relative;
  margin-top: -14px;
}
@media (max-width: 1300px) {
  .small-logo {
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .small-logo {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
}
.small-logo:after {
  content: "";
  position: absolute;
  width: 262px;
  height: 84px;
  background: url(../images/nav_logo_eff.png);
  right: -30px;
  top: 10px;
}
@media (max-width: 1300px) {
  .small-logo:after {
    display: none;
  }
}
.small-logo__icon {
  margin: 5px;
}
@media (max-width: 1170px) {
  .small-logo__icon {
    height: 600px;
  }
}
.small-logo:hover {
  filter: brightness(120%);
}
.main-navigation {
  width: 100%;
  height: 135px;
  position: relative;
}
.main-navigation .menu {
  margin-left: 95px;
}
@media (max-width: 1310px) {
  .main-navigation .menu {
    margin-left: 90px;
  }
}
@media (max-width: 1300px) {
  .main-navigation .menu {
    margin-left: 60px;
  }
}
@media (max-width: 600px) {
  .main-navigation .menu {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .main-navigation .menu .menu-links {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 600px) {
  .main-navigation .menu .menu-links {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-navigation .menu .menu-links__link:not(:first-child) {
  margin-left: 40px;
}
@media (max-width: 960px) {
  .main-navigation .menu .menu-links__link:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .main-navigation .menu .menu-links__link:not(:first-child) {
    margin-left: 5px;
    margin-top: 0;
  }
}
@media (max-width: 950px) {
  .main-navigation .menu .menu-links__link img {
    display: none;
  }
}
.main-navigation .menu .menu-links__link.active span {
  color: #f2bb5e;
}
.main-navigation .menu .menu-links__link span {
  text-transform: uppercase;
  font-family: "DINNextW1G Bold";
  margin-left: 9px;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
@media (max-width: 960px) {
  .main-navigation .menu .menu-links__link span {
    font-size: 16px;
    margin-left: 5px;
  }
}
.main-navigation .menu .menu-links__link span:hover {
  color: #f2bb5e;
  filter: brightness(120%);
}
.lang-switch {
  width: 90px;
  height: 57px;
  position: absolute;
  cursor: pointer;
  color: #a6acbb;
  background: #313541;
  border-radius: 32px;
  right: calc(((100% - 1720px) / 3) + 600px);
}
@media (min-width: 1043px) and (max-width: 1300px) {
  .lang-switch {
    right: calc(((100% - 1720px) / 2) + 630px);
  }
}
@media (max-width: 1040px) {
  .lang-switch {
    right: 0;
    top: 0;
  }
}
.lang-switch:hover .lang-switch__items {
  pointer-events: all;
}
.lang-switch__items {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(1, 56, 86, 0);
  border-radius: 22px;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  margin-top: 6px;
  margin-left: 12px;
}
.lang-switch__items.active .lang-switch__item:not(.active) {
  opacity: 1;
  pointer-events: all;
}
.lang-switch__item {
  height: 36px;
  margin-bottom: 4px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.lang-switch__item:hover {
  filter: brightness(120%);
}
.lang-switch__item.active {
  margin-top: 4px;
  opacity: 1 !important;
  order: -1;
}
.lang-switch__item img {
  width: 27px;
  height: 27px;
}
.lang-switch__item span {
  font-size: 16px;
  margin-left: 7px;
  color: #a6acbb;
}
.lang-switch__arrow {
  width: 10px;
  height: 7px;
  position: absolute;
  top: 24px;
  right: 10px;
  transform: scale(1, 1);
  transition: all 0.3s ease-in-out;
  line-height: 3px;
}
.lang-switch__arrow.active {
  transform: scale(1, -1);
}
.lang-switch__arrow:hover:before {
  color: #a6acbb;
  opacity: 0.5;
}
.lang-switch__arrow:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 8px;
  color: #a6acbb;
  transition: all 0.2s ease-in-out;
}
.button-cp {
  display: none;
  position: relative;
  width: 216px;
  height: 57px;
  padding: 18px 0px;
  background: #0e86ca;
  border-radius: 34px;
  text-align: center;
  font-size: 18px;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  margin-left: 420px;
  font-family: "OldKingC";
}
@media (min-width: 1301px) {
  .button-cp {
    position: absolute;
    right: calc((100% - 1720px) + 400px);
  }
}
@media (max-width: 1300px) {
  .button-cp {
    margin-left: 370px;
  }
}
@media (max-width: 1230px) {
  .button-cp {
    margin-left: 300px;
  }
}
@media (max-width: 1130px) {
  .button-cp {
    margin-left: 200px;
  }
}
@media (max-width: 1022px) {
  .button-cp {
    margin-left: 70px;
  }
}
@media (max-width: 960px) {
  .button-cp {
    margin-left: 40px;
  }
}
@media (max-width: 600px) {
  .button-cp {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    height: 42px;
    padding: 13px 0px;
    font-size: 14px;
  }
}
.button-cp:hover {
  background: #29a3eb;
}
.button-cp:after {
  content: "";
  position: absolute;
  width: 359px;
  height: 79px;
  background: url(../images/nav_lk_eff.png);
  left: -66px;
  top: -33px;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .button-cp:after {
    display: none;
  }
}
header .content {
  width: 100%;
  height: 600px;
}
@media (max-width: 1299px) {
  header .content {
    padding: 0 10px;
  }
}
header .content-inner {
  max-width: 650px;
}
header .content-inner__title{
  position: relative;
  font-size: 64px;
  text-transform: uppercase;
  font-family: "OldKingC";
  letter-spacing: 1px;

  /* золотий градієнт */
  background: linear-gradient(
      120deg,
      #fff2c6 0%,
      #ffd977 20%,
      #ffc45e 40%,
      #f2a93c 60%,
      #ffc45e 80%,
      #fff2c6 100%
  );

  background-size: 200% auto;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* glow */
  text-shadow:
      0 0 6px rgba(255,210,120,0.7),
      0 0 12px rgba(255,180,80,0.6),
      0 0 24px rgba(255,140,40,0.5);

  animation: goldShine 4s linear infinite;
}
@media (max-width: 600px) {
  header .content-inner__title {
    text-align: center;
    font-size: 48px;
  }
}
@keyframes goldShine{
  0%{
    background-position: -200% center;
  }
  100%{
    background-position: 200% center;
  }
}
@media (max-width: 400px) {
  header .content-inner__title {
    text-align: center;
    font-size: 44px;
  }
}
header .content-inner__title:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 65px;
  background: url(../images/1111_eff.png);
  left: -50px;
  top: -18px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1300px) {
  header .content-inner__title:after {
    display: none;
  }
}
header .content-inner__text {
  margin-top: 20px;
  font-size: 22px;
  max-width: 560px;
  height: calc(32px * 3);
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 600px) {
  header .content-inner__text {
    text-align: center;
    height: calc(25px * 3);
    line-height: 25px;
    font-size: 18px;
  }
}
header .content-inner__server {
  margin-top: 60px;
}
header .content-inner__server__button {
  cursor: pointer;
  width: 349px;
  height: 80px;
  background: url(../images/button_startgame.png) top center no-repeat;
  padding: 18px 0px;
  text-align: center;
  font-size: 36px;
  font-family: "OldKingC Bold";
  font-weight: bold;
  text-transform: uppercase;
  color: #282c38;
  transition: filter 0.3s ease-in-out;
  text-shadow: 0px 1px 0px #7d8087;
}
header .content-inner__server__button:hover {
  filter: brightness(120%);
}
@media (max-width: 600px) {
  header .content-inner__server__button {
    margin: auto;
  }
}
header .content-inner__server__online {
  margin-left: 22px;
}
@media (max-width: 600px) {
  header .content-inner__server__online {
    margin-top: 15px;
    margin: 15px auto;
  }
}
header .content-inner__server__online .round {
  position: relative;
  width: 104px;
  height: 106px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  padding: 37px 0;
  font-family: "DINNextW1G Bold";
}
header .content-inner__server__online .round.o_25 {
  background: url(../images/server_round_25.png) top center no-repeat;
}
header .content-inner__server__online .round.o_50 {
  background: url(../images/server_round_50.png) top center no-repeat;
}
header .content-inner__server__online .round.o_75 {
  background: url(../images/server_round_75.png) top center no-repeat;
}
header .content-inner__server__online .round.o_100 {
  background: url(../images/server_round_100.png) top center no-repeat;
}
header .content-inner__server__online .round:before {
  content: "";
  position: absolute;
  width: 414px;
  height: 134px;
  background: url(../images/server_round_eff.png);
  right: 56px;
  top: -15px;
  pointer-events: none;
}
header .content-inner__server__online .text {
  margin-left: 10px;
}
header .content-inner__server__online .text .title {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "OldKingC";
}
header .content-inner__server__online .text .online {
  font-size: 18px;
  color: #adb5c9;
}
header .content-inner__server__online .text .online span {
  font-weight: bold;
  color: #ffc45e;
}
@media (max-width: 1299px) {
  main {
    padding: 0 10px;
  }
}
.last-news {
  width: 100%;
  max-width: 850px;
  margin-top: 80px;
}
@media (max-width: 1299px) {
  .last-news {
    max-width: none;
  }
}
.last-news__title {
  position: relative;
}
.last-news__title span {
  text-transform: uppercase;
  font-size: 36px;
  margin-left: 20px;
  font-family: "OldKingC";
}
@media (max-width: 600px) {
  .last-news__title span {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .last-news__title span {
    font-size: 20px;
  }
}
.last-news__title:before {
  content: "";
  position: absolute;
  width: 503px;
  height: 67px;
  background: url(../images/last_news_eff.png);
  left: -280px;
  pointer-events: none;
}
.last-news__button,
.last-news__item {
  margin-top: 25px;
  padding: 25px;
  background-color: rgba(37, 40, 50, 0.5);
  border-radius: 10px;
  
}
.last-news__button {
  cursor: pointer;
  text-transform: uppercase;
  font-family: "DINNextW1G Bold";
  font-size: 18px;
  transition: filter 0.3s ease-in-out;
}
.last-news__button:hover {
  filter: brightness(120%);
}
.last-news__button span {
  margin-left: 12px;
}
.last-news__item-image {
  position: relative;
  width: 750px;
  height: 280px;
 margin-left:25px;
 margin-top:20px;
}
@media (max-width: 810px) {
  .last-news__item-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.last-news__item-image img {
  
  z-index: 2;
  border-radius: 10px;
}
.last-news__item-image-bg,
.last-news__item-image-blur {
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
}
.last-news__item-image img.last-news__item-image-bg {
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
}
.last-news__item-image img.last-news__item-image-blur {
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  filter: blur(10px);
  -webkit-filter: blur(10px);
}
.last-news__item-image:after {
  content: "";
  position: absolute;
  width: 750px;
  height: 280px;
  background-color: #4f5464;
  z-index: 1;
  border-radius: 10px;
  opacity: 0.5;
}
.last-news__item-content {
  position: relative;
  max-width: 750px;
  width: 100%;
}
@media (min-width: 810px) and (max-width: 1299px) {
  .last-news__item-content {
    max-width: calc(100% - 300px);
  }
}
@media (max-width: 810px) {
  .last-news__item-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.last-news__item-title {
  margin-top: 15px;
  margin-left:25px;
}
.last-news__item-title a {
  height: 25px;
  font-size: 24px;
  color: #f2bb5e;
  font-family: "DINNextW1G Bold";
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  overflow: hidden;
  transition: filter 0.3s ease-in-out;
}
.last-news__item-title a:hover {
  filter: brightness(120%);
}
.last-news__item-subtitle {
  font-size: 18px;
  color: #82899a;
  font-family: "DINNextW1G";
  height: 25px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  overflow: hidden;
}
.last-news__item-text {
  margin-top: 15px;
  margin-left:25px;
  font-size: 16px;
  height: calc(40px * 3);
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
}
.last-news__item-bottom {
  margin-top: 0px;
}
.last-news__item-bottom-date {
  font-size: 14px;
  color: #82899a;
}
.last-news__item-bottom-more {
  width: 145px;
  height: 45px;
  border: 1px solid #f2bb5e;
  color: #f2bb5e;
  text-align: center;
  cursor: pointer;
  padding: 12px 0;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "DINNextW1G Medium";
  font-size: 18px;
  transition: filter 0.3s ease-in-out;
}
.last-news__item-bottom-more:after {
  content: "›";
  margin-left: 5px;
  height: 8px;
  line-height: 8px;
  font-size: 16px;
  overflow: hidden;
}
.last-news__item-bottom-more:hover {
  filter: brightness(120%);
}
.stream-wrap {
  position: absolute;
  top: -180px;
  width: 390px;
}
.stream-wrap .stream {
  padding: 0 !important;
  height: 220px;
}
.stream-wrap .stream iframe {
  max-width: 100%;
  height: 220px;
}
@media (max-width: 1299px) {
  .stream-wrap {
    position: relative;
    margin-bottom: 20px;
    top: 0;
  }
}
.aside-right {
  width: 100%;
  max-width: 390px;
  margin-top: 150px;
}
@media (min-width: 620px) and (max-width: 1299px) {
  .aside-right {
    max-width: none;
    margin-top: 60px;
  }
  .aside-right div.half:first-child {
    margin-right: 30px;
  }
}
.aside-right__social a {
  transition: filter 0.3s ease-in-out;
}
.aside-right__social a:hover {
  filter: brightness(120%);
}
.aside-right__block-title {
  position: relative;
  margin-top: 50px;
}
@media (min-width: 802px) and (max-width: 1299px) {
  .aside-right__block-title.discord {
    margin-top: 0;
  }
}
.aside-right__block-title span {
  margin-left: 20px;
  font-size: 30px;
  font-family: "OldKingC";
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .aside-right__block-title span {
    font-size: 26px;
  }
}
.aside-right__block-title.before-green {
  margin-top: 0;
}
.aside-right__block-title.before-green:before {
  width: 221px;
  height: 67px;
  background: url(../images/aside_block_eff_green.png);
  left: -20px;
}
.aside-right__block-title:before {
  content: "";
  position: absolute;
  width: 503px;
  height: 67px;
  background: url(../images/aside_block_eff.png);
  left: -45%;
}
.aside-right__block-rating {
  width: 100%;
  background-color: #252832;
  border-radius: 10px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: opacity 0.3s ease-in-out;
  margin: 0;
}
.aside-right__block-rating.active {
  padding: 20px;
  max-height: none;
  opacity: 1;
  margin-top: 15px;
}
.aside-right__block-rating-item {
  padding: 14px;
  background-color: #2f313a;
  border-radius: 10px;
}
.aside-right__block-rating-item:not(:first-child) {
  margin-top: 13px;
}
.aside-right__block-rating-item:first-child {
  font-family: "DINNextW1G Bold";
  font-weight: bold;
}
.aside-right__block-rating-item:first-child .number {
  color: #e7b35c;
}
.aside-right__block-rating-item:nth-child(2) {
  font-family: "DINNextW1G Bold";
  font-weight: bold;
}
.aside-right__block-rating-item:nth-child(2) .number {
  color: #d4d4d4;
}
.aside-right__block-rating-item:nth-child(3) {
  font-family: "DINNextW1G Bold";
  font-weight: bold;
}
.aside-right__block-rating-item:nth-child(3) .number {
  color: #c46e3a;
}
.aside-right__block-rating-item .number {
  font-size: 18px;
  color: #82899a;
}
.aside-right__block-rating-item .value {
  font-size: 24px;
  color: #dadada;
  margin-left: auto;
}
.aside-right__block-rating-item .nickname {
  font-size: 18px;
  margin-left: 5px;
}
.aside-right__rating-switch {
  margin-top: 25px;
}
.aside-right__rating-switch-item {
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  width: 122px;
  background-color: #1c1e26;
  color: #82899a;
  font-size: 24px;
  transition: filter 0.3s ease-in-out;
}
.aside-right__rating-switch-item:hover {
  filter: brightness(120%);
}
@media (max-width: 450px) {
  .aside-right__rating-switch-item {
    width: 115px;
  }
}
.aside-right__rating-switch-item.active {
  position: relative;
  background-color: #f2bb5e;
  color: #000;
  font-weight: bold;
}
.aside-right__rating-switch-item.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: url(../images/rating_pisos.png) top center no-repeat;
  bottom: -6px;
  left: 0;
}
footer {
  position: relative;
  width: 100%;
  height: 205px;
  margin-top: 90px;
}
@media (max-width: 830px) {
  footer {
    height: auto;
  }
  footer .wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
footer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 731px;
  background: url(../images/footer_bg.png) bottom center no-repeat;
  bottom: 0;
  z-index: -100;
  pointer-events: none;
}
footer .footer__left {
  max-width: 425px;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
  z-index: 1;
}
@media (max-width: 830px) {
  footer .footer__left {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  footer .footer__left-logo {
    text-align: center;
  }
}
footer .footer__left:hover {
  opacity: 1;
}
footer .footer__left-copyright {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #82899a;
}
footer .footer__left-unsimple a {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
footer .footer__left-unsimple a:hover {
  opacity: 1;
}
footer .footer__left-copyright,
footer .footer__left-unsimple {
  padding-left: 50px;
}
@media (max-width: 830px) {
  footer .footer__left-copyright,
  footer .footer__left-unsimple {
    padding-left: 0;
    text-align: center;
  }
}
footer .footer__button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 960px) {
  footer .footer__button {
    display: none;
  }
}
footer .footer__button a {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
footer .footer__button a:hover {
  opacity: 1;
}
footer .footer__right {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
  z-index: 1;
}
footer .footer__right:hover {
  opacity: 1;
}
footer .footer__right .footer__menu:not(:first-child) {
  margin-left: 50px;
}
@media (max-width: 830px) {
  footer .footer__right .footer__menu:not(:first-child) {
    margin-left: 30px;
  }
}
@media (max-width: 380px) {
  footer .footer__right .footer__menu:not(:first-child) {
    margin-left: 18px;
  }
}
footer .footer__right .footer__menu-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "OldKingC";
  color: #f2bb5e;
}
footer .footer__right .footer__menu-item {
  font-size: 16px;
  max-width: 180px;
  margin-top: 18px;
}
footer .footer__right .footer__menu-item a {
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
footer .footer__right .footer__menu-item a:hover {
  opacity: 0.5;
}
.window__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(18, 20, 26, 0.9);
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.window__bg.active {
  opacity: 1;
  pointer-events: all;
}
.window {
  position: fixed;
  width: 900px;
  height: 920px;
  top: calc((100vh - 900px) / 2);
  left: calc((100% - 900px) / 2);
  background-color: rgba(29, 32, 42, 0.85);
  border-radius: 10px;
  z-index: 1002;
  transform: scale(1.5, 1.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.window.donate {
  top: calc((100vh - 600px) / 2);
  height: 600px;
}
.window.donate[data-window="donate"] {
  top: calc((100vh - 900px) / 2);
  height: 900px;
}
@media (max-width: 450px) {
  .window.donate .window__content {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .window {
    width: 100%;
    left: 0px;
  }
}
@media (max-height: 900px) {
  .window {
    height: 102vh;
    top: 0px;
  }
}
.window__close {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 10px;
  font-size: 24px;
  color: #252933;
  transition: filter 0.3s ease-in-out;
}
.window__close:hover {
  filter: brightness(200%);
}
.window__content {
  position: relative;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  margin: 40px;
  padding: 40px;
  border: dashed 0.5px #333643;
}
@media (max-width: 450px) {
  .window__content {
    border: none;
    margin: auto;
    padding: 0;
  }
}
.window__content:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: url(../images/icons/ang-bottom-right.png) right bottom no-repeat,
    url(../images/icons/ang-bottom-left.png) left bottom no-repeat,
    url(../images/icons/ang-top-left.png) left top no-repeat,
    url(../images/icons/ang-top-right.png) right top no-repeat;
  pointer-events: none;
}
@media (max-width: 450px) {
  .window__content:after {
    display: none;
  }
}
.window__content-title {
  text-align: center;
  font-size: 40px;
  color: #ffc45e;
  text-transform: uppercase;
  font-family: "OldKingC Bold";
}
@media (max-width: 450px) {
  .window__content-title {
    font-size: 20px;
  }
}
.window__content-subtitle {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "OldKingC";
  line-height: 35px;
}
@media (max-width: 450px) {
  .window__content-subtitle {
    font-size: 20px;
    line-height: 25px;
  }
}
.window__content-inner {
  margin-top: 25px;
}
@media (max-width: 450px) {
  .window__content-inner {
    margin-top: 15px;
  }
}
.window__content-inner p {
  text-align: center;
  line-height: 25px;
  margin-bottom: 15px;
  font-size: 17px;
}
@media (max-width: 800px) {
  .window__content-inner p {
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .window__content-inner p {
    line-height: 13px;
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .window__content-inner p {
    line-height: 12px;
  }
}
.window__faq-item:not(:first-child) {
  margin-top: 15px;
}
.window__faq-item__title {
  cursor: pointer;
  width: 100%;
  padding: 20px;
  background: rgba(67, 73, 95, 0.17);
  border-radius: 10px;
  transition: filter 0.3s ease-in-out;
}
.window__faq-item__title:hover {
  filter: brightness(140%);
}
.window__faq-item__text {
  display: none;
  padding: 20px;
  margin-top: 7px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background: rgba(21, 23, 31, 0.37);
  text-align: left;
  line-height: 20px;
  font-size: 16px;
}
.window__faq-item.active .window__faq-item__text {
  display: block;
}
.window__faq-item .fa {
  color: #4b4f5f;
  font-size: 26px;
}
.window__faq-item .fa-angle-up {
  display: none;
}
.window__faq-item.active .fa-angle-up {
  display: block;
}
.window__faq-item.active .fa-angle-down {
  display: none;
}
.window.active {
  transform: scale(1, 1);
  opacity: 1;
  pointer-events: auto;
}
.login {
  width: 100%;
  max-width: 850px;
  margin-top: 80px;
}
@media (max-width: 1299px) {
  .login {
    max-width: none;
  }
}
.login__title {
  position: relative;
}
.login__title span {
  text-transform: uppercase;
  font-size: 36px;
  margin-left: 20px;
  font-family: "OldKingC";
}
@media (max-width: 600px) {
  .login__title span {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .login__title span {
    font-size: 20px;
  }
}
.login__title:before {
  content: "";
  position: absolute;
  width: 503px;
  height: 67px;
  background: url(../images/last_news_eff.png);
  left: -280px;
  pointer-events: none;
}
.login__inner {
  background: rgba(37, 40, 50, 0.5);
  padding: 30px;
  margin-top: 20px;
  border-radius: 10px;
}
.login__inner-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: dashed 0.5px #333643;
}
.login__inner-content:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: url(../images/icons/ang-bottom-right.png) right bottom no-repeat,
    url(../images/icons/ang-bottom-left.png) left bottom no-repeat,
    url(../images/icons/ang-top-left.png) left top no-repeat,
    url(../images/icons/ang-top-right.png) right top no-repeat;
  pointer-events: none;
}
.login__inner-content form {
  max-width: 420px;
  margin: 0 auto;
  margin-top: 110px;
  margin-bottom: 80px;
}
.register {
  width: 100%;
  margin-top: 80px;
}
.register__title {
  position: relative;
}
.register__title span {
  text-transform: uppercase;
  font-size: 36px;
  margin-left: 20px;
  font-family: "OldKingC";
}
@media (max-width: 600px) {
  .register__title span {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .register__title span {
    font-size: 20px;
  }
}
.register__title:before {
  content: "";
  position: absolute;
  width: 503px;
  height: 67px;
  background: url(../images/last_news_eff.png);
  left: -280px;
  pointer-events: none;
}
.register__inner {
  background: rgba(37, 40, 50, 0.5);
  padding: 30px;
  margin-top: 20px;
  border-radius: 10px;
}
.register__inner-content {
  position: relative;
  width: 100%;
  height: 100%;
  border: dashed 0.5px #333643;
}
.register__inner-content:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: url(../images/icons/ang-bottom-right.png) right bottom no-repeat,
    url(../images/icons/ang-bottom-left.png) left bottom no-repeat,
    url(../images/icons/ang-top-left.png) left top no-repeat,
    url(../images/icons/ang-top-right.png) right top no-repeat;
  pointer-events: none;
}
.register__inner-form {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0;
}
@media (max-width: 1200px) {
  .register__inner-form {
    border-bottom: dashed 0.5px #333643;
  }
}
.register__inner-info {
  width: 100%;
  height: 100%;
  max-width: calc(575px + 100px);
  padding: 50px;
  border-left: dashed 0.5px #333643;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.register__inner-info__title {
  color: #ffc45e;
  font-size: 39px;
  font-family: "OldKingC Bold";
}
.register__inner-info__subtitle {
  margin-top: 10px;
  font-size: 17px;
  font-family: "OldKingC";
}
.register__inner-info__line-title {
  color: #ffc45e;
  margin-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "DINNextW1G Bold";
}
.register__inner-info__line-text {
  margin-top: 15px;
  font-size: 15px;
  line-height: 25px;
}
.register__inner-info__line-text a {
  color: #82eb7a;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.register__inner-info__line-text a:hover {
  filter: brightness(110%);
  text-decoration: none;
}
@media (max-width: 1200px) {
  .register__inner-info {
    border-left: none;
  }
}
.textpage {
  width: 100%;
  margin-top: 80px;
}
.textpage__title {
  position: relative;
}
.textpage__title span {
  text-transform: uppercase;
  font-size: 36px;
  margin-left: 20px;
  font-family: "OldKingC";
}
@media (max-width: 600px) {
  .textpage__title span {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .textpage__title span {
    font-size: 20px;
  }
}
.textpage__title:before {
  content: "";
  position: absolute;
  width: 503px;
  height: 67px;
  background: url(../images/last_news_eff.png);
  left: -280px;
  pointer-events: none;
}
.textpage__inner {
  background: rgba(37, 40, 50, 0.5);
  padding: 30px;
  margin-top: 20px;
  border-radius: 10px;
}
.textpage__inner-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px;
  border: dashed 0.5px #333643;
  font-size: 19px;
}
.textpage__inner-content h1 {
  font-size: 27px;
  color: #ecb75c;
  margin-top: 0;
  margin-bottom: 50px;
}
.textpage__inner-content hr {
  border: 1px dotted #333643;
  border-style: none none dotted;
  margin-top: 40px;
  margin-bottom: 40px;
}
.textpage__inner-content table {
  width: 100%;
  border-spacing: 0;
}
.textpage__inner-content table tr {
  font-size: 15px;
  font-family: "DINNextW1G Medium";
}
.textpage__inner-content table tr:first-child {
  font-family: "DINNextW1G";
  font-weight: normal;
  background: rgba(255, 255, 255, 0.02);
}
.textpage__inner-content table tr:first-child th {
  text-align: left;
  padding: 20px;
}
.textpage__inner-content table tr:first-child th:first-child {
  border-radius: 10px 0 0 10px;
}
.textpage__inner-content table tr:first-child th:last-child {
  border-radius: 0 10px 10px 0;
}
.textpage__inner-content table tr td {
  font-family: "DINNextW1G Medium";
  padding: 20px;
}
.textpage__inner-content:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: url(../images/icons/ang-bottom-right.png) right bottom no-repeat,
    url(../images/icons/ang-bottom-left.png) left bottom no-repeat,
    url(../images/icons/ang-top-left.png) left top no-repeat,
    url(../images/icons/ang-top-right.png) right top no-repeat;
  pointer-events: none;
}
.user-cp-form {
  width: 100%;
}
.user-cp-form__line {
  width: 100%;
  height: 76px;
  margin-bottom: 20px;
  position: relative;
}
.user-cp-form__line span {
  font-size: 14px;
  font-family: "DINNextW1G Bold";
  margin-right: 10px;
}
.user-cp-form__line a {
  color: #ffc45e;
  font-size: 14px;
  font-family: "DINNextW1G Bold";
  transition: filter 0.3s ease-in-out;
}
.user-cp-form__line a:hover {
  filter: brightness(110%);
}
@media (max-width: 1000px) {
  .user-cp-form__line {
    margin-bottom: 10px;
  }
}
.user-cp-form__line-text {
  width: 100%;
  font-size: 17px;
  color: #a39781;
  text-align: center;
  margin-top: 40px;
}
.user-cp-form input {
  width: 100%;
  height: 100%;
  background: rgba(18, 19, 25, 0.42);
  border-radius: 10px;
  font-family: "DINNextW1G Medium";
  font-size: 18px;
  text-align: center;
  color: #585d67;
  padding: 0px 20px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.02);
  z-index: 1;
}
.user-cp-form__button {
  width: 270px;
  margin: 40px auto 0 auto;
  padding: 25px 0px;
  background: linear-gradient(to bottom, #f1ba5b, #b68942);
  border-radius: 40px;
  font-family: "OldKingC Bold";
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  transition: filter 0.3s ease-in-out;
}
.window__contentt {
  position: relative;
  width: calc(100% - 80px);
  margin: 40px;
  padding: 40px;
  border: dashed 0.5px #333643;
}
.time {
  position: absolute;
  right: -465px;
  bottom: -820px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
}

.content-inner__textt {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 0px;
  font-family: "OldKingC";
}

.titlenews {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  color: #f2bb5e;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0px;
  font-family: "OldKingC";
  float: left;
}

.datenews {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  color: #f2bb5e;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0px;
  font-family: "OldKingC";
  float: right;
  width: 1px;
}

.trtr {
  width: 1px;
}

.tbodyy {
  width: 1px;
  padding: 0;
  border: 0;
  margin: 1px;
}

.tablee {
  width: 0px;
  padding: 0;
  border: 0;
  margin: 0px;
}

.window__contentt:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: url(../images/icons/ang-bottom-right.png) right bottom no-repeat,
    url(../images/icons/ang-bottom-left.png) left bottom no-repeat,
    url(../images/icons/ang-top-left.png) left top no-repeat,
    url(../images/icons/ang-top-right.png) right top no-repeat;
  pointer-events: none;
}
::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #32312e;
  box-shadow: 0px 0px 3px #000 inset;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e6b157;
  box-shadow: 0px 1px 1px #fff inset;
  background-image: url("https://yraaa.ru/_pu/24/59610063.png");
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 7px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 4px;
}

.main-navigation .menuen {
  margin-left: 95px;
}

.user-cp-form__button2 {
  width: 220px;
  float: right;
  margin: -25px auto 0 auto;
  padding: 5px 0px;
  background: linear-gradient(to bottom, #f1ba5b, #b68942);
  border-radius: 40px;
  font-family: "OldKingC Bold";
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  transition: filter 0.3s ease-in-out;
}

.user-cp-form__button:hover {
  filter: brightness(110%);
}
.user-cp-form__button-auth {
  width: 192px;
  height: 45px;
  border: 1px solid #f2bb5e;
  color: #f2bb5e;
  text-align: center;
  cursor: pointer;
  padding: 12px 0;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "DINNextW1G Medium";
  font-size: 17px;
  transition: filter 0.3s ease-in-out;
  background: none;
  margin: 20px auto 0 auto;
}
.user-cp-form__button-auth:after {
  content: "›";
  margin-left: 5px;
  height: 8px;
  line-height: 8px;
  font-size: 16px;
  overflow: hidden;
}
.user-cp-form__button-auth:hover {
  filter: brightness(120%);
}
.download {
  width: 100%;
  max-width: 260px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.download__block {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  border: dashed 0.5px #ffc45e;
  text-align: center;
  text-transform: uppercase;
}
.download__block-title {
  color: #ffc45e;
  font-size: 21px;
  font-family: "OldKingC Bold";
}
.download__block-size {
  font-family: "DINNextW1G Medium";
  font-size: 17px;
}
.download__block:after {
  content: "";
  position: absolute;
  width: 174px;
  height: 65px;
  top: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url(/images/icons/download_icon.png);
}
.download__buttons {
  margin-top: 10px;
}
.download__buttons a {
  padding: 15px 25px;
  border-radius: 10px;
  background: rgba(60, 64, 78, 0.16);
  font-family: "DINNextW1G Medium";
  font-size: 15px;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.download__buttons a:hover {
  color: #ffc45e;
}


.ots {
    margin-top: 1px;
}
.aside-right__social{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}

.aside-right__social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.aside-right__social img{
  height:34px;
  width:auto;
  display:block;
  transition: transform .18s ease, filter .18s ease;
  transform: translateZ(0);
}

/* hover */
.aside-right__social a:hover img{
  transform: translateY(-4px) scale(1.12);
  filter: drop-shadow(0 0 14px rgba(255,215,120,.95));
  animation: iconPulse .9s ease-in-out infinite alternate;
}

@keyframes iconPulse{
  from{ filter: drop-shadow(0 0 10px rgba(255,215,120,.65)); }
  to  { filter: drop-shadow(0 0 18px rgba(255,215,120,1)); }
}
.hand-fire {
    position: absolute;
    right: 410px;   /* піджени по руці */
    top: 210px;     /* піджени по руці */
    width: 220px;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.9;
    z-index: 5;
}
.small-logo {
  height: auto !important;
}

.small-logo__icon {
  height: 100px !important;
  width: auto;
}
.small-logo{
  display:flex;
  align-items:center;
}

.small-logo__icon{
  height: 80px;
  width: auto;
  display:block;
}
/* ===== HERO text block (titles + button) ===== */
.content-inner.hero{
  max-width: 720px;              /* чтобы текст не был на всю ширину */
  padding: 28px 0 0;             /* чуть ниже от меню */
}

.hero__titles{
  display: flex;
  flex-direction: column;
  gap: 10px;                      /* ровные отступы между строками */
}

.hero__kicker{
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: 1px;
}

.hero__name{
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: 1px;
}

.hero__date{
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: 1px;
  margin-top: 6px;
}

/* если у тебя уже есть золотой шрифт/стиль в content-inner__title,
   то эти 3 класса будут только управлять размерами/отступами */

/* ===== Actions row (button + server widget) ===== */
.hero__actions{
  margin-top: 22px;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;               /* чтобы на узких экранах переносилось */
}

.hero__server{
  display: flex;
  align-items: center;
  max-width: 320px;              /* чтобы сервер-виджет не раздувался */
}

/* если серверный блок слишком высокий/кривой — выровняем внутренности */
.hero__server *{
  vertical-align: middle;
}

/* ===== Mobile адаптация ===== */
@media (max-width: 980px){
  .content-inner.hero{
    max-width: 92%;
    padding-top: 22px;
  }
  .hero__kicker{ font-size: 34px; }
  .hero__name{  font-size: 40px; }
  .hero__date{  font-size: 32px; }
}

@media (max-width: 560px){
  .hero__actions{
    gap: 12px;
  }
  .content-inner__server__button{
    width: 100%;
    max-width: 320px;            /* аккуратно */
  }
  .hero__server{
    width: 100%;
    max-width: none;
  }
}
/* ===== HERO OVERRIDE (перебивает header .content-inner__title) ===== */
header .content-inner.hero{ 
  max-width: 720px; 
  padding: 28px 0 0; 
}

header .content-inner.hero .hero__titles{
  display:flex;
  flex-direction:column;
  gap: 10px;
}

/* Перебиваем font-size:60px у header .content-inner__title */
header .content-inner.hero .content-inner__title{
  line-height: 1.05;
  letter-spacing: 1px;
}

/* разные размеры */
header .content-inner.hero .content-inner__title.hero__kicker{ font-size: 44px; }
header .content-inner.hero .content-inner__title.hero__name  { font-size: 52px; }
header .content-inner.hero .content-inner__title.hero__date  { font-size: 44px; margin-top: 6px; }

/* если хочешь: эффект (header_eff.png) оставить только на первой строке */
header .content-inner.hero .content-inner__title:after{ display:none; }
header .content-inner.hero .content-inner__title.hero__kicker:after{ display:block; }

/* ===== кнопка + сервер в одну линию ===== */
header .content-inner.hero .hero__actions{
  margin-top: 22px;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

header .content-inner.hero .hero__server{
  display:flex;
  align-items:center;
  margin-left: 22px; /* как было у online */
  max-width: 360px;
}

/* ===== Mobile ===== */
@media (max-width: 980px){
  header .content-inner.hero{ max-width: 92%; padding-top: 22px; }
  header .content-inner.hero .content-inner__title.hero__kicker{ font-size: 34px; }
  header .content-inner.hero .content-inner__title.hero__name  { font-size: 40px; }
  header .content-inner.hero .content-inner__title.hero__date  { font-size: 32px; }
}

@media (max-width: 600px){
  header .content-inner.hero{ margin-left:auto; margin-right:auto; }
  header .content-inner.hero .hero__titles{ text-align:center; }
  header .content-inner.hero .hero__actions{ justify-content:center; }
  header .content-inner.hero .hero__server{ margin-left:0; }
}

@media (max-width: 560px){
  header .content-inner.hero .content-inner__server__button{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  header .content-inner.hero .hero__server{
    width: 100%;
    max-width: none;
    justify-content: center;
  }
}
.rating-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 14px;
    border-bottom:1px solid rgba(255,255,255,0.05);
    font-size:14px;
}

.rating-row:last-child{
    border-bottom:none;
}

.rating-pos{
    width:30px;
    color:#ffc45e;
    font-weight:700;
}

.rating-name{
    flex:1;
    color:#fff;
    font-weight:500;
}

.rating-score{
    min-width:90px;
    text-align:right;
    font-weight:600;
}

.rating-score .pvp{
    color:#4cafef;
}

.rating-score .pk{
    color:#ff4c4c;
}

.rating-score .slash{
    margin:0 4px;
    color:#aaa;
}
/* Clan top */
.rating-row--clan .clan-rep{
  color:#ffc45e;
}
.rating-row:nth-child(1) .rating-pos,
.rating-row:nth-child(1) .rating-name{ text-shadow:0 0 12px rgba(255,196,94,.35); }

.rating-row:nth-child(1) .rating-pos{ color:#ffd77a; }
.rating-row:nth-child(2) .rating-pos{ color:rgba(255,255,255,.85); }
.rating-row:nth-child(3) .rating-pos{ color:rgba(216,177,90,.9); }

.rating-row--pk .pk{
  color:#ff4c4c;
  font-weight:600;
}
.forum-news{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:15px;
}

.forum-news__item{
  display:block;
  padding:14px 18px;
  border-radius:16px;
  text-decoration:none;

  background: rgba(20,20,30,.85);
  backdrop-filter: blur(6px);

  border:1px solid rgba(255,255,255,.05);

  transition:.2s ease;
}

.forum-news__item:hover{
  transform:translateY(-2px);
  border:1px solid #ffc45e;
  box-shadow:0 0 25px rgba(255,196,94,.15);
}

.forum-news__title{
  color:#fff;
  font-size:14px;
  font-weight:600;

  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.forum-news__date{
  margin-top:6px;
  color:#ffc45e;
  font-size:12px;
  opacity:.8;
}
/* ===== Forum News (RSS) ===== */

.forum-news{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:14px;
}

/* карточка */
.forum-news__item{
  display:block;
  padding:14px 18px;
  border-radius:16px;
  text-decoration:none;

  background: rgba(20,20,30,.85);
  backdrop-filter: blur(6px);

  border:1px solid rgba(255,255,255,.05);
  transition:.2s ease;

  overflow:hidden;
}

.forum-news__item:hover{
  transform:translateY(-2px);
  border:1px solid rgba(255,196,94,.55);
  box-shadow:0 0 25px rgba(255,196,94,.12);
}

/* верхняя строка: иконка + категория + дата */
.forum-news__meta{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}

.forum-news__badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.06);
}

.forum-news__date{
  margin-left:auto;
  font-size:12px;
  color:#ffc45e;
  opacity:.8;
}

/* заголовок */
.forum-news__title{
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:1.2;

  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* превью */
.forum-news__preview{
  margin-top:8px;
  color: rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.35;

  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* ТИКЕР (авто-прокрутка) */
.forum-news--ticker{
  position:relative;
  overflow:hidden;
}

.forum-news__track{
  display:flex;
  flex-direction:column;
  gap:12px;
  will-change: transform;
  transition: transform .45s ease;
}

.forum-news__empty{
  color: rgba(255,255,255,.6);
  padding:10px 0;
}

/* Чтобы тикер был ровный: фиксируем высоту одного “кадра” */
.forum-news--ticker[data-ready="1"]{
  height: 118px; /* можно подрегулировать под твой дизайн */
}
.last-news{
  margin-top: 60px;
}
/* =========================
   MOBILE OPTIMIZATION (<= 900px)
   Paste at the END of main.css
   ========================= */

@media (max-width: 900px) {

  /* Prevent horizontal scroll */
  html, body { overflow-x: hidden; }
  img, iframe { max-width: 100%; height: auto; }

  /* Wrapper paddings */
  .wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }

  /* NAV */
  .main-navigation {
    flex-wrap: wrap;
    gap: 10px;
  }

  .menu {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }

  .menu-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .menu-links__link {
    flex: 1 1 calc(50% - 10px);
    min-width: 140px;
    justify-content: center;
  }

  .button-cp {
    width: 100%;
    text-align: center;
  }

  .lang-switch {
    margin-left: auto;
  }

  /* HERO / CONTENT */
  .content {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .content-inner {
    width: 100%;
    text-align: center;
    padding: 18px 14px;
  }

  .content-inner__title {
    font-size: clamp(22px, 6vw, 34px);
    line-height: 1.15;
    word-break: break-word;
  }

  .content-inner__server {
    justify-content: center;
  }

  .content-inner__server__button {
    width: 100%;
    max-width: 360px;
  }

  /* MAIN LAYOUT: left content + right aside -> column */
  .wrapper.flex-sbs,
  .wrapper.flex-sbc,
  .flex-sbs,
  .flex-sbc {
    flex-direction: column;
    align-items: stretch;
  }

  /* LAST NEWS */
  .last-news {
    width: 100%;
  }

  #forum-news .forum-news__item {
    padding: 12px 12px;
  }

  .forum-news__title {
    font-size: 16px;
    line-height: 1.25;
  }

  .forum-news__preview {
    font-size: 13px;
    line-height: 1.35;
  }

  /* ASIDE RIGHT -> below */
  .aside-right {
    width: 100%;
    margin-top: 16px;
  }

  .aside-right .half {
    width: 100%;
  }

  /* Ratings rows tighter */
  .rating-row {
    grid-template-columns: 30px 1fr auto;
    gap: 10px;
  }

  .rating-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* Discord iframe responsive */
  .aside-right iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 420px !important;
    display: block;
    border-radius: 12px;
  }

  /* Footer */
  footer .wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .footer__left,
  .footer__right {
    width: 100%;
  }

  .footer__button {
    order: 3;
  }

  /* Hide fixed vote banner on mobile (blocks UI) */
  a[style*="position: fixed"][href*="l2op.ru"] {
    display: none !important;
  }
}

/* Extra small phones */
@media (max-width: 420px) {
  .menu-links__link {
    flex: 1 1 100%;
  }
  .content-inner__title {
    font-size: clamp(20px, 7vw, 30px);
  }
}/* =========================
   MOBILE OPTIMIZATION (<= 900px)
   Paste at the END of main.css
   ========================= */

@media (max-width: 900px) {

  /* Prevent horizontal scroll */
  html, body { overflow-x: hidden; }
  img, iframe { max-width: 100%; height: auto; }

  /* Wrapper paddings */
  .wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }

  /* NAV */
  .main-navigation {
    flex-wrap: wrap;
    gap: 10px;
  }

  .menu {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }

  .menu-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .menu-links__link {
    flex: 1 1 calc(50% - 10px);
    min-width: 140px;
    justify-content: center;
  }

  .button-cp {
    width: 100%;
    text-align: center;
  }

  .lang-switch {
    margin-left: auto;
  }

  /* HERO / CONTENT */
  .content {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .content-inner {
    width: 100%;
    text-align: center;
    padding: 18px 14px;
  }

  .content-inner__title {
    font-size: clamp(22px, 6vw, 34px);
    line-height: 1.15;
    word-break: break-word;
  }

  .content-inner__server {
    justify-content: center;
  }

  .content-inner__server__button {
    width: 100%;
    max-width: 360px;
  }

  /* MAIN LAYOUT: left content + right aside -> column */
  .wrapper.flex-sbs,
  .wrapper.flex-sbc,
  .flex-sbs,
  .flex-sbc {
    flex-direction: column;
    align-items: stretch;
  }

  /* LAST NEWS */
  .last-news {
    width: 100%;
  }

  #forum-news .forum-news__item {
    padding: 12px 12px;
  }

  .forum-news__title {
    font-size: 16px;
    line-height: 1.25;
  }

  .forum-news__preview {
    font-size: 13px;
    line-height: 1.35;
  }

  /* ASIDE RIGHT -> below */
  .aside-right {
    width: 100%;
    margin-top: 16px;
  }

  .aside-right .half {
    width: 100%;
  }

  /* Ratings rows tighter */
  .rating-row {
    grid-template-columns: 30px 1fr auto;
    gap: 10px;
  }

  .rating-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* Discord iframe responsive */
  .aside-right iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 420px !important;
    display: block;
    border-radius: 12px;
  }

  /* Footer */
  footer .wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .footer__left,
  .footer__right {
    width: 100%;
  }

  .footer__button {
    order: 3;
  }

  /* Hide fixed vote banner on mobile (blocks UI) */
  a[style*="position: fixed"][href*="l2op.ru"] {
    display: none !important;
  }
}

/* Extra small phones */
@media (max-width: 420px) {
  .menu-links__link {
    flex: 1 1 100%;
  }
  .content-inner__title {
    font-size: clamp(20px, 7vw, 30px);
  }
}
/* =========================
   MOBILE PATCH (FINAL) — L2Infinity
   Paste at the END of main.css
   ========================= */

@media (max-width: 900px){

  /* stop horizontal scroll from fixed widths */
  html, body { overflow-x: hidden; }
  img, iframe { max-width: 100%; height: auto; }

  /* wrapper padding so content doesn't stick to edges */
  .wrapper{
    padding-left: 14px;
    padding-right: 14px;
  }

  /* NAV: make it wrap nicely */
  .main-navigation{
    height: auto;
    padding: 12px 0;
  }

  .main-navigation .menu{
    margin-left: 0 !important;
    width: 100%;
    justify-content: center;
    gap: 10px;
  }

  /* menu links into 2 columns */
  .main-navigation .menu .menu-links{
    width: 100%;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 10px;
  }

  .main-navigation .menu .menu-links__link{
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    min-width: 140px;
  }

  .main-navigation .menu .menu-links__link:not(:first-child){
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  /* language switch: don't float weird */
  .lang-switch{
    position: relative;
    right: auto;
    top: auto;
    margin-left: auto;
  }

  /* LK button: show on mobile if you need it */
  .button-cp{
    display: block;
    position: relative !important;
    right: auto !important;
    margin: 8px auto 0 auto !important;
    width: 100%;
    max-width: 360px;
  }

  /* HERO */
  header .content{
    height: auto;          /* <-- removes 600px lock */
    padding-bottom: 30px;
  }

  header .content-inner{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  header .content-inner__title{
    font-size: clamp(28px, 7vw, 44px) !important;
    line-height: 1.1;
  }

  header .content-inner__title:after{
    display: none !important;   /* effect is too wide on mobile */
  }

  header .content-inner__text{
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  header .content-inner__server{
    margin-top: 22px;
    justify-content: center;
  }

  header .content-inner__server__button{
    width: 100%;
    max-width: 340px;
    background-size: 100% 100%;
    height: 74px;
    font-size: 28px;
    padding: 18px 0;
  }

  header .content-inner__server__online{
    margin-left: 0;
    margin-top: 12px;
    justify-content: center;
  }

  header .content-inner__server__online .round:before{
    display: none !important; /* huge glow image */
  }

  /* MAIN layout: news + aside -> vertical */
  main .wrapper.flex-sbs,
  main .wrapper.flex-sbc,
  .flex-sbs,
  .flex-sbc{
    flex-direction: column;
    align-items: stretch;
  }

  /* NEWS block full width */
  .last-news{
    max-width: 100%;
    margin-top: 30px;
  }

  .last-news__title span{
    font-size: 22px;
    margin-left: 12px;
  }
  .last-news__title:before{
    display:none; /* wide decorative bg */
  }

  /* IMPORTANT: remove 750px fixed width image block */
  .last-news__item-image{
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-top: 14px !important;
  }
  .last-news__item-image:after{
    display:none !important;
  }
  .last-news__item-title,
  .last-news__item-text{
    margin-left: 0 !important;
  }

  /* ASIDE full width below */
  .aside-right{
    max-width: 100% !important;
    margin-top: 30px !important;
  }
  .aside-right div.half:first-child{
    margin-right: 0 !important;
  }

  .aside-right__block-title:before{
    display:none; /* wide decorative bg */
  }

  /* rating switch into 3 equal buttons */
  .aside-right__rating-switch{
    gap: 8px;
    justify-content: space-between;
  }
  .aside-right__rating-switch-item{
    width: calc(33.333% - 6px);
    font-size: 18px;
    padding: 12px 6px;
  }

  /* Discord iframe responsive */
  .aside-right iframe{
    width: 100% !important;
    max-width: 100% !important;
    height: 420px !important;
    display: block;
    border-radius: 12px;
  }

  /* Windows (modal) padding smaller */
  .window{
    width: 100%;
    left: 0;
    border-radius: 0;
  }
  .window__content,
  .window__contentt{
    width: calc(100% - 24px);
    margin: 12px;
    padding: 14px;
  }
  .window__content:after,
  .window__contentt:after{
    display:none;
  }

  /* Hide fixed vote banner if it overlaps UI */
  a[style*="position: fixed"]{
    display:none !important;
  }
}

/* Small phones */
@media (max-width: 420px){
  header .content-inner__title{
    font-size: 30px !important;
  }
  header .content-inner__server__button{
    height: 70px;
    font-size: 24px;
  }
}
.lang-switch__item {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.lang-switch__item { opacity: .6; }
.lang-switch__item.active { opacity: 1; }

.lang-switch__item{
  pointer-events: auto !important;
  opacity: 1 !important;
  cursor: pointer;
}
.lang-switch__item.active{
  opacity: 1 !important;
}
/* ховаємо активну мову в списку */
.lang-switch__items .lang-switch__item.active { display: none; }

/* ===== LANG SWITCH SIMPLE ===== */
.lang-switch-simple{
  display:flex;
  align-items:center;
  gap:10px;
  padding:6px;
  border-radius:999px;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(6px);
}

.lang-switch-simple .lang-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  font-weight:700;
  line-height:1;
  transition:.15s;
}

.lang-switch-simple .lang-btn img{
  width:18px;
  height:18px;
  border-radius:50%;
  display:block;
}

.lang-switch-simple .lang-btn:hover{
  background: rgba(255,255,255,.10);
}

.lang-switch-simple .lang-btn.active{
  background: rgba(255,196,94,.22);
  box-shadow: inset 0 0 0 1px rgba(255,196,94,.55);
}
/* ===== LANG DROPDOWN ===== */
.lang-dd{
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 9999;
}

.lang-dd__btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border-radius:999px;
  border:0;
  cursor:pointer;

  color:#fff;
  font-weight:700;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(6px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.lang-dd__flag{
  width:18px;
  height:18px;
  border-radius:50%;
  display:block;
}

.lang-dd__caret{
  opacity:.8;
  font-size:12px;
  transform: translateY(-1px);
}

.lang-dd__menu{
  position:absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 120px;

  padding:8px;
  border-radius:14px;
  background: rgba(10,10,14,.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.08);

  display:none;
}

.lang-dd.is-open .lang-dd__menu{
  display:block;
}

.lang-dd__item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 10px;
  border-radius:12px;
  text-decoration:none;
  color:#fff;
  font-weight:700;
}

.lang-dd__item:hover{
  background: rgba(255,255,255,.08);
}

.lang-dd__item.active{
  background: rgba(255,196,94,.18);
  box-shadow: inset 0 0 0 1px rgba(255,196,94,.45);
}
.lang-en .lang-dd {
  margin-left: 40px;
}

.lang-ru .lang-dd {
  margin-left: 20px;
}

.menu {
  display: flex;
  align-items: center;
}

.button-cp {
  margin-left: auto;
}
.cp-fixed {
  position: absolute;   /* прив’язка до сайту */
  top: 20px;
  left: 20px;
  z-index: 9999;

  padding: 10px 18px;
  background: #ffc45e;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;

  transition: 0.2s;
}

.cp-fixed:hover {
  background: #ffd98a;
}.button-cp-right {
    margin-left: auto;   /* отправляет вправо */
    margin-right: 15px;

    padding: 10px 20px;
    background: linear-gradient(180deg,#ffd46b,#ffb400);
    color: #1a1a1a;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;

    transition: .2s;
}

.button-cp-right:hover {
    box-shadow: 0 0 20px rgba(255,200,0,.6);
}
/* Правий блок (ЛК + мова) */
.main-navigation{
  display:flex;
  align-items:center;
}

.nav-right{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:14px;
}

/* щоб текст не переносився */
.menu-links__link--cp{
  white-space: nowrap;
}
/* EN: force header layout */
.lang-en .main-navigation{
  display: flex !important;
  align-items: center !important;
}

.lang-en .menu{
  flex: 0 1 auto !important;
}

.lang-en .nav-right{
  margin-left: auto !important;   /* головне */
  display: flex !important;
  align-items: center !important;
  gap: 14px;
}
.main-navigation{
  position: relative;
}

.nav-right .menu-links__link span{
  font-weight: 700; /* як у форум */
}
/* Личный кабинет — як пункт меню */
.nav-right .menu-links__link{
  font-family: inherit;     /* той самий шрифт що у Форум */
  font-weight: 700;         /* жирність як у Форум */
  display: flex;
  align-items: center;
}

/* відступ між іконкою і текстом */
.nav-right .menu-links__link img{
  margin-right: 8px;        /* регулюй 6px / 10px / 12px */
}
.nav-right .menu-links__link span{
  font-weight: 700;
  letter-spacing: 0.5px;
}
.menu-links__link img { margin-right: 8px; }

/* однаковий відступ між ЛК і мовою */
.nav-right{
  display: flex;
  align-items: center;
  gap: 18px; /* регулюй: 14px / 18px / 22px */
}
.logo-glow img {
  animation: logoPulse 2s infinite alternate ease-in-out;
}

@keyframes logoPulse {
  0% {
    filter: drop-shadow(0 0 5px #ffc45e);
  }
  50% {
    filter: drop-shadow(0 0 20px #ffc45e);
  }
  100% {
    filter:
      drop-shadow(0 0 30px #ffc45e)
      drop-shadow(0 0 60px rgba(255,196,94,0.8));
  }
}
/* ====== HERO TITLES GLOW (L2 style) ====== */
.content-inner__title{
  font-family: "OldKingC Bold", "OldKingC", serif; /* якщо є в шаблоні */
  text-transform: uppercase;
  letter-spacing: .06em;

  /* базовий колір золота */
  color: #f6c66b;

  /* обʼєм + світіння */
  text-shadow:
    0 2px 0 rgba(0,0,0,.55),
    0 0 10px rgba(255,196,94,.45),
    0 0 22px rgba(255,196,94,.25);

  position: relative;
  display: inline-block;
  padding: 2px 10px;
}

/* “ореол” позаду тексту (дуже красиво на темному фоні) */
.content-inner__title::before{
  content: "";
  position: absolute;
  inset: -10px -18px;
  background: radial-gradient(ellipse at center,
    rgba(255,196,94,.18) 0%,
    rgba(255,196,94,.08) 35%,
    rgba(0,0,0,0) 70%);
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
}

/* shimmer (легкий блиск, як “магія”) */
.content-inner__title::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.35) 35%,
    rgba(255,255,255,0) 70%);
  transform: translateX(-140%) skewX(-18deg);
  mix-blend-mode: screen;
  opacity: .65;
  pointer-events: none;
  animation: titleShimmer 3.2s ease-in-out infinite;
}

@keyframes titleShimmer{
  0%   { transform: translateX(-140%) skewX(-18deg); opacity: 0; }
  20%  { opacity: .70; }
  55%  { opacity: .70; }
  75%  { opacity: 0; }
  100% { transform: translateX(140%) skewX(-18deg); opacity: 0; }
}

/* підкреслення-лінія як на скріні (авто, під кожним рядком) */
.content-inner__title{
  border-bottom: 2px solid rgba(255,196,94,.55);
  box-shadow: 0 8px 22px rgba(255,130,40,.15);
}

/* трохи різний акцент для 2-го рядка (Remastered) */
.content-inner__title:nth-child(2){
  color: #ffd892;
  text-shadow:
    0 2px 0 rgba(0,0,0,.55),
    0 0 12px rgba(255,210,130,.55),
    0 0 28px rgba(255,196,94,.25);
}

/* для мобілки щоб не “жирно” */
@media (max-width: 768px){
  .content-inner__title{
    letter-spacing: .04em;
    text-shadow:
      0 2px 0 rgba(0,0,0,.55),
      0 0 8px rgba(255,196,94,.35);
  }
  .content-inner__title::before{ inset: -8px -12px; }
}
.lang-dd {
  margin-left: 25px;
}
.window__faq-item__text{
  display:none;
}

.window__faq-item.active .window__faq-item__text{
  display:block;
  max-height:60vh;
  overflow-y:auto;
}
/* ===== FIX HOVER для Личный кабинет ===== */

.nav-right .menu-links__link span{
  transition: 0.25s;
}

.nav-right .menu-links__link:hover span{
  color: #ffc45e !important;
}

.nav-right .menu-links__link img{
  transition: 0.25s;
}

.nav-right .menu-links__link:hover img{
  filter: brightness(1.3);
}
/* ===== SHIFT HEADER GROUP RIGHT ===== */
header .wrapper{
  padding-left: 0px; /* поставь 10-40px как нужно */
}
/* ===== LOGO PULSE EFFECT ===== */

.small-logo__icon{
  animation: logoPulse 2.5s ease-in-out infinite alternate;
}

@keyframes logoPulse{
  0%{
    filter: drop-shadow(0 0 5px rgba(255,196,94,.6));
    transform: scale(1);
  }

  100%{
    filter:
      drop-shadow(0 0 15px rgba(255,196,94,.9))
      drop-shadow(0 0 35px rgba(255,196,94,.6));
    transform: scale(1.05);
  }
}
/* ===== COUNTDOWN (hero right area) ===== */

/* родителю нужно relative, чтобы absolute работал предсказуемо */
header .content{
  position: relative;
}

.start-countdown{
  position: absolute;
  right: 20px;   /* двигай по X */
  top: 390px;    /* двигай по Y */
  width: 420px;

  padding: 16px 18px;
  border-radius: 18px;

  background: rgba(14,16,22,.55);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    0 20px 50px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(255,196,94,.08);
}

.start-countdown__title{
  font-family: "OldKingC", "OldKingC Bold";
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #ffc45e;
  font-size: 22px;
  text-align: center;
  margin-bottom: 12px;

  text-shadow:
    0 2px 0 rgba(0,0,0,.55),
    0 0 18px rgba(255,196,94,.25);
}

.start-countdown__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.cd-box{
  border-radius: 14px;
  padding: 10px 8px;
  text-align: center;

  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);

  box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
}

.cd-num{
  font-family: "DINNextW1G Black", "DINNextW1G Bold", "DINNextW1G";
  font-size: 34px;
  line-height: 1;
  color: #fff;

  text-shadow:
    0 2px 0 rgba(0,0,0,.6),
    0 0 18px rgba(255,196,94,.18);
}

.cd-lbl{
  margin-top: 6px;
  font-size: 12px;
  opacity: .8;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.85);
}

.start-countdown__sub{
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,.72);
}

/* адаптация */
@media (max-width: 1100px){
  .start-countdown{
    right: 20px;
    top: 240px;
    width: 360px;
  }
  .cd-num{ font-size: 30px; }
}

@media (max-width: 900px){
  .start-countdown{
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 520px;
    margin: 16px auto 0;
  }
}
.home-stream-promo{
  width: 420px;
  max-width: 100%;
  margin-top: 14px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(10,10,14,.62);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.home-stream-head{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom: 12px;
}

.home-stream-title{
  color: rgba(255,255,255,.92);
  font-weight: 800;
  letter-spacing: .08em;
  font-size: 12px;
}

.live-dot{
  width:10px;height:10px;border-radius:50%;
  background:#ff2a2a;
  box-shadow:0 0 0 rgba(255,42,42,.7);
  animation: livePulse 1.5s infinite;
}

@keyframes livePulse{
  0%{ box-shadow:0 0 0 0 rgba(255,42,42,.7); }
  70%{ box-shadow:0 0 0 10px rgba(255,42,42,0); }
  100%{ box-shadow:0 0 0 0 rgba(255,42,42,0); }
}

.home-stream-card{
  display:flex;
  gap:12px;
  text-decoration:none;
  color:inherit;
  padding: 10px;
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.home-stream-card:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.07);
  border-color: rgba(255,196,94,.35);
}

.home-stream-thumb{
  width: 110px;
  height: 62px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,0,80,.25), rgba(0,160,255,.18));
  border: 1px solid rgba(255,255,255,.10);
  position: relative;
  overflow:hidden;
}

.home-stream-thumb:after{
  content:"";
  position:absolute;inset:0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.18), transparent 55%);
}

.home-stream-name{
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 4px;
  color: rgba(255,255,255,.92);
}

.home-stream-sub{
  font-size: 12px;
  opacity: .82;
}

.home-stream-cta{
  margin-top: 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-size: 12px;
  opacity: .92;
}

.home-stream-btn{
  padding: 7px 12px;
  border-radius: 12px;
  background: rgba(255,196,94,.16);
  border: 1px solid rgba(255,196,94,.35);
  color: rgba(255,255,255,.92);
  text-decoration:none;
  font-weight: 800;
  transition: transform .15s ease, background .15s ease;
}

.home-stream-btn:hover{
  transform: translateY(-1px);
  background: rgba(255,196,94,.22);
}
.hero-stream-right{
  position:absolute;
  right:2%;
  top:45%;
  transform:translateY(-50%);
  width:420px;
  z-index:5;
}

/* зробимо компактнішим всередині */
.hero-stream-under-lang .home-stream-thumb{
  width: 74px;
  height: 44px;
  border-radius: 10px;
}

.hero-stream-under-lang .home-stream-card{
  padding: 10px;
}

.hero-stream-under-lang .home-stream-name{
  font-size: 12px;
}

.hero-stream-under-lang .home-stream-sub{
  font-size: 11px;
  opacity: .75;
}

.hero-stream-under-lang .home-stream-invite{
  font-size: 11px;
  padding-top: 8px;
  margin-top: 8px;
}
.live-red{
  color:#ff3b3b;
  text-shadow:0 0 8px rgba(255,0,0,.5);
}
.content-inner__title{
  text-shadow:
    0 0 10px rgba(255,196,94,.6),
    0 0 20px rgba(255,196,94,.3);
  animation:titlePulse 3s ease-in-out infinite;
}

@keyframes titlePulse{
  0%{ transform:scale(1); }
  50%{ transform:scale(1.03); }
  100%{ transform:scale(1); }
}
.rating-row{
  display:flex;
  justify-content:space-between;
  padding:8px 10px;
  border-radius:8px;
  transition:.25s;
}

.rating-row:hover{
  background:rgba(255,196,94,.08);
  transform:translateX(4px);
}
.menu-links__link{
  position:relative;
}

.menu-links__link::after{
  content:"";
  position:absolute;
  bottom:-6px;
  left:0;
  width:0%;
  height:2px;
  background:#ffc45e;
  transition:.3s;
}

.menu-links__link:hover::after{
  width:100%;
}
.last-news__item{
  transition:.3s;
}

.last-news__item:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 40px rgba(0,0,0,.6);
}
header{
  background: url("../images/header_bg.jpg") center top no-repeat;
  background-size: cover;
}
.aside-right__social img{
  transition:.3s;
}

.aside-right__social img:hover{
  transform:scale(1.1);
  filter:drop-shadow(0 0 10px rgba(255,196,94,.8));
}
.server-features-mini{
  margin-top:40px;
  margin-bottom:25px;
}

.feature-mini{
  display:flex;
  gap:14px;
  padding:14px;
  background:rgba(30,32,40,.7);
  border-radius:10px;
  margin-bottom:12px;
  border:1px solid rgba(255,196,94,.15);
  transition:.3s;
}

.feature-mini:hover{
  transform:translateX(6px);
  border-color:#ffc45e;
}

.feature-mini-icon{
  font-size:22px;
}

.feature-mini-title{
  font-family:"OldKingC";
  color:#ffc45e;
  font-size:18px;
}

.feature-mini-text{
  font-size:13px;
  color:#aaa;
}
.discord-story-row{
  margin-top: 40px;
  margin-bottom: 40px;
}

.discord-story-wrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.story-cards{
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.story-card{
  position: relative;
  display: block;
  min-height: 180px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,196,94,.18);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.story-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  border-color: rgba(255,196,94,.45);
}

.story-card__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,12,20,.88) 0%, rgba(8,12,20,.72) 38%, rgba(8,12,20,.32) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.28));
}

.story-card__content{
  position: relative;
  z-index: 2;
  max-width: 62%;
  padding: 28px 28px 24px;
}

.story-card__title{
  font-family: "OldKingC";
  font-size: 34px;
  line-height: 1;
  color: #ffc45e;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(255,196,94,.18);
}

.story-card__text{
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255,255,255,.88);
}

.discord-side{
  width: 100%;
  max-width: 390px;
  flex: 0 0 390px;
}

.discord-side__widget{
  margin-top: 16px;
  background: rgba(37,40,50,.55);
  border-radius: 12px;
  overflow: hidden;
}

.discord-side__widget iframe{
  display: block;
  width: 100%;
  max-width: 390px;
  height: 560px;
  border: 0;
}

@media (max-width: 1100px){
  .discord-story-wrap{
    flex-direction: column;
  }

  .discord-side{
    max-width: 100%;
    flex: 1 1 auto;
  }

  .discord-side__widget iframe{
    max-width: 100%;
    width: 100%;
  }

  .story-card__content{
    max-width: 78%;
  }
}

@media (max-width: 700px){
  .story-card{
    min-height: 160px;
  }

  .story-card__content{
    max-width: 100%;
    padding: 20px;
  }

  .story-card__title{
    font-size: 26px;
  }

  .story-card__text{
    font-size: 14px;
    line-height: 1.45;
  }
}
/* ===== Animated titles for feature blocks ===== */

.feature-title{
  font-family: "OldKingC", serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #ffc45e;

  position: relative;
  display: inline-block;

  letter-spacing: 1px;

  text-shadow:
    0 0 10px rgba(255,196,94,.5),
    0 0 20px rgba(255,196,94,.25);

  animation: titlePulse 3s ease-in-out infinite;
}

/* shimmer light */
.feature-title::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:120%;
  height:100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.5),
    transparent
  );

  transform: skewX(-20deg);

  animation: titleShimmer 4s infinite;
}

/* glow pulse */
@keyframes titlePulse{
  0%{
    text-shadow:
      0 0 10px rgba(255,196,94,.5),
      0 0 20px rgba(255,196,94,.2);
  }

  50%{
    text-shadow:
      0 0 18px rgba(255,196,94,.8),
      0 0 30px rgba(255,196,94,.4);
  }

  100%{
    text-shadow:
      0 0 10px rgba(255,196,94,.5),
      0 0 20px rgba(255,196,94,.2);
  }
}

/* shimmer animation */
@keyframes titleShimmer{
  0%{
    left:-120%;
  }

  100%{
    left:120%;
  }
}
.discord-story-row{
  margin: 40px 0;
}

.discord-story-wrap{
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.story-cards{
  flex: 1 1 auto;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.story-card{
  position: relative;
  display: block;
  width: 100%;
  min-height: 180px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,196,94,.18);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.story-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  border-color: rgba(255,196,94,.45);
}

.story-card__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,12,20,.88) 0%, rgba(8,12,20,.72) 38%, rgba(8,12,20,.32) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.28));
}

.story-card__content{
  position: relative;
  z-index: 2;
  max-width: 62%;
  padding: 28px;
}

.story-card__title{
  font-family: "OldKingC";
  font-size: 34px;
  line-height: 1;
  color: #ffc45e;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.story-card__text{
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255,255,255,.88);
}

.discord-side{
  width: 390px;
  flex: 0 0 390px;
}

.discord-side__widget{
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
}

.discord-side__widget iframe{
  display: block;
  width: 100%;
  height: 560px;
  border: 0;
}

@media (max-width: 1100px){
  .discord-story-wrap{
    flex-direction: column;
  }

  .story-cards{
    max-width: 100%;
  }

  .discord-side{
    width: 100%;
    flex: 0 0 auto;
  }

  .discord-side__widget iframe{
    height: 420px;
  }

  .story-card__content{
    max-width: 78%;
  }
}

@media (max-width: 700px){
  .story-card{
    min-height: 160px;
  }

  .story-card__content{
    max-width: 100%;
    padding: 20px;
  }

  .story-card__title{
    font-size: 26px;
  }

  .story-card__text{
    font-size: 14px;
    line-height: 1.45;
  }
}
@media (max-width: 820px){
  .home-stream-promo{
    position: static;
    width: 100%;
    margin-top: 15px;
  }
}
.home-stream-promo{
  position: fixed !important;
  top: 210px !important;
  right: 30px !important;
  width: 360px !important;
  z-index: 99999 !important;
  transform: none !important;
}
/* ===== HIDE STREAM BLOCK ON MOBILE ===== */
@media (max-width: 820px){
  .home-stream-promo{
    display: none !important;
  }
}
/* ===== MOBILE FIX: language button visible ===== */
@media (max-width: 820px){
  .main-navigation{
    position: relative;
  }

  .nav-right{
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;

    width: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
    justify-content: center;
  }

  .lang-dd{
    margin-left: 0 !important;
  }
}
@media (max-width: 820px){
  .lang-dd,
  .lang-dd__btn,
  .lang-dd__menu{
    display: flex;
  }

  .lang-dd{
    justify-content: center;
  }

  .lang-dd__menu{
    display: none;
  }

  .lang-dd.is-open .lang-dd__menu{
    display: block;
  }
}
/* ===== MOBILE FIX: SHOW LANGUAGE BUTTON ===== */
@media (max-width: 820px){

  .main-navigation{
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: auto !important;
    position: relative !important;
  }

  .small-logo{
    width: auto !important;
    margin: 0 !important;
  }

  .nav-burger{
    display: block !important;
    margin-left: auto !important;
  }

  .nav-right{
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    gap: 10px !important;
    z-index: 99999 !important;
  }

  .lang-dd{
    display: inline-flex !important;
    position: relative !important;
    margin: 0 auto !important;
    z-index: 99999 !important;
  }

  .lang-dd__btn{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .lang-dd__menu{
    right: 50% !important;
    transform: translateX(50%) !important;
  }
}
.nav-right{
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}
/* ===== DESKTOP EN FIX: keep language on same row ===== */
@media (min-width: 821px){
  .lang-en .main-navigation{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }

  .lang-en .small-logo{
    flex: 0 0 auto !important;
  }

  .lang-en .menu{
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin-left: 30px !important;
  }

  .lang-en .menu-links{
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 18px !important;
  }

  .lang-en .menu-links__link{
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  .lang-en .menu-links__link:not(:first-child){
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .lang-en .menu-links__link span{
    font-size: 15px !important;
    margin-left: 6px !important;
    white-space: nowrap !important;
  }

  .lang-en .nav-right{
    flex: 0 0 auto !important;
    margin-left: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    white-space: nowrap !important;
    gap: 12px !important;
  }

  .lang-en .lang-dd{
    margin-left: 0 !important;
    flex: 0 0 auto !important;
  }
}
/* ===== SAME POSITION FOR LANGUAGE SWITCH ON RU/EN ===== */
.lang-dd{
  margin-left: 0 !important;
}

.nav-right{
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
  flex: 0 0 auto !important;
}

.main-navigation{
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

.main-navigation .menu{
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
.lang-dd{
  margin-left: 22px !important;
}
/* ===== FINAL MOBILE FIX: hide LIVE STREAM on RU/EN ===== */
@media (max-width: 820px){
  .home-stream-promo{
    display: none !important;
    position: static !important;
    width: 100% !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }
}
/* ===== EN MOBILE FIX: hide LIVE STREAM ===== */
@media (max-width: 820px){
  .lang-en .home-stream-promo{
    display: none !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    margin: 0 !important;
    z-index: 1 !important;
  }
}
.hero-l2{
    position: relative;
    max-width: 760px;
    padding: 40px 0;
    z-index: 2;
}

.hero-l2__subtitle{
    margin-bottom: 18px;
    color: rgba(255,255,255,.78);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    text-shadow: 0 2px 10px rgba(0,0,0,.45);
}

.hero-l2__title-wrap{
    display: inline-block;
}

.hero-l2__title{
    font-family: "OldKingC Bold", serif;
    font-size: clamp(72px, 7vw, 120px);
    line-height: .9;
    text-transform: uppercase;
    color: #f4c86a;
    letter-spacing: 2px;
    text-shadow:
        0 0 10px rgba(255, 210, 120, .18),
        0 0 24px rgba(255, 190, 80, .12),
        0 4px 14px rgba(0,0,0,.6);
}

.hero-l2__line{
    width: 100%;
    height: 2px;
    margin: 14px 0 18px;
    background: linear-gradient(
        90deg,
        rgba(255,212,110,0) 0%,
        rgba(255,212,110,.95) 18%,
        rgba(255,212,110,.95) 82%,
        rgba(255,212,110,0) 100%
    );
    box-shadow: 0 0 14px rgba(255, 196, 94, .2);
}

.hero-l2__date{
    margin-top: 22px;
    color: #f4c86a;
    font-family: "OldKingC Bold", serif;
    font-size: clamp(52px, 5vw, 88px);
    line-height: 1;
    text-transform: uppercase;
    text-shadow:
        0 0 10px rgba(255, 210, 120, .16),
        0 4px 14px rgba(0,0,0,.58);
}

.hero-l2__actions{
    margin-top: 34px;
}

.hero-l2__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    height: 82px;
    padding: 0 42px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #2a2340;
    background:
        linear-gradient(180deg,#ffe484 0%,#ffc83c 48%,#ee9f00 100%);
    border: 1px solid rgba(255, 220, 130, .75);
    box-shadow:
        0 12px 30px rgba(255, 166, 0, .28),
        inset 0 1px 0 rgba(255,255,255,.45);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.hero-l2__button:hover{
    transform: translateY(-2px);
    color: #241d37;
    filter: brightness(1.03);
    box-shadow:
        0 16px 34px rgba(255, 166, 0, .36),
        inset 0 1px 0 rgba(255,255,255,.55);
}

.hero-l2__button:active{
    transform: translateY(0);
}

@media (max-width: 991px){
    .hero-l2{
        max-width: 100%;
        padding: 20px 0;
    }

    .hero-l2__subtitle{
        font-size: 16px;
        margin-bottom: 14px;
    }

    .hero-l2__button{
        min-width: 260px;
        height: 68px;
        font-size: 26px;
    }
}

@media (max-width: 575px){
    .hero-l2__subtitle{
        font-size: 14px;
    }

    .hero-l2__button{
        min-width: 220px;
        height: 58px;
        font-size: 22px;
        padding: 0 24px;
    }
}
.hero-title{
  font-family: "OldKingC";
  font-size: 72px;
  text-transform: uppercase;
  color: #ffc45e;
  line-height: 1.1;
  text-shadow: 0 0 20px rgba(255,196,94,.4);
}

.hero-title span{
  display:block;
  font-size:60px;
  color:#ffffff;
  opacity:.9;
}

.hero-subtitle{
  margin-top:10px;
  font-size:20px;
  letter-spacing:3px;
  color:#c9d2df;
  text-transform:uppercase;
}

.hero-open{
  margin-top:20px;
  display:inline-block;
  padding:10px 22px;
  font-size:20px;
  font-family:"DINNextW1G Bold";
  letter-spacing:2px;
  color:#ffc45e;
  border:1px solid rgba(255,196,94,.4);
  background:rgba(0,0,0,.35);
  border-radius:10px;
  backdrop-filter:blur(6px);
}
/* =========================
   HERO TITLE MOBILE FIX
   ========================= */

/* десктоп/база */
header .content-inner{
  position: relative;
  z-index: 5;
  max-width: 720px;
}

header .content-inner__title{
  position: relative;
  display: block;
  margin: 0;
  line-height: .95;
  font-size: clamp(42px, 5vw, 64px);
  text-transform: uppercase;
  font-family: "OldKingC";
  letter-spacing: 1px;

  background: linear-gradient(
    120deg,
    #fff6d5 0%,
    #ffd977 18%,
    #ffc45e 35%,
    #f2a93c 52%,
    #ffc45e 70%,
    #fff2c6 100%
  );
  background-size: 220% auto;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  text-shadow:
    0 0 6px rgba(255,210,120,.55),
    0 0 14px rgba(255,180,80,.45),
    0 0 28px rgba(255,140,40,.28);

  animation: goldShine 4.5s linear infinite;
}

header .content-inner__title + .content-inner__title{
  margin-top: 6px;
}

/* дата трохи менша */
header .content-inner__title:nth-child(3){
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
}

/* легка темна підкладка під текст, щоб на фоні читалось краще */
header .content-inner::before{
  content: "";
  position: absolute;
  inset: -22px -24px -18px -24px;
  background: linear-gradient(90deg,
    rgba(7,10,18,.62) 0%,
    rgba(7,10,18,.42) 45%,
    rgba(7,10,18,0) 100%);
  border-radius: 18px;
  z-index: -1;
  pointer-events: none;
  backdrop-filter: blur(2px);
}

/* кнопка */
header .content-inner__server{
  margin-top: 28px;
}

/* shine animation */
@keyframes goldShine{
  0%   { background-position: -220% center; }
  100% { background-position: 220% center; }
}

/* =========================
   TABLET
   ========================= */
@media (max-width: 1024px){
  header .content{
    height: auto;
    min-height: 540px;
    padding-top: 30px;
    padding-bottom: 40px;
    align-items: flex-start !important;
  }

  header .content-inner{
    max-width: 560px;
  }

  header .content-inner::before{
    inset: -18px -18px -14px -18px;
  }
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 820px){
  header .content{
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  header .content.flex-sbc{
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 18px !important;
  }

  /* переносимо hero вище, щоб таймер/стрім не душили */
  header .content-inner{
    order: 1;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 14px 10px 0;
  }

  header .content-inner::before{
    inset: -10px 0 -10px 0;
    background: linear-gradient(
      180deg,
      rgba(7,10,18,.58) 0%,
      rgba(7,10,18,.30) 100%
    );
    border-radius: 16px;
  }

  header .content-inner__title{
    text-align: center;
    line-height: .98;
    font-size: clamp(34px, 10vw, 52px);
    letter-spacing: .5px;
  }

  header .content-inner__title + .content-inner__title{
    margin-top: 2px;
  }

  header .content-inner__title:nth-child(3){
    font-size: clamp(24px, 7.2vw, 38px);
    margin-top: 8px;
  }

  header .content-inner__server{
    width: 100%;
    margin-top: 18px;
    justify-content: center !important;
  }

  header .content-inner__server__button{
    width: min(320px, 92vw);
    background-size: 100% 100%;
    font-size: 30px;
  }

  /* таймер і стрім нижче hero */
  .start-countdown{ order: 2; }
  .home-stream-promo{ order: 3; }
}

/* =========================
   SMALL MOBILE
   ========================= */
@media (max-width: 480px){
  header .content-inner{
    padding-top: 6px;
  }

  header .content-inner__title{
    font-size: clamp(28px, 9.2vw, 40px);
  }

  header .content-inner__title:nth-child(3){
    font-size: clamp(20px, 6.4vw, 28px);
  }

  header .content-inner__server{
    margin-top: 14px;
  }

  header .content-inner__server__button{
    width: min(280px, 90vw);
    height: 68px;
    padding: 15px 0;
    font-size: 26px;
  }
}
header .content-inner::before{
  display:none;
}
/* HERO TITLE */
.hero-title{
  font-family:"OldKingC";
  font-size:72px;
  text-transform:uppercase;
  line-height:1;

  background: linear-gradient(
    120deg,
    #fff3c4,
    #ffd977,
    #ffc45e,
    #f2a93c,
    #ffc45e,
    #fff3c4
  );

  background-size:200% auto;

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  text-shadow:
    0 0 10px rgba(255,200,120,.6),
    0 0 25px rgba(255,170,80,.4);

  animation: goldShine 5s linear infinite;
}

/* INTERLUDE */
.hero-subtitle{
  font-size:52px;
  font-family:"OldKingC";
  text-transform:uppercase;
  color:#ffffff;
  letter-spacing:2px;
  margin-top:6px;
}

/* RATE */
.hero-rate{
  font-size:18px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#cfd6e2;
  margin-top:10px;
}

/* DATE */
.hero-open{
  margin-top:18px;
  display:inline-block;
  padding:10px 22px;

  border:1px solid rgba(255,196,94,.5);
  border-radius:10px;

  color:#ffc45e;
  font-family:"DINNextW1G Bold";
  letter-spacing:2px;
  font-size:18px;

  background:rgba(0,0,0,.35);
}

/* SHINE */
@keyframes goldShine{
  0%{ background-position:-200% center; }
  100%{ background-position:200% center; }
}
@media (max-width:820px){

.hero-title{
  font-size:40px;
  text-align:center;
}

.hero-subtitle{
  font-size:30px;
  text-align:center;
}

.hero-rate{
  font-size:14px;
  text-align:center;
}

.hero-open{
  font-size:14px;
}

.content-inner{
  text-align:center;
}

.content-inner__server{
  justify-content:center;
}

}
.aside-right__social{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.social-circle{
  position: relative;
  width: 110px;
  height: 110px;
  flex: 0 0 110px;
}

.circle-text{
  position: absolute;
  inset: 0;
  width: 110px;
  height: 110px;
  overflow: visible;
  animation: socialRotate 14s linear infinite;
  transform-origin: 50% 50%;
  pointer-events: none;
}

.circle-text text{
  font-size: 9px;
  letter-spacing: 1.6px;
  fill: rgba(255,255,255,.92);
  font-family: "DINNextW1G Bold";
  text-transform: uppercase;
}

.social-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
}
.social-btn img{
  width: 36px;
  height: 36px;
  object-fit: contain;
}

@keyframes socialRotate{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}

@media (max-width: 480px){
  .aside-right__social{
    gap: 12px;
  }

  .social-circle{
    width: 92px;
    height: 92px;
    flex-basis: 92px;
  }

  .circle-text{
    width: 92px;
    height: 92px;
  }

  .circle-text text{
    font-size: 7.5px;
    letter-spacing: 1.2px;
  }

  .social-btn{
    width: 40px;
    height: 40px;
  }

  .social-btn img{
    width: 20px;
    height: 20px;
  }
}
.social-btn img{
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.social-btn img{
  width:52px;
  filter: drop-shadow(0 0 6px rgba(255,255,255,.35));
}
.bg-fire{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.bg-fire video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .35;
  filter: brightness(.6) contrast(1.2);
}

body::before{
  content: "";
  position: fixed;
  inset: 0;
  background: url("/src/template/sphere/embers.png") center/cover no-repeat;
  opacity: .25;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

header,
main,
footer{
  position: relative;
  z-index: 1;
}

@media (max-width:768px){
  .bg-fire video{
    display: none;
  }

  .bg-fire{
    background: url("/src/template/sphere/mobile_bg.jpg") center/cover no-repeat;
  }
}
.story-card__text ul{
  margin: 0;
  padding-left: 20px;
}

.story-card__text li{
  margin-bottom: 6px;
  line-height: 1.5;
}
