@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  background: #020205;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  text-align: left;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
input[type='submit'],
button,
a:before,
a:after,
button:before,
button:after,
a > *,
button > * {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

ul,
ol {
  text-align: left;
  width: 100%;
}

li {
  position: relative;
}

/* Title */
h1,
h2,
h3,
h4 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: #0d0d0d;
}

.title {
  margin-bottom: 16px;
}

h1.title,
.title.general {
  font-size: 30px;
  color: #fff;
  line-height: 1.25;
}

h2,
.title.high {
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 1.33;
  border-bottom: 5px solid #4ca421;
}

h3,
.title.middle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
}

h4,
.title.mini {
  font-size: 18px;
  line-height: 1.2;
}

h1 > span,
h2 > span {
  color: #4ea522;
}

/* Article */
article,
.article {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.46;
  text-align: left;
}

article > *,
.article > * {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

article > *:last-child,
.article > *:last-child {
  margin-bottom: 0;
}

article > div,
.article > div {
  width: 100%;
  overflow: hidden;
}

article p,
.article p {
  width: 100%;
}

article img,
.article img {
  display: block;
  width: 100%;
}

article li,
.article li {
  margin-bottom: 16px;
  padding-left: 22px;
}

article li:last-child,
.article li:last-child {
  margin-bottom: 0;
}

ol > li {
  counter-increment: ol;
}

article ul > li:before,
.article ul > li:before,
article ol > li:before,
.article ol > li:before {
  display: inline-block;
  position: absolute;
  font: inherit;
  z-index: 1;
  top: 0;
  left: 9px;
}

article ul > li:before,
.article ul > li:before {
  content: '•';
}

article ol > li:before,
.article ol > li:before {
  content: counter(ol) '.';
  left: 2px;
}

article p a,
.article p a,
article li a,
.article li a,
article span a,
.article span a {
  color: #4ca421;
}

article p a:hover,
.article p a:hover,
article li a:hover,
.article li a:hover,
article span a:hover,
.article span a:hover {
  text-decoration: underline;
}

.article__wrap p a {
  color: inherit;
  text-decoration: underline;
}

.article__wrap p a:hover {
  text-decoration: none;
}

.article .button {
  margin-left: 0;
  margin-right: auto;
}

.article__wrap {
  padding: 32px;
  position: relative;
  color: #fff;
  line-height: 1.55;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 10;
}

.article__wrap .article__wrap {
  border: 2px solid #4ea522;
}

.article__wrap.article__wrap-dark {
  background: #23272e;
  overflow: visible;
}

.main-bonus .article__wrap.article__wrap-dark {
  overflow: hidden;
}

.article__wrap > * {
  margin-bottom: 20px;
}

.article__wrap > *:last-child {
  margin-bottom: 0;
}

.article__wrap h2,
.article__wrap h3,
.article__wrap h4,
.article__wrap p {
  color: #fff;
}

.article__wrap .background {
  z-index: -1;
}

.article__wrap .background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0.6))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.6)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

.article__wrap.article__wrap-contrast > .background::before {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.3))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.article__wrap.article__wrap-dark > .background::before {
  display: none;
}

.article__wrap .image {
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 200%;
  max-height: 400px;
  -webkit-filter: drop-shadow(0px 0px 11.8608px #65b240)
    drop-shadow(0px 0px 3.3888px #65b240) drop-shadow(0px 0px 1.6944px #65b240);
  filter: drop-shadow(0px 0px 11.8608px #65b240)
    drop-shadow(0px 0px 3.3888px #65b240) drop-shadow(0px 0px 1.6944px #65b240);
}

.article__wrap .image img {
  width: unset;
  height: 100%;
}

.article__wrap .image.image-large {
  max-height: unset;
  height: -webkit-calc(100% - 210px);
  height: calc(100% - 210px);
  -webkit-filter: none;
  filter: none;
  z-index: 100;
  opacity: 1;
}

.article__wrap .image-phone {
  height: 90%;
  max-height: 513px;
  right: 80px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-filter: none;
  filter: none;
  z-index: 100;
}

.article-wrap__desc {
  width: -webkit-calc(100% - 330px);
  width: calc(100% - 330px);
}
.article-wrap__desc.article-wrap__desc-2 {
  width: -webkit-calc(100% - 400px);
  width: calc(100% - 400px);
}

.article-wrap__desc > * {
  margin-bottom: 20px;
}

.article-wrap__desc > *:last-child {
  margin-bottom: 0;
}

/* Table */
table {
  width: 100%;
  background: #23272e;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  border-collapse: unset;
}

table thead {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  word-break: break-word;
}

table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

table tbody tr:last-child {
  border-bottom: none;
}

table tr > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

table td {
  padding: 12px 16px;
}

/* List */
.list > li {
  padding: 22px 20px 22px 84px;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.38;
  background: #23272e;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.list-contrast > li {
  color: #23272e;
  background: #fff;
}

ul.list > li::before {
  content: '';
  display: block;
  position: absolute;
  width: 68px;
  height: 100%;
  left: 0;
  top: 0;
  background: #4ca421;
  z-index: 9;
}

ul.list > li::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 19px;
  top: -webkit-calc(50% - 30px / 2);
  top: calc(50% - 30px / 2);
  background-image: url(../img/icons/list-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
}

ol.list > li::before {
  content: counter(ol);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 68px;
  height: 100%;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  background: #4ca421;
}

.list-horizontal {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px;
}

.list-horizontal > li {
  margin: 0 !important;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 16px / 2);
  -ms-flex: 0 0 calc(50% - 16px / 2);
  flex: 0 0 calc(50% - 16px / 2);
  color: #fff;
  font-size: 16px;
  line-height: 1.38;
  background: #23272e;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.list-horizontal > li::before {
  display: none !important;
}

.dummy {
  margin: 0 !important;
  position: absolute;
  top: -80px;
  width: 100%;
  height: 0;
}

/* Button */
.button {
  background: #4ca421;
  border: 1px solid #4ca421;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  height: auto;
  width: auto;
  min-width: 220px;
  padding: 11px 20px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.button.button-transparent {
  color: #000000;
  border-color: #000000;
  background-color: #fff;
}

.button-app {
  padding: 4px 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 16px;
  min-width: 250px;
  white-space: normal;
  text-transform: none;
}

.button-app .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
}

.button-app .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.button:hover {
  background: #fff;
  color: #4ca421;
}

.button.button-transparent:hover {
  color: #fff;
  background-color: #000;
}

.button.button-app:hover {
  background: #23272e;
  color: #fff;
}

.button img,
.button span {
  display: inline-block;
  vertical-align: middle;
}

.button > img {
  margin-right: 10px;
}

.button span {
  text-align: left;
}

/* Special */
.icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.image img,
.background img {
  display: block;
  position: relative;
  margin: auto;
}

.background {
  margin: 0 !important;
  display: block !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgba(255, 255, 255, 1);
  line-height: 1;
}

use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

/* Content */
.section,
.cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.section,
article {
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #0d0d0d;
  width: 100%;
  padding: 32px 20px;
}

.cover {
  padding-left: -webkit-calc(50% - (926px / 2));
  padding-left: calc(50% - (926px / 2));
  padding-right: -webkit-calc(50% - (926px / 2));
  padding-right: calc(50% - (926px / 2));
}

.section > *,
.cover > * {
  display: block;
  position: relative;
}

/* Header */
.header {
  padding: 1px 20px;
  background: #16181d;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  margin-top: 0;
}

.logo,
.logo img {
  display: block;
}

.header__logo {
  margin-left: -20px;
  margin-right: 42px;
}

.header__logo img {
  display: block;
  height: 52px;
}

.menu-button,
.header__menu .header__button {
  display: none;
}

.header__menu {
  margin: 0 auto 0 0;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header__menu ul a {
  padding: 10px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.header__menu ul a[href]:hover {
  color: #4ca421;
}

.header__menu ul a:not([href]):hover {
  cursor: default;
}

.header__deposit,
.header__prize {
  background: #23272e;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #23272e;
}

.header__deposit:hover,
.header__prize:hover {
  border-color: #fff;
}

.header__prize {
  position: relative;
  margin-right: 5px;
}

.header__prize-numb {
  background: #4ea522;
  font-weight: 700;
  font-size: 9px;
  line-height: 1.6;
  color: #fff;
  position: absolute;
  top: 2px;
  right: 1px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

.header__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}

.header__button {
  margin: 0;
  padding: 6px 15px;
  min-width: 125px;
  font-weight: 400;
  font-size: 14px;
}

.header__button-signup {
}

.header__button-login {
  background: #23272e;
  border-color: #23272e;
}

.header__time {
  padding: 5px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  position: relative;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.header__lang {
  margin-right: 10px;
  padding: 5px 8px 5px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header__lang img {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* Main */
.main {
  padding: 52px 20px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}

.sidebar {
  padding-top: 18px;
  width: 250px;
  height: -webkit-calc(100vh - 54px);
  height: calc(100vh - 54px);
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 54px;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar > * {
  margin-bottom: 12px;
}

.sidebar > *:last-child {
  margin-bottom: 0;
}

.main__wrap {
  padding-top: 18px;
  width: -webkit-calc(100% - 250px * 2 - 20px * 2);
  width: calc(100% - 250px * 2 - 20px * 2);
}

.main__wrap > * {
  margin-bottom: 20px;
}
.main__wrap > *:last-child {
  margin-bottom: 0;
}

.sidebar__item {
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

/* Sidebar left */
.sidebar__nav-button {
  padding: 8px 40px 8px 8px;
  background: #23272e;
  color: #fff;
  text-transform: none;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  position: relative;
}

.sidebar__nav-button::before {
  content: '';
  position: absolute;
  bottom: -webkit-calc(50% - 6px / 2);
  bottom: calc(50% - 6px / 2);
  right: 11px;
  margin: auto;
  width: 10px;
  height: 6px;
  background-image: url('../img/arrow-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sidebar__nav-button.hide::before {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.sidebar__nav-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 33px;
  width: 1px;
  height: 100%;
  background: #ffffff;
}

.sidebar__nav-menu {
  background: #f2f9f1;
}

.sidebar__nav-menu li + li {
  margin-top: 1px;
}

.sidebar__nav-menu li a {
  background: #fff;
  line-height: 1.067;
  display: block;
  padding: 8px 29px;
  position: relative;
}

.sidebar__nav-menu li a:before {
  content: '•';
  position: absolute;
  top: 8px;
  left: 17px;
}

.sidebar__nav-menu li a:hover {
  background-color: rgba(35, 39, 46, 0.2);
}

.sidebar__live-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.sidebar__live-button {
  width: 50%;
  background: #17191e;
  color: #bebfc1;
  line-height: 1.067;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 8px 10px;
}

.sidebar__live-button span {
  position: relative;
}

.sidebar__live-button:first-child {
  background: #23272e;
}

.sidebar__live-button:first-child span:before {
  content: '';
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #a0ce50;
  position: absolute;
  left: -12px;
  top: -webkit-calc(50% - 6px / 2);
  top: calc(50% - 6px / 2);
}

.sidebar__live-list {
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.sidebar__live-list li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 40px;
  width: 1px;
  background: #d5d9dd;
}

.sidebar__live-list li:after {
  content: '';
  position: absolute;
  bottom: -webkit-calc(50% - 7px / 2);
  bottom: calc(50% - 7px / 2);
  right: 14px;
  width: 12px;
  height: 7px;
  background-image: url('../img/sidebar-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sidebar__live-list li a {
  background-color: #fff;
  border-bottom: 1px solid #ecf6ea;
  color: #0d0d0d;
  line-height: 1.147;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 11px 42px 11px 8px;
}

.sidebar__live-list li img {
  margin-right: 8px;
}

.sidebar__live-list li a:hover {
  color: #4ea522;
}

.sidebar__live-list li a span > span {
  color: #464946;
}

.sidebar__nav-list {
  background-color: #fff;
}

.sidebar__nav-list li {
  padding: 0;
}

.sidebar__nav-list a {
  padding: 6px 8px;
  display: block;
  line-height: 22px;
  color: #282b30;
}

.sidebar__nav-list a:hover {
  color: #4ea522;
  font-weight: 700;
}

.sidebar__live-all {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 10px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  background: #f3f9f1;
  color: rgba(0, 0, 0, 0.7);
}

.sidebar__live-all b {
  color: #000;
}

.sidebar__live-all span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 4px;
}

.sidebar__live-all img {
  height: 12px;
  width: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  opacity: 0.7;
}

.sidebar__live-all .icon {
  margin-left: auto;
}

.sidebar__live-all .icon img {
  opacity: 1;
}

.sidebar__live-top {
  padding: 8px;
  display: block;
  background: #f9fcf9;
  font-size: 14px;
  color: #000;
}

.sidebar__link {
  padding: 0 36px 0 8px;
  margin-bottom: 2px;
  background-color: #23272e;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 8px;
  text-decoration: none !important;
  color: #fff;
  position: relative;
}

.sidebar__link:hover {
  opacity: 0.75;
}

.sidebar__link:last-child {
  margin-bottom: 0;
}

.sidebar__link-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.sidebar__link-text {
  padding: 8px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font-size: 14px;
  line-height: 16px;
}

.sidebar__link-arrow {
  position: absolute;
  width: 32px;
  height: 100%;
  right: 0;
  bottom: 0;
  border-left: 1px solid #121317;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar__link-arrow img {
  display: block;
  width: 16px;
  height: 16px;
}

/* Sidebar right */
.sidebar__registration {
  display: block;
  background: #f2f9f1;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 8px 0;
}

.sidebar__registration > * {
  margin-bottom: 8px;
}

.sidebar__registration > *:last-child {
  margin-bottom: 0;
}

.sidebar-registration__title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}

.sidebar-registration__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0 10px;
  padding: 8px;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: #23272e;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.sidebar-registration__subtitle img {
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.sidebar-registration__input {
  padding: 8px 44px 8px 8px;
  display: block;
  position: relative;
  color: #253e5b;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.sidebar-registration__input-currency:after {
  content: '';
  position: absolute;
  bottom: -webkit-calc(50% - 7px / 2);
  bottom: calc(50% - 7px / 2);
  right: 10px;
  width: 12px;
  height: 7px;
  background-image: url('../img/icons/sidebar-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sidebar-registration__input-promo {
  color: rgba(70, 73, 70, 0.65);
  opacity: 0.8;
}

.sidebar-registration__input-promo::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 100%;
  background-color: #65676c;
  background-image: url('../img/icons/check-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 13px;
}

.sidebar-registration__button {
  padding: 11px 20px;
  min-width: 0;
  width: 100%;
  color: #fff;
  background: #93c879;
  border-color: #93c879;
}

.sidebar-registration__desc {
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  color: #464946;
}

.sidebar-registration__footer {
  margin-left: -8px;
  margin-right: -8px;
  padding: 8px;
  display: block;
  width: -webkit-calc(100% + 8px * 2);
  width: calc(100% + 8px * 2);
  background: #23272e;
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.sidebar__bets {
  display: block;
  background: #f2f9f1;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.sidebar-bets__controls {
  width: 100%;
  background: #16181d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

.sidebar-bets__controls > span {
  width: 50%;
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
  color: #bebfc1;
  padding: 8px;
}

.sidebar-bets__controls > span:first-child {
  background: #23272e;
  color: #fff;
}

.sidebar-bets__tab {
  padding: 8px;
}

.sidebar-bets__tab > * {
  margin-bottom: 8px;
}
.sidebar-bets__tab > *:last-child {
  margin-bottom: 0;
}

.sidebar-bets__tab p {
  line-height: 1.2;
  margin-top: 0;
}

.sidebar-bets__top {
  padding: 8px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
}

.sidebar-bets__top img {
  display: block;
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.sidebar-bets__desc {
  height: 120px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 18px;
  font-size: 14px;
  line-height: 1.15;
  color: #000;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.sidebar-bets__button {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0;
  min-width: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.15;
}

.sidebar-bets__footer {
  padding: 18px 12px 8px;
  display: block;
  text-align: center;
  border-top: 1px dashed #000000;
}

.sidebar-bets__footer > span {
  font-size: 12px;
  line-height: 1.17;
  text-align: center;
  color: #000000;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.sidebar__apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.sidebar-apps__item {
  padding: 8px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  gap: 0 10px;
  font-size: 14px;
  line-height: 1.15;
  color: #fff;
  opacity: 0.7;
  background: #17191e;
}

.sidebar-apps__item:first-child {
  background: #23272e;
  opacity: 1;
}

.sidebar-apps__item img {
  width: 16px;
  height: 16px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Prime */
.prime {
  margin-top: 0;
  padding: 60px;
  min-height: 385px;
  background: none;
  color: #fff;
}

.prime__wrap {
  max-width: 550px;
  position: relative;
  z-index: 1;
}

.prime__wrap > * {
  margin-bottom: 8px;
}

.prime__wrap > *:last-child {
  margin-bottom: 0;
}

.prime__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}

.prime__rating p {
  margin: 0;
}

.prime-rating__numbers {
  margin-left: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2px;
  color: #fff;
  font-weight: 400;
}
.prime-rating__numbers span {
  line-height: 1;
}

.prime__text {
  margin-bottom: 20px;
}

.prime__background img {
  -o-object-position: right top;
  object-position: right top;
}

.prime::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.3))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: -1;
}

.prime__image {
  position: absolute;
  bottom: 0;
  right: 85px;
  height: -webkit-calc(100% - 16px);
  height: calc(100% - 16px);
  z-index: 0;
}

.prime__image img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

/* Site-nav */
.site-nav {
  display: none;
}

/* Pros -cons */
.pros-cons__wrap {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #23272e;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.pros-cons__list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.pros-cons-list__title {
  padding: 7px 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 10px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
}

.pros-cons-list__title .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
}

.pros-cons__list li {
  padding: 12px 24px 12px 0;
  margin-bottom: 8px;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 1.38;
  color: #ffffff;
}

.pros-cons__list li::before {
  display: none !important;
}

.pros-cons__list li::after {
  content: '';
  position: absolute;
  height: 2px;
  width: -webkit-calc(100% * 2);
  width: calc(100% * 2);
  top: -6px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}

.pros-cons__list li:first-child::after {
  top: 0;
}

.pros-cons__list + .pros-cons__list li::after {
  display: none;
}

/* Bonus banner */
.bonus-banner {
  padding: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 32px;
  position: relative;
  min-height: 280px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #4ca421;
  overflow: hidden;
}

.bonus-banner__background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.bonus-banner__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right top;
  object-position: right top;
}

.bonus-banner-right .bonus-banner__background img {
  -o-object-position: left center;
  object-position: left center;
}

.bonus-banner__image img {
  height: 86px;
}

.bonus-banner__wrap {
  margin-right: auto;
  width: 100%;
  max-width: 370px;
  text-align: center;
  color: #fff;
  z-index: 10;
}

.bonus-banner-2 .bonus-banner__wrap {
  max-width: 500px;
}

.bonus-banner-right .bonus-banner__wrap {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.bonus-banner__title {
  padding: 0;
  margin-bottom: 8px;
  padding: 0;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #fff;
  border-bottom: none;
}

.bonus-banner__desc {
  margin-bottom: 16px;
  font-weight: 500;
}

.bonus-banner-mini {
  padding: 14px 30px;
  min-height: unset;
}

.bonus-banner-mini .bonus-banner__wrap {
  max-width: 77%;
}

.bonus-banner-mini .bonus-banner__desc {
  margin-bottom: 24px;
  font-size: 16px;
}

.bonus-banner-mini .bonus-banner__desc > p {
  margin-bottom: 0;
  line-height: 1.5;
}

/* About */
.about__table {
  width: 100%;
}

/* Casino app */
.casino-app__wrap .background::before {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.8)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

/* Table games */
.table-games__list-horizontal li > img {
  max-height: 80px;
}

.table-games-list__item-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* App banner */
.app-banner {
  padding: 82px 40px;
  position: relative;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 10;
}

.app-banner__background {
  z-index: -2;
}

.app-banner__background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.app-banner__image {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 40px;
  z-index: -1;
}

.app-banner__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.app-banner__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px 32px;
}

.app-banner__button {
  margin: 0 !important;
}

/* Reviews */
.reviews > * {
  margin-bottom: 16px;
}
.reviews > *:last-child {
  margin-bottom: 0;
}

.reviews__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.reviews__item {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% - 20px) / 2);
  -ms-flex: 0 0 calc((100% - 20px) / 2);
  flex: 0 0 calc((100% - 20px) / 2);
  color: #fff;
  line-height: 1.6;
  background: #23272e;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.reviews__item::before {
  display: none;
}

.reviews-item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px 32px;
  width: 100%;
}

.reviews-item__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 700;
  font-size: 16px;
}

.reviews-item__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
}

.rate-5 .reviews-item__stars {
  width: 130px;
}
.rate-4 .reviews-item__stars {
  width: -webkit-calc(130px * 0.8);
  width: calc(130px * 0.8);
}
.rate-3 .reviews-item__stars {
  width: -webkit-calc(130px * 0.6);
  width: calc(130px * 0.6);
}
.rate-2 .reviews-item__stars {
  width: -webkit-calc(130px * 0.4);
  width: calc(130px * 0.4);
}
.rate-1 .reviews-item__stars {
  width: -webkit-calc(130px * 0.2);
  width: calc(130px * 0.2);
}

.reviews-item__stars img {
  display: block;
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

/* Rating */
.rating > * {
  margin-bottom: 16px;
}

.rating > *:last-child {
  margin-bottom: 0;
}

.rating__list {
  background: #23272e;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.rating__list > li {
  margin-bottom: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px 20px;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #d5d9dd;
}

.rating__list > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.rating-item__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.rating-item__icons {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  position: relative;
}

.rating-item__icons > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 5px;
}

.rating-item__icons .back {
  opacity: 0.3;
}
.rating-item__icons .front {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
}

.rate-5 .rating-item__icons .front {
  width: 100%;
}
.rate-4 .rating-item__icons .front {
  width: -webkit-calc(100% * 0.8);
  width: calc(100% * 0.8);
}
.rate-3 .rating-item__icons .front {
  width: -webkit-calc(100% * 0.6);
  width: calc(100% * 0.6);
}
.rate-2 .rating-item__icons .front {
  width: -webkit-calc(100% * 0.4);
  width: calc(100% * 0.4);
}
.rate-1 .rating-item__icons .front {
  width: -webkit-calc(100% * 0.2);
  width: calc(100% * 0.2);
}

.rating-item__value {
  margin-left: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

.rating-item__value > span {
  font-size: 20px;
  color: #4ca421;
}

/* FAQ */
.faq__list li {
  padding: 0;
  color: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #23272e;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.faq__list li + li {
  margin-top: 8px;
}

.faq-item__title {
  padding: 14px 18px 14px 58px;
  margin: 0;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid transparent;
  cursor: pointer;
}

.faq__item.active .faq-item__title {
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

.faq-item__title::before {
  content: '';
  background-image: url('../img/icons/faq-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 14px;
  left: 18px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-item__desc {
  padding: 16px 12px;
  font-size: 16px;
}

.faq__item.active .faq-item__title::before {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* Footer */
.footer {
  margin: 20px auto 0 auto;
  padding: 0 20px 20px;
  position: relative;
  z-index: 0;
  /* max-width: 1560px; */
  width: 100%;
  color: #fff;
}

.footer > * {
  margin-bottom: 8px;
  width: 100%;
}

.footer > *:last-child {
  margin-bottom: 0;
}

.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.footer li {
  padding: 0;
}
.footer li::before {
  display: none;
}

.footer__block {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 12px;
  background-color: #16181d;
}

.footer__countries {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.footer__countries li {
  margin: 0 !important;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 8px;
  text-transform: uppercase;
  background: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #fff2e5;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__countries li:hover {
  opacity: 0.75;
}

.footer__countries li::before {
  display: none;
}

.footer__countries a {
  text-decoration: none !important;
}

.footer__countries .icon {
  padding: 11px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 24px;
  height: 46px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.footer__countries .icon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__countries .text {
  padding: 11px 0;
  font-size: 15px;
  color: #082529;
  line-height: 20px;
  text-transform: uppercase;
}

.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  gap: 32px;
  width: 100%;
}

.footer__links-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.footer__links-item li {
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__links li::before {
  display: none;
}

.footer__links a {
  padding: 4px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 10px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 1.15;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__links-item > a {
  margin-bottom: 4px;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer__links a[href]:hover {
  color: #4ca421;
  text-decoration: none;
}

.footer__links a img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.footer__pays {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 290px;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
}
.footer__pays img {
  display: block;
  width: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.footer__copy {
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #bebfc1;
  font-size: 12px;
  line-height: 1.2;
}

.footer__copy p a {
  color: #fff;
  text-decoration: underline;
}
.footer__copy > * {
  margin: 0 0 10px;
}
.footer__copy > *:last-child {
  margin-bottom: 0;
}

.footer__additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}

.footer__additional > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.footer__age {
  padding: 12px;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  background-color: #23272e;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 16px 8px;
}
.footer__mobile:hover {
  background-color: #16181d;
}
/* Btn Top */
.top {
  margin-top: -68px;
  margin-left: auto;
  margin-right: -270px;
  width: 48px !important;
  height: 48px !important;
  background: transparent;
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  cursor: pointer;
  z-index: 99999;
  background-color: #121317;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.top:hover {
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
}

.top img {
  display: block;
  width: 30px;
  height: 18px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

/* PAGES */
/* Breadcrumbs */
.breadcrumbs > li {
  display: inline-block;
  padding: 0;
}

.breadcrumbs > li:before {
  display: none;
}

.breadcrumbs > li a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumbs > li a:not([href]) {
  font-weight: 400;
}

.breadcrumbs > li a:not([href]),
.breadcrumbs > li a:not([href]) span {
  cursor: default;
}

.breadcrumbs > li a[href]:hover {
  opacity: 0.7;
}

.breadcrumbs > li:not(:last-child):after {
  content: '/';
  display: inline-block;
  position: relative;
  font: inherit;
  color: #fff;
  margin: 0 3px;
}

/* Tournaments */
.tournaments__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.tournaments-wrapper__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 16px / 2);
  -ms-flex: 0 0 calc(50% - 16px / 2);
  flex: 0 0 calc(50% - 16px / 2);
}

.tournaments-wrapper__item:nth-child(3n-2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

/* Rewards */
.rewards__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.rewards__wrapper > div {
  padding: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 16px / 2);
  -ms-flex: 0 0 calc(50% - 16px / 2);
  flex: 0 0 calc(50% - 16px / 2);
  background-image: url(../img/rewards-item-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.rewards__wrapper > div > * {
  margin-bottom: 20px;
  color: #fff;
}

.rewards__wrapper > div > *:last-child {
  margin-bottom: 0;
}
