@charset "utf-8";
svg use {
  fill: #fff;
  fill-rule: evenodd;
}

.path {
  fill: #fff;
  stroke: #fff;
}

html {
  scroll-behavior: smooth;
}

.svg-menu rect,
.menu {
  transition: all 0.3s linear;
}

body {
  font-family: Arial, sans-serif;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
  background: rgba(14, 1, 49, 1);
  font-weight: 400;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  padding-top: 100px;
}

a {
  color: inherit;
}

* {
  position: relative;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

ul > li {
  display: inline-block;
}

span {
  display: inline-block;
}

.image img {
  display: block;
}

.header {
  z-index: 1000;
  width: 100%;
  background: rgba(27, 39, 65, 1);
}

.image img {
  margin: auto;
}

.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0;
  overflow: hidden;
  margin-top: 24px;
}
.content > *:not(:first-child) {
  margin-top: 16px;
}
.content p + p {
  margin-top: 16px;
}
.content__block {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.content__block .button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
a {
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
.title {
  font-weight: 700;
  /* z-index: 100; */
  color: #e0e700;
}

h1,
.title.general {
  font-size: 32px;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: left;
}

h2,
.title.high {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: rgba(250, 180, 0, 1);
  text-transform: uppercase;
}

h3,
.title.middle {
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  text-transform: none;
}

h4,
.title.small {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.button {
  min-width: 200px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 16px;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 1);
  height: auto;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: auto;
  z-index: 10;
  transition: all 0.3s linear;
  text-transform: uppercase;
  background: rgba(102, 158, 41, 1);
  border-radius: 12px;
}

.button:hover {
  transform: scale(1.05);
}
/* header */

/* first */

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(27, 39, 65, 1);
}

.content.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(27, 39, 65, 1);
  border: none;
  min-height: 84px;
  padding: 0;
  overflow: visible;
  margin-top: 0;
}

.logo img {
  display: block;
  max-width: 206px;
}

.header__menu-button {
  display: none;
  background: transparent;
  z-index: 1000;
}

.header__menu-button svg {
  display: block;
  width: 45px;
}

.header__content > .header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__button.button {
  min-width: 136px;
  border: none;
  background: rgba(102, 158, 41, 1);
  text-transform: uppercase;
  margin: 0;
  padding: 8px 26px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  height: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.header__buttons .header__button.button:last-child {
  background: rgba(250, 180, 0, 1);
}
.header__button + .header__button {
  margin-left: 8px;
}
.header__menu {
  flex: 1;
  margin-left: 40px;
}
.navigation {
  background: rgba(0, 75, 132, 1);
}
.header__menu > ul {
  display: flex;
  overflow: hidden;
  gap: 24px;
}

.header__menu > ul a {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  justify-content: center;
}
.menu.header__menu li {
  position: relative;
}

.content.nav__content {
  padding-top: 8px;
  padding-bottom: 8px;
  background: none;
  margin-top: 0;
}

.header__menu > ul a:hover {
  text-decoration: underline;
}

.header__languages {
  position: relative;
  z-index: 1000;
  font-size: 14px;
  line-height: 16px;
  color: #6e7785;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 24px;
}

.header__languages img {
  display: block;
  border-radius: 50%;
}

.header-languages__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  z-index: 1000;
  padding-right: 20px;
}

.header-languages__button:before {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  background-image: url(../images/languages-arrow.svg);
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-languages__button img {
  width: 24px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.header-languages__button:hover img {
  transform: scale(1.1);
}

.header-languages__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: -999;
  width: 100vw;
  height: 100%;
  margin: 0;
  border: none;
  overflow: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: all 0.1s linear;
  padding: 20px;
}

.header-languages__wrapper.active {
  opacity: 1;
  overflow-y: auto;
  z-index: 11000;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
}

.header-languages__wrap {
  display: block;
  position: absolute;
  margin: 10px 20px 0;
}

.header-languages__wrap > div:not(.header-languages__close) {
  padding: 24px 30px;
  border-radius: 10px;
  background: #1a1b29;
  max-width: 450px;
  z-index: 10;
  transition: all 0.2s linear;
  overflow: auto;
  max-height: calc(100vh - 10px);
  width: auto;
}

.header-languages__wrap > div::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.header-languages__desc {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
  color: #fff5d6;
  text-transform: none;
  font-weight: 400;
}

.header-languages__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -15px;
}

.header-languages__list li {
  margin-top: 24px;
  margin-left: 15px;
  flex: 0 1 calc((100% - 15px * 5) / 5);
}

.header-languages__list a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  font-size: 15px;
  line-height: 2px;
  color: #fff5d6;
  font-weight: 400;
  min-width: 60px;
}

.header-languages__list a:hover {
  color: #fff;
}

.header-languages__list a span:first-child {
  flex: 0 1 24px;
  margin-right: 4px;
  transition: all 0.2s linear;
}

.header-languages__list a span:nth-child(2) {
  flex: 1;
}

.header-languages__list a img {
  transition: all 0.2s linear;
}

.header-languages__list a:hover span:first-child {
  transform: scale(1.1);
}

.header-languages__close {
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  transition: all 0.2s linear;
  z-index: 100;
}

.header-languages__close:hover {
  transform: scale(1.1);
}

.header__expand-menu {
  display: none;
  margin-bottom: 50px;
  z-index: 1001;
}

.header__expand-menu > * {
  display: none;
  width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__expand-menu li {
  display: block;
  width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
  font-weight: 700;
  padding: 16px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.header__expand-menu span {
  display: block;
}

.header__expand-menu img {
  display: block;
  margin: auto;
}

.header__expand-menu span:first-child {
  flex: 0 1 24px;
  margin-right: 8px;
}
/* content games */
.content.games {
  padding: 5px 0;
}
.games-list li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
}
.games-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.games-list li {
  background: rgba(59, 34, 81, 1);
  border-radius: 8px;
  padding: 16px 11px;
  max-width: 128px;
  width: 100%;
  transition: transform 0.3s ease;
}
.games-list li:hover {
  transform: scale(1.05);
}
/* content games_jugar */
.games_jugar-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.games_jugar-list li {
  background: rgba(46, 26, 63, 1);
  border-radius: 8px;
}

.games_jugar-list li img {
  border-radius: 8px 8px 0 0;
}
.jugar-btn {
  display: flex;
  justify-content: center;
  padding: 16px;
  align-items: center;
}
.jugar-btn .button {
  min-width: 136px;
  border: 1px solid rgba(250, 180, 0, 1);
  background: none;
  color: rgba(250, 180, 0, 1);
  padding: 8px 16px;
}
.games__block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.games__block p span {
  font-weight: 700;
}
/* cover */

.cover {
  overflow: hidden;
  margin-top: -16px;
}
.cover__wrap-text {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  max-width: 310px;
  text-transform: uppercase;
}
.content.cover__content {
  overflow: visible;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 360px;
  margin-bottom: 24px;
  padding: 0;
}

.cover__title.title {
  text-align: center;
}

.cover__title span {
  color: #e93e3a;
}

.cover__title span:nth-child(1),
.cover__title span:nth-child(2) {
  color: #ffffff;
}

.cover__wrap {
  z-index: 100;
  max-width: 588px;
}

.cover__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cover__bg img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.cover__image {
  position: absolute;
  left: 52%;
  height: 100%;
  max-height: 360px;
  bottom: 0;
  z-index: 1;
}

.cover__image img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}
/* SLIDER */
.slider__dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 1);
  cursor: pointer;
}
.dot.active {
  background: rgba(255, 255, 255, 1);
}
.content.cover__content.home1 .cover__wrap .cover__wrap-text {
  max-width: 348px;
}
.wrap-text {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  max-width: 276px;
  text-transform: uppercase;
}
/* content nav */
.content.nav ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
}
.content.nav ul > li {
  padding: 12px 14px;
  background: #316382;
  border-radius: 6px;
}
.content.nav ul > li:hover {
  background: #063857;
}

.content.nav ul {
  gap: 10.56px;
  display: flex;
}
/* content betting */
.betting__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.content.betting .betting__container:first-of-type {
  margin-bottom: 24px;
}
.betting__match.betting__match--highlighted {
  background: #1d2843;
  border: 1px solid #e0e700;
  padding: 12px 0;
  flex: 1 1 calc(24% - 10px);
  max-width: calc(25% - 10px);
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.betting__team.betting__team--home,
.betting__team.betting__team--away {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
}
.betting__versus {
  color: #316382;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 3px;
}
.betting__teams {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 0 8.2px;
  min-height: 40px;
}
.betting__status {
  color: #868c96;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: center;
}
.betting__status .betting__status--live {
  color: #e0e700;
  margin-left: 3px;
}
.betting__score {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  padding: 4px 16px;
  background: #101628;
  display: inline-block;
  border-radius: 6px;
  margin: 0 auto 12px auto;
  text-align: center;
}
.betting__img {
  display: flex;
  gap: 44px;
  margin-bottom: 12px;
}
.betting__time {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #868c96;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
.betting__odds {
  padding: 6px 34px;
  background: #101628;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.betting__odds .betting__odd {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.betting__button {
  background: #316382;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  border-radius: 6px;
  padding: 8px 20px;
}
.betting__button:hover {
  transform: scale(1.05);
}
/* info */

.info {
  background-image: url("../img/info-bg.jfif");
  background-size: cover;
  background-repeat: no-repeat;

  background-position: center left;
}
.info2 {
  background-image: url("../img/info-bg2.jfif");
  background-size: cover;
  background-repeat: no-repeat;

  background-position: center left;
}
.info__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  gap: 16px;
}

.info__wrap {
  max-width: 564px;
  width: 70%;
  z-index: 10;
}

.info__decor {
  position: absolute;
  left: 15px;
  bottom: 100%;
  width: calc(100% - 30px);
}

.info__decor img {
  display: block;
  margin: auto;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
}

.info__image {
  position: absolute;
  left: 5%;
  bottom: 7%;
  max-height: 520px;
  height: 60%;
}
/* registration */
.registration {
  background: #0c1732;
  border-width: 2px 0px 2px 0px;
  border-style: solid;
  border-color: #e0e700;
}
.registration__nav {
  display: flex;
  gap: 16px;
}
.registration__info {
  background: #1d2843;
  border: 1px solid #e0e700;
  padding: 12px 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.registration__number {
  font-size: 112px;
  line-height: 96px;
  color: #e0e700;
  font-weight: 700;
}
.registration__title {
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.59px;
  text-transform: uppercase;
}
.registration__text {
  font-size: 16px;
  line-height: 100%;
  color: #0092c8;
  font-weight: 400;
}
.content .button {
}
/* table */
.table {
  background: #031142;
}

table {
  width: 100%;
  text-align: left;
}

.content__block .info__list-item {
  display: flex;
  gap: 24px;
  margin-top: 24px !important;
}
.info__list-item li {
  background: rgba(247, 247, 247, 1);
  border-radius: 3px;
  border-width: 0px 0.8px 0.8px 0px;
  border-style: solid;
  border-color: rgba(231, 231, 231, 1);
  box-shadow: 0px 0px 12px 0px rgba(119, 119, 119, 0.2);
  padding: 16px 10px;
}
.info__list-item li div {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 8px;
}
.info__table tbody {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info__img {
  position: relative;
  width: 270px;
  height: 184px;
  overflow: hidden;
  border-radius: 3px;
}
.article.vip__article > * {
  margin-top: 16px;
}
.info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 12px 8px 12px;
  text-align: center;
}

.info__overlay p {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
}
.table-bg {
  border-radius: 12px;
  padding: 1px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table td {
  text-align: left;
}

.info__table td:first-child img {
  width: 28px;
  height: 28px;
}
.info__table td:nth-child(1) {
  margin-right: 8px;
}
.info__table td:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
  padding: 10px 10px 10px 0;
}
.info__table td:nth-child(1) {
  padding: 0 0 0 8px;
}
.content__block .block-three .button {
  margin-top: 0 !important;
}
/* slots */

.slots:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2%;
  width: 280px;
  height: 582px;
  background-image: url(../images/slots-decor.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.slots__decor {
  position: absolute;
  bottom: 100%;
  left: 16px;
  width: calc(100% - 32px);
  z-index: 1;
}

.slots__decor img {
  display: block;
  margin: auto;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
}

.slots__table {
  width: 100%;
  table-layout: auto;
}

.slots__table td {
  flex: 0 1 calc(100% / 3);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  padding: 16px 0 16px 20px;
}
.slots__table tr:first-child td {
  flex: 0 1 calc(74%);
  padding: 12.5px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(250, 180, 0, 1);
  text-transform: uppercase;
}
.slots__table td:last-child {
  padding: 12.5px 16px;
}
.slots__table td span {
  font-weight: 700;
}
.slots__table tr:first-child {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-transform: none;
  background: rgba(46, 26, 63, 1);

  border-radius: 0;
}
.slots__table tr + tr:not(:nth-child(2)) {
  margin-top: 8px;
}
.slots__table tr {
  border-radius: 0;
  background: rgba(59, 34, 81, 1);
}
.slots__table tr + tr {
  border-top: 1px solid rgba(46, 26, 63, 1);
}
.slots__table td + td {
  padding-left: 16px;
}
/* content cover */
.content.article.slider {
  padding: 32px 0;
  margin-top: 24px;
}
.image.cover__bg.slider__wrapper img {
  border-radius: 8px;
  min-height: 280px;
}
.image.cover__bg.slider__wrapper {
  min-height: 280px;
  max-height: 280px;
}
.content.cover__content.slider__content {
  min-height: 280px;
  max-height: 280px;
  margin: 0;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
}
/* article  */

.content__block > *:not(:first-child) {
  margin-top: 8px;
}

.article > * + .button,
article > * + .button {
  margin-top: 20px;
}

article > *:first-child,
.article > *:first-child,
article > a.button:first-child,
.article > a.button:first-child {
  margin-top: 0;
}

article li,
.article li {
  padding-left: 30px;
  display: block;
  text-align: left;
}

.article ul li + li,
article ul li + li,
.article ol li + li,
article ol li + li {
  margin-top: 8px;
}
.article .table-list li + li {
  margin: 0;
}
article li span,
.article li span {
  font-weight: 700;
}

.article ul li:before,
article ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/li.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0px;
}
.article .table-list li:before {
  background: url("../img/table.svg") no-repeat center center;
  left: 32px;
}
.article .casino-list li:before,
.article .slaider-list li:before {
  content: none;
}
.article .casino-list li + li {
  margin: 0;
}
.slaider-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 16px;
}
.slaider-list li {
  max-width: 386px;
  background: rgba(46, 26, 63, 1);
  border-radius: 8px;
  padding: 0;
}
.slaider-list li img {
  border-radius: 8px 8px 0 0;
  display: block;
}
.slaider-list li div {
  padding: 16px 20px;
  min-height: 264px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slaider-list li div h3 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: center;
}
.slaider-list li div p {
  margin-bottom: 16px;
}
.slaider-list li div .button {
  color: rgba(250, 180, 0, 1);
  background: none;
  border: 1px solid rgba(250, 180, 0, 1);
  padding: 8px 16px;
  min-width: 136px;
}
.slaider-list li div .slider__btn {
  padding: 0;
  display: flex;
  min-height: 40px;
}
.slaider-list li div .slider-info {
  min-height: auto;
  display: block;
  padding: 0;
}
.article .slaider-list li + li {
  margin: 0;
}
.article .casino-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.article .casino-list li {
  background: rgba(59, 34, 81, 1);
  border-radius: 8px;
  padding: 32px;
  max-width: 386px;
  width: 100%;
}
.article .casino-list li div {
  color: rgba(250, 180, 0, 1);
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.article__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.article .casino-list li p {
}
.article ol,
article ol {
  list-style-position: inside;
  list-style: none;
}

.article ol > li,
article > ol li {
  counter-increment: ol;
}

.article ol > li:before,
article ol > li:before {
  content: counter(ol);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: -2px;
  color: rgba(250, 180, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
}

.article > ol > li:marker,
article > ol > li:marker {
  content: counters(li);
}

.article p a {
  text-decoration: underline;
}

.article p a,
article p a,
.article li a,
article li a {
  color: #4da533;
  text-decoration: none;
}

.article .image,
article .image {
  border-radius: 3px;
  overflow: hidden;
}
.article-bg {
  background: #031142;
}

/* vip bonus */
.vip__content-bg {
  background: #3c0137;
}
.vip__content,
.bonus__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.vip__content.vip__content2 > *,
.bonus__content > * {
  flex: 0 1 calc((100% - 20px) / 2);
}
.vip__article {
  flex: 0 1 66%;
}

.vip__image,
.bonus__image {
  border-radius: 3px;
  overflow: hidden;
}
.vip__content.vip__content3 {
  margin-top: 24px;
}
.vip__image img,
.bonus__image img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}

.bonus__article {
  order: 1;
}
.vip__image {
  position: relative;
  display: inline-block;
}

.vip__image img {
  display: block;
  width: 100%;
  height: auto;
}

.btn-overlay {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  background: #00ff01;
  color: #111425;
  padding: 12px 10px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
  text-transform: uppercase;
  text-align: center;
  min-width: 211px;
}

.btn-overlay:hover {
  background: #00ff0187;
}
.vip__article-block {
  background: rgba(247, 247, 247, 1);
  border-width: 0px, 0.8px, 0.8px, 0px;

  border-style: solid;

  border-image-source: linear-gradient(85.81deg, #828282 6.83%, #a9a9a9 6.83%);

  border-image-slice: 1;
  border-radius: 3px;
  padding: 8px;
}
.content__block .button {
  margin-top: 24px !important;
}
.vip__article-title p {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
}
.vip__article-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.vip__article .vip__article-block {
  flex: 0 1 calc((100% - 20px) / 2);
  flex: 1 1 calc(49% - 10px);
  margin: 0;
}
.article.vip__article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
}
.vip__content2 {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.vip__content.vip__content2 div {
  width: 100%;
}
.vip__content3 {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 20px;
  align-items: stretch;
  margin-top: 16px;
}
.vip__content2 .vip__article {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.vip__content2 .vip__image img {
  max-width: 564px;
}
.vip__article-list1,
.vip__article-list2 {
  border-radius: 6px;
  background: #1d2843;
  padding: 16px;
}
.vip__article-list {
  display: flex;
  width: 100%;
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.vip__image3 img {
  height: 100%;
  object-position: 75%;
}
.content__block-sport li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  display: flex;
  gap: 8px;
  align-items: center;
}
.content__block-sport li a img {
  width: 24px;
  height: 24px;
}
.content__block-sport li {
  position: relative;
  padding: 10px 12px;
  background: linear-gradient(0deg, #d3d3d3 0%, #424242 100%);
  border-radius: 12px 12px 0 0;
  z-index: 1;
  overflow: hidden;
}

.content__block-sport li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 1px;
  padding-right: 1px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(85.81deg, #828282 6.83%, #a9a9a9 6.83%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.content__block-sport .active {
  background: rgba(255, 255, 255, 1);
}
.content__block-sport .active a {
  color: rgba(0, 0, 0, 1);
}
.content__block-sport li:hover {
  background: rgba(255, 255, 255, 1);
}
.content__block-sport li:hover a {
  color: rgba(0, 0, 0, 1);
}
.content__block .content__block-acordion {
  margin: 0;
}
.accordion {
  width: 100%;
  font-family: sans-serif;
  margin-bottom: 24px;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 12px 16px;
  background: rgba(27, 39, 65, 1);
  transition: background 0.3s;
  font-size: 16px;
  line-height: 120%;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}
.accordion-header img:last-child {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.accordion-header:hover {
  background: rgba(0, 75, 132, 1);
}
.accordion-item + .accordion-item {
  margin-top: 8px;
}
.icon {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  transition: transform 0.3s ease;
}

.accordion-content {
  display: none;
  background-color: #fff;
}

.accordion-item.active .accordion-content {
  display: block;
}
.accordion-content__block + .accordion-content__block {
  margin-top: 8px;
}
.accordion-item.active .icon {
  transform: rotate(-92deg);
}
.accordion-content__block {
  display: flex;
  align-items: center;
  background: rgba(247, 247, 247, 1);
  border-width: 0px 0.8px 0.8px 0px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(85.81deg, #828282 6.83%, #a9a9a9 6.83%);
  justify-content: space-between;
  padding: 12px 16px;
}
.block-one ul {
  display: flex;
  flex-direction: column;
}
.block-one ul li + li {
  margin-top: 8px;
}
.block-time {
  display: flex;
  gap: 16px;
  align-items: center;
}
.live {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 100%;
  padding: 2px 12px;
  background: rgba(231, 25, 25, 1);
  text-transform: uppercase;
  font-weight: 400;
}
.time {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
}
.block-one ul li p {
  color: rgba(111, 111, 111, 1);
}
.block-one ul li:first-child {
  margin-bottom: 12px;
}
.block__name {
  line-height: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
}
.block-one ul li {
  display: flex;
  width: 360px;
  justify-content: space-between;
}
.block-twoo .block-twoo__list {
  display: flex;
}
.block-twoo .block-twoo__list li:nth-child(1),
.block-twoo .block-twoo__list li:nth-child(3) {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 158px;
  height: 52px;
  background: linear-gradient(
      180deg,
      rgba(58, 102, 54, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #1b2741;

  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-twoo .block-twoo__list li:nth-child(2) {
  color: rgba(0, 0, 0, 1);
  padding: 16px;
  width: 158px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.name__rating {
  color: rgba(102, 158, 41, 1);
}
.block-twoo {
  padding: 20px 32px;
  border-left: 1px solid rgba(231, 231, 231, 1);
  border-right: 1px solid rgba(231, 231, 231, 1);
}
.content__beneficios-list {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.content__beneficios-list li {
  background: linear-gradient(0deg, #00436f 0%, #0069a3 100%);
  border-radius: 3px;
  padding: 16px;
  box-shadow: 0px 0px 12px 0px rgba(119, 119, 119, 0.2);
  color: white;
}
.content__beneficios-list li div span {
  font-size: 16px;
  line-height: 120%;
  overflow-x: hidden;
  color: rgba(255, 255, 255, 1);
  background: rgba(250, 180, 0, 1);
  border-radius: 1px;
  width: 24px;
  height: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__beneficios-list li div {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 8px;
}
/* footer */

.footer {
  background: transparent;
  background: rgba(27, 39, 65, 1);
  margin-top: 24px;
  text-align: center;
}
.footer__social {
  background: rgba(68, 68, 68, 1);
  border-top: 4px solid rgba(0, 75, 132, 1);
}
.content.content__social {
  padding: 16px;
  background: none;
  margin-top: 0;
}
.social-text {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 12px;
}
.social-list li img {
  width: 50px;
  height: 50px;
}
.social-list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.footer__content.content {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  padding: 32px 0 32px 0;
  margin-top: 0;
}
.footer__nav {
  margin-bottom: 16px;
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.footer-patrocinador p {
  margin-bottom: 24px;
  color: rgba(215, 196, 233, 1);
}
.footer-patrocinador ul {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__copyright p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.footer__icon {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 16px;
  padding: 0 100px;
}

.article.footer__article p {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}
.footer__nav ul li {
  position: relative;
  padding-left: 8px;
}

.footer__nav ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 1);
}
.article.footer__article {
  margin-bottom: 8px;
}
.footer-términos a {
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}
.footer__nav ul li a {
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.footer__nav ul li a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: flex;
  gap: 19px;
}

.footer img {
  display: block;
  margin: auto;
}

.footer__payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-left: -8px;
}

.footer__payment li {
  margin-top: 8px;
  margin-left: 8px;
}

.footer__payment img {
  max-height: 80px;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__article.article > * + * {
  margin-top: 8px;
}

.footer__age {
  flex: 0 1 40px;
  margin-left: 24px;
  margin-top: 20px;
}

.footer__article {
  flex: 0 1 calc(100% - 24px - 40px);
  text-align: left;
}

/* comment */

.comment__content.content {
  overflow: hidden;
  text-align: center;
}

.comment__content > * + * {
  margin-top: 16px;
}

.comment__content > * {
  z-index: 100;
}

.comment__list + * {
  margin-top: 0;
}

.comment__list {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  z-index: 100;
  margin-left: -20px;
  margin-top: -20px;
}

.comment-list__item {
  flex: 0 1 calc((100% - 40px) / 2);
  padding: 40px;
  min-height: 240px;
  margin-top: 20px;
  margin-left: 20px;
  text-align: left;
  background-image: url(../images/comment-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #fff;
}

.comment-item__name {
  margin-top: 8px;
}

/* table-list */
.table-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.table-list li {
  display: flex;
  background: rgba(59, 34, 81, 1);
  border-radius: 8px;
  max-width: 386px;
  width: 100%;
  min-height: 112px;
  padding: 32px;
  padding-left: 66px;
  align-items: center;
}
/* offer */

.offer__content.content {
  padding: 85px 206px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
  min-height: 250px;
  border-radius: 3px;
  width: 100%;
  margin-top: 0;
}
.button.offer__button {
  padding: 16px 40px;
  min-width: 219px;
  font-size: 24px;
  line-height: 120%;
  color: rgba(17, 20, 37, 1);
  padding: 10.5px 38px;
  background: rgba(0, 255, 1, 1);
  border-radius: 12px;
  font-weight: 900;
}
.offer__content.content.second {
  border-color: #5bf9d0;
}
.tienes {
  margin-top: 16px !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.tienes__block {
  background: rgba(247, 247, 247, 1);
  border-width: 0px 0.8px 0.8px 0px;
  border-style: solid;
  border-image-source: linear-gradient(85.81deg, #828282 6.83%, #a9a9a9 6.83%);
  border-image-slice: 1;
  border-radius: 3px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.tienes__number {
  font-size: 50px;
  line-height: 1.2;
  overflow-x: hidden;
  color: rgba(250, 180, 0, 1);
  display: flex;
  font-weight: 700;
  justify-content: center;
  align-items: center;
}
.tienes__block h3 {
  margin-bottom: 8px;
  text-align: left;
}
.memorables {
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.memorables-block {
  background: #1d2843;
  border: 1px solid #e0e700;
  border-radius: 6px;
  padding: 16px;
}
.memorables-title {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  color: #e0e700;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.offer__content.content.third {
  border-color: #3e5dc7;
}

.offer__content.content.fourth {
  border-color: #05856b;
}

.offer__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.offer__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}

.offer__wrap {
  text-align: center;
  z-index: 100;
}

.offer__title.title.middle {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.fourth .offer__title.title {
  text-transform: uppercase;
}

.fourth .offer__title.title.middle span {
  color: #fcc211;
}

.fourth .offer__title.title.high {
  color: #fff;
}

.fourth .offer__title.title.high span {
  color: #e93e3a;
}

.offer__title.title.high {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
}

.offer__wrap > * + * {
  margin-top: 15px;
}

.offer__image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.offer__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}

.fourth .offer__image {
  left: auto;
  right: 68%;
}
.article.article__list-sport {
  margin-top: 24px;
}
.sport__one {
  display: flex;
  gap: 24px;
  margin-top: 24px !important;
}
.sport__one-info {
  max-width: 564px;
}
.sport__one-info h3 {
  text-align: left;
  margin-bottom: 16px;
}
.sport__one.sport__one-top .sport__one-img {
  margin-top: -40px;
}
/* faq */
/* faq__content */
.faq__content.content {
  overflow: hidden;
}

h2.faq__title {
  font-size: 48px;
  line-height: 56px;
}

.faq__item {
  overflow: hidden;
  border-radius: 6px;
  color: #fff;
}

.title.middle.faq-item__title {
  padding: 16px 60px 16px 20px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  background: rgba(59, 34, 81, 1);
  border-radius: 8px;
  margin: 0;
  text-transform: uppercase;
}

.title.middle.faq-item__title:before {
  content: url(../img/faq.svg);
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
  height: 12px;
  width: 12px;
  transform: rotate(-181deg);
  line-height: 0;
  transition: all 0.2s linear;
  z-index: 10;
}

.faq__item.active .title.middle.faq-item__title:before {
  content: url(../img/faq.svg);
  transform: none;
  right: 26px;
  top: calc(50% - 15px);
}
.faq-item__answer p {
  color: rgba(255, 255, 255, 1);
}
.faq__item {
  display: block;
  cursor: pointer;
  border-radius: 3px;
}

.faq__item + .faq__item {
  margin-top: 8px;
}

.faq-item__answer {
  padding: 16px 20px;
  color: rgba(255, 255, 255, 1);
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}
/* to top */

.main__arrow {
  position: absolute;
  right: 4%;
  /* bottom: 10px; */
  bottom: -7px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.main__arrow {
  height: 85%;
}
@media (min-width: 1500px) {
  .main__arrow {
    right: 9%;
  }
}

.main__arrow a {
  position: sticky;
  bottom: 10px;
  right: 0;
  width: 42px;
  height: 42px;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: 200;
}
.main__arrow img {
  width: 40px;
  height: 40px;
}

@media (max-width: 1400px) {
  .main__arrow {
    right: 5%;
  }
}
