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

body {
  line-height: 1 !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  background: url(../../images/elysium/background-top.jpg) center top no-repeat;
  background-color: #1a1615;
  font-family: 'Open sans', 'Candara', 'Verdana';
  font-size: 14px;
  color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}

.log-in,
.sign-in,
.add,
.list-news li,
.list-news .button-more,
.top-list,
.x-buttons input,
.fast-link,
.button-buy,
.button-market,
.to-the-top,
.start-video {
  cursor: pointer;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
}

.top-pannel {
  border-bottom: 1px solid #b3b4b8;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #6d4a20;
  text-align: center;
}

::-moz-placeholder {
  color: #6d4a20;
}

:-moz-placeholder {
  color: #6d4a20;
}

:-ms-input-placeholder {
  color: #6d4a20;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
}

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

.flex-s {
  display: flex;
  justify-content: space-between;
}

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

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

.top-panel {
  width: 1200px;
  margin: 0 auto;
  top: 0px;
  z-index: 10;
  height: 81px;
  background: url('../../images/elysium/top-line-menu.png') bottom repeat-x;
}

.top-panel-block {
  max-width: 1400px;
  margin: 0 auto;
  top: 0px;
  z-index: 10;
  height: 80px;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.logo-icon {
  margin-top: 30px;
  margin-left: -80px;
}

.logo-icon img {
  transition: 0.3s;
}

.logo-icon img:hover {
  filter: brightness(1.1);
}

.logo {
  position: absolute;
  top: 20px;
  left: -50px;
  transition: all 0.3s ease;
}

.logo:hover {
  filter: brightness(1.3);
  transition: all 0.3s ease;
}

.footer__logo img {
  scale: 0.8;
}
.footer__logo a:hover {
  filter: brightness(1.3);
}
.menu li {
  margin: 0px 8px;
}

.menu a {
  position: relative;
  padding: 0 20px 0 40px;
  display: block;
  height: 80px;
  line-height: 80px;
  position: relative;
  color: #2a5266;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
}

.menu li a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 26px;
  background: url('../../images/elysium/icon.png') 0 0 no-repeat;
  width: 29px;
  height: 27px;
}

.menu a:hover {
  color: #000;
}

.menu a:after {
  content: '';
  transition: 0.3s;
  height: 0px;
  width: 0px;
}

.menu a:hover:after {
  content: '';
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: #000;
}

.lang-block {
  position: relative;
  margin-left: 80px;
}

.lang-block:after {
  border: 5px solid transparent;
  border-top-color: #000;
  position: absolute;
  left: -15px;
  top: 8px;
  content: '';
}

.lang-block a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.lang-block a:hover {
  color: #fff;
}

.img-lang {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 8px;
  margin-bottom: -2px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.main-item {
  color: #000;
}

.hidden-block {
  border-radius: 5px;
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: #151414;
  min-width: 140px;
  z-index: 2;
  left: -40px;
  top: 25px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.8);
}

.hidden-block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 25px;
  color: #ffffff;
}

.hidden-block a:hover {
  background: #301a1e;
  color: #ff4628;
}

.hidden-block a:hover:before {
  content: '>';
  position: absolute;
  margin-left: -12px;
  color: #ff4628;
}

.hidden-block:after {
  border: 5px solid transparent;
  border-bottom-color: #151414;
  position: absolute;
  left: 24px;
  top: -10px;
  content: '';
}

.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
  visibility: visible;
  opacity: 1;
}

.header {
  min-height: 500px;
  position: relative;
  flex-direction: column;
  padding: 0 50px;
}

.server-time {
  position: absolute;
  padding-top: 54px;
  text-align: center;
  align-self: flex-end;
  text-transform: uppercase;
  font-size: 16px;
  width: 393px;
  height: 100px;
  right: 0;
  bottom: -55px;
  background: url(../../images/elysium/fon-time.png) no-repeat;
}

.server-time span {
  font-size: 20px;
}

.content {
  position: relative;
}

.fast-button {
  margin-top: 40px;
}

/* icon login*/

.reg-block {
  background: url(../../images/elysium/fon-icon-login.png) no-repeat;
  width: 241px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -107px;
}

.reg-block a {
  display: flex;
  flex-direction: column;
  width: 130px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.reg-block a span {
  font-size: 14px;
  margin-top: 3px;
}
.reg-block a:hover {
  color: #fff;
}
.reg-block a:hover .b-icons {
  filter: drop-shadow(0px 0px 10px #edff2a);
}
.reg-block .b-icons {
  width: 40px;
  height: 39px;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: 0.3s;
}
.reg-block .log_in {
  background: url(../../images/elysium/icon-log_in.png) center no-repeat;
}
.reg-block .sign_up {
  background: url(../../images/elysium/icon-sign_up.png) center no-repeat;
}

/* end icon login*/

.button {
  height: 130px;
}

.btn-download {
  position: relative;
  width: 350px;
  background: url('../../images/elysium/bg-download.png') 0 0 no-repeat;
  color: #503a13;
  transition: 0.5s;
}

.btn-download a {
  color: #503a13;
}

.btn-download:hover {
  filter: brightness(1.3);
}

.btn-download span {
  position: absolute;
  bottom: 38px;
  left: 140px;
  transition: 0.5s;
}

.btn-register {
  position: relative;
  width: 350px;
  background: url('../../images/elysium/bg-register.png') 0 0 no-repeat;
  color: #503a13;
  transition: 0.5s;
}

.btn-register a {
  color: #503a13;
}

.btn-register:hover {
  filter: brightness(1.3);
}

.btn-register span {
  position: absolute;
  bottom: 38px;
  left: 45px;
  transition: 0.5s;
}

.log-in {
  position: relative;
  width: 120px;
  background: url('../../images/elysium/bg-log.png');
  transition: 0.5s;
}

.sign-in {
  position: relative;
  width: 120px;
  background: url('../../images/elysium/bg-log.png');
  transition: 0.5s;
}

.log-in:hover,
.sign-in:hover {
  filter: brightness(1.35);
}

.log-in p,
.sign-in p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 95px;
}

.status-block {
  display: flex;
  justify-content: flex-end;
}

.status-block > div {
  position: relative;
  width: 196px;
  /* margin-left: 1px;
  background: url(../../images/elysium/bg-server.png) 0 0 no-repeat; */
}

.status-block > div::before {
  content: '';
  position: absolute;
  width: 88px;
  height: 35px;
  top: -22px;
}

.status-block > div.online::before {
  background: url('../../images/elysium/online-ofline-icons.png') 0 0 no-repeat;
}

.status-block > div.offline::before {
  background: url('../../images/elysium/online-ofline-icons.png') -86px 0 no-repeat;
}

.circle-online {
  width: 160px;
  height: 160px;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 2;
}

.serverInfo {
  position: absolute;
  width: 165px;
  height: 100px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.serverInfo span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}

.serverInfo__name {
  font-size: 14px;
  color: #fff;
  margin-bottom: 7px;
}

.serverInfo__online {
  color: #a2ff00;
  font-size: 14px;
}

.news-panel {
  height: 380px;
  margin-top: 55px;
}

.news-panel > div {
  width: 590px;
}

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

.swiper-news {
  position: relative;
  width: 590px;
  height: 380px;
}

.swiper-news::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 590px;
  height: 50px;
  background: #110d0c;
  z-index: 10;
}

.swiper-news .swiper-slide {
  position: relative;
  height: 330px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 -10px 40px 40px #110d0c;
}

.swiper-news .swiper-slide .button-more::before {
  right: 4px;
}

.newsPagination {
  position: absolute;
  left: 225px;
  bottom: 10px;
  width: 120px;
  height: 35px;
  z-index: 11;
}

.swiper-news .swiper-button-next,
.swiper-news .swiper-button-prev {
  width: 20px;
  height: 20px;
  background: none;
  background-color: #23210b;
  margin-top: -10px;
  text-align: center;
  line-height: 1.4;
  color: #c0d107;
}

.swiper-news .swiper-pagination {
  color: #c0d107;
  font-size: 15px;
}

.swiper-news .swiper-pagination-current {
  color: #fff;
}

.slider-title {
  position: absolute;
  left: 40px;
  top: -140px;
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0px;
  color: #fff;
  padding-right: 20px;
  transition: 1.5s;
}

.swiper-slide-active .slider-title {
  top: 40px;
}

.slider-info {
  position: absolute;
  width: 440px;
  left: 40px;
  bottom: -140px;
  line-height: 1.5;
  margin-bottom: 0px;
  color: #fff;
  padding-right: 20px;
  transition: 1.5s;
}

.swiper-slide-active .slider-info {
  bottom: 40px;
}

.swiper-news .button-more {
  display: block;
  position: absolute;
  right: 50px;
  bottom: -140px;
  padding: 7px 20px 7px 10px;
  opacity: 0.7;
  transition: 1.5s bottom, 0.3s opacity;
}

.swiper-news .button-more:hover {
  opacity: 1;
}

.swiper-slide-active .button-more {
  bottom: 100px;
}

.events-block {
  display: flex;
  flex-direction: column;
  background: url(../../images/elysium/siege.jpg);
  padding: 40px 0;
}

.top-event-block {
  padding: 10px 40px;
}

.pp {
  color: #ffe26e;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 10px 0px 0px;
}

.news-top-title {
  position: relative;
  display: flex;
  margin-left: 50px;
}

.news-top-title::before {
  content: '';
  position: absolute;
  left: -65px;
  top: -26px;
  width: 71px;
  height: 75px;
  background: url('../../images/elysium/news-icon.png') 0 0 no-repeat;
}

.news-top-title span.active {
  color: #ffe26e;
  font-weight: 700;
}

.news-top-title span {
  display: block;
  color: #7e7c7b;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 10px 10px 0px;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
}

.news-top-title span:hover {
  color: #ffe26e;
  cursor: pointer;
}

.top-event-block .add {
  border: none;
  background: #34340b;
  color: #fff;
  position: relative;
  top: -3px;
}

.tab-block {
  display: none;
}

.tab-block.active {
  display: block;
  animation: tab 0.6s linear;
  overflow: auto;
  padding-left: 40px;
  padding-right: 20px;
  margin-right: 20px;
}

.tab-block.active::-webkit-scrollbar {
  width: 8px; /* Уменьшаем ширину вертикального скроллбара */
  height: 8px; /* Уменьшаем высоту горизонтального скроллбара */
}

/* Стили для фона скроллбара */
.tab-block.active::-webkit-scrollbar-track {
  background: #2c6d47; /* Темно-зеленый фон трека */
  border-radius: 10px;
}

/* Стили для скроллбара (ползунка) */
.tab-block.active::-webkit-scrollbar-thumb {
  background: #6a9f74; /* Сделаем ползунок светлее для лучшего контраста */
  border-radius: 10px;
  border: 3px solid #2c6d47; /* Легкая граница в цвет фона */
}

/* Стили для скроллбара при наведении */
.tab-block.active::-webkit-scrollbar-thumb:hover {
  background: #4f8a60; /* Более яркий цвет на ховере */
}

@keyframes tab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tab-block li {
  position: relative;
  color: #fff;
  padding: 18px 40px;
  border-top: 1px dotted #70560b;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-block li:hover {
  background: #272320;
  transition: 0.3s;
  padding: 18px 45px 18px 35px;
}

.tab-block li:last-child {
  border-bottom: 1px dotted #292625;
}

.tab-block span {
  color: #ddc96a;
}

.tab-block .date {
  color: #797776;
}

.tab-block li:hover .button-more {
  display: block;
}

.tab-block li:hover .date {
  display: none;
}

.tab-block li:hover {
  color: #c0d107;
}

.tab-block li:hover span {
  color: #fff;
}

.button-more {
  position: absolute;
  right: 40px;
  display: none;
  padding: 5px 18px 5px 10px;
  background: #141212;
  color: #dfbc60;
}

.button-more:hover {
  box-shadow: 2px 5px 20px 0 #000;
  background: #010000;
}

.button-more::before {
  content: '';
  position: absolute;
  right: 1.5px;
  width: 14px;
  height: 16px;
  background: url('../../images/elysium/more-icon.png') 0 0 no-repeat;
}

.widget-panel {
  height: 690px;
  margin-top: 70px;
  background: #110d0c;
}

.widget-block {
  position: relative;
  background: url('../../images/elysium/top-widget-block.jpg') no-repeat;
  width: 380px;
  height: 690px;
  background-color: #110d0c;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 0.8);
}

.top-widget-block {
  position: absolute;
  top: -36px;
  background: url('../../images/elysium/icon-top-widget-block-1.png') no-repeat;
  width: 380px;
  height: 200px;
}

.top-widget-block h2 {
  font-family: 'Candara';
  font-size: 20px;
  text-transform: uppercase;
  color: #cdf965;
  margin-top: -25px;
}

.widget-block:last-child .top-widget-block h2 {
  font-size: 18px;
  margin-top: -20px;
}

.info-widget-block {
  position: relative;
  padding: 60px 40px;
  text-transform: uppercase;
}

.info-widget-block h2 {
  font-family: 'Candara';
  font-size: 20px;
  text-transform: uppercase;
}

.info-widget-block .add {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #666564;
  background: url('../../images/elysium/add-icon.png') center center no-repeat;
}

.top-block {
  padding-bottom: 15px;
  margin: 0 40px;
}

.top-block span {
  display: block;
}

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

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

.top-block .top-lvl {
  width: 80px;
}

.top-guilds .top-name {
  width: 120px;
}
.top-guilds .top-members {
  width: 110px;
}

.top-number {
  width: 17px;
}

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

.top-list {
  height: 41px;
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: 0.3s;
  color: #fff;
  border-bottom: 1px solid #1c420a;
}

.top-list a {
  color: #fff;
  text-decoration: none;
}

.top-list:hover {
  background-color: #352a23;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #c0d107;
  position: relative;
  z-index: 5;
}

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

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

.x-buttons {
  width: 100%;
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  padding-left: 30px;
}

.x-buttons input {
  padding: 8px 20px;
  background: #090606;
  border: none;
  color: #d6b45c;
  transition: 0.3s;
  margin-left: 10px;
}

.x-buttons input:hover {
  background: #010000;
  box-shadow: 2px 4px 20px 0 #000;
}

.event-timers {
  padding: 40px 20px 40px 40px;
  margin-right: 20px;
  overflow: auto;
  max-height: 75%;
}

/* Стили для контейнера скроллбара */
.event-timers::-webkit-scrollbar {
  width: 8px; /* Уменьшаем ширину вертикального скроллбара */
  height: 8px; /* Уменьшаем высоту горизонтального скроллбара */
}

/* Стили для фона скроллбара */
.event-timers::-webkit-scrollbar-track {
  background: #2c6d47; /* Темно-зеленый фон трека */
  border-radius: 10px;
}

/* Стили для скроллбара (ползунка) */
.event-timers::-webkit-scrollbar-thumb {
  background: #6a9f74; /* Сделаем ползунок светлее для лучшего контраста */
  border-radius: 10px;
  border: 3px solid #2c6d47; /* Легкая граница в цвет фона */
}

/* Стили для скроллбара при наведении */
.event-timers::-webkit-scrollbar-thumb:hover {
  background: #4f8a60; /* Более яркий цвет на ховере */
}

.event-timers li {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  border-bottom: 1px solid #1c420a;
}

.event-timers p {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.event-timers .starts-in {
  color: #85814e;
}

.event-timers .time-to-event {
  color: #7c7671;
}

.title-video-panel {
  position: relative;
  color: #ffe26e;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 40px;
  padding: 10px;
  text-indent: 20px;
}

.title-video-panel::after {
  position: absolute;
  left: 100px;
  bottom: 14px;
  content: '';
  width: 690px;
  height: 1px;
  background: #3c3422;
}

.video-panel {
  height: 476px;
}

.video-block {
  width: 790px;
  height: 476px;
  padding: 40px;
  background: #110d0c;
}

.video-player {
  width: 710px;
  height: 250px;
  flex-direction: column;
  justify-content: space-around;
  background: url('../../images/elysium/bg-video.jpg') 0 0 no-repeat;
  transition: 0.5s;
}

.video-player .title-video {
  opacity: 0;
  transition: 0.5s;
}

.video-player:hover {
  box-shadow: inset 0 -60px 40px -40px #000;
}

.video-player:hover .title-video {
  opacity: 1;
}

.video-player .start-video {
  width: 80px;
  height: 80px;
  padding-bottom: 10px;
  margin-top: 60px;
  transform: rotate(90deg);
  font-size: 50px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: 0.5s;
}

.video-player .start-video:hover {
  border: 1px solid #ccc;
  color: #ccc;
}

.media-fon {
  margin-top: 30px;
}

.slick-slider-slide {
  padding: 15px;
}

.slick-slider-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 1s;
  transform: scale(1);
}

.slick-slider-slide img {
  display: block;
}

.slick-center a {
  transform: scale(1.1);
}

.fast-links {
  width: 378px;
  height: 476px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fast-link {
  position: relative;
  width: 100%;
  height: 140px;
  color: #ffffff;
}
.fast-link:hover {
  text-decoration: none;
}

.fast-link::after {
  content: '';
  position: absolute;
  top: -28px;
  right: -20px;
  width: 230px;
  height: 168px;
  transition: 0.5s;
}

.fast-link:first-child::after {
  background: url('../../images/elysium/heroes-fast-links.png') 0 0 no-repeat;
}

.fast-link:nth-child(2)::after {
  background: url('../../images/elysium/heroes-fast-links.png') 0 -168px no-repeat;
}

.fast-link:last-child::after {
  background: url('../../images/elysium/heroes-fast-links.png') 0 -336px no-repeat;
}

.fast-link:first-child {
  background: url('../../images/elysium/backgrounds-fast-links.png') 0 0
    no-repeat;
}

.fast-link:nth-child(2) {
  background: url('../../images/elysium/backgrounds-fast-links.png') 0 -140px no-repeat;
}

.fast-link:last-child {
  background: url('../../images/elysium/backgrounds-fast-links.png') 0 -280px no-repeat;
}

.fast-link:hover::after {
  right: -40px;
}

.fast-link:hover .info-link {
  padding-left: 20px;
}

.info-link {
  margin: 40px 0 0 50px;
  font-style: italic;
  transition: 0.5s;
}

.title-link {
  font-size: 30px;
  margin-bottom: 6px;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0;
}

.market-panel {
  margin-top: 60px;
  height: 370px;
  padding: 30px;
  background: #110d0c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.market-panel h2 {
  position: relative;
  text-transform: uppercase;
  align-self: flex-start;
  color: #ffe26e;
}

.market-panel h2::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 90px;
  width: 1080px;
  height: 1px;
  background: #3c3422;
}

.list-goods {
  width: 100%;
  display: flex;
  gap: 2px;
}

.list-goods li {
  width: 140px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border: 1px solid #342d1b;
  background: linear-gradient(#070606 25%, #1d1a1a, #2c2727);
  transition: 0.3s;
}
.list-goods li:hover {
  margin-top: -10px;
}

.title-good {
  font-size: 12px;
  font-weight: normal;
  margin-top: -20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: none;
}

.button-buy {
  padding: 5px 18px;
  margin: 10px 0;
  background: #010000;
  color: #dfbc60;
  border: none;
  transition: 0.3s;
}

.button-buy:hover {
  background: #010000;
  box-shadow: 2px 4px 20px 0 #000;
}

.goods-item-price {
  position: relative;
  right: 10px;
  color: #929e11;
  margin-top: 4px;
}

.goods-item-price::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: url('../../images/elysium/coin-icon.png') 0 0 no-repeat;
  right: -20px;
}

.button-market {
  position: relative;
  text-transform: uppercase;
  padding: 13px 40px 13px 28px;
  background: #010000;
  color: #dfbc60;
  border: none;
  margin-bottom: -10px;
}

.button-market::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 14px;
  height: 16px;
  background: url('../../images/elysium/more-icon.png') 0 0 no-repeat;
}

.button-market:hover {
  background: #010000;
  box-shadow: 2px 4px 20px 0 #000;
}

.line {
  height: 1px;
  margin-top: 65px;
  background: #363534;
}

.to-the-top {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #363534;
  border-radius: 50%;
  background: #111110;
  margin-top: -31px;
}

.button-to-the-top {
  width: 48px;
  height: 48px;
  margin: 4.85px 5.05px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #fff url('../../images/elysium/to-the-top-icon.png') center center
    no-repeat;
  font-weight: bold;
  font-size: 20px;
  transition: 0.5s;
  text-align: center;
  line-height: 2.2;
}

.button-to-the-top:hover {
  box-shadow: inset 0 0 10px 0 #a1af06;
  border: 1px solid #a1af06;
  background-color: #a1af06;
}

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

.payment {
  margin: 0px auto 120px auto;
}

.payment li {
  display: inline-block;
  margin: 15px 26px;
}

.payment a {
  opacity: 0.3;
  transition: 0.5s;
}

.payment .visa a {
  display: block;
  width: 60px;
  height: 20px;
  background: url('../../images/elysium/payment.png') 0 0 no-repeat;
}

.payment .mastercard a {
  display: block;
  width: 105px;
  height: 24px;
  background: url('../../images/elysium/payment.png') -115px 0 no-repeat;
}

.payment .g2apay a {
  display: block;
  width: 158px;
  height: 26px;
  background: url('../../images/elysium/payment.png') -277px 0 no-repeat;
}

.payment .entergames a {
  display: block;
  width: 135px;
  height: 26px;
  background: url('../../images/elysium/payment.png') -485px 0 no-repeat;
}

.payment a:hover {
  opacity: 1;
}

.f-menu {
  margin: 0 auto 20px auto;
}

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

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

.f-menu li a:hover {
  color: #fff;
}

.f-menu li a:active {
  color: #fff;
}

.bottom-footer {
  padding: 0;
}

.info-copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.info-copyright a {
  font-size: 14px;
  color: #b8c808;
}

.info-copyright .info {
  color: #3c431b;
  margin-top: 12px;
}

.social-networks {
  width: 200px;
  height: 35px;
}

.social-networks a {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.social-networks .facebook a {
  background: #000 url('../../images/elysium/social-networks.png') 12px 9px
    no-repeat;
}

.social-networks .twitter a {
  background: #000 url('../../images/elysium/social-networks.png') -42px 9px no-repeat;
}

.social-networks .twitch a {
  background: #000 url('../../images/elysium/social-networks.png') -98px 9px no-repeat;
}

.social-networks .youtube a {
  background: #000 url('../../images/elysium/social-networks.png') -153px 9px no-repeat;
}

.social-networks a:hover {
  border: 1px solid #a1af06;
  box-shadow: inset 0 0 10px 0 #a1af06;
}

.designed {
  display: block;
  width: 194px;
  height: 49px;
  background: url('../../images/elysium/designed-icon.png');
  margin-top: 60px;
  transition: 0.5s;
}

.designed:hover {
  filter: brightness(1.3);
}

.footer {
  min-height: 300px;
  margin-top: 60px;
  padding-top: 60px;
  background: url(../../images/elysium/background-bottom.jpg) center bottom
    no-repeat;
}

.footer-wrapper {
  margin: 0 auto;
  max-width: 1200px;
}

footer .f-logo {
  margin-left: 76px;
}

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

/** Modal **/

.modalx-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  overflow: auto;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  transition: background 0.25s linear;
}

.modal_window {
  width: 420px;
  background: #110d0c;
  padding: 40px 60px;
  z-index: 1002;
  position: relative;
  cursor: auto;
  margin: 0 auto;
  display: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-bottom: 20px;
  transform: scale(0.4);
}

.modal_window h3 {
  margin: -8px 0px 45px 0px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #ffe26e;
}

.modal_form {
  text-align: center;
  box-sizing: border-box;
}

.modal_form input,
.modal_form select,
.modal_form textarea {
  width: 100%;
  background: #0f0f0e;
  border: 1px solid #272322;
  box-sizing: border-box;
  height: 36px;
  color: #fff;
  text-align: center;
}

.formGroup {
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
}

.formGroup select {
  color: #fff;
}

.formGroup-name {
  display: block;
  margin-bottom: 6px;
}

.formGroup.error .formGroup-name {
  color: #df3b5a;
}

.formGroup.error input {
  border: 1px solid #df3b5a;
  box-shadow: 0px 0px 10px 0px rgba(233, 59, 90, 0.4),
    inset 0px 0px 10px 0px rgba(233, 59, 90, 0.4);
}

.errorGroup {
  background: url(../../images/elysium/wrong-icon.png) left 20px top 17px
    no-repeat;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 17px 20px 17px 50px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  font-size: 13px;
  text-align: left;
  position: absolute;
  left: 100%;
  bottom: -6px;
  min-width: 330px;
  color: #fff;
  margin-left: 30px;
}
.errorGroup:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}

.formGroup-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.button-small {
  margin: 0 auto;
  padding: 14px 40px;
  text-transform: uppercase;
  background: #423510;
  border: none;
  color: #c1d107;
  transition: 0.3s;
  margin-top: 10px;
}

.button-small_settings {
  margin-top: 10px;
}

.button-small:hover {
  box-shadow: 0 10px 26px -6px #7c800d;
}

.lost-pass {
  margin-top: 20px;
  color: #ffe26e;
}

/*page*/
.widgets_news {
  display: flex;
  margin-top: 70px;
}

.widget-block-span {
  margin-bottom: 40px;
}

.news-block {
  width: 800px;
  padding: 0px 40px 40px 40px;
  margin-left: 10px;
  min-height: 1356px;
  z-index: 1;
  background-color: #110d0c;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 0.4);
  position: relative;
}

.news-block h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #c0d107;
  margin-bottom: 20px;
}

/* .news-block h2 {
  font-family: 'Candara';
  font-size: 20px;
  color: #ffe26e;
  margin: 40px;
  text-align: center;
  text-transform: uppercase;
} */

.news-block p {
  font-size: 14px;
  margin: 20px 0;
  line-height: 20px;
}

.news-block p a {
  color: #ddc96a;
  text-decoration: underline;
}

.news-block p a:hover {
  text-decoration: none;
  color: #c0d107;
}

.news-block .date {
  display: block;
  text-align: right;
  padding: 15px 20px;
  border-top: 1px solid #1c420a;
  border-bottom: 1px solid #1c420a;
  font-size: 14px;
  color: #7e7c7b;
}
/*end page*/

/*download*/

.download {
  align-items: center;
  text-align: center;
}

.download h2 {
  font-family: 'Candara';
  font-size: 20px;
  color: #ffe26e;
  margin: 40px;
}

.download h3 {
  font-size: 15px;
  color: #ffe26e;
  margin: 20px;
  margin-bottom: 60px;
  text-transform: none;
  font-weight: none;
}

.download-files div p {
  font-size: 14px;
}

.download-files div a {
  color: #c1d107;
}

.btn-download-file {
  cursor: pointer;
  display: block;
  padding: 12px 40px;
  text-transform: uppercase;
  background: #423510;
  text-align: center;
  transition: 0.3s;
}

.btn-download-file:hover {
  box-shadow: 0 10px 26px -6px #7c800d;
}

.drivers-block {
  width: 100%;
}

.drivers-block h3 {
  margin-bottom: 20px;
}

.drivers a {
  display: block;
  width: 220px;
  height: 114px;
}

.drivers .nvidia a {
  background: url('../../images/elysium/dirvers.png') 0 0 no-repeat;
}

.drivers .directx a {
  background: url('../../images/elysium/dirvers.png') -245px 0 no-repeat;
}

.drivers .microsoft-net a {
  background: url('../../images/elysium/dirvers.png') -490px 0 no-repeat;
}

.drivers a:hover {
  box-shadow: 0px 0px 25px 0px rgb(161 175 6);
}

/*end download*/

/*slider*/
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*end slider*/
/*animation*/
.leaves {
  position: absolute;
  bottom: 10px;
  left: 100px;
}

@media (max-width: 1200px) {
  .leaves {
    display: none;
  }
}

.leaves-1 {
  background: url(../../images/elysium/leaves_1.png);
  width: 300px;
  height: 197px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-1 linear infinite;
}

@keyframes leaves-1 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-2 {
  background: url(../../images/elysium/leaves_2.png);
  width: 283px;
  height: 171px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-2 linear infinite;
  animation-delay: 2s;
}

@keyframes leaves-2 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-3 {
  background: url(../../images/elysium/leaves_3.png);
  width: 324px;
  height: 222px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-3 linear infinite;
  animation-delay: 4s;
}

@keyframes leaves-3 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
/*end animation*/

/* customs */
.tab-block.active:hover {
  opacity: initial;
  filter: initial;
  margin-bottom: initial;
  margin-top: initial;
}

ul {
  line-height: 1;
}

.registration-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 20px;
}

.registration-title {
  color: white;
  font-size: 24px;
  margin-bottom: 20px;
}

.log-in-button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: white;
  width: 130px;
}

.log-in-overlay-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #ffe26e;
  margin-bottom: 20px;
}

.log-in-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.log-in-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.log-in-overlay.active .log-in-overlay-inner {
}
.log-in-overlay-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 420px;
  padding: 40px 60px;
  background-color: #110d0c;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow: hidden;
}

.log-in-form {
  width: 100%;
}

.page-title {
  font-family: 'Candara';
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  color: #ffe26e;
  text-align: center;
  font-weight: bold;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-subtitle {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1c420a;
  color: #c0d107;
  margin-bottom: 20px;
}

.downloads-block {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #1c420a;
}

.download-item {
  display: flex;
  max-width: 80%;
  /* flex-direction: column; */
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  text-align: center;
}

.download-item div {
  flex-basis: 33%;
}

.download-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1c420a;
}

.downloads-title {
  font-size: 14px !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #1c420a;
}

.radial-stat {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(7, 5, 1, 0.7);
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.x-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../images/elysium/button.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 44px;
  width: 160px;
  /* padding-top: 12px; */
  border: none;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Candara, Calibri, Segoe, Fegoe UI, Optima, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
}

.x-buttons a.active {
  filter: brightness(1.3);
  font-size: 18px;
  font-weight: 700;
}
.x-buttons a:hover {
  filter: brightness(1.3);
  font-size: 18px;
  font-weight: 700;
}

.login-button {
  transition: all 0.3s ease;
  cursor: pointer;
  background-image: url(../../images/elysium/button.png);
  background-repeat: no-repeat;
  height: 66px;
  width: 240px;
  padding-top: 24px;
  border: none;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.login-button:hover {
  filter: brightness(1.3);
}

.rankings-button {
  height: 28px;
  color: #fff;
  width: 120px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 0;
  /* background: url(../img/bg-button-small.png) no-repeat; */
  background: url(../../images/elysium/button_medium.jpg) no-repeat;
  position: relative;
  transition: 0.2s allease;
  line-height: 25px;
  text-decoration: none;
  background-position-y: -10px;
  font-size: 13px !important;
  margin: 3px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.rankings-button:hover {
  filter: brightness(1.3);
}

.ranking-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  /*	-moz-box-shadow: 0 0 5px #e3e3e3;
	-webkit-box-shadow: 0 0 5px #e3e3e3;
	box-shadow: 0 0 5px #e3e3e3;*/
}

.rankings-class-image {
  width: 30px;
  height: auto;
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ranking-table tr td {
  border-bottom: 1px solid #1c420a;
  padding: 10px;
  font-size: 18px;
  vertical-align: middle !important;
  text-align: center;
}

#select_server {
  top: 365px !important;
}

.sidebar-account {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #110d0c;
  /* 
  position: absolute;
  top: 0;
  right: -340px; */
}

.sidebar-account-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffe26e;
}

.sidebar-account-top {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.sidebar-account-avatar {
  margin-bottom: 10px;
}

.sidebar-account-info {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.sidebar-account-info-item {
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #1c420a;
}

.sidebar-account-info-item a {
  color: #ffe26e;
}

.sidebar-account-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 340px;
  /* flex-direction: column; */
  gap: 8px;
}

.sidebar-account-item {
  max-width: fit-content;
  transition-duration: 0.3s;
}

.sidebar-account-item a {
  text-align: center;
  height: 28px;
  color: #fff;
  /* width: 136px; */
  width: 166px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
  /* background: url(../img/bg-button-small.png) no-repeat; */
  background: url(../../images/elysium/button_medium.jpg) no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.2s allease;
  line-height: 25px;
  text-decoration: none;
  background-position-y: -10px;
  font-size: 13px !important;
  transition-duration: 0.3s;
  transition: all 0.3s ease-in-out;
}

.sidebar-account-item a:hover {
  filter: brightness(1.3);
}

.sidebar-account-item a {
  text-decoration: none;
}

.logout-button {
  margin: 20px auto 0;
  display: inline-block;
  background-image: url(../../images/elysium/button.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 44px;
  width: 160px;
  padding-top: 12px;
  border: none;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  color: white;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Candara, Calibri, Segoe, Fegoe UI, Optima, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  transition-duration: 0.3s;
  cursor: pointer;
}

.logout-button:hover {
  filter: brightness(1.3);
}

.profile_item0 {
  background-size: contain !important;

  position: relative;
  left: 14px;
  top: 123px;
  width: 68px;
  height: 132px;
  float: left;
}

.profile_item1 {
  background-size: contain !important;

  position: relative;
  left: 190px;
  top: 123px;
  width: 68px;
  height: 132px;
  float: left;
  scale: 0.9;
}

.profile_item2 {
  background-size: contain !important;

  position: relative;
  left: 0;
  top: 42px;
  width: 68px;
  height: 68px;
  float: left;
}

.profile_item3 {
  background-size: contain !important;

  position: relative;
  left: -68px;
  top: 123px;
  width: 68px;
  height: 132px;
  float: left;
}

.profile_item4 {
  background-size: contain !important;

  position: relative;
  left: -136px;
  top: 268px;
  width: 68px;
  height: 68px;
  float: left;
}

.profile_item5 {
  background-size: contain !important;

  position: relative;
  left: -326px;
  top: 268px;
  width: 68px;
  height: 68px;
  float: left;
}

.profile_item6 {
  background-size: contain !important;

  position: relative;
  left: -14px;
  top: 200px;
  width: 68px;
  height: 68px;
  float: left;
}

.profile_item7 {
  background-size: contain !important;

  position: relative;
  left: 250px;
  top: -130px;
  width: 164px;
  height: 108px;
  float: left;
}

.profile_item8 {
  background-size: contain !important;

  position: relative;
  left: -259px;
  top: -94px;
  width: 68px;
  height: 68px;
  float: left;
}

.profile_item9 {
  background-size: contain !important;

  position: relative;
  left: -73px;
  top: -58px;
  width: 36px;
  height: 36px;
  float: left;
}

.profile_item10 {
  background-size: contain !important;

  position: relative;
  left: -107px;
  top: 168px;
  width: 36px;
  height: 36px;
  float: left;
}

.profile_item11 {
  background-size: contain !important;

  position: relative;
  left: -21px;
  top: 168px;
  width: 36px;
  height: 36px;
  float: left;
}

.profile_item236 {
  background-size: contain !important;

  position: relative;
  left: 0px;
  top: 132px;
  width: 68px;
  height: 68px;
  float: left;
}

.profile_item237 {
  background-size: contain !important;

  position: relative;
  left: 49px;
  top: 19px;
  width: 36px;
  height: 36px;
  float: left;
}

.profile_item238 {
  background-size: contain !important;

  position: relative;
  left: -109px;
  top: 19px;
  width: 36px;
  height: 36px;
  float: left;
}

.inventory-bg {
  margin: 0 auto;
  width: 421px;
  height: 345px;
  background: url('../../images/elysium/inventory_bg.png') no-repeat center top;
}
.inventory-bg2 {
  width: 421px;
  height: 345px;
  background: url('../../images/elysium/inventory_bg2.png') no-repeat center top;
}
.footer__copyright {
  margin-top: 100px;
  flex: 1;
}