html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  position: relative;
}

body {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #20162b;
}

a {
  transition: all 0.3s ease;
  color: #fadfdf;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #fadfdf;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

img {
  max-width: 100%;
}

input, textarea {
  background: #fffeff;
  border: 1px solid #bb99ab;
  color: #20162b;
  padding: 25px 25px;
  position: relative;
  text-align: center;
  font-size: 18px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  transition: 0.3s;
}

input:hover, textarea:hover {
  border: 1px solid #e55454;
  box-shadow: 0px 0px 15px 0px rgba(229, 84, 84, 0.3);
}

input:focus, textarea:focus {
  border: 1px solid #e55454;
  box-shadow: 0px 0px 15px 0px rgba(229, 84, 84, 0.3);
}

.content-button:hover {
  filter: brightness(120%);
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #20162b;
}

::-moz-placeholder {
  color: #20162b;
}

:-moz-placeholder {
  color: #20162b;
}

:-ms-input-placeholder {
  color: #20162b;
}

.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: nowrap;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bright:hover {
  filter: brightness(120%);
}

.top-panel {
  background: rgba(16, 9, 7, 0.94);
  height: 64px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.3);
  font-family: 'BebasNeueRegular';
  font-weight: normal;
}

.top-panel-container {
  height: 100%;
}

.logo {
  margin: 0 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.section .logo:hover {
  filter: brightness(1.3)
}

.left .logo {
  opacity: 0.8;
}

.left .logo:hover {
  opacity: 1;
}

.menu li {
  display: inline-block;
}

.menu a {
  position: relative;
  display: block;
  line-height: 3.5;
  height: 64px;
  padding: 0 20px;
  margin: 0 20px;
  text-transform: uppercase;
  font-size: 18px;
  color: #625d5d;
}

.menu a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #bd1010;
  transition: all 0.3s ease;
}

.menu .active a {
  color: #bd1010;
}

.menu .active a::before {
  width: 100%;
}

.menu a::after {
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  right: -22px;
  height: 40%;
  width: 2px;
  background: #6c000a;
}

.menu li:last-of-type a::after {
  display: none;
}

.menu a:hover {
  color: #bd1010 !important;
  text-decoration:none !important;
}

.menu a:hover::before {
  width: 100%;
}

.button-btn {
  display: none;
}

.button-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.9);
  margin: 5px 0px;
}

.social-networks li {
  display: inline-block;
  margin: 0 20px;
}

.social-networks a {
  display: block;
  opacity: 0.4;
  height: 18px;
}

.social-networks a:hover {
  opacity: 1;
}

.social-networks li {
  position: relative;
}

.social-networks li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -23px;
  height: 100%;
  width: 1px;
  background: #6c000a;
}

.social-networks li:last-of-type::after {
  display: none;
}

.social-networks .facebook a {
  width: 18px;
  background: url('../img/social-icons.png') 0 0 no-repeat;
}

.social-networks .discord a {
  width: 22px;
  background: url('../img/social-icons.png') -19px 0 no-repeat;
}

.right {
  height: 100%;
}

.right .login {
  display: block;
  color: #971919;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  height: 100%;
  width: 120px;
  text-align: center;
  line-height: 3.8;
  transform: skewX(-20deg);
  border-left: 2px solid #971919;
  box-shadow: inset 10px 0 30px -10px #6c000a;
  margin-left: 20px;
  margin-right: -20px;
  transition: all 0.3s ease;
}

.right .login:hover {
  color: #fff !important;
  background: #410505;
}

.right .login span {
  display: block;
  transform: skewX(20deg)
}

.rightInfo {
  position: fixed;
  z-index: 2;
  right: 20px;
  top: 30%;
  width: 124px;
  height: 284px;
  background: url('../img/bg-right-info.png') center no-repeat;
  background-size: cover;
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #a69696;
  text-align: center;
  letter-spacing: -2px;
}

.rightInfo p {
  font-family: 'BebasNeueRegular';
  font-size: 30px;
  letter-spacing: 0;
}

.time {
  text-transform: uppercase;
}

.online p {
  color: #5e9c3c;
}

#section0 {
  background: url(../img/main-bg.jpg) center no-repeat;
  background-size: cover;
}

#section1 {
  background: url(../img/news-bg.jpg) center no-repeat;
  background-size: cover;
}

#section2 {
  background: url(../img/events-bg.jpg) center no-repeat;
  background-size: cover;
}

#section3 {
  background: url(../img/rankings-bg.jpg) center no-repeat;
  background-size: cover;
}

#section4 {
  background: url(../img/intro-noticies-bg.jpg) center no-repeat;
  background-size: cover;
}

.section {
  transform: scale(1);
}

.section {
  transform: scale(1);
}

.scroll {
  position: absolute;
  bottom: 80px;
}

.section .scroll {
  opacity: 0.7;
}

.section.active {
  transform: scale(1);
  animation: scale 0.8s linear;
}

.section.active .scroll {
  opacity: 0.7;
  animation: op 2s linear;
  transition: all 0.3s ease;
}

.section.active .scroll:hover {
  opacity: 1;
}


@keyframes scale1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes op {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}

.section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block {
  margin-top: 11%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homeBlock {
  margin-top: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section .logo {
  margin-bottom: 30px;
}

.homeButton a {
  display: block;
  font-family: 'BebasNeueRegular';
  width: 310px;
  height: 90px;
  text-align: center;
  line-height: 3;
  transform: skewX(-20deg);
  background: linear-gradient(to bottom, #ac2020 50%, #6a1111 50%);
  border: 1px solid #701313;
  opacity: 0.7;
}

.homeButton a:hover {
  opacity: 1;
}

.homeButton span {
  display: block;
  transform: skewX(10deg);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
}

.homeButton .register {
  background: linear-gradient(to bottom, #1a0b0b 50%, #000 50%);
  margin-left: 20px;
}

.content {
  width: 1016px;
  height: 390px;
  margin-top: 60px;
}

.section1 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container .title {
  width: 1016px;
  position: relative;
  flex-wrap: nowrap;
}

.container .title-block {
  position: relative;
  text-transform: uppercase;
  transform: skewX(-10deg);
  font-size: 72px;
  background: -webkit-linear-gradient(#4f0e0e 50%, #000 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: 'BebasNeueRegular';
  font-weight: normal;
  overflow: unset;
}

.container h2 img {
  position: absolute;
  min-width: 354px;
  top: 50%;
  margin-top: -5px;
}

.container h2 img:first-of-type {
  left: -375px;
}

.container h2 img:last-of-type {
  right: -375px;
}

.noticies .more-btn,
.noticies .more-btn a {
  position: absolute;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 2;
  transition: all 0.3s ease;
}

.noticies .more-btn {
  position: absolute;
  bottom: 50%;
  margin-bottom: -20px;
  right: 0;
  width: 100px;
  height: 40px;
  transform: skewX(-15deg);
  background: linear-gradient(to bottom, #522b2d 50%, #282426 50%);
  border: 0.5px solid #000;
  z-index: 9;
}

.noticies .more-btn a {
  width: 99px;
  height: 39px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 3;
  border-top: 1.5px solid #d03738;
  z-index: 10;
}

.noticies .more-btn a::after {
  position: absolute;
  content: '+';
  color: #c12727;
  font-size: 16px;
  right: 10px;
  top: 1.5px;
}

.noticies .more-btn:hover a {
  background: #010000;
}

.notice {
  width: 48.5%;
}

.notice img {
  transition: all 0.3s ease;
}

.notice img:hover {
  filter: brightness(1.3);
}

.notice .info {
  position: relative;
  height: 64px;
  padding: 0 34px;
  background: #000;
  border-top: 1px solid #1c1c1b;
  color: #fff;
  margin-top: -64px;
  z-index: 3;
}

.notice h3 {
  position: relative;
  font-weight: normal;
  font-size: 20px;
  text-overflow: ellipsis;
  margin-right: 10px;
}

.notice:first-of-type h3::before {
  content: 'N';
  background: #b20aac;
}

.notice:last-of-type h3::before {
  content: 'U';
  background: #0a42b2;
}

.notice h3::before {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 1.8;
  border-radius: 50%;
  left: -40px;
  top: -2px;
  font-family: [SourceSansPro];
  font-size: 14px;
}


.date-notice {
  color: #4c4c4c;
}

.block-events {
  height: 390px;
  background: rgba(8, 5, 5, 0.9);
  color: #fff;
}

.block-events .select {
  height: 84px;
  background: #121212;
  padding: 0 1px;
}

.block-events .select li {
  width: 33.2%;
  height: 100%;
  text-align: center;
  background: #090505;
  line-height: 3.2;
  text-transform: uppercase;
  font-family: 'BebasNeueRegular';
  font-size: 24px;
  border-top: 2px solid #610f0f;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.block-events .select li:hover {
  background: #610f0f;
  border-top: 2px solid #d42525;
  color: #fff;
}

.block-events .select .active {
  background: #610f0f;
  border-top: 2px solid #d42525;
  color: #fff;
}

.tabsBlock {
  display: none;
}
.tabsBlock.active {
  display: flex;
  animation: opas 0.5s linear;
}

@keyframes opas {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.info-event {
  padding: 0 50px 0 50px;
  height: 300px;
  font-family: 'BebasNeueRegular';
  font-size: 24px;
  font-weight: normal;
  color: #6a5f5f;
}

.info-event p {
  font-size: 72px;
  color: #fff;
  margin-top: 15px;
}

.info-event .schedule {
  font-size: 42px;
  color: #fff;
  margin-top: 15px;
}


.owner {
  margin-left: 50px;
}

.flag {
  display: block;
  margin-top: -6px;
  margin-right: 20px;
  width: 52px;
  height: 50px;
  background: linear-gradient(to right, #050101 33.3%, #610f0f 33.3%, #610f0f 66.6%, #050101 66.6%)
}

.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;
  transition: all 0.3s ease;
}

.slick-slider-slide img:hover {
  filter: brightness(1.3);
}

.slick-slider-slide .slide-title {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -30px;
  font-family: 'BebasNeueRegular';
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  transform: skewX(-10deg);
  letter-spacing: 4px;
}

.slick-slider-slide .slide-info {
  position: absolute;
  width: 100%;
  top: 62%;
  font-family: [HeadingProTrial];
  font-size: 22px;
  text-align: center;
  color: #807d7d;
  transform: skewX(-10deg);
}

.copyright {
  position: absolute;
  bottom: 80px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 0 40px;
  line-height: 2;
}

.copyright p {
  color: #807d7c;
  font-family: [HeadingProTrial];
  font-size: 18px;
  line-height: 2;
}

.modal_div {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  z-index: 999;
}

.modal-div {
  background: linear-gradient(#0b0a0a, #110f0f);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  max-width: 460px;
  width: 100%;
  min-height: 490px;
  position: relative;
  border: 0.5px solid #0b0a0a;
}

.modalTitle,
.eventsTabs {
  width: 100%;
  height: 90px;
  padding: 0 90px;
  background: linear-gradient(#2b1717, #181515);
  border-top: 3px solid #961f1f;
  color: #fff;
  text-align: center;
  line-height: 3;
  text-transform: uppercase;
  font-family: 'BebasNeueRegular';
  font-size: 24px;
  letter-spacing: 2px;
}

.modalTitle h2 {
  font-weight: normal;
}

.modal-form {
  width: 100%;
  padding: 50px 60px;
}

.modal_div .modal_close {
  background: url(../img/close-icon.png) no-repeat;
  width: 21px;
  height: 19px;
  position: absolute;
  top: -8px;
  right: -10px;
  cursor: pointer;
  transition: all 0.3 ease;
}

.modal_div .modal_close:hover {
  filter: brightness(2);
}

.modal-form input {
  width: 100%;
  background: #010101;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #2a0606;
  color: #6a5f5f;
  font-family: [SourceSansPro];
  font-size: 18px;
  padding: 24px;
}
.modal-form input::-webkit-input-placeholder {
  color: #6a5f5f;
}
.modal-form input::-moz-placeholder {
  color: #6a5f5f;
}
.modal-form input:-moz-placeholder {
  color: #6a5f5f;
}
.modal-form input:-ms-input-placeholder {
  color: #6a5f5f;
}

.enter-button {
  width: 100%;
  background: linear-gradient(#1e0a0a, #0c0808 50%, #000 50%);
  border-top: 3px solid #901717;
  border-bottom: 1px solid #2a0606;
}

.enter-button button {
  font-family: 'BebasNeueRegular';
  font-size: 24px;
  border: none;
  border-radius: 0;
  background: none;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 24px;
  color: #a6a3a3;
  text-transform: uppercase;
  transition: all 0.3s ease;
  letter-spacing: 2px;
}

.enter-button button:hover {
  background: #6f1616;
}

.form-links {
  margin-top: 30px;
}

.forget {
  display: block;
  font-family: [SourceSansPro];
  font-size: 18px;
  color: #453737;
  text-align: center;
}

.scrollbar-inner {
  max-height:500px;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 4px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #201f1f;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #a51d1d;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.eventsTabsBlock {
  padding:20px;
  display: none;
}
.eventsTabsBlock ul li {
  padding: 10px 30px 10px 0;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #fff;
}
.eventsTabsBlock ul li span {
  color: #717171;
  font-size: 18px;
}
.eventsTabsBlock.active {
  display: block;
  animation: opas 0.5s linear;
}

#overlay {
  z-index: 998;
  position: fixed;
  background-color: #0f0f0f;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.eventsTab-button {
  color: #514e4e;
  transition: all 0.3s ease;
  cursor: pointer;
}

.eventsTab-button.active ,
.eventsTab-button:hover {
  color: #fff;
}

.eventsTab-separator {
  display: block;
  width: 2px;
  height: 40%;
  background: #a51d1d;
}

.logo-download {
  width: 100%;
  margin-top: 25%;
  transition: all 0.3s ease;
}

.logo-download a:hover {
  filter: brightness(1.3);
}

.download {
  width: 1170px;
  max-width: 98%;
  margin: 0 auto;
  margin-top: 50px;
  background: rgba(14, 10, 10, 0.71);
  border-top: 2px solid #941717;
}

.title-download {
  background: rgb(0 0 0 / 88%);
  padding: 36px 100px;
  font-family: 'BebasNeueRegular';
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}

.content-download {
  padding: 90px 100px;
  color: #fff;
}

.content-download h3 {
  font-family: 'BebasNeueRegular';
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  color: #a1a0a0;
  margin-bottom: 60px;
}

.content-download h3 span {

  color:#3498DB;
}

.select-download {
  margin-bottom: 100px;
}

.select-download li {
  width: 32%;
  padding: 40px;
  font-family: 'BebasNeueRegular';
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  border: 1px solid #26632c;
  transition: all 0.3s ease;
  text-align: center;
}

.select-download li:first-of-type {
  border: 1px solid #a21d1d;
}

.select-download li:last-of-type {
  border: 1px solid #1d71a2;
}

.select-download li:hover {
  background: #26632c;
}

.select-download li:first-of-type:hover {
  background: #a21d1d;
}

.select-download li:last-of-type:hover {
  background: #1d71a2;
}

.requirements li {
  display: flex;
  justify-content: space-between;
  font-family: [SourceSansPro];
  font-size: 18px;
  color: #545252;
  background: #000;
  padding: 30px 50px;
  margin-bottom: 1px;
}

.requirements span {
  display: block;
  width: 32%;
  text-align: left;
}

.requirements span.two-coll {
  width: 66%;
  text-align: center;
}

.requirements li:first-of-type {
  color: #fff;
  background: #3a0a0a;
}

footer {
  height: 234px;
  width: 100%;
  margin-top: 2px;
  background: #000;
  color: #827e7e;
  text-align: center;
  font-size: 16px;
}

footer span {
  display: block;
  color: #ebe5e5;
  margin-bottom: 6px;
}


.registro input {
    width: 100%;
    background: #010101;
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 30%);
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #2a0606;
    color: #6a5f5f;
    font-size: 18px;
    padding: 10px;}
	
	
	
	
.block-rankings {
  height: 500px;
  background: rgba(8, 5, 5, 0.9);
  color: #fff;
}

.block-rankings .select {
  height: 84px;
  background: #121212;
  padding: 0 1px;
}

.block-rankings .select li {
  width: 33.2%;
  height: 100%;
  text-align: center;
  background: #090505;
  line-height: 3.2;
  text-transform: uppercase;
  font-family: 'BebasNeueRegular';
  font-size: 24px;
  border-top: 2px solid #610f0f;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.block-rankings .select li:hover {
  background: #610f0f;
  border-top: 2px solid #d42525;
  color: #fff;
}

.block-rankings .select .active {
  background: #610f0f;
  border-top: 2px solid #d42525;
  color: #fff;
}

.tabsBlock2 {
  display: none;
}
.tabsBlock2.active {
  display: flex;
  animation: opas 0.5s linear;
}

@keyframes opas {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.info-event2 {
  padding: 0 50px 0 50px;
  height: 400px;
  font-family: 'BebasNeueRegular';
  font-size: 24px;
  font-weight: normal;
  color: #6a5f5f;
}

.info-event2 p {
  font-size: 72px;
  color: #fff;
  margin-top: 15px;
}

.info-event2 .schedule {
  font-size: 42px;
  color: #fff;
  margin-top: 15px;
}


