* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
* {
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  line-height: 1.4;
  font-weight: 300;
}

body {
  background: #2e2e2e;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  width: 100%;
  background: #171717;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header__body {
  height: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo p {
  font-size: 24px;
  color: #00ffae;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header__link:hover {
  color: #00ffae;
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__button {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header__button svg {
  height: auto;
  width: 24px;
  fill: #00ffae;
}
.header__button-search svg {
  width: 18px;
}
.header__button-post svg {
  width: 18px;
}
.header__button-notification svg {
  width: 20px;
}
.header__button-profile, .header__button-menu, .header__button-search {
  display: none;
}
.header__button:hover {
  background: #00ffae;
}
.header__button:hover svg {
  fill: #171717;
}

.main {
  padding-top: 120px;
  padding-bottom: 100px;
  min-height: calc(100vh - 260px);
}
.main__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section {
  border-radius: 10px;
  margin-bottom: 40px;
}

.promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 60px;
  position: relative;
  background: #171717;
}
.promo__left {
  width: 72%;
}
.promo__title {
  font-size: 44px;
  margin-bottom: 20px;
  color: #00ffae;
}
.promo__subtitle {
  font-size: 20px;
  margin-bottom: 20px;
}
.promo__text {
  color: #b0b0b0;
}
.promo__box {
  position: absolute;
  width: 17%;
  top: 0px;
  right: 80px;
}
.promo__box img {
  width: 100%;
}

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: auto;
  gap: 10px;
}
.event__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.event__variable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #171717;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  height: 60px;
}
.event__variable:hover {
  background: #646464;
}
.event__variable p {
  font-size: 14px;
}
.event__variable img {
  width: 24px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.event__variable-active {
  background: #00ffae;
}
.event__variable-active p {
  color: #171717;
}
.event__variable-active img {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.event__variable-active:hover {
  background: #00ffae;
}
.event__variable-active:hover p {
  color: #171717;
}
.event__variable-active:hover img {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.event__right {
  background: #171717;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
}
.event__title {
  width: 100%;
  padding: 4px 20px;
  border-radius: 6px;
  background: #4b4b4b;
  margin-bottom: 8px;
  text-align: center;
  font-size: 14px;
  color: #00ffae;
}
.event__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 2px 20px;
}
.event__info-mod {
  padding-right: 0px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.event__club {
  font-weight: 500;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.event__date {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 440px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}
.blog__left {
  width: 50%;
}
.blog__card {
  width: 100%;
  background: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  border-radius: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px;
}
.blog__card-little .blog__name {
  font-size: 16px;
}
.blog__card:hover .blog__poster img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.blog__poster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.blog__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.blog__name {
  position: relative;
  font-size: 24px;
  text-shadow: 0px 0px 10px #000;
}
.blog__text {
  position: relative;
  font-size: 12px;
  text-shadow: 0px 0px 10px #000;
  display: none;
}
.blog__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.wall {
  width: 70%;
  background: #171717;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.wall-tour {
  gap: 20px;
}
.wall__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wall__card:hover {
  opacity: 0.5;
}
.wall__poster {
  width: 40%;
}
.wall__poster img {
  width: 100%;
  border-radius: 6px;
}
.wall__info {
  width: 60%;
  padding-left: 20px;
}
.wall__name {
  font-size: 18px;
  margin-bottom: 20px;
}
.wall__text {
  font-weight: 300;
  margin-bottom: 20px;
}
.wall__date {
  font-size: 12px;
  color: #b0b0b0;
}

.tour__title {
  font-size: 24px;
  font-weight: 700;
  color: #00ffae;
}
.tour__subtitle {
  font-size: 16px;
}
.tour__block {
  overflow-x: auto;
}

.panel {
  width: calc(30% - 10px);
}
.panel__betting {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #171717;
  padding: 20px;
}
.panel__betting p {
  color: #171717;
}
.panel__betting img {
  width: 34px;
}
.panel__button {
  background: #00ffae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px;
  border-radius: 6px;
}
.panel__button:hover {
  background: #76ffd4;
}
.panel__section {
  margin-bottom: 10px;
  background: #171717;
  border-radius: 10px;
  padding: 20px;
}
.panel__title {
  font-size: 16px;
  padding-bottom: 6px;
  border-bottom: 2px solid #00ffae;
  margin-bottom: 20px;
}
.panel__card {
  padding: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.0823529412);
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.panel__card span {
  display: block;
  width: 100%;
  color: #b1b1b1;
  font-size: 10px;
  margin-bottom: 10px;
}
.panel__card p {
  font-weight: 300;
  text-align: right;
}

.footer {
  background: #171717;
  padding: 40px 0px;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.footer__left {
  width: 50%;
}
.footer__logo {
  font-size: 24px;
  color: #00ffae;
  display: block;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__logo:hover {
  color: #6e6e6e;
}
.footer__descr {
  font-size: 12px;
  color: #6e6e6e;
  margin-bottom: 20px;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer__button {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(110, 110, 110, 0.3568627451);
}
.footer__button img {
  width: 46%;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.footer__button:hover {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
.footer__right {
  width: 36%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 54px;
}
.footer__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer__link {
  text-align: right;
  cursor: pointer;
  font-weight: 300;
}
.footer__link:hover {
  text-decoration: underline;
}

.post {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(23, 23, 23, 0.737254902);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 20;
  opacity: 0;
  display: none;
}
.post__body {
  position: absolute;
  width: 700px;
  background: #171717;
  border-radius: 10px;
  padding: 20px;
  padding-top: 80px;
  left: 50%;
  top: 150%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 20px #000;
          box-shadow: 0px 0px 20px #000;
}
.post__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.post__close img {
  width: 40%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.post__close:hover {
  background: rgba(255, 255, 255, 0.2196078431);
}
.post__title {
  font-size: 20px;
  color: #00ffae;
  margin-bottom: 20px;
}
.post__subtitle {
  margin-bottom: 40px;
  color: #9b9b9b;
}
.post__label {
  margin-bottom: 10px;
  position: absolute;
  font-size: 10px;
  -webkit-transform: translate(10px, -6px);
      -ms-transform: translate(10px, -6px);
          transform: translate(10px, -6px);
}
.post__input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1176470588);
  margin-bottom: 20px;
  padding: 20px;
}
.post__textarea {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1176470588);
  margin-bottom: 20px;
  resize: none;
  padding: 20px;
}
.post__message {
  padding: 6px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.2274509804);
  margin-bottom: 20px;
  font-size: 12px;
  max-height: 0px;
  padding: 0px 6px;
  overflow: hidden;
  margin-bottom: 0px;
}
.post__message-active {
  margin-bottom: 20px;
  max-height: 100px;
  padding: 6px;
}
.post__button {
  margin-left: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 10px;
  background: #00ffae;
  color: #171717;
  cursor: pointer;
}
.post__button:hover {
  background: rgba(255, 255, 255, 0.1176470588);
  color: #fff;
}

.betting {
  background: #171717;
  border-radius: 10px;
  padding: 60px;
}
.betting__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 60px;
}
.betting__nav a {
  color: rgba(255, 255, 255, 0.4392156863);
  font-size: 12px;
}
.betting__nav a:hover {
  opacity: 0.7;
}
.betting__nav img {
  width: 14px;
  -webkit-filter: invert(0.5);
          filter: invert(0.5);
}
.betting__logo {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  height: 30px;
}
.betting__logo img {
  height: 100%;
}
.betting__logo svg {
  width: 20px;
  height: auto;
  fill: #767676;
}
.betting__logo:hover svg {
  fill: #00ffae;
}
.betting__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-bottom: 60px;
}
.betting__section {
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1960784314);
  border-radius: 6px;
}
.betting__title {
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1411764706);
  margin-bottom: 10px;
}
.betting__info {
  margin-bottom: 60px;
}
.betting__buttons {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.betting__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 44px;
  border-radius: 6px;
  background: #00ffae;
  padding: 0px 16px;
  padding-left: 36px;
}
.betting__button:hover {
  background: #00ffae88;
}
.betting__button svg {
  height: auto;
  width: 20px;
  fill: #171717;
}
.betting__button p {
  color: #171717;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.betting__text {
  margin-bottom: 20px;
}
.betting__text span {
  font-weight: 800;
}
.betting__ol {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.betting__ol::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #fff;
  left: 0px;
  top: 7px;
}
.betting__images {
  width: 100%;
  margin: 40px 0px;
}
.betting__images img {
  width: 100%;
  max-width: 80%;
}
.betting__subtitle {
  font-size: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
}
.betting__body {
  margin-bottom: 60px;
}
.betting__adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
.betting__card {
  background: rgba(255, 255, 255, 0.0470588235);
  padding: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: calc(50% - 10px);
}
.betting__record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.betting__record svg {
  width: 26px;
  min-width: 26px;
  height: auto;
}
.betting__record-plus svg {
  fill: #28ff24;
}
.betting__record-minus svg {
  fill: #ff3324;
}
.betting__rate {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.betting__rate svg {
  fill: #ffe100;
  width: 20px;
  height: auto;
}
.betting__global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
.betting__global p {
  font-size: 16px;
}
.betting__global span {
  font-size: 18px;
  font-weight: 900;
}
.betting__window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.0470588235);
}
.betting__window p {
  font-size: 24px;
  margin-right: 10px;
}
.betting__label {
  width: 100%;
  font-size: 12px;
  margin-bottom: 2px;
  color: #8d8d8d;
}
.betting__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
}
.betting__method {
  width: 120px;
}
.betting__method img {
  width: 100%;
  border-radius: 4px;
}
.betting__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.0470588235);
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
.betting__question svg {
  width: 22px;
  min-width: 22px;
  height: auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.betting__question:hover {
  background: rgba(255, 255, 255, 0.0980392157);
}
.betting__question-active {
  margin-bottom: 0px;
}
.betting__question-active svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.betting__answer {
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0px 40px;
  max-height: 0px;
  overflow: hidden;
}
.betting__answer-active {
  padding: 20px 40px;
  max-height: 600px;
}

.bet {
  background: #171717;
  border-radius: 10px;
  padding: 60px;
}
.bet__title {
  font-size: 24px;
  color: #00ffae;
  margin-bottom: 20px;
}
.bet__title-margin {
  margin-top: 40px;
}
.bet__text {
  margin-bottom: 20px;
}
.bet__ol {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.bet__ol::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #fff;
  left: 0px;
  top: 7px;
}
.bet__subtitle {
  font-size: 16px;
  margin-bottom: 20px;
}
.bet__head {
  padding: 6px 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.231372549);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 300;
}
.bet__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.0823529412);
  margin-bottom: 10px;
  gap: 20px;
}
.bet__logo {
  width: 24px;
}
.bet__logo img {
  width: 100%;
}
.bet__logo-vavada {
  padding-left: 5px;
  width: 20px;
}
.bet__name {
  font-size: 14px;
  font-weight: 300;
}
.bet__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.bet__rate p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.bet__rate svg {
  fill: #ffe100;
  width: 16px;
  height: auto;
}
.bet__more {
  padding: 8px 20px;
  border-radius: 10px;
  border: 1px solid #00ffae;
  color: #00ffae;
  font-weight: 300;
}
.bet__more:hover {
  opacity: 0.7;
}
.bet__link {
  padding: 8px 20px;
  border-radius: 10px;
  color: #171717;
  background: #00ffae;
  font-weight: 300;
}
.bet__link:hover {
  opacity: 0.7;
}
.bet__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.bet__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.news {
  background: #171717;
  border-radius: 10px;
  padding: 60px;
}
.news__date {
  font-size: 12px;
  color: #9c9c9c;
  margin-bottom: 20px;
}
.news__author {
  color: #9c9c9c;
  margin-bottom: 20px;
}
.news__title {
  font-size: 20px;
  color: #00ffae;
  margin-bottom: 20px;
}
.news__subtitle {
  font-size: 18px;
  margin-bottom: 40px;
}
.news__image {
  width: 100%;
  margin-bottom: 40px;
}
.news__image img {
  width: 100%;
  max-width: 70%;
  border-radius: 10px;
}
.news__text {
  white-space: pre-line;
  font-size: 16px;
  line-height: 2;
}
.news__empty {
  width: 100%;
  text-align: center;
  color: #9c9c9c;
  padding: 60px 0px;
}

@-webkit-keyframes fadeBlink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeBlink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #171717;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30;
}
.loading p {
  font-size: 26px;
  font-weight: 500;
  color: #00ffae;
  -webkit-animation: fadeBlink 1s ease-in-out infinite alternate;
          animation: fadeBlink 1s ease-in-out infinite alternate;
}

.not {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(23, 23, 23, 0.737254902);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 20;
  opacity: 0;
  display: none;
}
.not__body {
  position: absolute;
  width: 700px;
  background: #171717;
  border-radius: 10px;
  padding: 20px;
  padding-top: 80px;
  left: 50%;
  top: 150%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 20px #000;
          box-shadow: 0px 0px 20px #000;
}
.not__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.not__close img {
  width: 40%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.not__close:hover {
  background: rgba(255, 255, 255, 0.2196078431);
}
.not__title {
  font-size: 20px;
  color: #00ffae;
  margin-bottom: 20px;
}
.not__subtitle {
  margin-bottom: 40px;
  color: #9b9b9b;
}
.not__label {
  margin-bottom: 10px;
  position: absolute;
  font-size: 10px;
  -webkit-transform: translate(10px, -6px);
      -ms-transform: translate(10px, -6px);
          transform: translate(10px, -6px);
}
.not__input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1176470588);
  margin-bottom: 20px;
  padding: 20px;
}
.not__message {
  padding: 6px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.2274509804);
  margin-bottom: 20px;
  font-size: 12px;
  max-height: 0px;
  padding: 0px 6px;
  overflow: hidden;
  margin-bottom: 0px;
}
.not__message-active {
  margin-bottom: 20px;
  max-height: 100px;
  padding: 6px;
}
.not__button {
  margin-left: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 10px;
  background: #00ffae;
  color: #171717;
  cursor: pointer;
}
.not__button:hover {
  background: rgba(255, 255, 255, 0.1176470588);
  color: #fff;
}

.menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(23, 23, 23, 0.737254902);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 40;
  opacity: 0;
  display: none;
}
.menu__body {
  height: 100%;
  width: 400px;
  position: absolute;
  top: 0px;
  right: -500px;
  background: #171717;
  padding: 40px;
  padding-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.menu__close img {
  width: 40%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.menu__close:hover {
  background: rgba(255, 255, 255, 0.2196078431);
}
.menu__link {
  text-align: right;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
.menu__link:hover {
  opacity: 0.7;
}

@media (max-width: 1240px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wall__name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .wall__text {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .wall__date {
    font-size: 10px;
  }
  .panel__section, .panel__betting {
    padding: 10px;
  }
  .tour__title {
    font-size: 16px;
  }
  .tour__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 780px) {
  .header__links {
    gap: 14px;
  }
  .promo {
    padding: 40px;
  }
  .promo__box {
    width: 25%;
    right: 40px;
  }
  .promo__title {
    font-size: 24px;
  }
  .promo__subtitle {
    font-size: 16px;
  }
  .footer__right {
    width: 46%;
  }
  .event__info {
    padding: 2px 0px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .event__title {
    font-size: 12px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .event__date, .event__club {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 12px;
  }
  .event__variable {
    padding: 6px 12px;
    height: 44px;
    gap: 10px;
  }
  .event__right {
    overflow-x: auto;
    padding: 10px;
  }
  .panel__card span {
    font-size: 8px;
    margin-bottom: 6px;
  }
  .panel__card p {
    font-size: 12px;
  }
  .panel__button {
    gap: 10px;
  }
  .panel__button p {
    font-size: 12px;
  }
  .panel__button img {
    width: 24px;
  }
  .post__body, .not__body {
    width: calc(100% - 20px);
  }
  .bet {
    padding: 20px;
  }
  .bet__title {
    font-size: 16px;
  }
  .bet__subtitle {
    font-size: 14px;
  }
  .bet__line {
    padding: 10px;
  }
  .betting {
    padding: 20px;
  }
  .betting__title {
    font-size: 16px;
  }
  .betting__section {
    padding: 8px 14px;
  }
  .betting__inside, .betting__info, .betting__body, .betting__adv, .betting__rate, .betting__pay {
    margin-bottom: 20px;
  }
  .betting__nav {
    margin-bottom: 20px;
  }
  .betting__card {
    padding: 20px;
  }
  .betting__subtitle {
    font-size: 16px;
    padding-top: 20px;
  }
  .news {
    padding: 20px;
  }
  .news__title {
    font-size: 16px;
  }
  .news__subtitle {
    font-size: 14px;
  }
  .news__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0px 10px;
  }
  .header__links {
    display: none;
  }
  .header__button-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__logo p {
    font-size: 20px;
  }
  .event__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__left {
    width: 100%;
  }
  .footer__right {
    width: 100%;
  }
  .footer__link {
    text-align: left;
  }
  .footer__card {
    width: 48%;
  }
  .main__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wall {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
  }
  .wall__info {
    padding-left: 6px;
  }
  .panel {
    width: 100%;
  }
  .post__title, .not__title {
    font-size: 16px;
  }
  .post__subtitle, .not__subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .post__button, .not__button {
    font-size: 12px;
  }
  .bet__left {
    gap: 6px;
  }
  .bet__name {
    font-size: 12px;
  }
  .bet__right {
    gap: 6px;
  }
  .bet__rate p {
    font-size: 12px;
  }
  .bet__rate svg {
    width: 16px;
  }
  .bet__more, .bet__link {
    padding: 4px 8px;
    font-size: 12px;
  }
  .betting {
    padding: 10px;
  }
  .betting__logo {
    margin-bottom: 40px;
  }
  .betting__images img {
    width: 100%;
    max-width: none;
  }
  .betting__card {
    padding: 10px;
    max-width: none;
    width: 100%;
  }
  .betting__record {
    gap: 8px;
  }
  .betting__record svg {
    width: 20px;
    min-width: 20px;
  }
  .betting__record p {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .blog__name {
    font-size: 14px;
  }
  .blog__card {
    padding: 10px;
  }
  .blog__card-little .blog__name {
    font-size: 12px;
  }
  .betting__nav {
    gap: 4px;
  }
  .betting__global {
    padding: 0px;
  }
  .betting__global p {
    font-size: 14px;
  }
  .betting__window {
    padding: 8px;
  }
  .betting__window p {
    font-size: 18px;
  }
  .betting__question {
    padding: 12px;
  }
  .betting__subtitle {
    font-size: 14px;
  }
  .betting__ol {
    font-size: 12px;
  }
  .news__image img {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .main {
    padding-bottom: 20px;
  }
  .promo {
    padding: 20px;
  }
  .promo__box {
    right: 20px;
  }
  .bet {
    padding: 10px;
  }
  .bet__head {
    padding: 8px;
  }
  .bet__rate {
    gap: 4px;
  }
  .bet__line {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    overflow-x: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .bet__link {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .news {
    padding: 10px;
  }
  .footer__link {
    font-size: 12px;
  }
}