@font-face {
  src: url('../../fonts/albertusbold_regular.otf');
  font-family: 'Albertus';
}

.html {
  scroll-behavior: auto !important;
}

body {
  width: 100%;
  background: url(../../images/murio/bg.jpg) center top no-repeat;
  background-color: #03080d;
  font-family: 'Albertus', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  min-height: 100vh;
  overflow: hidden;
}

.page-content {
  background: #03080d url(../../images/murio/bg-pages.jpg) center top no-repeat;
}

.container {
  max-width: 1225px;
}

.top-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

.modal-open,
#login-modal {
  padding-right: 0 !important;
}

.custom-button {
  display: flex;
  background: url(../../images/murio/button.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 46px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

a,
button {
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  border: none;
  font-weight: 700;
}

a:hover,
button:hover {
  opacity: 0.7;
}

.header {
  height: 90px;
  position: relative;
  z-index: 10;
}

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

.header-wrapper-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu {
  display: flex;
  align-items: center;
}
.header-menu li {
  position: relative;
  padding: 0px 15px;
}
.header-menu li a {
  display: flex;
  align-items: center;
  position: relative;
  height: 90px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 10px;
}

.header-icon {
  display: block;
  position: relative;
  background-image: url(../../images/murio/menu-icons-sprite.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 45px;
}

.header-icon-home {
  background-position: left -3px top;
}

.header-icon-files {
  background-position: left -138px top;
}

.header-icon-gifts {
  background-position: left -268px top;
}

.header-icon-stats {
  background-position: left -398px top;
}

.header-icon-rules {
  background-position: left -580px top;
}

.header-icon-as {
  background-position: left -717px top;
}

.header-wrapper_right {
  display: flex;
  align-items: center;
}

.lang-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../../images/murio/icon-eng.png);
  background-repeat: no-repeat;
  background-position: center;
}

.langBlock {
  position: relative;
}

.langBlock-active {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  height: 90px;
  margin-right: 30px;
}

.langBlock-select {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 50px;
  display: none;
}

.header-wrapper_right-flex {
  position: relative;
  right: -50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* position: absolute;
	right: 150px;
	top: 0px; */
  height: 90px;
}

@media (max-width: 1000px) {
  .header-wrapper {
    justify-content: end;
  }
  .header-wrapper_right-flex {
    height: 55px;
  }
}

.login-and-reg {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sing-up-button {
  color: #ffc100;
  background-color: transparent;
}

.login-button {
  width: 205px;
  height: 65px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.logo > a:hover {
  opacity: 1;
}

.logo-link > img {
  object-fit: contain;
}

.logo-link:hover {
  opacity: 1;
  filter: brightness(120%);
}

.logo {
  display: flex;
  justify-content: center;
}

.servers-container {
  position: relative;
  z-index: 15;
  gap: 15px;
  justify-content: center;
}

.server-bg {
  position: relative;
}

.new::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 50px;
  top: -5px;
  left: -2px;
  background: url(../../images/murio/new-icon.png) center top no-repeat;
  background-size: contain;
}

.text-container {
  z-index: 11;
  position: absolute;
  top: 0;
  width: 100%;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 12px;
}

.server-title {
  color: #ffc100;
  font-size: 18px;
  margin-top: 15px;
}

.server-status {
  display: block;
  color: #b4ff00;
  margin-top: 15px;
}

.server-status .offline {
  color: #f33939;
}

.server-icons {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.server-icon-1 {
  background: url(../../images/murio/server-icon-1.png) center 110px no-repeat;
}

.server-icon-2 {
  background: url(../../images/murio/server-icon-2.png) center 110px no-repeat;
}
.server-icon-3 {
  background: url(../../images/murio/server-icon-3.png) center 110px no-repeat;
}
.server-icon-4 {
  background: url(../../images/murio/server-icon-4.png) center 109px no-repeat;
}

/* section news */

section {
  padding-bottom: 10px;
}

.section-title {
  position: relative;
  width: max-content;
  font-size: 30px;
  font-weight: 700;
  margin: 70px auto;
  text-transform: uppercase;
  background: linear-gradient(to top, #103745 33%, #11889d 50%, #12defb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.section-separator::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 228px;
  height: 33px;
  background: url(../../images/murio/section-separator.png) center no-repeat;
  transform: rotate(180deg);
}
.section-separator::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 228px;
  height: 33px;
  background: url(../../images/murio/section-separator.png) center no-repeat;
}

article {
  display: flex;
}
.news-content-container {
  gap: 15px;
  flex-wrap: nowrap;
}

.news-center-content,
.news-right-content,
.news-left-content {
  position: relative;
  transition: 0.3s all;
}

.news-center-content:hover {
  transform: translateY(-10px);
}

.news-center-content::before {
  content: '';
  position: absolute;
  display: flex;
  top: -71px;
  left: -33px;
  width: 507px;
  height: 732px;
  background: url(../../images/murio/news-hero-1.png) no-repeat;
}

.news-center-content img {
  max-width: 100%;
}
.news-center-content {
  box-shadow: 0px 50px 100px black;
}
.news-right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 660px;
  padding-top: 68px;
  align-self: flex-start;
}

.all-news-link {
  position: absolute;
  right: 0;
  top: 35px;
  text-decoration: underline;
  color: #49535a;
  font-weight: 700;
}

.article-text-container {
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  z-index: 50;
  right: 40px;
  bottom: 100px;
  max-width: 325px;
  text-transform: uppercase;
  text-align: end;
  gap: 10px;
}

.news-center-content .article-text-container {
  align-items: center;
  text-align: center;
  bottom: 45px;
  right: 50%;
  transform: translate(50%);
  gap: 20px;
  width: 100%;
}

.article-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
  gap: 15px;
  max-width: 418px;
  text-transform: uppercase;
}

.article-right:hover img {
  transform: scale(1.1);
}

.article-right img {
  max-width: 100%;
  transition: all 0.3s;
}

.article-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffc100;
}

.article-text {
  font-size: 14px;
  font-weight: 700;
  color: white;
}

.article-date,
.events-date {
  font-size: 14px;
  font-weight: 700;
  color: #49535a;
  text-transform: none;
}

.news-button {
  width: 142px;
  height: 46px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.news-slider {
  max-width: 421px;
}

.info-content-container {
  justify-content: center;
  gap: 15px;
}

.rank-block,
.events-block {
  display: flex;
  flex-direction: column;
  width: 420px;
  min-width: 315px;
  min-height: 660px;
  background-color: #101519;
}

.events-block .flex-c {
  justify-content: center;
}

.rank-tabs,
.server-tabs {
  display: flex;
  width: 100%;
}

.rank-tabs button,
.server-tabs button {
  width: 50%;
  height: 88px;
  text-transform: uppercase;
  border: none;
  background-color: #0f1113;
  color: #5b5a58;
  font-size: 16px;
  font-weight: 700;
}

.rank-tabs button:hover,
.server-tabs button:hover {
  color: #ffc100;
  transition: 0.7s;
  background-color: transparent;
}

.rank-tabs a,
.server-tabs a {
  width: 50%;
  height: 88px;
  text-transform: uppercase;
  border: none;
  background-color: #0f1113;
  color: #5b5a58;
  font-size: 16px;
  font-weight: 700;
}

.rank-tabs a:hover,
.server-tabs a:hover {
  color: #ffc100;
  transition: 0.7s;
  background-color: transparent;
}

.rank-tabs .active,
.server-tabs .active {
  background-color: transparent;
  color: #ffc100;
}

.sub-tab-button:not(:first-child) {
  border-left: 1px #000 solid;
}

.separator {
  margin: 0;
  color: #1c2125;
  opacity: 1;
  width: 100%;
}

.tab-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  flex-grow: 1;
  position: relative;
}

.tab-inner {
  flex-grow: 1;
  flex-direction: column;
}

.tab-inner.active {
  display: flex !important;
}

#player-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: none;
}

#player-content.active {
  display: flex;
}

.sub-tab-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-button {
  margin-block: auto 20px;
}

.rank-text-btn {
  max-width: 50px;
}

.table-top-rank {
  width: 100%;
  margin-bottom: 30px;
}

.table-top-rank td,
.table-top-rank th {
  padding: 10px;
}

.table-guild {
  position: relative;
}
/* 
td.table-guild::before {
	content: '';
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	top: 15%;
	left: -20%;
	background-image: url(../../images/murio/guilds-icon.png);
} */

.table-top-rank tr:hover {
  background-color: #000;
  color: #b4ff00;
  transition: 0.7s;
}

.table-top-rank th {
  color: #5b5a58;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.table-top-rank .table-rank {
  padding-left: 45px;
}

.table-top-rank .table-lvl {
  padding-right: 45px;
  text-align: end;
}
.table-top-rank .table-mbm {
  padding-right: 45px;
  text-align: end;
}

.highlighted-text {
  color: #ffc100;
}

.events-title {
  display: flex;
  align-items: center;
  height: 88px;
  font-size: 16px;
  color: #ffc100;
  text-transform: uppercase;
  font-weight: 700;
}

.events-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 5px 20px 5px 40px;
}

.events-articles {
  max-height: 490px;
  overflow: auto;
  width: 100%;
  padding-right: 20px;
}

.events-text {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.event-left,
.event-right {
  display: flex;
  flex-direction: column;
}

.event-right {
  align-items: flex-end;
}

.starts-in {
  color: #5b5a58;
  font-size: 13px;
}

.event-time {
  color: #6a6a69;
}

.remain-event-time {
  color: #49535a;
  font-size: 13px;
}

.events-btn {
  margin-top: auto;
  width: 100%;
  height: 46px;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.links-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
  width: 100%;
  max-width: 330px;
  height: 660px;
}

.video-block {
  position: relative;
  display: flex;
  width: 100%;
  height: 393px;
}

.play-button {
    font-size: 60px;
    position: absolute;
    top: 40%;
    left: 15%;
    width: 250px;
    height: 80px;
    color: #ffc100;
}

.play-button:hover {
  transform: scale(1.01) translate(-5%, -5%);
  transition: 0.7s;
}

.video-img:hover {
  opacity: 1;
}

.video-img {
  position: absolute;
  left: -9px;
  top: -57px;
  height: 450px;
}

.video-img img {
  width: 145%;
}

.banner-1,
.banner-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-size: cover;
  font-size: 18px;
  transition: all 0.3s;
  gap: 0;
}

.banner-1:hover,
.banner-2:hover {
  gap: 10px;
}

.banner-1 {
  background: url(../../images/murio/banner-1.png) center no-repeat;
}

.banner-2 {
  background: url(../../images/murio/banner-2.png) center no-repeat;
}
.banner-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #ffc100;
}

.social-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-grow: 1;
  margin-top: -15px;
}

.social-link {
  width: 35px;
  height: 35px;
}

.social-link.insta {
  background: url(../../images/murio/insta-icon.png) center no-repeat;
}
.social-link.fb {
  background: url(../../images/murio/facebook-icon.png) center no-repeat;
}
.social-link.gmail {
  background: url(../../images/murio/gmail-icon.png) center no-repeat;
}
.social-link.tg {
  background: url(../../images/murio/telegram-icon.png) center no-repeat;
}

.section-characters {
  padding: 0;
}

.section-characters > .section-title {
  margin-bottom: 0;
}

.media-block .title {
  margin-bottom: 30px;
}

.media-block .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 155px !important;
  overflow-y: visible;
}

.media-slide {
  position: relative;
  transition: 0.5s;
  height: 390px !important;
  width: 403px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.media-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #03080d;
  transition: 0.5s;
  opacity: 0.7;
}

.media-slide.slick-center {
  transform: scale(1.5);
  z-index: 10;
  box-shadow: 0 20px 50px 0 #060a0d;
}

.media-slide img {
  width: 100%;
}

.media-slide.slick-center img {
  box-shadow: 0 20px 50px 0 #060a0d;
}

.media-slide.slick-center:after {
  opacity: 0;
}

#media-dots {
  position: relative;
  top: -45px;
  z-index: 10;
  width: 660px;
  margin: 0 auto;
}

.about-server-block {
  width: 100%;
  background-color: #101519;
}

.about-server-title > div {
  width: 100%;
  padding: 30px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-server-date {
  color: #5b5a58;
}

.about-server-post {
  display: flex;
  flex-direction: column;
}

.about-server-post img {
  width: 100%;
  margin-bottom: 30px;
}

.about-server-post-text {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 30px;
}

.toTop {
  position: relative;
    top: 75px;
    left: -5px;
    z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: url('../../images/murio/toTop-button.png') center no-repeat;
  border-radius: 5px;
  margin: 0 auto;
}

.footer {
  margin-top: 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 245px;
  background: url(../../images/murio/bg-footer.png) no-repeat;
  background-position: center;
}

.footer-content {
  position: relative;
  height: 165px;
}

.footer-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.footer-logo {
  width: 259px;
  height: 145px;
}

.footer-logo img {
  max-width: 100%;
}

.footer-text { flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  color: #5b5a58;
}

.footer-rights {
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.copyright,
.footer-highlighted {
  color: #ffc100;
}

.footer-message {
  max-width: 225px;
  text-transform: uppercase;
}

.studio-info {
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 15px;
  color: #5b5a58;
}

.studio-icon {
  display: flex;
  width: 55px;
  height: 55px;
  background: url(../../images/murio/studio-icon.png) no-repeat;
}

.studio-info-container {
  display: flex;
  flex-direction: column;
}

/****************************************** Download ******************************************/
.download-wrapper {
  padding: 40px;
  background-color: #101519;
}

.dTop-left {
  width: 60%;
  background-color: #20252a;
  border-right: 1px solid #20252a;
  height: 270px;
}
.dTop-left > div {
  height: 100%;
}

.dTop-right {
  width: 40%;
  height: 270px;
  background-color: #161c22;
}
.dTop-right > div {
  height: 100%;
}

.dTop-cat {
  padding: 10px;
  width: 100%;
}

.dTop-cat_title {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}

.dTop-cat_block {
  width: calc(25% - 6px);
  display: block;
  margin: 3px;
  background-color: #100f0f;
  height: 140px;
  position: relative;
}
.dTop-cat_block:before {
  content: '';
  position: absolute;
  width: 128px;
  height: 89px;
  left: 50%;
  margin-left: -64px;
  bottom: -10px;
  z-index: 2;
  transition: 0.3s;
  opacity: 0;
}
.dTop-cat_block:hover:before {
  opacity: 1;
}

.dTop-cat_block-blue:before {
  background: url(../../images/murio/hover-blue.png) no-repeat;
}

.dTop-cat_block-green:before {
  background: url(../../images/murio/hover-green.png) no-repeat;
}

.dTop-cat_block-orange:before {
  background: url(../../images/murio/hover-orange.png) no-repeat;
}

.dTop-cat_block-turquoise:before {
  background: url(../../images/murio/hover-turquoise.png) no-repeat;
}

.dTop-cat_block-img {
  display: flex;
  align-items: center;
  justify-items: center;
  max-width: 115px;
  height: 115px;
  margin: 0 auto;
}

.dTop-cat_block-img img {
  width: 100%;
}

.dTop-cat_block-title {
  text-align: center;
  position: relative;
  margin-top: -15px;
  z-index: 3;
}

.dtop-update {
  text-align: center;
}

.dtop-update_button .custom-button {
  height: 66px;
}

.dtop-update_title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.dtop-update_text {
  color: #f9b001;
  line-height: 30px;
  max-width: 330px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.d-title {
  color: #f9b001;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  margin: 60px auto;
  margin-bottom: 30px;
  width: max-content;
}

.d-title::after {
  content: '';
  position: absolute;
  left: 100%;
  top: -3px;
  width: 90px;
  height: 23px;
  background: url(../../images/murio/download-separator.png) center no-repeat;
  transform: rotate(180deg);
}
.d-title::before {
  content: '';
  position: absolute;
  right: 100%;
  top: -3px;
  width: 90px;
  height: 23px;
  background: url(../../images/murio/download-separator.png) center no-repeat;
}

.dSystem {
  overflow: auto;
}
.table-download {
  border-top: 1px solid #2b2f33;
}
.table-download thead {
  font-weight: bold;
}
.table-download thead td {
  padding: 15px;
  color: #fff;
  background-color: #1d242a;
  font-size: 15px;
}
.table-download td {
  padding: 15px;
  color: #fff;
  text-align: center;
  border: 1px solid #2b2f33;
  background-color: #181d22;
}
.table-download td:first-child {
  width: 25%;
}

.driverBlock {
  display: block;
  padding: 12px;
}

.driverBlock img {
  width: 100%;
}

.faq-block_title {
  color: #f9b001;
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
}
.faq-block_title:before {
  content: '';
  position: absolute;
  background: url(../../images/murio/icon-question.png) no-repeat;
  width: 36px;
  height: 36px;
  left: 0px;
  top: 50%;
  margin-top: -18px;
}

.faq-block_text {
  line-height: 30px;
}

.faq-block {
  margin-bottom: 50px;
}
.faq-block:last-child {
  margin-bottom: 0px;
}

/****************************************** Top Players ******************************************/

.pageContent {
  background-color: #101519;
  padding: 30px;
}

.ranking-table {
  width: 100%;
}
.ranking-table td {
  border-collapse: collapse;
  padding: 20px 30px;
  border-bottom: 1px solid #ab7e14;
  vertical-align: middle;
}
.ranking-table th {
  border-collapse: collapse;
  padding: 20px 30px;
  text-align: left;
  color: #ffb400;
  font-weight: bold;
  text-align: center;
}
.ranking-table thead tr {
  background-color: #1d242a;
  border-top: 2px solid #313236;
}

.breadcrumbs {
  position: relative;
  margin-left: -15px;
  margin-bottom: 30px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li {
  position: relative;
  padding: 15px;
}
.breadcrumbs ul li:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -4px;
  border: 5px solid transparent;
  border-left: 5px solid #88dceb;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li a {
  color: #fff;
}
.breadcrumbs ul li a:hover {
  color: #ffb400;
}

.selectTop {
  display: flex;
  /* justify-content: flex-end; */
  gap: 20px;
}

select {
  background: #1d242a;
  width: 100%;
  max-width: 290px;
  border: none;
  color: #fff;
  padding: 0px 40px 0px 20px;
  height: 45px;
  font-size: 14px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../../images/murio/arrow-v.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  cursor: pointer;
}

.select {
  width: 100%;
  max-width: 32%;
  height: 45px;
  padding: 0px 40px 0px 20px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  outline: none;
  position: relative;
  cursor: pointer;
  user-select: none;
  background: url(../../images/murio/arrow-v.png) right 20px center no-repeat;
  background-color: #1d242a;
}

.select:focus .select_dropdown {
  display: block;
}

.select_dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style-type: none;
  background-color: #1d242a;
  display: none;
  z-index: 10;
  transition: 0.3s;
}

.select_option {
  height: 45px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #1a1919;
  color: #f0e7aa;
}

.select_option:hover {
  background-color: gray;
}

.rankings-content {
  padding: 30px 10px !important;
}
.topThree {
  margin-bottom: 30px;
  gap: 16px;
  justify-content: start;
}

.topThree-block {
  width: 100%;
  max-width: 32%;
  height: 120px;
  display: flex;
}

.topThree-block_place {
  flex-shrink: 0;
  width: 78px;
}

.first-place {
  background: url(../../images/murio/first-place-img.jpg) center bottom
    no-repeat;
  background-color: #0c0c0e;
}

.second-place {
  background: url(../../images/murio/second-place-img.jpg) center bottom
    no-repeat;
  background-color: #0c0c0e;
}

.third-place {
  background: url(../../images/murio/third-place-img.jpg) center bottom
    no-repeat;
  background-color: #0c0c0e;
}

.topThree-block_class {
  background-color: #151518;
  overflow: hidden;
  position: relative;
  width: 134px;
}
.topThree-block_class .slider-nav-slide-block {
  width: 165px;
  transform: scale(0.8);
  margin-top: -15px;
}
.topThree-block_class .slider-nav-slide-block:hover {
  background: url(../../images/murio/hero-small-hover-bg.png) center no-repeat;
}
.topThree-block_class .slider-nav-slide-block:after {
  opacity: 1;
}

.topThree-block_text {
  flex-grow: 1;
  flex-shrink: 0;
  background-color: #1d242a;
  padding: 25px 10px;
  position: relative;
}

.topThree-block_text-t p {
  color: #e5d9a5;
  font-weight: bold;
  margin-bottom: 10px;
}

.topThree-block_text-b {
  position: absolute;
  /* left: 18px; */
  bottom: 20px;
}

.online {
  color: #b0d90e;
}

.offline {
  color: #e91414;
}

.ranking-table {
  min-width: 800px;
}
.ranking-table td {
  padding: 10px 30px;
}
.ranking-table td img {
  filter: drop-shadow(0px 0px 10px #ffb400);
}

.ranking-table tbody tr {
  position: relative;
  left: 0px;
  transition: 0.3s;
}
.ranking-table tbody tr td {
  height: 65px;
}
.ranking-table tbody tr:after {
  content: '';
  background: url(../../images/murio/news-hover-effect.png) no-repeat;
  width: 55px;
  height: 65px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -32.5px;
  opacity: 0;
  transition: 0.3s;
}
/*.ranking-table tbody tr:hover {*/
/*  background: #060501;*/
/*  left: -10px;*/
/*}*/
/*.ranking-table tbody tr:hover:after {*/
/*  opacity: 1;*/
/*}*/

.table-top-scroll {
  overflow: auto;
}
.pagination {
  margin-bottom: 20px;
}
.pagination li {
  padding: 6px;
}

.number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../images/murio/squad-bg.png) no-repeat;
  width: 54px;
  height: 54px;
  color: #fff;
}
.number.active {
  filter: drop-shadow(0px 10px 10px rgba(255, 180, 3, 0.2));
  color: #ffe696;
}
.number:hover {
  filter: drop-shadow(0px 10px 10px rgba(255, 180, 3, 0.2));
  color: #ffe696;
}

.nav-prev,
.nav-next {
  width: 62px;
  height: 62px;
  background: url(../../images/murio/slick-prev-hero.png) no-repeat;
}

.nav-prev {
  transform: rotate(180deg);
}

.nav {
  opacity: 0.5;
}
.nav:hover {
  opacity: 1;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 1));
}

/****************************************** News ******************************************/
.news-block {
  width: 100%;
  background-color: #101519;
}

.news-title {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ffc100;
  text-transform: uppercase;
}

.news-title > div {
  width: 100%;
  padding: 30px 45px;
  display: flex;
  justify-content: space-between;
}

.news-date {
  color: #5b5a58;
}

.news-post {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.news-post img {
  width: 100%;
  margin-bottom: 30px;
}

.news-post p {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 30px;
}

.text-and-image {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.text-and-image img {
  object-fit: contain;
  max-width: 530px;
}

.post-link {
  color: #ffc100;
  text-decoration: underline;
}

.post-date {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  color: #49535a;
  font-size: 14px;
  padding: 0px 10px;
}

.post-date::before,
.post-date::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  height: 1px;
  width: 320px;
  background: linear-gradient(
    90deg,
    rgba(17, 25, 29, 0) 0%,
    rgba(27, 39, 45, 1) 100%
  );
}

.post-date::after {
  left: 100%;
  transform: rotate(180deg);
}

/*************animations***************/

.animations {
  content: '';
  position: absolute;
  top: -250px;
  left: -525px;
}

.ray {
  background: url(../../images/murio/ray.png) no-repeat;
  width: 419px;
  height: 419px;
  position: absolute;
  left: 487px;
  top: 153px;
  animation: ray 14s infinite linear;
  transform: rotate(0deg);
  opacity: 0.6;
}
@keyframes ray {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rainbow {
  background: url(../../images/murio/rainbow.png) no-repeat;
  background-size: 150px 142px;
  width: 445px;
  height: 422px;
  position: absolute;
  left: 615px;
  top: 294px;
  animation: rainbow 5s infinite linear;
}
@keyframes rainbow {
  0% {
    background: url(../../images/murio/rainbow.png) no-repeat;
    background-size: 150px 142px;
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  90% {
    background: url(../../images/murio/rainbow.png) no-repeat;
    background-size: 445px 422px;
    opacity: 0.2;
    left: 553px;
    top: 235px;
  }
  100% {
    background: url(../../images/murio/rainbow.png) no-repeat;
    background-size: 445px 422px;
    opacity: 0;
    left: 553px;
    top: 235px;
  }
}

.highlight-highlight {
  position: absolute;
  left: 480px;
  top: 450px;
}

.highlight {
  width: 133px;
  height: 133px;
  position: absolute;
  left: 645px;
  bottom: 129px;
  animation: highlight 10s infinite linear;
  opacity: 0;
  transform: scale(0);
}
.highlight .highlight-3 {
  width: 133px;
  height: 133px;
  background: url(../../images/murio/highlight-3.png) no-repeat;
  position: absolute;
  transform: rotate(0deg);
  animation: highlight-3 10s infinite linear;
}
.highlight .highlight-4 {
  width: 133px;
  height: 133px;
  background: url(../../images/murio/highlight-4.png) center no-repeat;
  position: absolute;
  transform: rotate(0deg);
  animation: highlight-4 10s infinite linear;
}
@keyframes highlight-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes highlight-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes highlight {
  0% {
    left: 480px;
    bottom: 50px;
    opacity: 0;
    transform: scale(0);
  }
  20% {
    left: 465px;
    bottom: 99px;
    opacity: 1;
    transform: scale(1);
  }
  80% {
    left: 465px;
    bottom: 99px;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    left: 465px;
    bottom: 99px;
    opacity: 0;
    transform: scale(0);
  }
}

.sparks {
  position: absolute;
  width: 1200px;
  left: 0;
  top: 600px;
  z-index: 1;
}
.sparks > div {
  position: absolute;
}
.sparks .spark_1 {
  background: url(../../images/murio/spark_1.png) no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -320px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.sparks .spark_2 {
  background: url(../../images/murio/spark_2.png) no-repeat;
  width: 179px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.sparks .spark_3 {
  background: url(../../images/murio/spark_3.png) no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-3 4s linear infinite;
  animation: spark-3 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.sparks .spark-big {
  background: url(../../images/murio/spark_4.png) no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-5 4s linear infinite;
  animation: spark-5 4s linear infinite;
}
.sparks .spark_5 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  right: 40px;
}

.sparks_2 .spark_1 {
  background: url(../../images/murio/spark_1.png) no-repeat;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.sparks_2 .spark_2 {
  background: url(../../images/murio/spark_2.png) no-repeat;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.sparks_2 .spark_3 {
  background: url(../../images/murio/spark_3.png) no-repeat;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.sparks_2 .spark-big {
  background: url(../../images/murio/spark_4.png) no-repeat;
}
.sparks_2 .spark_5 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.sparks_2 {
  margin-left: -725px;
}

@-webkit-keyframes spark-1 {
  0% {
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  25% {
    bottom: -240px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes spark-1 {
  0% {
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  25% {
    bottom: -240px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes spark-3 {
  0% {
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  25% {
    bottom: -80px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes spark-3 {
  0% {
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  25% {
    bottom: -80px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes spark-5 {
  0% {
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  25% {
    bottom: -120px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes spark-5 {
  0% {
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  25% {
    bottom: -120px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.sidebar {
  display: flex;
  flex-direction: column;
  width: 420px;
}

.my-section-wrapper {
  display: flex;
  gap: 10px;
}

.rankings-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 40px;
  margin: 3px;
  padding: 0;
  color: #fff;
  background: url(../../images/murio/button.png) center no-repeat;
  background-size: contain;
  transition: 0.2s all ease;
  text-decoration: none;
  font-size: 13px !important;
  text-align: center;
  cursor: pointer;
}

.rankings-button_main {
  margin: 0;
  width: 140px;
  height: 52px;
}

.tabrow-button {
  padding: 5px 30px;
  background: linear-gradient(
    180deg,
    rgba(18, 222, 251, 1) 0%,
    rgba(16, 55, 69, 1) 100%
  );
  font-size: 14px;
}

/*  */

.sidebar-account {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 0px;
  flex-shrink: 0;
  /* 
  position: absolute;
  top: 0;
  right: -340px; */
}

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

.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 #ab7e14;
}

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

.sidebar-account-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  /* flex-direction: column; */
    gap: 15px;
    margin-top: 30px;
    margin-left: 110px;
}

.sidebar-account-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 40px;
    margin: 3px;
    padding: 0;
    color: #fff;
    background: url(../../images/murio/button.png) center no-repeat;
    background-size: contain;
    transition: 0.2s all ease;
    text-decoration: none;
    font-size: 13px !important;
    text-align: center;
    cursor: pointer;
}

.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(../../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;
  transition-duration: 0.3s;
  transition: all 0.3s ease-in-out;
}

.sidebar-account-item:hover {
  opacity: 0.7;
}

.sidebar-account-item a {
  text-decoration: none;
}
.logout-button:hover {
  opacity: 0.7;
}

.sidebar-body {
  width: 100%;
}
.news {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 551px;
  background-color: #101519;
  overflow-y: auto;
  padding: 20px;
}

.news-list-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  color: #f1f1f1;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-item {
  background-color: #0f1113;
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out;
}

.news-item:hover {
  transform: scale(1.02);
}

.news-item-title a {
  font-size: 18px;
  font-weight: bold;
  color: #4da6ff;
  text-decoration: none;
}

.news-item-title a:hover {
  text-decoration: underline;
}

.news-item-text {
  font-size: 14px;
  color: #d1d1d1;
  margin-top: 5px;
  line-height: 1.5;
}

.news-item-date {
  font-size: 12px;
  color: #888;
  text-align: right;
  margin-top: 10px;
}
#pagination {
  margin-top: auto;
  padding: 0;
}
#pagination ul {
  height: initial;
}
#pagination li {
  float: none;
  display: flex;
}
#pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f1113;
  border: none;
  min-width: 45px;
  height: 45px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-shadow: none;
  border-radius: 5px;
  margin: 0 7.5px;
  box-shadow: none;
  color: white;
}

#pagination a.on {
  border: none;
  color: black;
}

#pagination a:hover {
  border: none;
}

.form-control::placeholder {
  color: #49535a;
}

.select_link {
  display: flex;

  align-items: center;
  width: 100%;
  height: 100%;
}

#rank_by_class {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.tr-big:hover {
  background-color: transparent !important;
  left: 0px !important;
}

#inventoryc {
  background-image: url('../../images/murio/inventoryc1.png');
  background-repeat: no-repeat;
  width: 400px;
  height: 320px;
  text-align: center;
  display: inline-block;
  position: relative
}

#inventoryc>img {
  position: absolute;
  top: 90px;
  left: 145px;
  border-radius: 50%;
  border: 3px solid #24314e
}

#inventoryc>div {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center
}

#in_weapon {
  width: 90px;
  height: 136px;
  bottom: 0;
  left: -6px
}

#in_shield {
  width: 90px;
  height: 136px;
  bottom: 0;
  right: -4px
}

#in_helm {
  width: 68px;
  height: 68px;
  top: 2px;
  left: 66px
}

#in_armor {
  width: 72px;
  height: 110px;
  top: 72px;
  left: 40px
}

#in_pants {
  width: 68px;
  height: 68px;
  bottom: 8px;
  left: 82px
}

#in_gloves {
  width: 68px;
  height: 68px;
  top: 116px;
  right: 54px
}

#in_boots {
  width: 68px;
  height: 68px;
  bottom: 8px;
  right: 82px
}

#in_wings {
  width: 138px;
  height: 102px;
  top: 8px;
  right: -2px
}

#in_zoo {
  width: 68px;
  height: 68px;
  top: 2px;
  left: -2px;
  transform: scale(0.6)
}

#in_pendant {
  width: 38px;
  height: 38px;
  top: 20px;
  right: 136px
}

#in_ring1 {
  width: 38px;
  height: 38px;
  bottom: 92px;
  left: 96px
}

#in_ring2 {
  width: 38px;
  height: 38px;
  bottom: 92px;
  right: 96px
}

#in_pentagram {
  width: 96px;
  height: 96px;
  bottom: -6px;
  right: 152px
}

#in_ear1 {
  width: 32px;
  height: 32px;
  top: 72px;
  left: 0
}

#in_ear2 {
  width: 32px;
  height: 32px;
  top: 72px;
  left: 115px
}
.hero-img-15 {
    margin-left: -200px;
}
.hero-small-15 {
    margin-top:-25px;
}
.hero-small-1 {
    margin-top:-25px;
}
.hero-small-2 {
    margin-top:-25px;
}
.hero-small-3 {
    margin-top:-25px;
}
.hero-small-4 {
    margin-top: -45px;
    margin-left: 30px;
}
.hero-small-5 {
    margin-top:-25px;
    margin-left: -80px;
}
.hero-small-6 {
    margin-top:-25px;
}
.hero-small-7 {
    margin-top:-25px;
}
.hero-small-8 {
    margin-top:-25px;
}
.hero-small-9 {
    margin-top:-25px;
}
.hero-small-10 {
    margin-top:-25px;
}
.hero-small-11 {
    margin-top:-25px;
}
.hero-small-12 {
    margin-top:-25px;
}
.hero-small-13 {
    margin-top:-25px;
}
.hero-small-14 {
    margin-top:-25px;
}