* {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  outline: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  color-scheme: light;
  overflow-x: hidden;
}
body {
  font-family: "Anybody";
  background-color: #000402;
  padding: 0;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1920px;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}
h1,
.main-title {
  color: #fff;
  text-align: center;
  font-family: Anybody;
  font-size: 90.687px;
  font-style: italic;
  font-weight: 800;
  line-height: 90%;
  letter-spacing: 1.814px;
  text-transform: uppercase;
}
h2 {
  color: #fff;
  font-family: Anybody;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}
h4 {
  color: #fff;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
h5 {
  color: #fff;

  font-family: Anybody;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.64px;
}
p {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}
.main-title-green {
  color: #00fd72;

  text-align: center;
  font-family: Anybody;
  font-size: 55px;
  font-style: italic;
  font-weight: 800;
  line-height: 90%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  transform: translate(0, -25px);
  margin-bottom: 25px;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a button {
  cursor: pointer;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
.decs {
  display: block;
}
.container__menu {
  width: 100%;
  padding: 34px 0;
  margin: 0 auto;
  max-width: 1130px;
}
.header-area {
  position: relative;
  width: 100%;
  z-index: 19;
  background: transparent;
}
.site-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.site-logo {
  width: 111.077px;
}
.site-navbar ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 80px;
}
.site-navbar ul li a {
  color: #fff;
  display: block;
  text-decoration: none;

  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.site-navbar ul li a:hover {
  color: #00fd72;
  transition: 0.9s;
}
.nav-toggler {
  background-color: transparent;
  cursor: pointer;
  display: none;
  border: none;
}
.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #fff;
  display: block;
}
.nav-toggler span:before {
  content: "";
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: "";
  transform: translateY(6px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}
.menu-logo {
  width: 111.077px;
}
.menu_img {
  display: none;
}
.menu-item-first {
  display: none;
}

.desc-only {
  display: block;
}
.main-button button {
  padding: 17px 20px;
  max-width: 234px;
  width: 100%;
  color: #ffffff;
  background-color: transparent;
  text-align: center;
  font-family: Anybody;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  width: 100%;
  border: 2px solid #fff;
  margin-top: 30px;
}
.main-secondary button {
  padding: 17px 20px;
  max-width: 215px;
  width: 100%;
  color: #000000;
  background-color: #00fd72;

  border: none;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.main-button:hover button,
.main-secondary:hover button {
  background-color: #535353;
  background: linear-gradient(
      180deg,
      rgba(0, 253, 114, 0) 20.83%,
      rgba(0, 253, 114, 0.1) 145%
    ),
    #191919;
  color: #00fd72;
  transition: 0.9s;
}
.main-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt-4 {
  margin-top: 4px;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 33px 140px;
  background-color: #000;
}
.logo-footer {
  width: 137px;
}
.footer-menu ul,
.footer-contact ul {
  display: flex;
}
.footer-menu a {
  color: #fff;
  font-family: Inter;
  font-size: 16px;

  font-weight: 400;

  margin: 0 25px;
}
.footer-menu a:hover {
  color: #00fd72;
  transition: 0.9s;
}
.footer-contact li {
  margin: 0 9px;
}

.form-block {
  position: relative;
  background-image: url(../img/bg-contact.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 619px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__input {
  width: 276px;
  height: 48px;
  padding: 12px 17px;
  gap: 4px;

  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  margin-right: 24px;
}
.form {
  max-width: 648px;
  padding: 24px;
  gap: 8px;
  border-radius: 12px;
  background: transparent;

  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 auto;
}
.form__wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.form__textarea,
.form__input,
.form__file {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.form__textarea {
  max-width: 575px;
  width: 100%;
  min-height: 152px;
  padding: 19px 17px;

  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
}
.form__file {
  font-size: 12px;
  line-height: 18px;
  text-align: left;

  display: block;
  visibility: visible;
  opacity: 1;
}
.form__submit {
  width: 100%;
  max-width: 575px;
  padding: 12px 20px;
  gap: 0px;

  background-color: #00fd72;
  border: none;
  color: #101010;

  text-align: center;
  font-family: Anybody;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
}
.form__submit:hover {
  color: #00fd72;
  background: linear-gradient(
      180deg,
      rgba(0, 253, 114, 0) 20.83%,
      rgba(0, 253, 114, 0.1) 145%
    ),
    #191919;
  transition: 0.9s;
}
input[type="file"] {
  width: 100%;
}
.file-input {
  display: inline-block;
  padding: 8px 20px;
}
.file-file {
  display: flex;
  cursor: pointer;
  gap: 4px;
  color: #fff;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  padding: 2px 0px 10px;
}
.form-block input::placeholder,
.form-block textarea::placeholder {
  color: #fff;

  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-weight: 500;
  line-height: 24px;
}
.centered-message {
  text-align: center;
}
.form-block .main-title {
  color: #fff;
  line-height: 140%;
  font-size: 44px;

  font-weight: 800;

  text-transform: none;
}

#statusMessage {
  text-align: center;
}
.container {
  padding: 82px 96px;
}

.blog__col {
  border-radius: 8px;
  border: 1px solid #c2c2c25d;
  display: flex;
  max-width: 378px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.blog__col img {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
.blog__title {
  color: #fff;

  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin: 10px 0;
}
.blog__subtitle {
  color: #666;

  text-overflow: ellipsis;

  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.blog__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.blog-bottom_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.49);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.blog__bottom_button {
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.49);
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.blog__bottom_button:hover {
  border: 1px solid #00fd72;
  color: #00fd72;
  transition: 0.9s;
}
.blog__bottom img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.mob,
.mobile-on {
  display: none;
}

.hero {
  height: 100vh;
  background-image: url(../img/bg-hero.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 146px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.hero__title {
  max-width: 941px;
}
.hero__title h2 {
  color: #fff;

  font-family: Anybody;
  font-size: 42.814px;
  font-style: italic;
  font-weight: 800;
  line-height: 90%;
  text-transform: uppercase;
  text-align: end;
}
.hero__title h1 {
  color: #00fd72;

  font-family: Anybody;
  font-size: 332.333px;
  font-style: italic;
  font-weight: 800;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 180px;
}
.hero__contant {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 30px;
}
.hero__rate__team {
  display: flex;
  align-items: center;

  padding: 15px 16px;
  border-radius: 4px;
  border: 2px solid rgba(95, 95, 95, 0.584);
  background: radial-gradient(
    107.32% 141.42% at 0% 0%,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: -2.831px -2.831px 141.555px 0px rgba(255, 255, 255, 0.02) inset;
  backdrop-filter: blur(11.890594482421875px);
}
.decor {
  width: 0.328px;
  height: 70.237px;
  border-radius: 0.328px;
  background: rgba(217, 217, 217, 0.5);

  margin: 0 24px;
}
.valve {
  width: 27px;
  height: 27px;
  background-color: #e48616;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding-top: 6px;
}
.box__rate svg {
  margin-bottom: 8px;
  height: 27px;
}
.hero__rate__team span {
  color: #fff;

  font-family: Anybody;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 11px */
  letter-spacing: 0.44px;
}
.hero__rate__team h4 {
  color: #00fd72;

  font-family: Anybody;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: 0.72px;
  margin-top: 6px;
}
.arrow-hero {
  width: 43px;
  height: 43px;
  border: 1px solid #a6a6a6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 100%;
  z-index: 5;
}
.hero__twitch {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16.235px 27.059px;
  border-radius: 4px;
  border: 2px solid rgba(95, 95, 95, 0.584);
  background: radial-gradient(
    107.32% 141.42% at 0% 0%,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: -2.831px -2.831px 141.555px 0px rgba(255, 255, 255, 0.02) inset;
  backdrop-filter: blur(11.890594482421875px);
}
.twitch__first {
  position: absolute;
  top: -23px;
  left: 39%;
}
.twitch__second {
  margin-top: 9px;
}

.hero__twitch span {
  color: #fff;

  text-align: center;
  font-family: Anybody;
  font-size: 10.247px;
  font-style: italic;
  font-weight: 600;
  line-height: 130%; /* 13.321px */
  letter-spacing: 0.41px;
}
.hero-team {
  position: absolute;
  width: 1286px;
  top: 50%;
  left: 50%;
  transform: translate(-47.5%, -31%);
}

.marquee {
  width: 100%;
  overflow: hidden;
  background: black;

  position: relative;
  padding: 32px 0;
}
.marquee__track img {
  transform: scale(0.9);
}

.marquee__track {
  display: flex;
  gap: 80px;
  align-items: center;
  animation: marqueeScroll 40s linear infinite;
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.tour {
  padding: 70px 0;
  max-width: 1034px;
  margin: 0 auto;
  background-image: url(../img/bg-tournaments.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.description__tour__title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-button-prev,
.team-button-next {
  display: none;
}
.group__box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tour .main-button {
  max-width: 234px;
  margin: 0 auto;
}
.tour h5 {
  font-size: 17px;

  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tour__table__title ul {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.tour__table__title li {
  color: rgba(255, 255, 255, 0.6);

  font-family: Anybody;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.96px;
  cursor: default;
}
.tour__table__title li:first-child {
  margin-right: 194px;
}
.tour__table__title li:nth-child(2) {
  margin-right: 85px;
}
.tour__table__title li:nth-child(3) {
  margin-right: 220px;
}
.tour__table__title li:nth-child(4) {
  margin-right: 190px;
}
.match__info__team__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 181px;
  max-width: 100%;
}
.status__info {
}
.boys__box,
.description__tour {
  display: flex;
  align-items: center;
}
.match__info__team__box img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}
.boys__box img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  padding: 8px 3px;
  background: #000;
}
.nexus {
  padding: 2.5px 6px;

  background: #17202c;
}
.fly {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 4px;
}
.pe {
  padding: 1.5px 2px 1.5px 4px;
  background: #000;
  border-radius: 4px;
}
.nemesis {
  background: #fff;
  border-radius: 4px;
  padding: 0 2px;
}
.tour__table__items {
  display: flex;
  align-items: center;
  padding: 13px 10px;
  background: #272727;
  margin-bottom: 10px;
  cursor: pointer;
  gap: 42px;
  border-radius: 4px;
  border: 1px solid #272727;
}
.tour__table__items:hover {
  filter: brightness(1.3);
  transition: 1s ease;
}
.green-bg {
  background: linear-gradient(
      90deg,
      rgba(0, 253, 114, 0) 68.88%,
      rgba(0, 253, 114, 0.06) 120.37%
    ),
    #171717;
}
.red-bg {
  background: linear-gradient(
      90deg,
      rgba(250, 0, 4, 0) 68.88%,
      rgba(250, 0, 4, 0.06) 120.37%
    ),
    #171717;
}
.og {
  background-color: #032452;
  padding: 1.5px 5px;
  border-radius: 2px;
}
.pua {
  width: 26px;
  height: 26px;
  padding: 2.5px 8.5px;
  background-color: white;
  border-radius: 4px;
}

.tour__table__items div {
  color: #fff;

  font-family: Anybody;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.56px;
}
.tour__table__items .tour-col__info {
  color: rgba(255, 255, 255, 0.3);

  font-family: Anybody;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 11.111px;
  letter-spacing: 0.44px;
}
.name-tuor {
  width: 210px;
  max-width: 100%;
}

.data-col {
  width: 90px;
  max-width: 100%;
}
.tour__table__items .status__info {
  text-align: center;
  font-family: Anybody;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 25.683px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #00fd72;
}
.status__info.lose {
  color: #fa0004;
}

.match__info {
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-left: 1px solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
  gap: 32px;
}
.match__info div:nth-child(2) {
  width: 21px;
}

.our-video {
  padding: 82px 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.our-video button {
  min-width: 232px;
}
.box__video {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.main__video {
  width: 100%;
}

.main__video img {
  max-width: 773.312px;
  height: 432.262px;
}
.sub__video {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
}
.sub__video img {
  width: 375px;
  height: 209.615px;
}
.about {
  background-image: url(../img/bg-team-main.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-content p {
  color: #fff;
  max-width: 1216px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  margin-bottom: 20px;
  margin: 0 auto;
}

.about-content p strong {
  font-weight: 700;
}
.about-bg {
  width: 100%;

  object-fit: cover;
  transform-origin: center;
  will-change: transform;
  pointer-events: none;
  z-index: 0;
}
.about-content .mb-40 {
  margin-bottom: 40px;
}
/* nothing */

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1d2029;
  border: 1px solid #3b404f;
  border-radius: 24px;
  padding: 30px;
  z-index: 9999;

  padding: 40px 27px;
  max-width: 390px;
  text-align: center;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.896);
  z-index: 9998;
}
.popup-img {
  position: absolute;
  width: 135px;
  left: 33%;
  top: -30%;
}
.popup-img:hover {
  transform: scale(1.1) rotate(5deg);
  transition: 0.9s;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

#preloader img {
  width: 120px;
  height: auto;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

/* page not found */
.notfound {
  position: relative;
  padding: 520px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;

  max-width: 1740px;
  margin: 0 auto;
}
.notfound:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg404.jpg") no-repeat center center / cover;
  z-index: -1;
  opacity: 1;
  pointer-events: none;
}
.notfound h1 {
  color: #fff;

  text-align: center;
  font-family: Anybody;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}

.notfound .main-button button {
  padding: 17px 48px;
}
/* team page */
.team-container {
  padding: 190px 20px 50px 20px;
  background-color: #080808;
}

.team-section {
  width: 100%;
  max-width: 1216px;
  margin: auto;
}
.team-container h1 {
  margin-bottom: 74px;
  color: #fff;

  font-family: Anybody;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px; /* 104% */
  text-transform: uppercase;
}

.team-slider {
  width: 100%;
}

.team-slide {
  width: 234px !important;
  height: auto;
  background: #191919;
  color: #fff;
  text-align: center;
  padding-bottom: 17px;
  box-sizing: border-box;
}
.team-slide .img-team-slider {
  width: 235px;

  margin-bottom: 8px;
  height: 245px;

  background-position-y: 20px;
  background-position-x: center;
  background-repeat: no-repeat;
  background-color: lightgray;
  overflow: hidden;

  position: relative;
}

.team-slide .img-team-slider img {
  width: 100%;
}

.nick-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.nick-box img {
  width: 16.772px;
  height: 12.579px;
}

.team-slide h3 {
  margin: 10px 0 5px;
  color: #fff;

  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.92px;
  text-transform: uppercase;
}

.team-slide p {
  color: #00fd72;

  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.04px;
}

.back-home {
  position: absolute;
  top: 18%;
  left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}
.back-home div {
  color: #fff;
  margin-left: 5px;
  text-align: center;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.team-container article {
  max-width: 1217px;
  margin: 65px auto 0 auto;
}
.team-container article h2 {
  color: #00fd72;

  font-family: Anybody;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.team-container article p {
  color: #fff;

  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%;
}
.team-container article p strong {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
}

.contact-player {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  gap: 5px;
}

.player-img img {
  max-width: 400px;
  width: 100%;
}
.title-player {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1216px;
  margin: 0 auto;
}
.title-player__about {
  max-width: 729px;
}

.title-player .nick-box {
  justify-content: flex-start;
}

.title-player .nick-box h2 {
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 37.44px;
}
.title-player .nick-box img {
  width: 23.111px;
  height: 15.407px;
}

.title-player h4 {
  color: #00fd72;

  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.28px;
  margin: 15px 0;
}
.title-player p {
  color: #fff;
  max-width: 729px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.team-container h5 {
  text-align: center;
  color: #fff;
  margin-top: 70px;
  text-align: center;
  font-family: Anybody;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.player-img img {
  width: 429px;
  height: 440px;
}

/* patners */

.brands-block {
  margin: 0 auto;
}

.brands-block__rows {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 80px;
}
.brand-center {
  display: flex;
  gap: 8px;
  align-items: center;
}
.event__date {
  color: rgba(255, 255, 255, 0.49);

  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.brands-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.partners-container {
  margin: 150px auto 100px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.partners-box {
  max-width: 1128px;
  width: 100%;
  padding: 24px 24px 24px 56px;
  border-radius: 14px;
  background-color: #151515;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.partners-container h1 {
}
.partners-container h4 {
  color: #fff;
  max-width: 1000px;
  text-align: center;

  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 50px;
}
.partners-container h3 {
  color: #fff;

  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-top: 20px;
}
.partners-container p {
  color: rgba(255, 255, 255, 0.49);

  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 6px 0 0 0;
  max-width: 500px;
}
.partners-container .main-button {
  justify-content: flex-start;
}
.partners-container .main-button button {
  padding: 16px 20px;
  font-family: "Montserrat";
  max-width: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-container .main-button img {
  margin-left: 15px;
}
.brands-img a {
  background-color: #030000;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 426px;
  height: 297px;
}

.brands-img .lunubet img {
  width: 263px;
}
.brands-img .bethall img {
  width: 243px;
}
.brands-img:hover img {
  scale: 1.1;
  transition: 0.9s;
}
.black-bg {
  background-color: #030000;
}

/* tournaments */
.tournaments-page {
  margin-top: 92px;
}
.match-contant {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 31px;
  background-image: url(../img/bg-tournament.jpg);
  background-size: contain;
  max-width: 994px;
  margin: 42px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.match-contant h4 {
  color: #00fd72;

  font-family: Anybody;
  font-size: 27.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: 46px;
  margin-bottom: 7px;
}
.match-contant h5 {
  color: #fff;

  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 52px;
  text-transform: none;
}
.match {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 57px;
}
.match span {
  color: #fff;
  margin: 0 90px;
  font-family: Arial;
  font-size: 72.988px;
  font-style: normal;
  font-weight: 700;
  line-height: 105.08px;
}
.match img {
  width: 100px;
  height: 100px;
}

.pagination-tour {
  text-align: end;
  margin-top: 30px;
}

.pagination-tour button {
  margin: 4px;
  padding: 9px 14px;
  border: none;
  border-radius: 4px;
  background: #333;
  color: #fff;
  cursor: pointer;
  border-radius: 4.01px;

  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pagination-tour button:hover {
  background: linear-gradient(
      180deg,
      rgba(0, 253, 114, 0) 20.83%,
      rgba(0, 253, 114, 0.1) 145%
    ),
    #191919;
}
.pagination-tour button.active {
  background: #00cc66;

  color: #000;
}
.mb-25 {
  margin-bottom: 25px;
}
#timer {
  display: flex;
  justify-content: center;
}

.my-time {
  max-width: 50%;
  font-family: "Sriracha", cursive;
  width: 800px;
  margin: 0 auto 50px;
  text-align: center;
  color: rgba(58, 58, 58, 0.958);
  background: rgba(202, 204, 204, 0.952);
  font-weight: 50px;
  border-radius: 20px;
  padding: 20px;
}

.time_item {
  display: flex;
  line-height: 1;
  padding: 5px 20px 10px;
  font-size: 40px;
  color: #dddde0;
  flex-direction: column;
  text-align: center;
  font-family: Anybody;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.56px;

  justify-content: center;
  align-items: center;
}

.time_item span {
  color: #fff;

  text-align: center;
  font-family: Anybody;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.04px;
}

#hours,
#minutes,
#seconds {
  color: #dddde0;

  text-align: center;
  font-family: Anybody;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.56px;
}

/* page news */

.blog-page {
  margin: 157px auto 0 auto;
}
.blog-contant h2 {
  font-size: 46px;
  font-weight: 800;
}
.blog-contant {
  max-width: 1128px;
  margin: 0 auto;
}
.blog-contant p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.blog-contant p strong {
  color: #00fd72;
}
.box__blog__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0 40px 0;
  color: #515151;
}
.blog-contant .blog-bottom_date {
  gap: 10px;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.news-blog-button {
  color: #fff;

  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  background: #161616;
  padding: 12px 24px;
  border: none;
}
.news-blog-button:hover {
  transition: 0.9s;
  background: linear-gradient(
      180deg,
      rgba(0, 253, 114, 0) 20.83%,
      rgba(0, 253, 114, 0.1) 145%
    ),
    #191919;
}
.blog-contant img {
  max-width: 1128px;
}
.blog-contant h3 {
  color: #fff;

  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 40px 0 24px 0;
}
.blog-contant .fontp {
  line-height: normal;
}

.blog-contant h5 {
  color: #fff;

  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin: 24px 0 24px 0;
}

.castom-list {
  margin: revert;
  padding-left: 15px;
}
.castom-list li {
  margin: inherit;
  list-style: disc;
  color: #fff;

  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.castom-list li::marker {
  color: #00fd72;
  width: 8px;
  height: 8px;
}
.number-list {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}
.number-list li {
  position: relative;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.number-list li::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #00fd72;
  color: #00fd72;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.grey {
  color: rgba(255, 255, 255, 0.6);
}
.blog-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-share-title {
  color: #fff;

  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.blog-share-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
}
.blog-share-social a {
  border-radius: 4px;
  border: 1px solid #00fd72;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* blog page */

.subtitle-blog {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  max-width: 948px;
  margin: 0 auto;
}
.blog-title {
  text-align: center;
}
.tab-container {
  width: 100%;
  margin: 20px auto;
  max-width: 1200px;
}
.title-terms {
  text-align: left;
  font-size: 48px;
  margin-bottom: 15px;
}
.tabs {
  display: flex;
  cursor: pointer;
  justify-content: center;
  gap: 8px;
  margin: 35px 0px;
}

.tabs div {
  padding: 12px 24px 12px 24px;
  gap: 16px;
  border-radius: 8px;
  color: #101010;
  background-color: #535353;
  background: linear-gradient(
      180deg,
      rgba(0, 253, 114, 0) 20.83%,
      rgba(0, 253, 114, 0.1) 145%
    ),
    #191919;
  color: #00fd72;

  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.tabs div.active,
.tabs div:hover {
  color: #000;
  background-color: #00fd72;
  transition: 0.9s;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.news-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 21px;
}

.news-main-tab {
  display: flex;
  justify-content: space-around;
  margin: 50px auto;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #c2c2c25d;
  border-radius: 16px;
}

.news-main-tab .main-tab-img {
  width: 540px;
  max-width: 100%;
  border-radius: 8px;
}
.main-tab-news-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 20px;
}

.news-main-tab .blog__bottom {
  margin-top: 45px;
}
.news-main-tab .blog__bottom_button {
  margin-right: 292px;
}

/* faq */

.container__row_fag {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
  max-width: 100%;
}
.faq {
  padding-top: 80px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
}

.faq__list li.active .answer {
  max-height: 200px !important;
  padding: 16px 24px 32px 24px;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq__List li.active .question {
  color: #ffffff;
  transition: color 0.5s ease;
}
.faq__list .answer {
  color: rgba(255, 255, 255, 0.7);

  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}

.faq__list .plus-minus-toggle {
  cursor: pointer;

  position: absolute;
  width: 24px;
  height: 24px;
  right: 0px;
  top: 30%;
  z-index: 2;
}
.faq__list .plus-minus-toggle:before {
  content: "";
  width: 23px;
  height: 36px;
  right: 20px;
  position: absolute;
  top: -7px;
  background-image: url(../img/faq-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 500ms ease;
}

.faq__list .plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}
.faq__list .question {
  color: #fff;

  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  cursor: pointer;
  padding: 16px 0px 18px 0;
  transition: color 0.5s ease;
  border-bottom: 1px solid #191919;
}

/* history (new blog)*/

.history {
  padding-top: 105px;
  padding-bottom: 140px;
  background: #0b0b0b;
}
.history__container {
  max-width: 1247px;
  margin: 0 auto;
}
.history__container h2 {
  color: #fff;

  font-family: Anybody;
  font-size: 45px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%; /* 45px */
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.mb {
}
.history__container h2 strong {
  color: #00fd72;
}
.history__container p,
.history__container ul li {
  color: rgba(255, 255, 255, 0.7);

  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}
.history__container p strong,
.history__container ul li strong {
  color: #fff;
  font-family: Inter;
  font-size: 16px;

  font-weight: 700;
}
.history__container img {
  opacity: 0.9;
  width: 100%;
  margin: 20px auto;
}
.history__container ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 50px;
}
.history__container ul li {
  list-style-type: disc;
}
.mb40 {
  margin-bottom: 40px;
}
.history__box {
  display: flex;
  gap: 11px;
  align-items: stretch;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.history__box__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 233px;
  padding: 26px 13px 33px 13px;
  border-radius: 12px;
  border: 1px solid #2f2f2f;

  background: #0b0b0b;
}

.history__box__card h3 {
  color: #fff;

  text-align: center;
  font-family: Anybody;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 8px;
  margin-top: 17px;
}
.history__box__card h4 {
  color: rgba(255, 255, 255, 0.7);

  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
