/* =WordPress Core
-------------------------------------------------------------- */


	html {
  font-family: "Montserrat", "Roboto", sans-serif;
}
	.button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 90px;
    height: 50px;
    min-height: 50px;
    margin: 0 2px;
    padding: 0 30px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    user-select: none;
    color: #fff;
    background: #000;
    transition: 0.2s all ease;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.img-responsive
{
  display: block;
  max-width: 100%;
  height: auto;
}
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;900&display=swap);
.mscroll {
  display: flex;
  flex-flow: row nowrap;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}
.mscroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.mscroll-js {
  overflow-x: auto !important;
  scrollbar-width: none;
}
.mscroll-js::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.elMenu {
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: 0.4s 0.1s;
}
.elMenu .elItems {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.elMenu .elItems::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.elMenu .elItems > * {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: max-content;
  cursor: pointer;
}
.elMenu .elItems > .search {
  display: none;
}
.elMenu .elContent {
  position: relative;
}
.elMenu .elContent > .content {
  display: none;
}
.elMenu .elContent > .content.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elMenu .elContent .elError {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.elMenu .elPreloader {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
}
.elMenu .elClock {
  display: none;
}
.elMenu.loading .elPreloader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elMenu.clock-on .elItems {
  width: calc(100% - 100px);
}
.elMenu.clock-on .elClock {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100px;
  text-align: center;
}
@media only screen and (min-width: 320px) {
  .drag-slider.all-nav .ds-nav {
    display: flex;
  }
  .drag-slider.all-dots .ds-dots {
    display: flex;
  }
  .drag-slider.all-scroll .ds-track {
    padding: 0 0 8px 0;
  }
  .drag-slider.all-scroll .ds-track::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 1921px) {
  .drag-slider.wd-nav .ds-nav {
    display: flex;
  }
  .drag-slider.wd-dots .ds-dots {
    display: flex;
  }
  .drag-slider.wd-scroll .ds-track {
    padding: 0 0 8px 0;
  }
  .drag-slider.wd-scroll .ds-track::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1920px) {
  .drag-slider.d-nav .ds-nav {
    display: flex;
  }
  .drag-slider.d-dots .ds-dots {
    display: flex;
  }
  .drag-slider.d-scroll .ds-track {
    padding: 0 0 8px 0;
  }
  .drag-slider.d-scroll .ds-track::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .drag-slider.tl-nav .ds-nav {
    display: flex;
  }
  .drag-slider.tl-dots .ds-dots {
    display: flex;
  }
  .drag-slider.tl-scroll .ds-track {
    padding: 0 0 8px 0;
  }
  .drag-slider.tl-scroll .ds-track::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .drag-slider.t-nav .ds-nav {
    display: flex;
  }
  .drag-slider.t-dots .ds-dots {
    display: flex;
  }
  .drag-slider.t-scroll .ds-track {
    padding: 0 0 8px 0;
  }
  .drag-slider.t-scroll .ds-track::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 576px) {
  .drag-slider.m-nav .ds-nav {
    display: flex;
  }
  .drag-slider.m-dots .ds-dots {
    display: flex;
  }
  .drag-slider.m-scroll .ds-track {
    padding: 0 0 8px 0;
  }
  .drag-slider.m-scroll .ds-track::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
}

.drag-slider {
  display: grid;
  height: 0;
  opacity: 0;
  align-items: center;
  overflow: hidden;
  grid: auto/auto 1fr auto;
  transition: 0.1s 0.1s;
}
.drag-slider.active {
  height: auto;
  opacity: 1;
}
.drag-slider.scrolling {
  pointer-events: none;
}
.drag-slider .ds-track {
  position: relative;
  display: grid;
  overflow-x: auto;
  overflow-y: hidden;
  width: auto;
  cursor: pointer;
  z-index: 0;
  grid-template-columns: auto;
  grid-auto-columns: unset;
  grid-auto-flow: column;
  grid-column: 2/3;
  gap: 0;
  scrollbar-width: none;
}
.drag-slider .ds-track:before, .drag-slider .ds-track:after {
  display: none;
  content: "";
  grid-row: 1/-1;
  width: 0;
}
.drag-slider .ds-track .ds-item > * {
  box-sizing: border-box;
}
.drag-slider .ds-track .ds-item.hiden {
  display: none;
}
.drag-slider .ds-track::-webkit-scrollbar-track {
  background-color: rgba(133, 133, 133, 0.1);
}
.drag-slider .ds-track::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: rgba(133, 133, 133, 0.1);
}
.drag-slider .ds-track::-webkit-scrollbar-thumb {
  background-color: rgba(133, 133, 133, 0.3);
}
.drag-slider .ds-nav {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.drag-slider .ds-nav.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.drag-slider .ds-nav.blocked {
  opacity: 0.5;
  cursor: not-allowed;
}
.drag-slider .ds-dots {
  display: none;
  justify-content: center;
  margin: 5px 0;
  z-index: 1;
  grid-column: 1/-1;
}
.drag-slider .ds-dots .ds-dot {
  width: 20px;
  height: 20px;
  margin: 0 2px;
  background: linear-gradient(45deg, #321695, #5aff64);
  border: 2px solid #c5c5c5;
  border-radius: 100%;
  cursor: pointer;
}
.drag-slider .ds-dots .ds-dot.active {
  background: linear-gradient(45deg, #9a1d1d, #e2890c);
  border: 2px solid #fffafc;
}
.drag-slider.less .ds-track {
  display: grid;
  justify-content: center;
}
.drag-slider.less .ds-nav, .drag-slider.less .ds-dots {
  display: none !important;
}
.drag-slider.nav-over {
  grid: auto/0 1fr 0;
}
.drag-slider.loop .ds-dots {
  display: none;
}
.drag-slider ~ .drag-slider {
  margin: 2rem 0 0 0;
}
.drag-slider img {
  width: 100%;
  height: auto;
}
.vSlider {
  position: relative;
  display: grid;
  grid-auto-flow: row;
  overflow: hidden;
}
.vSlider.horizontal {
  grid-auto-flow: column;
  width: 100%;
}
.vSlider::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  overflow: auto;
  height: auto;
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  overflow: visible;
  height: 0;
  box-sizing: content-box;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 75%;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: 1.15;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
  box-sizing: border-box;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  box-sizing: border-box;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  outline: 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0 50px #2D3035 !important;
  -webkit-text-fill-color: #fff !important;
  transition: 5000s ease background-color !important;
}

table {
  border-spacing: 0;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  position: relative;
  overflow: hidden;
  background: #1E1F21;
  border: 2px solid #2D3035;
  border-radius: 22px;
}
.selectric .label {
  display: block;
  overflow: hidden;
  height: 40px;
  margin: 0 32px 0 15px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: none;
  color: #fff;
}
.selectric .button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 40px;
  font: 0/0 a;
  *font: 20px/40px Lucida Sans Unicode, Arial Unicode MS, Arial;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: none;
  box-shadow: none;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 7px solid transparent;
  border-top-color: #fff;
  border-bottom: none;
}

.selectric-hover .selectric .button {
  color: white;
}
.selectric-hover .selectric .button:after {
  border-top-color: white;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open.selectric-below .selectric {
  border-radius: 22px 22px 0 0;
}
.selectric-open.selectric-below .selectric-items {
  border-radius: 0 0 22px 22px;
}
.selectric-open.selectric-above .selectric {
  border-radius: 0 0 22px 22px;
}
.selectric-open.selectric-above .selectric-items {
  border-radius: 22px 22px 0 0;
}
.selectric-open .selectric {
  background: #2D3035;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  user-select: none;
  opacity: 0.5;
  cursor: default;
  filter: alpha(opacity=50);
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  z-index: 1;
  box-sizing: border-box;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  *font: 0/0 a !important;
  background: none !important;
  border: none !important;
  outline: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  display: block !important;
  visibility: hidden !important;
}

/* Items box */
.selectric-items {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  overflow: hidden;
  background: #1E1F21;
  border: 2px solid #2D3035;
  z-index: -1;
}
.selectric-items .selectric-scroll {
  overflow: auto;
  height: 100%;
}
.selectric-items .selectric-scroll::-webkit-scrollbar {
  width: 12px;
  background-color: rgba(0, 0, 0, 0.25);
}
.selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  background-color: #1E1F21;
  border: 1px solid rgba(45, 48, 53, 0.5);
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  min-height: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
.selectric-items li {
  display: block;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
}
.selectric-items li.selected {
  color: #fff;
}
.selectric-items li.highlighted {
  background: #2D3035;
}
.selectric-items li:hover {
  background: #2D3035;
}
.selectric-items .disabled {
  user-select: none;
  color: #666 !important;
  background: none !important;
  opacity: 0.5;
  cursor: default !important;
  filter: alpha(opacity=50);
}
.selectric-items .selectric-group .selectric-group-label {
  padding-left: 10px;
  font-weight: bold;
  user-select: none;
  color: #444;
  background: none;
  cursor: default;
}
.selectric-items .selectric-group.disabled li {
  opacity: 1;
  filter: alpha(opacity=100);
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  font-size: 30px !important;
  color: #fff !important;
  transition: 0.2s all ease;
  z-index: 2;
}
.slick-arrow:before {
  display: none;
}
.slick-arrow:hover, .slick-arrow:focus {
  color: #cccccc;
}

.slick-prev {
  left: -50px !important;
  margin-top: -10px;
}

.slick-next {
  right: -10px !important;
  margin-top: -10px;
}

.prizes_wrap .slick-slide {
  display: flex !important;
  flex-flow: column nowrap;
}
.prizes_wrap .slick-slide .title {
  order: 1;
  margin: 0 !important;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  background: transparent;
  border: none;
  outline: none;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Airal";
  line-height: 1;
  font-size: 20px;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "Airal";
  line-height: 20px;
  font-size: 6px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes appear-delay {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.bonuses_gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 8px;
}
.bonuses_gallery > .menu-item {
  display: block;
  width: 33.3%;
  padding: 8px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bonuses_gallery > .menu-item {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .bonuses_gallery > .menu-item {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.bonuses_gallery > .menu-item .bonus_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 6px 12px 12px;
  color: #2D3035;
  border: 1px solid #2D3035;
  border-radius: 30px;
}
.bonuses_gallery > .menu-item .bonus_wrap.active {
  background-color: #2D3035;
}
.bonuses_gallery .bonus_image {
  width: 220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 5px;
}
@media only screen and (max-width: 576px) {
  .bonuses_gallery .bonus_image {
    width: 170px;
  }
}
.bonuses_gallery .bonus_image > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.bonuses_gallery .bonus_title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}
.bonuses_gallery .bonus_type_title {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.bonuses_gallery .bonus_about {
  margin: 5px 0;
}
.bonuses_gallery .bonus_about a {
  margin: 0;
  padding: 0;
  line-height: 12px;
  font-size: 10px;
  text-decoration: underline;
  text-transform: none;
  color: #ff4d00;
  background: none;
  border: none;
  transition: 0.2s all ease;
  cursor: pointer;
}
.bonuses_gallery .bonus_about a:hover {
  color: #ff9466;
}
.bonuses_gallery .bonus_actions > .row {
  display: block !important;
  margin-top: 8px;
}
.bonuses_gallery .tooltip-wrap {
  width: 70%;
  margin: auto;
  color: #fff;
}
.bonuses_gallery .tooltip-wrap .tooltip-open > .wager {
  display: none;
}
.bonuses_gallery .tooltip-wrap .tooltip > .expired, .bonuses_gallery .tooltip-wrap .tooltip > .button {
  display: none;
}
.bonuses_gallery .bonus_timer {
  margin: 12px 0;
}
.bonuses_gallery .bonus_about_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  visibility: hidden;
  margin: 0;
  padding: 6px 12px 12px;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.2s all ease;
  opacity: 0;
}
.bonuses_gallery .bonus_about_wrap .bonus_title {
  margin: 50px 0 0 0;
  padding: 0;
}
.bonuses_gallery .bonus_wrap.show_about .bonus_about_wrap {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.bonuses_gallery .bonus_description {
  margin-bottom: auto;
  padding-bottom: 10px;
  line-height: 14px;
  font-size: 13px;
  text-align: center;
  color: #fff;
}
.bonuses_gallery .bonus_error {
  margin: 8px 0 0 0;
  line-height: 12px;
  font-size: 12px;
  color: #b90000;
}
.bonuses_gallery .bonus_error > a {
  color: #e65d2f;
}
.bonuses_gallery .empty_bonus {
  width: 100%;
  padding-top: 32px;
  text-align: center;
}
.bonuses_gallery .popover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 20px 10px 10px;
  background: #2D3035;
  border-radius: 30px;
  transition: 0.2s all ease;
  opacity: 0;
  z-index: 103;
}
.bonuses_gallery .popover.visible {
  visibility: visible;
  opacity: 1;
}
.bonuses_gallery .popover .bonus_description {
  overflow: auto;
  margin: 0 auto;
  padding: 0 10px;
}
.bonuses_gallery .popover .bonus_description::-webkit-scrollbar-button {
  width: 5px;
  height: 0;
  background-repeat: no-repeat;
}
.bonuses_gallery .popover .bonus_description::-webkit-scrollbar-track {
  background-color: #000;
}
.bonuses_gallery .popover .bonus_description::-webkit-scrollbar-thumb {
  background-color: #4BFF93;
  border-radius: 0;
}
.bonuses_gallery .popover .bonus_description::-webkit-scrollbar-thumb:hover {
  background-color: #ffc64a;
}
.bonuses_gallery .popover .bonus_description::-webkit-scrollbar {
  width: 8px;
}
.bonuses_gallery .popover .row {
  margin-top: 20px;
}

.button_go_top {
  position: fixed;
  bottom: 25%;
  right: 2%;
  display: none;
  visibility: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #42D775  ;
  background: none;
  border: none;
  transition: 0.2s all ease;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
}
.button_go_top:hover {
  color: #fff;
}
.button_go_top.active {
  display: block;
  visibility: visible;
  opacity: 0.8;
  z-index: 3;
}
.button_go_top.active .icon {
  display: block;
  font-size: 48px;
}

.button, .pll-parent-menu-item > a{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 65px;
  height: 44px;
  margin: 0;
  padding: 0 33px;
  line-height: 1;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  user-select: none;
  color: #000;
  background: #000;
  border: none;
  border-radius: 22px;
  box-shadow: 0 0 0 #000;
  transition: 0.2s all ease;
  cursor: pointer;
}
.pll-parent-menu-item:hover ul {
	display: flex;
}
.pll-parent-menu-item .sub-menu {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    width: 175px;
}
.pll-parent-menu-item a{
  color: white;
}
.button:hover {
  filter: brightness(1) contrast(1.4);
}
.button:focus {
  box-shadow: 0 0 0 #fff;
  filter: brightness(1) contrast(1.4);
}
.button.transparent {
  color: #4BFF93;
  background: transparent;
  border: 3px solid #4BFF93;
}
.button.big {
  font-size: 1.5rem;
}
.button.primary {
		background: linear-gradient(180deg, #fcee21 0%, #ff8823 100%);align-content;
		color: #000;
}
.button.secondary {
	color: #000;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 43.75%, #D3D3D3 100%);
}
.button.fluid {
  display: flex;
  width: 100%;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.button.loading {
  position: relative;
  color: transparent !important;
  text-shadow: none !important;
  transition: all 0s linear, opacity 0.1s ease;
  cursor: default;
  pointer-events: none !important;
}
.button.loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin: -0.64285714em 0 0 -0.64285714em;
  border: 0.2em solid rgba(0, 0, 0, 0.15);
  border-radius: 500rem;
}
.button.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin: -0.64285714em 0 0 -0.64285714em;
  border-width: 0.2em;
  border-style: solid;
  border-color: rgba(45, 48, 53, 0.75) transparent transparent;
  border-radius: 500rem;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.button:disabled, .button.disabled {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 0.5;
  cursor: default;
  pointer-events: none !important;
}
.button.compact {
  display: inline-flex;
  width: auto;
  min-width: auto;
  padding-right: 1em;
  padding-left: 1em;
}
.button .icon {
  position: relative;
  top: 4px;
  font-size: 1.5em;
}
.button .important {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 10px;
  background: linear-gradient(180deg, #42D775 0%, #006C34 100%);
  border: 1px solid #4BFF93;
  border-radius: 50%;
  transform: translate(50%, -45%);
  box-sizing: border-box;
}

.button_info {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 115px;
  margin: 0 3px;
  padding: 10px 7px;
  text-align: left;
  text-decoration: none;
  color: #4BFF93;
  background: #000;
  border: 1px solid #000;
  border-radius: 30px;
  transition: 0.2s all ease;
  cursor: pointer;
}
.button_info.fluid {
  width: 100%;
}
.button_info.logout {
  min-width: unset;
  color: white;
}
.button_info.logout:hover {
  color: #4BFF93;
}
.button_info .icon {
  margin-right: 6px;
  font-size: 24px;
}
.button_info .caption {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.button_info .caption_title {
  font-weight: 700;
  text-transform: uppercase;
}
.button_info .caption_text {
  display: block;
  overflow: hidden;
  max-width: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.link_button {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #fff;
  background: none;
  border: none;
  transition: 0.2s all ease;
  cursor: pointer;
}
.link_button:hover, a_button:focus {
  text-decoration: none;
}
.link_button:disabled, a_button.disabled {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 0.5;
  cursor: default;
  pointer-events: none !important;
}

.back_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: none;
  border: none;
  transition: none;
}
.back_button > * {
  display: inline-block;
  color: inherit;
  transition: 0.2s all ease;
}
.back_button .icon {
  margin-right: 4px;
  font-size: 24px;
}
.back_button:hover {
  color: #4BFF93;
}
.back_button:hover .icon {
  margin-right: 8px;
}

@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cashbox_history {
  display: block;
  width: 100%;
  padding: 0 0;
  border-spacing: 0;
  color: #fff;
}
.cashbox_history table {
  width: 100%;
  border-collapse: collapse;
}
.cashbox_history table th {
  padding: 7px 10px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.cashbox_history table td {
  padding: 7px 10px;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cashbox_history table td {
    font-size: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .cashbox_history table td {
    font-size: 12px;
  }
}
.cashbox_history table .empty {
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
.cashbox_history .payment_id {
  font-size: 1rem;
}
.cashbox_history .payment_amount {
  text-align: right;
}
.cashbox_history .payment_status {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 135px;
  padding: 8px 10px;
  text-align: left;
  color: #999;
}
.cashbox_history .payment_status_pending {
  color: #999;
  background: rgba(153, 153, 153, 0.25);
}
.cashbox_history .payment_status_completed {
  color: #76bc3e;
  background: rgba(118, 188, 62, 0.25);
}
.cashbox_history .payment_status_canceled, .cashbox_history .payment_status_rejected, .cashbox_history .payment_status_chargeback, .cashbox_history .payment_status_failed, .cashbox_history .payment_status_refused {
  color: #af4549;
  background: rgba(175, 69, 73, 0.25);
}
.cashbox_history .payment_status .icon {
  margin: 0 0.25em;
  font-size: 20px;
}
@media only screen and (max-width: 576px) {
  .cashbox_history {
    padding: 13px 0;
  }
  .cashbox_history table thead {
    display: none;
  }
  .cashbox_history table td {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 18px;
    padding-left: 18px;
    text-align: right;
    border-bottom: 1px solid #2D3035;
  }
  .cashbox_history table td:before {
    content: attr(data-label);
    float: left !important;
    text-transform: uppercase;
  }
  .cashbox_history table tr {
    display: block;
    border-bottom: 3px solid #2D3035;
  }
  .cashbox_history .payment_status {
    justify-content: flex-start;
    padding: 0;
    background: none !important;
  }
}
.cashbox_history .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  list-style-type: none;
}
.cashbox_history .pagination > li {
  width: 28px;
  height: 28px;
  margin: 2px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: 180ms ease;
}
.cashbox_history .pagination > li > * {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2em;
  color: inherit;
}

.profile_cashbox {
  max-width: 810px;
  margin: 0 auto;
  padding: 20px 0;
}

.tabmenu_cashbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 52px;
  margin: 20px 0;
  padding: 0;
}
.tabmenu_cashbox > .menu-item {
  flex: 1;
  height: 100%;
  margin: 5px;
}
.tabmenu_cashbox > .menu-item > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #1E1F21;
  border-radius: 30px;
  transition: 0.2s all ease;
}
.tabmenu_cashbox > .menu-item:hover > a {
  color: #4BFF93;
}
.tabmenu_cashbox > .menu-item.active > a {
  color: #fff;
  background: linear-gradient(180deg, #42D775 0%, #006C34 100%);
}
@media only screen and (max-width: 576px) {
  .tabmenu_cashbox {
    display: block;
    height: auto;
    padding: 0 20px;
  }
  .tabmenu_cashbox > .menu-item > a {
    line-height: 42px;
  }
}

.deposit_tooltip {
  display: block;
  max-width: 600px;
  margin: 12px auto;
  padding: 0 10px;
  text-align: center;
}
.deposit_tooltip .icon {
  margin: 5px 0;
  font-size: 36px;
  color: #ffbf19;
}
.deposit_tooltip .header {
  margin: 5px 0;
  font-size: 14px;
}
.deposit_tooltip .text {
  font-size: 14px;
  text-align: center;
  text-transform: none;
}
.deposit_tooltip .text .profile_button a {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.deposit_tooltip .text .step_one, .deposit_tooltip .text .step_two {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.deposit_tooltip .text .step_one {
  margin: 5px 0;
}
.deposit_tooltip .text .step_two .point span {
  margin-right: 0;
}
.deposit_tooltip .text .number {
  display: inline-block;
  flex: none;
  width: 26px !important;
  height: 26px;
  margin-right: 8px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #36383c, #1E1F21);
  border-radius: 50%;
}
.deposit_tooltip.amount_tooltip .text {
  display: inline;
  text-align: center;
}
.deposit_tooltip.amount_tooltip .text span {
  margin-right: 0;
}
.deposit_tooltip.amount_tooltip .money {
  white-space: nowrap;
}

.payment__gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 0;
}
.payment__gallery.disabled {
  pointer-events: none;
  filter: grayscale(0.95);
}
.payment__gallery .empty {
  margin: 20px 0;
}
.payment__gallery .menu-item {
  position: relative;
  width: 200px;
  height: 130px;
  margin: 10px 5px 0 5px;
  padding: 0;
  background: #fff;
  background: linear-gradient(180deg, #f8f8f8 0%, #d3d3d3 100%);
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 8px 10px rgba(0, 0, 0, 0.2), inset 1px 1px 0 #fff;
  transition: 0.2s all ease;
  cursor: pointer;
  box-sizing: border-box;
}
@media only screen and (max-width: 576px) {
  .payment__gallery .menu-item {
    width: 160px;
    height: 122px;
  }
}
.payment__gallery .menu-item .pay_image {
  display: flex;
  align-items: center;
  width: 100%;
  height: 92px;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-radius: 15px 15px 0 0;
}
@media only screen and (max-width: 576px) {
  .payment__gallery .menu-item .pay_image {
    height: 80px;
  }
}
.payment__gallery .menu-item .pay_image > .image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.payment__gallery .menu-item .footer {
  display: block;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 12px;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #4f7199;
  background: #fff;
  border-radius: 0 0 15px 15px;
}
@media only screen and (max-width: 576px) {
  .payment__gallery .menu-item .footer {
    height: 42px;
  }
}
.payment__gallery .menu-item .footer .text {
  font-weight: 400;
}
.payment__gallery .menu-item .form {
  display: none;
  opacity: 0;
}
.payment__gallery .menu-item .disabled_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
  color: #fff;
  background: rgba(45, 48, 53, 0.9);
}
.payment__gallery .menu-item .disabled_overlay .icon {
  display: block;
  font-size: 60px;
  text-align: center;
}
.payment__gallery .menu-item .disabled_overlay .caption {
  line-height: 12px;
  font-size: 12px;
  text-align: center;
}
.payment__gallery .payment__item.menu-item.active:after {
  content: " ";
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 10px);
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #2D3035;
  border: solid #2D3035;
  border-width: 1px 0 0 1px;
  transform: rotate(45deg);
  z-index: 2;
}
.payment__gallery .form.active {
  position: relative;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: 20px 5px 10px 5px;
  font-size: 1rem;
  color: #fff;
  background: #2D3035;
  border: 1px solid #2D3035;
  border-radius: 15px;
  transition: 0.2s all ease;
  opacity: 1;
  cursor: default;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .payment__gallery .form.active {
    max-width: 80%;
  }
}
.payment__gallery .form.active .form-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.payment__gallery .form.active .form-group > .control-label {
  width: 85px;
  min-width: 85px;
  font-weight: 400;
  color: #fff;
}
.payment__gallery .form.active .form-group > .row {
  margin: 0;
}
.payment__gallery .form.active .form-group .form-control {
  border-color: #444951;
}
.payment__gallery .form.active .form-group.checkbox label .checkbox {
  margin-right: 5px;
  border-color: #444951;
}
.payment__gallery .form.active .message.error {
  width: 100%;
  margin: 10px auto;
  padding: 0 10px;
  font-size: 16px;
  text-align: center;
  color: #b90000;
}
.payment__gallery .form.active .message.error .icon {
  display: inline;
}
.payment__gallery .form.active .message.error .text {
  display: inline;
}
.payment__gallery .form.active .container {
  display: block;
  width: 100%;
  max-width: 580px;
  padding: 10px;
}
.payment__gallery .form.active .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 0;
}
.payment__gallery .form.active .row > .column {
  display: block;
  flex: 1;
}
.payment__gallery .form.active .row .column_inputs {
  flex: 1;
}
.payment__gallery .form.active .row .column_submit {
  display: flex;
  flex: unset;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-left: 15px;
}
.payment__gallery .form.active .form-row-amount-custom .form-control {
  max-width: 200px;
}
.payment__gallery .form.active .tips_block {
  padding: 10px 16px;
  background: #2D3035;
  border: 1px solid #4BFF93;
  border-radius: 15px;
}
@media only screen and (max-width: 576px) {
  .payment__gallery .form.active .tips_block {
    margin-bottom: 20px;
  }
}
.payment__gallery .form.active .tips_block .form-row-tips-title .title {
  margin: 0 auto;
  padding: 0 10px 13px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}
.payment__gallery .form.active .tips_block .tips-item > label {
  margin: 0 auto;
}
.payment__gallery .form.active .tips_block .tips-item input.hidden {
  display: none;
}
.payment__gallery .form.active .tips_block .tips-item input.hidden + span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-weight: 900;
  text-align: center;
  color: #000;
  background: linear-gradient(180deg, #fff 0%, #fff 44%, #D3D3D3 100%);
  border-radius: 50%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.payment__gallery .form.active .tips_block .tips-item input.hidden:checked + span {
  background: linear-gradient(180deg, #42D775 0%, #006C34 100%);
}
.payment__gallery .form.active .form-row-pan {
  align-items: flex-end;
}
.payment__gallery .form.active .form-row-pan > .form-group:last-child {
  flex: auto;
}
.payment__gallery .form.active .form-row-pan [name=expDate] {
  width: 70px;
  margin-left: 0.5em;
}
.payment__gallery .form.active .form-row-tips-custom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  min-width: 120px;
}
.payment__gallery .form.active .form-row-tips-custom .form-group.checkbox {
  flex: 0;
}
.payment__gallery .form.active .form-row-tips-custom .form-group.checkbox label {
  margin-right: 0;
}
.payment__gallery .form.active .form-row-tips-custom .form-control {
  max-width: 100px;
}
@media only screen and (max-width: 576px) {
  .payment__gallery .form.active .form-row-tips-custom {
    width: 100%;
    min-width: 100%;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .payment__gallery .form.active .form-row-tips-variants {
    flex-wrap: wrap;
  }
}
@media (max-width: 631px) {
  .payment__gallery .form.active {
    max-width: 410px;
  }
  .payment__gallery .form.active > .container {
    padding: 20px 10px;
  }
  .payment__gallery .form.active > .container > .row {
    display: block;
  }
  .payment__gallery .form.active > .container > .row .column_inputs {
    width: 100%;
  }
  .payment__gallery .form.active > .container > .row .column_submit {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .payment__gallery .form.active > .container > .row .column_submit .button {
    width: 100%;
    min-width: 90%;
  }
}
@media (max-width: 421px) {
  .payment__gallery .form.active {
    margin-right: 20px;
    margin-left: 20px;
  }
  .payment__gallery .form.active .form-group {
    flex-wrap: wrap;
  }
  .payment__gallery .form.active .form-group .control-label {
    display: block;
    width: 100%;
  }
}
.payment__gallery .form.active .form_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: #2D3035;
  border-radius: 14px;
  color: #fff;
}
.payment__gallery .form.active .form_overlay .text {
  margin-bottom: 30px;
  text-align: center;
}
.payment__gallery .form.active .form_overlay .submit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.payment__gallery .form.active .form_overlay .submit .button_row {
  margin: 5px 0;
}
.payment__gallery .form.active .label_bonus {
  margin: 10px 0 0;
  text-align: center;
}

@media only screen and (max-width:1200px) {
  .ask-widget-button,
.webim_button,
.webim-html-button-element {
    display: none !important;
  }

  #chat-widget-container {
    visibility: hidden !important;
  }
  #chat-widget-container.open {
    visibility: visible !important;
  }

  #olark-wrapper .olark-launch-button[aria-expanded=false] {
    display: none !important;
  }

  [data-product=web_widget] + div > #launcher {
    visibility: hidden !important;
  }
}
.error_page .ask-widget-button,
.error_page .webim_button,
.error_page .webim-html-button-element {
  display: none !important;
}
.error_page #chat-widget-container {
  visibility: hidden !important;
}
.error_page #chat-widget-container.open {
  visibility: visible !important;
}
.error_page #olark-wrapper .olark-launch-button[aria-expanded=false] {
  display: none !important;
}
.error_page [data-product=web_widget] + div > #launcher {
  visibility: hidden !important;
}

@media screen and (max-width: 1024px) {
  .game_page .ask-widget-button,
.game_page .webim_button,
.game_page .webim-html-button-element {
    display: none !important;
  }
  .game_page #chat-widget-container {
    visibility: hidden !important;
  }
  .game_page #chat-widget-container.open {
    visibility: visible !important;
  }
  .game_page #olark-wrapper .olark-launch-button[aria-expanded=false] {
    display: none !important;
  }
  .game_page [data-product=web_widget] + div > #launcher {
    visibility: hidden !important;
  }
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.container.container_middle {
  max-width: 1380px;
}
.container.container_small {
  max-width: 1000px;
}
.container > .no_container {
  margin: 0 -20px;
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .container > .no_container {
    margin: 0 -10px;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

html, body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #000;
  border: none;
}

.page_wrap {
  position: relative;
  background: #000;
  transition: 0.5s all ease;
  z-index: 2;
}

a {
  text-decoration: underline;
  color: #fff;
  transition: 0.2s all ease;
  cursor: pointer;
}
a:hover, a:active {
  text-decoration: none;
}

.divider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0;
}
.divider.to_active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #4BFF93;
  transform: matrix(1, -0.046, 0, 1, 0, 17);
}
.divider.to_panel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #2D3035;
  transform: matrix(1, -0.046, 0, 1, 0, 17);
}

.dropdown-button {
  position: relative;
  display: block;
  width: 100%;
}
.dropdown-button .pll-parent-menu-item {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 45px 0 15px;
  text-align: left;
  text-transform: none;
  color: #fff;
  background: #000;
  border: 1px solid #4BFF93;
  box-shadow: none;
  transition: 0.2s all ease;
}
.dropdown-button .pll-parent-menu-item .icon-dd {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  font-size: 0;
  text-align: center;
}
.dropdown-button .pll-parent-menu-item .icon-dd:after {
  content: " ";
  width: 20px;
  height: 20px;
  line-height: 50px;
  border: 4px solid #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.dropdown-button .sub-menu {
  position: absolute;
  width: 100%;
  margin-top: -1px;
  background: #000;
  border: 1px solid #4BFF93;
  border-radius: 0 0 4px 4px;
  z-index: 1;
}
.dropdown-button .sub-menu > .menu-item {
  position: relative;
  line-height: 45px;
}
.dropdown-button .sub-menu > .menu-item > a {
  display: block;
  width: 100%;
  padding: 0 15px;
  color: #fff;
}
.dropdown-button .sub-menu > .menu-item > a:hover, .dropdown-button .sub-menu > .current-menu-item > a {
  color: #4BFF93;
}
.dropdown-button.open .button {
  border-radius: 4px 4px 0 0;
}

.embed-responsive-game {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.embed-responsive-game::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.embed-responsive-game .embed-responsive-item,
.embed-responsive-game iframe,
.embed-responsive-game embed,
.embed-responsive-game object,
.embed-responsive-game video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 1024px) {
  .embed-responsive-game .embed-responsive-item,
.embed-responsive-game iframe,
.embed-responsive-game embed,
.embed-responsive-game object,
.embed-responsive-game video {
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
  }
}

.form {
  color: inherit;
}
.form .form-group {
  position: relative;
}
.form .form-group input.hidden {
  display: none;
}
.form .form-group .control-label {
  display: block;
  margin: 8px 0;
  font-size: 14px;
  text-align: left;
  color: #fff;
}
.form .form-group .form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  caret-color: #fff;
  background: #1E1F21;
  border: 2px solid #2D3035;
  border-radius: 30px;
  transition: 0.2s ease border-color;
}
.form .form-group .form-control.has-icon {
  padding-left: 44px;
}
.form .form-group .form-control.has-icon + .icon {
  position: absolute;
  top: 50%;
  left: 22px;
  font-size: 26px;
  color: #B4B5B7;
  transform: translate(-50%, -50%);
  font-style: normal;
}
.form .form-group .form-control.has-currency {
  padding-right: 44px;
}
.form .form-group .form-control.has-currency + .currency-label {
  display: inline-block;
  width: 44px;
  text-align: right;
  margin-left: -44px;
  margin-right: 0;
  padding-right: 14px;
}
.form .form-group .form-control:focus {
  border-color: #444951;
}
.form .form-group .form-control::placeholder {
  color: #B4B5B7;
}
.form .form-group.form-group-money {
  display: flex;
  width: 100%;
}
.form .form-group input.form-control:disabled {
  opacity: 0.5;
}
.form .form-group .help-block {
  min-height: 16px;
  margin: 2px 0 0 16px;
  font-size: 12px;
  text-align: left;
}
.form .form-group.has-error .help-block {
  color: #b90000;
}
.form .form-group.has-error .form-control {
  border-color: #b90000;
}
.form .form-group.checkbox .hidden {
  display: none;
}
.form .form-group.checkbox label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.form .form-group.checkbox label .checkbox {
  position: relative;
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 15px;
  background: #2D3035;
  border: 2px solid #2D3035;
  border-radius: 30px;
}
.form .form-group.checkbox label input.hidden + .checkbox:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 8px;
  display: block;
  width: 30%;
  height: 50%;
  border-right: 3px solid #4BFF93;
  border-bottom: 3px solid #4BFF93;
  transition: 0.2s all ease;
  transform: rotate(45deg);
  opacity: 0;
}
.form .form-group.checkbox label input.hidden:checked + .checkbox {
  border-color: #444951;
}
.form .form-group.checkbox label input.hidden:checked + .checkbox:before {
  opacity: 1;
}
.form .file-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.form .file-select .form-control {
  display: inline-flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  padding: 15px;
  background: #000;
  border: none;
  border-bottom: none;
  border-radius: 4px;
}
.form .file-select .form-control .control-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 26px;
  margin-right: 16px;
  padding: 4px;
  background: white;
  border-radius: 2px;
}
.form .file-select .form-control .control-logo > img,
.form .file-select .form-control .control-logo > svg {
  max-width: 100%;
  max-height: 100%;
}
.form .file-select .form-control > .control-label {
  overflow: hidden;
  max-width: 300px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form .file-select .form-control > .icon {
  margin-left: auto;
  font-size: 24px;
  transition: 0.1s all ease;
}
.form .file-select.show_files .form-control > .icon {
  transform: scaleY(-1);
}
.form .file-select .control-button {
  background: linear-gradient(180deg, #FFE600 0%, #FFB800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  flex: 0;
  width: 48px;
  min-width: 48px;
  height: auto;
  text-align: center;
  transition: 0.2s all ease;
  cursor: pointer;
}
.form .file-select .control-button:hover {
  color: #fff;
}
.form .file-select .control-button.disabled {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 0.5;
  cursor: default;
  pointer-events: none !important;
}
.form .file-select .control-button > .icon {
  font-size: 40px;
}
.form .file-select .hint-block,
.form .file-select .help-block {
  width: 100%;
  min-height: unset;
  margin: 8px 0 0 0;
}
.form .file-select .files_list {
  display: none;
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
}
.form .file-select .files_list .menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 5px 0;
}
.form .file-select .files_list .menu-item:not(:last-child) {
  border-bottom: 1px solid #2D3035;
}
.form .file-select .files_list .menu-item .name {
  display: block;
  flex: 1;
  word-break: break-all;
}
.form .file-select .files_list .menu-item .status {
  max-width: 150px;
  min-width: 100px;
  margin-left: 8px;
  text-align: right;
}
.form .file-select .files_list .menu-item .actions {
  display: block;
  margin-left: 8px;
  font-size: 24px;
}
.form .file-select .files_list .menu-item .actions button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  color: #777;
  background: none;
  border: none;
  transition: 0.2s all ease;
  cursor: pointer;
}
.form .file-select .files_list .menu-item .actions button:hover {
  color: #4BFF93;
}
.form .file-select .files_list .menu-item .actions .disabled,
.form .file-select .files_list .menu-item .actions :disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.form .row > .column {
  position: relative;
  flex: 1;
}
.form .row > .form-group {
  flex: auto;
}

.game_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
}
.game_item > .image {
  position: relative;
  width: 100%;
}
.game_item > .image:before {
  content: " ";
  display: block;
  height: 0;
  padding-top: 66.66667%;
}
.game_item > .image > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px 30px 0 0;
  object-fit: cover;
}
.game_item > .image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.85);
  transition: 0.2s all ease;
  opacity: 0;
}
.game_item .game_caption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    height: 44px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 16.1px;
    font-weight: 400;
    justify-content: center;
    display: flex;
    align-items: center;
    background: rgba(0, 18, 35, 0.85);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease, transform 0s 0s linear;
}
.game_item:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.game_item .button_real {
		display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    height: 50px;
    margin: 5px 0;
    padding: 0 8px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    user-select: none;
    color: #000;
    background: #FFDC23;
    border-radius: 16px;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
    background: linear-gradient(180deg, #fcee21 0%, #ff8823 100%);
    min-width: max-content;
    height: 43px !important;
    border-radius: 5px;
    font-size: 15px !important;
    padding: 0 32px !important;
}
.game_item .button_real:hover {
  filter: brightness(1) contrast(1.4);
}
.game_item .button_real:focus {
  filter: brightness(1) contrast(1.4);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.game_item .button_demo {
  position: relative;
  display: inline-block;
  min-width: 6em;
  height: 2.75em;
  margin: 0;
  padding: 0 23px;
  font-family: "Roboto", sans-serif;
  line-height: 2.75em;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  border-radius: 22px;
  box-shadow: none;
  text-shadow: none;
  transition: 0.2s all ease;
  cursor: pointer;
  color: #000;
  background: linear-gradient(180deg, #fff 0%, #fff 44%, #D3D3D3 100%);
  min-width: 45%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}
.game_item .button_demo:hover {
  filter: brightness(1) contrast(1.4);
}
.game_item .button_demo:focus {
  filter: brightness(1) contrast(1.4);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width:1024px) {
  .game_item .button_demo {
    display: none;
  }
}

.game-sidebar {
  max-width: 100%;
  min-height: 270px;
}
.game-sidebar .home-view-sidebar {
  overflow: hidden;
  max-height: 270px;
  background: none;
}
.game-sidebar .home-view-sidebar .home-view-sidebar__title {
  margin: 0;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #4BFF93;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-sidebar .event__sidebar {
  margin: 10px 0;
  color: #fff;
}
.game-sidebar .event__sidebar .header {
  margin: 0;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #4BFF93;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-sidebar .event__sidebar > a {
  display: block;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
}
.game-sidebar .event__sidebar .image {
  width: 90%;
  margin: 10px auto;
}
.game-sidebar .event__sidebar .image > img {
  display: block;
  width: 100%;
  height: 155px;
  border-radius: 30px;
  object-fit: cover;
}
.game-sidebar .event__sidebar .push_up {
  margin-top: -30px;
}
.game-sidebar .event__sidebar .prize_pool {
  min-width: 180px;
}
.game-sidebar .event__sidebar .player_place {
  margin: 10px 0;
  font-size: 12px;
  text-align: center;
}
.game-sidebar .event__sidebar .player_place > .place {
  font-size: 1.5em;
  text-decoration: underline;
  color: #4BFF93;
}
.game-sidebar .event__sidebar .text {
  margin: 10px 0;
  font-size: 12px;
  text-align: center;
}

.games_grid {
  position: relative;
  display: grid;
  width: 100%;
/*   min-height: 75vh; */
  margin: 16px 0;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: min-content;
  grid-auto-flow: row dense;
  gap: 16px;
}
@media only screen and (max-width:1200px) {
  .games_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
/*   .games_grid {
    grid-template-columns: repeat(2, 1fr);
  } */
}
.games_grid.auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.games_grid .wide, .games_grid .empty, .games_grid .notfound, .games_grid .loading {
  grid-column: 1/-1;
}
.games_grid .next_page {
  margin-bottom: 0;
  text-align: center;
}
.games_grid .loader_overlay {
  background: transparent;
}

.games_page_menu {
  display: flex;
  flex-flow: column nowrap;
}
.games_page_menu .menu-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: unset;
}
.games_page_menu .menu-item > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: 0.2s all ease;
}
.games_page_menu .menu-item.active {
  background-color: unset;
}
.games_page_menu .menu-item.active a {
  color: #4BFF93;
}
.games_page_menu .menu-item:hover {
  background-color: unset;
}
.games_page_menu .menu-item:hover a {
  color: #4BFF93;
}
.games_page_menu .menu-item:focus {
  background-color: unset;
}
.games_page_menu .menu-item:focus a {
  color: #4BFF93;
}
.games_page_menu .menu-item {
  justify-content: flex-start;
}
.games_page_menu .menu-item > a {
  padding: 0 5px 0 25px;
}
.games_page_menu .menu-item a {
  font-weight: 500;
}
.games_page_menu .menu-item a.active {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .games_page_menu.horizontal-mobile {
    display: flex;
    flex-flow: row nowrap;
  }
  .games_page_menu.horizontal-mobile .menu-item {
    display: flex;
    align-items: center;
    width: auto;
    height: 40px;
    background-color: unset;
  }
  .games_page_menu.horizontal-mobile .menu-item > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: 0.2s all ease;
  }
  .games_page_menu.horizontal-mobile .menu-item.active {
    background-color: unset;
  }
  .games_page_menu.horizontal-mobile .menu-item.active a {
    color: #4BFF93 !important;
  }
  .games_page_menu.horizontal-mobile .menu-item:hover {
    background-color: unset;
  }
  .games_page_menu.horizontal-mobile .menu-item:hover a {
    color: unset;
  }
  .games_page_menu.horizontal-mobile .menu-item:focus {
    background-color: unset;
  }
  .games_page_menu.horizontal-mobile .menu-item:focus a {
    color: unset;
  }
  .games_page_menu.horizontal-mobile .menu-item {
    justify-content: center;
  }
  .games_page_menu.horizontal-mobile .menu-item > a {
    padding: 0 10px;
    white-space: nowrap;
  }
}

.header_banners {
  position: relative;
  width: 100%;
  color: #fff;
}
.header_banners .banners_slick {
  display: flex;
  transition: 0.2s all ease;
  opacity: 0;
}
.header_banners .banners_slick.slick-initialized {
  display: block;
  opacity: 1;
}
.header_banners .image {
  display: block;
  width: 100%;
  height: 338px;
  object-fit: cover;
}
@media only screen and (max-width: 1024px), (max-width: 768px) {
  .header_banners .image {
    height: 287px;
  }
}
.header_banners .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 22px 0 44px;
}
.header_banners .banner_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 100%;
  padding: 30px;
  text-align: center;
  color: #fff;
  background: url("../images/banner_content_bg.svg") no-repeat center;
  background-size: 100% 100%;
  transition: 0.8s 0.5s opacity;
  opacity: 0;
}
.header_banners .banner_content .text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 600;
}
.header_banners .banner_content .text p {
  margin: 0;
}
.header_banners .banner_info.desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 338px;
  padding: 10px 0;
}
@media only screen and (max-width: 1024px), (max-width: 768px) {
  .header_banners .banner_info.desktop {
    display: none;
  }
}
.header_banners .slick-active .banner_content {
  opacity: 1;
}
.header_banners .slick-dots {
  bottom: 15px;
}
.header_banners .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 8px;
}
.header_banners .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #091424;
  border-radius: 50%;
}
.header_banners .slick-dots li button::before {
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
	background:#FFDC23;
}
.header_banners .slick-dots li.slick-active button::before {
  color: transparent;
  background:#FFDC23;
  opacity: 1;
}
.header_banners .slick-arrow {
  display: none !important;
}
.header_banners .highlighted {
  font-weight: bold;
 color: #fff;
}
@media only screen and (max-width: 1024px), (max-width: 768px) {
  .header_banners .overlay {
    padding: 28px 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .header_banners .overlay .banner_content {
    padding: 0;
    background: none;
  }
  .header_banners .banner_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .header_banners .slick-dots {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .header_banners .banner_content {
    max-width: unset;
    border-radius: unset;
    opacity: 1;
  }
  .header_banners .slick-arrow {
    display: none !important;
  }
	.games_grid{
		grid-template-columns: repeat(2, 1fr);
	}
}

.header_desktop .container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "topbar topbar topbar" "logo menu panel";
}
.header_desktop .container .topbar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 8px;
  background: #131313;
  grid-area: topbar;
}
.header_desktop .container .topbar > * {
  z-index: 1;
}
.header_desktop .container .topbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #131313;
  z-index: 0;
}
.header_desktop .container .topbar a_button {
  display: flex;
  align-items: center;
  margin-left: 25px;
  line-height: 14px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.header_desktop .container .topbar a_button > .icon {
  margin: 0 4px 0 0;
  font-size: 18px;
  color: #4BFF93;
}
.header_desktop .container .topbar a_button .caption {
  display: flex;
}
.header_desktop .container .topbar a_button .caption .caption_title {
  color: #4BFF93;
}
.header_desktop .container .topbar a_button .caption .caption_text {
  max-width: 120px;
  margin-left: 4px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header_desktop .container .topbar .bonus-wrap > .icon {
  margin: 0 4px 0 0;
  font-size: 18px;
}
.header_desktop .container .topbar .bonus-wrap .bonus-progressbar__title {
  margin: 0 4px;
}
.header_desktop .container .topbar .bonus-wrap .bonus-mobile-width {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.header_desktop .container .topbar .bonus-wrap .bottom .tooltip {
  transform: translate(-90%, 15px);
}
.header_desktop .container .topbar .bonus-wrap .bottom .tooltip:after {
  left: 90%;
}
.header_desktop .container .logo {
  display: flex;
  min-width: 140px;
  height: 85px;
  padding: 5px 0;
  grid-area: logo;
}
.header_desktop .container .logo > img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.header_desktop .container .menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  height: 64px;
  margin: 0 10px;
  grid-area: menu;
}

.menu,.menu-item{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header_desktop .container .menu .menu-item {
  list-style: none;
  display: flex;
  margin: 0 8px;
}
.header_desktop .container .menu .menu-item:first-child {
  margin-left: auto;
}
.header_desktop .container .menu .menu-item:last-child {
  margin-right: auto;
}
.header_desktop .container .menu .menu-item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transition: 0.2s all ease;
}
.header_desktop .container .menu .menu-item a:hover, .header_desktop .container .menu .menu-item a:focus {
  color: #4BFF93;
}
.header_desktop .container .menu .menu-item a span {
  margin: 0 2px;
}
.header_desktop .container .menu .menu-item a span img {
  width: auto;
  height: 24px;
  object-fit: contain;
}
.header_desktop .container .panel {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  grid-area: panel;
}
.header_desktop .container .panel .button {
  min-width: 90px;
  margin: 0 0.5rem;
  white-space: nowrap;
}
.header_desktop .container .panel .logout {
  font-size: 24px !important;
}




@media only screen and (max-width: 768px) {
  .header_desktop .container .panel {
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .header_desktop .container .panel {
    flex-wrap: nowrap;
    align-items: center;
  }
}

@media only screen and (max-width:1200px) {
  .header_desktop {
    display: none;
  }
}
.header_mobile {
  display: none;
}
@media only screen and (max-width:1200px) {
  .header_mobile {
    display: block;
  }
}
.header_mobile .header_logo {
  position: relative;
  display: grid;
  align-content: center;
  grid-template-columns: repeat(3, 1fr);
}
.header_mobile .header_logo .button_cash {
  display: flex;
  align-items: center;
  color: white;
  background: none;
  border: none;
}
.header_mobile .header_logo .button_cash .caption {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.header_mobile .header_logo .button_cash .caption .balance_amount {
  color: #4BFF93;
}
.header_mobile .header_logo .logo {
  max-width: 200px;
  margin: 0 auto;
  padding: 4px;
  grid-column: 2;
}
.header_mobile .header_logo .logo img {
  width: 100%;
}
.header_mobile .hamburger {
  display: flex;
  align-items: center;
  font-size: 28px;
  justify-self: end;
  grid-column: 3;
}
.header_mobile .header_nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 -4px;
}
.header_mobile .header_nav > * {
  width: calc(50% - 8px);
  margin: 4px;
}
.header_mobile .header_nav .bonuses, .header_mobile .header_nav .active_bonus_button {
  width: 100%;
}
.header_mobile .header_nav .tooltip-wrap {
  max-width: 75%;
}
.header_mobile .header_nav .tooltip-wrap > .title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.header_mobile .header_nav .row {
  flex: 1;
}
@media screen and (max-width: 568px) {
  .header_mobile .header_nav .row .caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 385px) {
  .header_mobile .header_nav .row {
    flex-basis: 100%;
  }
}
.header_mobile .header_nav .column {
  flex: 1;
  margin: 0 4px;
}
.header_mobile .header_nav .column button {
  width: 100%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .header_mobile .header_nav .column button {
    padding: 0;
    font-size: 16px;
  }
}
.header_mobile .header_nav__button {
  display: inline-block;
  height: 44px;
  padding: 0 1em;
  line-height: 44px;
  font-size: 0.9rem;
  text-align: center;
  vertical-align: top;
  color: #fff;
  background: linear-gradient(180deg, #1c385b, #0e1f3d 81%, #0e1f3d);
  border: 1px solid #3f4a5d;
  border-radius: 3px;
  transition: 0.2s all ease;
  cursor: pointer;
}
.header_mobile .header_nav__button:hover {
  border-color: #93d1ff;
}
.header_mobile .header_nav__button .balance_amount {
  color: #4BFF93;
}
.header_mobile .header_nav__button.button_profile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-width: 140px;
  line-height: 1em;
  text-overflow: ellipsis;
}
.header_mobile .header_nav__button.button_profile .icon {
  margin-right: 0.25em;
  font-size: 1.5em;
  opacity: 0.25;
}
.header_mobile .header_nav__button.button_profile .caption {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.header_mobile .header_nav__button.button_profile .caption .login {
  overflow: hidden;
  max-width: 100px;
  min-width: 100px;
  text-overflow: ellipsis;
}
.header_mobile .header_nav__button.button_profile .caption .caption {
  margin-top: 0.25em;
  font-size: 0.9em;
  opacity: 0.25;
}

.home-sidebar {
  max-width: 100%;
  min-width: 300px;
}
.home-sidebar .home-view-sidebar {
  min-height: 300px;
  margin-top: 15px;
  background-color: #1E1F21;
  border: 1px solid #2D3035;
  border-radius: 30px;
}
.home-sidebar .home-view-sidebar .home-view-sidebar__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  margin: 0;
  padding: 0 10px;
  line-height: normal;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #B4B5B7;
}
.home-sidebar .tournament__sidebar {
  overflow: hidden;
  min-height: 300px;
  margin-top: 10px;
  background-color: #1E1F21;
  border: 1px solid #2D3035;
  border-radius: 30px;
  transition: 0.2s all ease;
}
@media only screen and (max-width: 768px) {
  .home-sidebar .tournament__sidebar {
    flex-basis: calc(50% - 20px);
    min-width: 250px;
    margin: 10px 10px 0;
  }
}
@media only screen and (max-width: 576px) {
  .home-sidebar .tournament__sidebar {
    flex-basis: 100%;
    min-width: 250px;
    margin: 20px 0 0;
  }
}
.home-sidebar .tournament__sidebar .home-view-sidebar__title {
  margin: 0;
  padding: 12px 10px;
  line-height: normal;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #1E1F21;
}
.home-sidebar .tournament__sidebar .winners_slider {
  background: #1E1F21;
}
.home-sidebar .tournament__sidebar .tournament__promo {
  position: relative;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
.home-sidebar .tournament__sidebar .tournament__promo .tournament__prize-pool {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.home-sidebar .tournament__sidebar .tournament__promo .tournament__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 260px;
  border-radius: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 1px 2px 0 rgba(255, 255, 255, 0.5);
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .home-sidebar .tournament__sidebar .tournament__promo .tournament__image {
    height: 305px;
  }
}
@media only screen and (max-width: 768px) {
  .home-sidebar .tournament__sidebar .tournament__promo .tournament__image {
    height: 230px;
  }
}
.home-sidebar .tournament__sidebar .tournament__promo .tournament__action {
  position: absolute;
  bottom: -20px;
  left: 50%;
  padding-right: 21px;
  padding-left: 21px;
  font-size: 15px;
  transform: translateX(-50%);
}
.home-sidebar .tournament__sidebar .timer {
  padding-bottom: 10px;
}

.languages_dd_wrap {
  padding: 18px;
}
@media only screen and (max-width: 1024px), (max-width: 768px) {
  .languages_dd_wrap {
    padding-top: 0;
  }
}

.languages_dd {
  display: flex;
  align-items: center;
  /*max-width: 85px;*/
  height: 28px;
  text-align: center;
}
.languages_dd.open .icon:after {
  transform: rotate(45deg);
  transform-origin: 0 50%;
}
.languages_dd .pll-parent-menu-item {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100% !important;
  padding: 0 !important;
  line-height: 1;
  color: #fff !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.languages_dd .pll-parent-menu-item .caption {
  text-shadow: 0 0 4px #fff;
}
.sub-menu{
  display: none;
}
.open.languages_dd .sub-menu {
  right: -10px;
  bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: max-content;
  margin-top: 10px !important;
  padding: 0;
  background-color: transparent !important;
  border: none !important;
}
.languages_dd .sub-menu .menu-item {
  padding: 10px;
  margin-top: -1px;
  line-height: 1 !important;
  color: #fff;
  background-color: #101010;
  border: 1px solid #3e3e3e;
  box-shadow: 0 15px 20px #000;
}
.languages_dd .sub-menu .menu-item:hover {
  background-color: #101010 !important;
  text-shadow: 0 0 4px #fff;
}
.languages_dd .sub-menu a {

  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  width: 70px !important;
  height: auto;
  padding: 5px !important;
  line-height: 1;
  text-decoration: none;
  color: inherit !important;
}
.languages_dd .flag {
  position: relative;
  overflow: hidden;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.languages_dd .flag img {
  display: block;
  width: auto;
  height: 28px;
  margin-left: -25%;
}
.languages_dd .flag svg {
  display: block;
  width: 42px;
  height: 28px;
  margin-left: -25%;
}
.languages_dd .caption {
  margin-left: 9px;
  font-size: 14px;
  font-weight: 400;
}
.languages_dd .icon {
  display: none;
}

.language_select {
  position: relative;
}
.language_select .language_select__menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  margin-top: 5px;
  padding: 5px 0;
  list-style: none;
  background: #000;
  border-radius: 5px;
  z-index: 1;
}
.language_select .language_select__link {
  display: block;
  min-width: 160px;
  margin: 0;
  padding: 5px 20px;
  text-transform: uppercase;
  color: #fff;
  background: #2D3035;
  border-radius: 5px;
}

.loader_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10;
}

.loader {
  position: relative;
  margin: auto;
  padding: 0;
}
.loader #fancybox-loading {
  position: relative;
  top: 50%;
  left: 50%;
  background-position: 0 -108px;
  opacity: 1;
  z-index: 10;
}
.loader #fancybox-loading div,
.loader #fancybox-loading div:after,
.loader #fancybox-loading div:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 13px 7.5px;
  border-color: transparent transparent #fff transparent;
  animation: pulse 1.5s ease-in-out infinite;
}
.loader #fancybox-loading {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
}
.loader #fancybox-loading div {
  position: absolute;
  top: -28px;
  left: -7px;
  animation-delay: 0;
}
.loader #fancybox-loading div:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -16px;
  animation-delay: 0.5s;
}
.loader #fancybox-loading div:after {
  content: "";
  position: absolute;
  top: 16px;
  right: -16px;
  animation-delay: 0.1s;
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 576px) {
  .tablet.only:not(.mobile) {
    display: none !important;
  }

  .desktop.only:not(.mobile) {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .mobile.only:not(.tablet) {
    display: none !important;
  }

  .desktop.only:not(.tablet) {
    display: none !important;
  }
}
@media screen and (min-width: 993px) {
  .mobile.only:not(.desktop) {
    display: none !important;
  }

  .tablet.only:not(.desktop) {
    display: none !important;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  flex-direction: column;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 250px;
  height: 100%;
  padding: 15px 12px;
  color: #fff;
  background-color: #000;
  transition: 0.5s all ease;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.mobile-menu .row {
  display: flex;
  flex-flow: column nowrap;
}
.mobile-menu .menu_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.mobile-menu .menu_header .mobile-menu__title {
  font-size: 21px;
  font-weight: 500;
}
.mobile-menu .menu_header .menu_header_button {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.mobile-menu .menu-item a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 18px;
  text-decoration: none;
  color: inherit;
}
.mobile-menu .menu-item a.active, .mobile-menu .menu-item a.active i {
  color: #4BFF93;
}
.mobile-menu .menu-item a img {
  margin-right: 10px;
}
.mobile-menu .menu-item a img {
  height: 20px;
}
.mobile-menu .dropdown, .mobile-menu .dropleft, .mobile-menu .dropright, .mobile-menu .dropup {
  position: relative;
  text-align: right;
}
.mobile-menu .language-dropdown__toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 36px;
  background-image: linear-gradient(180deg, #1c385b, #0e1f3d 81%, #0e1f3d);
  border: 1px solid #3f4a5d;
  border-radius: 3px;
}
.mobile-menu .language-dropdown.show .language-dropdown__toggle, .mobile-menu .language-dropdown__toggle:hover {
  border-color: #93d1ff;
}
.mobile-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  padding: 0.5rem 0;
  list-style: none;
  font-size: 1rem;
  text-align: left;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  z-index: 1000;
}
.mobile-menu .language-dropdown__menu {
  top: auto !important;
  right: 0;
  bottom: 100%;
  left: auto !important;
  min-width: 90px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 15px;
  background-color: #0f0f0f;
  border-color: #363636;
  border-radius: 4px;
  transform: none !important;
}
.mobile-menu .dropdown-menu.show {
  display: block;
}
.mobile-menu .menu_header_button button {
  color: inherit;
  background: transparent;
  border: none;
}
.mobile-menu .mobile-menu__icon {
  flex: 0 0 30px;
  margin-right: 8px;
  font-size: 23px;
  text-align: left;
}
.mobile-menu .header_nav__button {
  display: inline-block;
  height: 44px;
  padding: 0 1em;
  line-height: 44px;
  font-size: 0.9rem;
  text-align: center;
  vertical-align: top;
  background: linear-gradient(180deg, #1c385b, #0e1f3d 81%, #0e1f3d);
  border: 1px solid #3f4a5d;
  border-radius: 3px;
  transition: 0.2s all ease;
  cursor: pointer;
}
.mobile-menu .open_support_chat {
  height: 43px;
  border-top: 1px solid #1f252f;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-menu .open_support_chat img {
  width: 23px;
  height: 23px;
}
.mobile-menu .logout {
  margin: 8px 0 0 0;
  opacity: 0.5;
}

.slideout-open .mobile-menu {
  visibility: visible;
  transition: 0.5s all ease;
  z-index: 3;
}

.slideout-open .page_wrap {
  transform: translateX(-250px);
  z-index: 3;
}

.slideout-open {
  position: fixed;
  overflow-y: hidden;
}

.multilevel_lottery {
  display: block;
  overflow: hidden;
  margin-left: -16px;
}
.multilevel_lottery .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.multilevel_lottery .list > .level_item {
  width: 33.33%;
  margin-bottom: 16px;
  padding-left: 16px;
}
@media only screen and (max-width: 768px) {
  .multilevel_lottery .list > .level_item {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .multilevel_lottery .list > .level_item {
    width: 100%;
  }
}
.multilevel_lottery .list > .level_item.description {
  width: 100%;
}
.multilevel_lottery .card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px 16px;
  text-align: center;
  background: #000;
  border: 1px solid #2D3035;
  border-radius: 30px;
}
.multilevel_lottery .card > .title {
  margin: 0 0 10px 0;
  line-height: 24px;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}
.multilevel_lottery .card .description {
  margin: 10px 0;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: none;
  color: #fff;
}
.multilevel_lottery .card .description_more {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px 20px 100px 20px;
  background: #1E1F21;
  border-radius: 30px;
  transition: 0.2s all ease;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.multilevel_lottery .card .description_more.visible {
  opacity: 1;
  pointer-events: auto;
}
.multilevel_lottery .card .description_more .text {
  display: inline-block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
  margin: auto;
  padding: 0 10px;
}
.multilevel_lottery .card .description_more .text::-webkit-scrollbar-button {
  width: 5px;
  height: 0;
  background-repeat: no-repeat;
}
.multilevel_lottery .card .description_more .text::-webkit-scrollbar-track {
  background-color: #000;
}
.multilevel_lottery .card .description_more .text::-webkit-scrollbar-thumb {
  background-color: #4BFF93;
  border-radius: 0;
}
.multilevel_lottery .card .description_more .text::-webkit-scrollbar-thumb:hover {
  background-color: #ffc64a;
}
.multilevel_lottery .card .description_more .text::-webkit-scrollbar {
  width: 8px;
}
.multilevel_lottery .card .description_more .button {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
}
.multilevel_lottery .card .prizes_wrap {
  margin: 0 0 10px 0;
}
.multilevel_lottery .card .prizes_wrap .title {
  margin: 10px 0 -10px 0;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.multilevel_lottery .card .prizes_wrap .image {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.multilevel_lottery .card .prizes_wrap .image > img {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .multilevel_lottery .card .prizes_wrap .image {
    width: 230px;
  }
}
.multilevel_lottery .card .prizes_wrap .slick-slider {
  position: relative;
}
.multilevel_lottery .card .prizes_wrap .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: auto;
  margin: 0;
  font-size: 50px !important;
  text-align: center;
  color: #4BFF93 !important;
}
.multilevel_lottery .card .prizes_wrap .slick-slider .slick-prev {
  left: 0 !important;
}
.multilevel_lottery .card .prizes_wrap .slick-slider .slick-next {
  right: 0 !important;
}
.multilevel_lottery .card .button_row {
  margin: auto 0 10px 0;
  text-align: center;
}

.overflow-block {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.5s all ease;
  transform: translateX(0px);
  opacity: 0;
  z-index: 3;
}
.overflow-block.is-active {
  visibility: visible;
  transform: translateX(-250px);
  opacity: 1;
}

.page_footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
  padding-top: 50px;
  color: #fff;
  background: #000;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page_footer {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.page_footer .providers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.page_footer .providers .image {
  display: flex;
  align-items: center;
  width: 120px;
  height: 50px;
  padding: 5px 10px;
}
.page_footer .providers .image .caption {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page_footer .providers .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.page_footer .providers.other img {
  display: block;
  width: 200px;
  height: 80px;
}
.page_footer .description {
  margin-bottom: 15px;
  padding: 0 15px;
  text-align: center;
}
.page_footer .footer_menu_wrap {
  display: flex;
  align-items: center;
  background-color: #1E1F21;
}
@media only screen and (max-width: 1024px), (max-width: 768px) {
  .page_footer .footer_menu_wrap {
    flex-direction: column;
  }
}
.page_footer .footer_menu {
  display: flex;
  margin: 0 auto;
  padding: 18px 0;
}
@media only screen and (max-width: 1024px), (max-width: 768px) {
  .page_footer .footer_menu {
    flex-direction: column;
  }
}
.page_footer .footer_menu .menu-item {
  display: inline-block;
  padding: 0 35px;
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .page_footer .footer_menu .menu-item {
    padding: 10px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .page_footer .footer_menu .menu-item {
    padding: 10px 0;
    text-align: center;
  }
}
.page_footer .footer_menu .menu-item a {
  text-decoration: none;
  color: #fff;
}
.page_footer .footer_menu .menu-item a:hover {
  color: #4BFF93;
}

.page_header {
  margin: 0;
}

.slider .ds-nav {
  font-size: 28px;
}

.winners_slider {
  height: 0;
  opacity: 0;
  transition: 0.2s all ease;
}
.winners_slider.loaded {
  opacity: 1;
}

.social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.social-links .menu-item {
  display: block;
  width: 44px;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: 0.2s all ease;
}
.social-links .menu-item:hover {
  color: #4BFF93;
}

.tabmenu_categories {
  scrollbar-width: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  overflow-x: auto;
  width: 100%;
}
.tabmenu_categories::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.tabmenu_categories .menu-item {
  flex: 0 0 auto;
  padding: 0 24px;
}
.tabmenu_categories .menu-item a {
  display: inline-block;
  line-height: 42px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transition: 0.2s all ease;
}
.tabmenu_categories .menu-item a:hover {
  color: #4BFF93;
}

.header__confirm-email {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 42px;
  background: #08c;
  z-index: 103;
}
@media only screen and (max-width: 768px) {
  .header__confirm-email {
    display: none !important;
  }
}
.header__confirm-email .confirm-email__link {
  margin-right: 10px;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
.header__confirm-email .confirm-email__txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}
.header__confirm-email .confirm-email__close {
  position: absolute;
  top: 19px;
  right: 35px;
  color: #fff;
}
.header__confirm-email .confirm-email__btn {
  position: relative;
  display: flex;
  align-items: center;
  margin: 5px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  color: #08d2ff;
  background-color: transparent;
  border: 3px solid #08d2ff;
  border-radius: 3px;
  text-shadow: none;
  transition: 0.2s all ease;
}
.header__confirm-email .confirm-email__btn i {
  padding-left: 5px;
  font-size: 25px;
  color: #fff;
  transition: 0.2s all ease;
}
.header__confirm-email .confirm-email__btn:hover {
  color: #0167b1;
  background-color: #fff;
}
.header__confirm-email .confirm-email__btn:hover i {
  color: #000;
}

.header__confirm-email.mobile_telegram {
  position: relative;
  top: 0;
  width: 100%;
  min-height: 42px;
  background: transparent;
  border: 2px solid #08c;
  border-radius: 4px;
  z-index: 103;
}
@media only screen and (max-width: 768px) {
  .header__confirm-email.mobile_telegram {
    display: block !important;
  }
}
.header__confirm-email.mobile_telegram .confirm-email__link {
  margin: 5px 0;
  margin-right: 0px;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
.header__confirm-email.mobile_telegram .confirm-email__txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}
.header__confirm-email.mobile_telegram .confirm-email__btn {
  position: relative;
  top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  background: #08c;
  border: 3px solid #08c;
  border-radius: 3px;
  text-shadow: none;
  transition: 0.2s all ease;
}
.header__confirm-email.mobile_telegram .confirm-email__btn i {
  padding-left: 5px;
  font-size: 25px;
  color: #fff;
  transition: 0.2s all ease;
}

.timer {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.timer .timer__label {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.timer .timer__digits {
  font-size: 30px;
  font-weight: bold;
  color: #4BFF93;
}
.timer .timer__content {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.timer .timer__content span {
  display: inline-block;
  width: 37px;
}
.timer .countdown__title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.timer .countdown__body {
  line-height: 1;
  font-size: 45px;
  font-weight: bold;
  color: #4BFF93;
}

.tooltip-wrap {
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-areas: "top top top" "ti  pr  ic" "tt  tt  tt";
  grid-template-columns: 1fr 1fr auto;
  gap: 0 5px;
}
.tooltip-wrap > .title {
  grid-area: ti;
  color: inherit;
}
.tooltip-wrap > .progress {
  display: flex;
  min-width: 100px;
  background: #D3D3D3;
  border-radius: 10px;
  grid-area: pr;
  overflow: hidden;
}
.tooltip-wrap > .progress .progress-bar {
  height: 9px;
  background-color: #4BFF93;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.tooltip-wrap > .tooltip-icon {
  display: flex;
  width: 16px;
  height: 16px;
  text-decoration: none;
  border: 1px solid #4BFF93;
  border-radius: 100%;
  grid-area: ic;
  z-index: 2;
  cursor: pointer;
}
.tooltip-wrap > .tooltip-icon .icon {
  display: inline-block;
  margin: auto;
  font-size: 8px;
  color: #D3D3D3;
}
.tooltip-wrap > .tooltip {
  grid-area: tt;
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  margin-top: 15px;
  padding: 10px;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  transform: translateY(-2px) translateX(20px);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.tooltip-wrap > .tooltip .expired {
  margin: 0 0 10px 0;
}
.tooltip-wrap > .tooltip .wager {
  margin: 0 0 10px 0;
}
.tooltip-wrap > .tooltip:before {
  content: "▲";
  position: absolute;
  right: 20px;
  bottom: calc(100% - 2px);
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.tooltip-wrap > .tooltip:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  opacity: 0;
}
.tooltip-wrap > .tooltip-open {
  display: none;
}
.tooltip-wrap > .tooltip .button, .tooltip-wrap > .tooltip-open .button {
  height: min-content;
  min-height: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}
.tooltip-wrap > .title:hover ~ .tooltip, .tooltip-wrap > .progress:hover ~ .tooltip, .tooltip-wrap > .tooltip-icon:hover ~ .tooltip, .tooltip-wrap > .tooltip-icon:focus ~ .tooltip {
  transition: 0.2s all ease;
  opacity: 1;
  pointer-events: auto;
}
.tooltip-wrap > .tooltip:hover {
  transition: 0.2s all ease;
  opacity: 1;
  pointer-events: auto;
}

.tooltip-wrap.column {
  grid-template-areas: "ti ti ti" "pr pr ic" "tt tt tt";
}
.tooltip-wrap.column > .title {
  margin-bottom: 2px;
}
.tooltip-wrap.compact > .tooltip {
  width: 100%;
  transform: translateY(-2px);
}
.tooltip-wrap.compact > .tooltip:before {
  right: 50%;
  transform: translateX(50%);
}
.tooltip-wrap.open {
  grid-template-areas: "ti ti ti" "pr pr ic" "tt tt tt";
}
.tooltip-wrap.open > .title {
  margin-bottom: 2px;
}
.tooltip-wrap.open > .tooltip-open {
  display: block;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  grid-area: tt;
}
.tooltip-wrap.open > .tooltip-open > .expired, .tooltip-wrap.open > .tooltip-open > .wager {
  margin-top: 2px;
}
.tooltip-wrap.open > .tooltip-open > .button {
  margin-top: 10px;
}
.tooltip-wrap.no-tooltip {
  grid-template-areas: "ti ti ti" "pr pr pr" "tt tt tt";
}
.tooltip-wrap.no-tooltip > .tooltip, .tooltip-wrap.no-tooltip > .tooltip-icon {
  display: none;
}
.tooltip-wrap.no-pb {
  grid-template-areas: "ti ti ic" "tt tt tt";
  gap: 0 5px;
}
.tooltip-wrap.no-pb > .progress {
  display: none;
}

.tooltip-wrap > .tooltip {
  z-index: 2;
}

.winner_item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 4px;
  text-decoration: none;
}
.winner_item .game {
  position: relative;
  width: 100px;
  height: 70px;
}
.winner_item .game img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: contain;
}
.winner_item .game .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 26px;
  font-size: 10px;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.winner_item .content {
  flex: 1;
  margin: 0 8px 0 16px;
  color: #fff;
}
.winner_item .content .user_name {
  color: #FFEE53;
  line-height: 20px;
}
.winner_item .content .time {
  float: left;
  margin: 0 8px 0 0;
  color: #FFC106;
}
.winner_item .content .game_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.winner_item:hover {
  background: #2D3035;
}
.winner_item:hover .image img {
  filter: brightness(50%);
}
.winner_item:hover .image .play {
  opacity: 1;
}

.modal.cancel_bonus .content .popup_content {
  padding: 20px;
  font-size: 22px;
  text-align: center;
}
.modal.cancel_bonus .content .popup_actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  height: auto;
}
.modal.cancel_bonus .content .popup_actions .button {
  margin: 4px 5px;
}
.modal.cancel_bonus .content .popup_actions .bonus_error {
  flex: 1 0 100%;
  margin: 2px 15px;
  font-size: 12px;
  text-align: center;
  color: #b90000;
}

.modal_change_password .popup > .content {
  min-height: 320px;
  padding: 0 20px;
}
.modal_change_password .form {
  display: block;
  flex: 1;
  width: 100%;
  max-width: 260px;
  height: 100%;
  margin: 0 auto;
  text-align: center !important;
}
.modal_change_password .form .row {
  margin: 10px 0;
}
.modal_change_password .form .form-group {
  min-height: 90px;
}

.modal_confirm_phone .popup > .content {
  min-height: auto;
  padding: 20px;
}
.modal_confirm_phone .popup .popup_actions .button {
  margin: 5px 0;
}
.modal_confirm_phone .form {
  display: block;
  flex: 1;
  max-width: 440px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.modal_confirm_phone .form .form-control {
  text-align: center;
}
.modal_confirm_phone .row {
  display: block;
  max-width: 260px;
  margin: 20px auto;
}
.modal_confirm_phone .message {
  margin: 10px auto;
}
.modal_confirm_phone .timer {
  line-height: 47px;
  font-size: 48px;
  font-weight: 500;
  color: #ff3737;
}
.modal_confirm_phone .button.link {
  margin: 20px 0;
  line-height: 48px;
  font-weight: 500;
}

body.modal_open {
  overflow: hidden;
  padding-right: 15px;
}

.modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: auto;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}
.modal.long {
  justify-content: start;
}
.modal.padded .popup > .content {
  padding: 30px;
}
@media only screen and (max-width: 576px) {
  .modal.padded .popup > .content {
    padding: 20px;
  }
}
.modal.no_animation .popup {
  animation: none !important;
}
.modal .popup {
  position: relative;
  width: 680px;
  max-width: 100%;
  margin: auto;
  animation: appear 0.5s ease;
}
.modal .popup > .header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 30px 30px 0 0;
}
.modal .popup > .header .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  padding: 0 46px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.modal .popup > .header .close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 55px;
  margin: 0;
  padding: 0;
  line-height: 55px;
  font-size: 32px;
  color: #D3D3D3;
  background: none;
  border: none;
  transition: 0.2s all ease;
  cursor: pointer;
}
.modal .popup > .header .close:hover, .modal .popup > .header .close:focus, .modal .popup > .header .close:active {
  color: #bababa;
}
.modal .popup > .content {
  min-height: 400px;
  color: #fff;
  background: #1E1F21;
  border-radius: 0 0 30px 30px;
}
.modal .popup > .content.column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal .popup > .content.column > .title {
  padding: 50px;
  line-height: 24px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
.modal .popup > .content.row {
  display: flex;
  flex-direction: row;
}
.modal .popup > .content.row > * {
  flex: 1;
}
.modal .popup > .content.row {
  display: flex;
  flex-direction: row;
}
.modal .popup .popup_content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  font-size: 1.25rem;
}
.modal .popup .popup_icon {
  display: block;
  flex: unset;
  margin: 0;
  padding: 0;
  font-size: 120px;
  text-align: center;
  color: #4BFF93;
}
.modal .popup .popup_icon > * {
  display: block;
}
.modal .popup .popup_body {
  display: flex;
  flex: unset;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
.modal .popup .popup_body p.message {
  padding: 0 50px;
  text-align: center;
}
.modal .popup .popup_actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  width: 100%;
  height: 103px;
  min-height: 86px;
  padding: 10px 0;
}
.modal .popup .popup_actions > .button {
  margin: 2.5px 0;
}
.modal .popup .popup_actions > .button_row {
  display: block;
  margin: 0 0 8px 0;
  text-align: center;
}
.modal .games_gallery > .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.modal .games_gallery > .list > .menu-item {
  width: 192px;
  margin: 5px;
}
@media only screen and (max-width: 576px) {
  .modal .games_gallery > .list {
    flex-direction: column;
  }
}
.modal .loader_overlay {
  position: fixed;
}
.modal .game_item .game_caption {
  background: #2D3035;
}
.modal .highlighted {
  color: #4BFF93;
}
@media only screen and (max-width: 768px) {
  .modal .popup {
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .modal .popup > .header {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 0;
  }
  .modal .popup > .header .title {
    font-size: 1rem;
  }
  .modal .popup > .header .close {
    width: 36px;
    height: 34px;
    line-height: 40px;
    font-size: 26px;
  }
  .modal .popup > .content {
    border-radius: 0;
  }
  .modal .games_gallery > .list {
    flex-direction: column;
  }
}

.modal_demo_game .popup_text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 540px;
  height: 100%;
  margin: 0 auto;
  padding: 10px 25px;
  font-size: 1.25rem;
  text-align: center;
}
.modal_demo_game .content.column .popup_actions {
  justify-content: center;
}
.modal_demo_game .content.column .popup_actions a_button {
  margin-top: 5px;
}

.enter_phone_play_modal .popup > .content {
  padding: 0;
}
.enter_phone_play_modal .popup .popup_content {
  padding: 0;
  text-align: center;
}
.enter_phone_play_modal .lottery_block {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.enter_phone_play_modal .lottery_block > .image {
  width: 100%;
}
.enter_phone_play_modal .lottery_block > .image > img {
  width: 100%;
}
.enter_phone_play_modal .lottery_block .title {
  margin: 10px 0;
  padding: 0 30px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #4BFF93;
}
.enter_phone_play_modal .lottery_block .description {
  margin: 5px 0;
  padding: 0 20px;
  font-size: 1.15rem;
  text-transform: none;
  color: #fff;
}
.enter_phone_play_modal .lottery_block .prizes {
  margin: 0;
}
.enter_phone_play_modal .lottery_block .prizes .title {
  margin: 10px 0;
  padding: 0 30px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #4BFF93;
}
.enter_phone_play_modal .lottery_block .prizes .prizes-slider {
  padding: 0 20px;
}
.enter_phone_play_modal .lottery_block .prizes .prize_item .image {
  width: 100%;
  max-width: 137px;
  margin: 0 auto;
}
.enter_phone_play_modal .lottery_block .prizes .prize_item .image > img {
  display: block;
  width: 100%;
}
.enter_phone_play_modal .lottery_block .prizes .prize_item .caption {
  max-width: 137px;
  margin: 0 auto;
  font-size: 0.9rem;
}
.enter_phone_play_modal .form_block {
  width: 510px;
  max-width: 100%;
  margin: 5px 0 5px 0;
  padding: 0 20px;
}
.enter_phone_play_modal .form_block .title {
  margin: 10px 0;
  font-size: 1.25rem;
  color: #fff;
}
.enter_phone_play_modal .form_block .form {
  text-align: left;
}
.enter_phone_play_modal .form_block .form > .row {
  flex-wrap: wrap;
}
.enter_phone_play_modal .form_block .form .form-group .form-control {
  background: #2D3035;
}
.enter_phone_play_modal .form_block .form .form-group .selectric {
  background: #2D3035;
}
.enter_phone_play_modal .form_block .form .field-enterphoneform-phonecode {
  width: 10%;
  margin-right: 1%;
}
.enter_phone_play_modal .form_block .form .field-profile-form-phone {
  width: 25%;
  margin-right: 1%;
}
.enter_phone_play_modal .form_block .form .button_save {
  width: 40%;
}
.enter_phone_play_modal .form_block .form .button_save > .button {
  height: 49px;
  line-height: 49px;
}
@media only screen and (max-width: 576px) {
  .enter_phone_play_modal .form_block .form .field-enterphoneform-phonecode {
    width: 30%;
    margin-right: 1%;
  }
  .enter_phone_play_modal .form_block .form .field-profile-form-phone {
    width: 69%;
    margin-right: 0;
  }
  .enter_phone_play_modal .form_block .form .button_save {
    width: 100%;
    margin-top: 10px;
  }
}
.enter_phone_play_modal .to_game_block {
  margin: 5px 0;
}
.enter_phone_play_modal .timer_block {
  margin: 0;
}
.enter_phone_play_modal .timer_block .timer .countdown__title {
  margin: 5px 0;
  font-size: 1.25rem;
  color: #fff;
}
.enter_phone_play_modal .timer_block .timer .countdown__body {
  margin: 5px 0;
  font-size: 28px;
  color: #4BFF93;
}

.modal_forgot_password .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 100%;
  text-align: center !important;
}
.modal_forgot_password .form .form-group {
  min-height: 90px;
}
.modal_forgot_password .message {
  max-width: 420px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
}

.modal_has_active_campaign .popup > .content {
  min-height: unset;
  color: #fff;
}
.modal_has_active_campaign .popup > .content.row {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 576px) {
  .modal_has_active_campaign .popup > .content.row {
    flex-direction: column;
  }
}
.modal_has_active_campaign .column_image {
  display: flex;
  flex: auto !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 290px;
  padding: 0 10px;
}
.modal_has_active_campaign .column_image .image {
  display: block;
  width: 100%;
}
.modal_has_active_campaign .column_image .image > img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.modal_has_active_campaign .column_body {
  display: block;
  flex: auto !important;
  width: 400px;
  padding: 10px 10px;
  text-align: center;
}
.modal_has_active_campaign .column_body .title {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 20px;
  line-height: 28px;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}
.modal_has_active_campaign .column_body .text {
  display: block;
  width: 100%;
  margin: 20px 0;
  padding: 0 10px;
  line-height: 1.25;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
}
.modal_has_active_campaign .column_body .button_row {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 0 10px;
}
.modal_has_active_campaign .column_body .button_link {
  line-height: 17px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  text-decoration: underline;
  color: #4BFF93;
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.modal_has_active_campaign .column_body .button_link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 576px) {
  .modal_has_active_campaign .popup > .content.row {
    display: block;
    padding: 20px 0;
  }
  .modal_has_active_campaign .column_image {
    width: 100%;
    max-width: 204px;
    margin: 0 auto;
  }
  .modal_has_active_campaign .column_body {
    width: 100%;
    padding: 0 10px;
  }
  .modal_has_active_campaign .column_body .title {
    margin-top: 10px;
  }
}

.modal.modal_post {
  padding: 10px 0;
}
.modal.modal_post .popup > .content {
  min-height: 200px;
}
.modal.modal_post .popup > .content .row {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
  width: 100%;
}
.modal.modal_post .popup > .content .row > .column {
  flex: 1;
  padding: 0 10px;
}
.modal.modal_post .popup .popup_content {
  padding: 0;
  text-align: center;
}
.modal.modal_post .block {
  display: block;
  width: 100%;
  padding: 10px;
}
.modal.modal_post .block .title {
  margin-bottom: 25px;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.modal.modal_post .block.bonus {
  padding-top: 25px;
}
.modal.modal_post .block.bonus .title {
  margin-bottom: 15px;
}
.modal.modal_post .block.bonus .image {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.modal.modal_post .block.bonus .image > img {
  display: block;
  width: 100%;
}
.modal.modal_post .block.bonus .description {
  margin: 15px 0;
  font-size: 16px;
  color: #fff;
}
.modal.modal_post .block.bonus .button_row {
  margin: 5px 0;
}
.modal.modal_post .block.bonus a_button {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.modal.modal_post .block.bonus .timer {
  margin: 0;
}
.modal.modal_post .block.prizes .prize_items {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}
.modal.modal_post .block.prizes .prize_items .menu-item {
  flex: 1;
  max-width: 270px;
  padding: 0 15px;
}
.modal.modal_post .block.prizes .prize_items .menu-item .image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.modal.modal_post .block.lottery .activity_title,
.modal.modal_post .block.lottery .title_secondary {
  margin-bottom: 5px;
}
.modal.modal_post .block.lottery .prizepool {
  margin-bottom: 20px;
}
.modal.modal_post .block.lottery .button_row {
  margin: 15px 0;
}
.modal.modal_post .title_secondary {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.modal.modal_post .activity_title {
  font-weight: bold;
  text-transform: uppercase;
}
.modal.modal_post .activity_image {
  display: block;
  width: 100%;
  height: 170px;
  margin-right: 10px;
  object-fit: cover;
}
.modal.modal_post .prizepool {
  display: block;
  line-height: 1;
  font-size: 42px;
  font-weight: bold;
}
.modal.modal_post .activity_prizes {
  display: flex;
  justify-content: space-between;
}
.modal.modal_post .activity_prizes .prize {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
}
.modal.modal_post .activity_prizes .prize .image {
  display: block;
  width: 100%;
  max-width: 80px;
}
.modal.modal_post .activity_prizes .prize .place {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 5px 0;
  font-size: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.modal.modal_post .activity_prizes .prize .caption {
  font-size: 12px;
  font-weight: bold;
}
.modal.modal_post .timer {
  margin: 20px 0;
}
.modal.modal_post .timer .timer__label {
  color: #4BFF93;
}
.modal.modal_post .timer .timer__digits {
  color: #fff;
}
.modal.modal_post .timer .timer__content {
  color: #4BFF93;
}
@media only screen and (max-width: 576px) {
  .modal.modal_post {
    padding: 0;
  }
  .modal.modal_post .popup > .content .row {
    display: block;
  }
  .modal.modal_post .popup > .content .row > .column {
    display: block;
    width: 100%;
  }
  .modal.modal_post .block {
    padding: 10px 15px;
  }
  .modal.modal_post .block.bonus {
    padding-top: 10px;
  }
  .modal.modal_post .block.bonus .image {
    width: 200px;
  }
  .modal.modal_post .block.bonus .timer {
    margin-bottom: 15px;
  }
  .modal.modal_post .block.prizes .prize_items .menu-item {
    padding: 0 5px;
  }
  .modal.modal_post .activity_image {
    margin-bottom: 20px;
  }
}
.modal.modal_post .timer_mobile {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 576px) {
  .modal.modal_post .timer_desktop {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .modal.modal_post .timer_mobile {
    position: static;
    visibility: visible;
    opacity: 1;
  }
}

.nonwagerablebet_modal .message {
  padding: 0 40px;
  line-height: 1.25;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #fff;
}

.modal.modal_post.postdeposit .block.success {
  padding: 25px 10px;
}
.modal.modal_post.postdeposit .block.success .image {
  display: block;
  width: 60px;
  margin: 0 auto 15px;
}
.modal.modal_post.postdeposit .block.success .title {
  max-width: 350px;
  margin: 0 auto;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .modal.modal_post.postdeposit .block.success {
    padding: 30px 15px 15px;
  }
}

.modal.pre_play.pre_play_ad .popup .popup_content .title {
  font-size: 34px;
}
@media only screen and (max-width: 599px) {
  .modal.pre_play.pre_play_ad .popup .popup_content .title {
    font-size: 34px;
  }
}
.modal.pre_play.pre_play_ad .popup .popup_content .subtitle {
  font-size: 18px;
  font-weight: normal;
  text-transform: initial;
}
.modal.pre_play.pre_play_ad .bonus_wrap {
  background: url("./images/tag_ad/modal_bg.jpg") no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 599px) {
  .modal.pre_play.pre_play_ad .bonus_wrap {
    min-height: 300px;
    padding: 40px 20px 30px;
  }
}

.modal.pre_play {
  justify-content: flex-start;
  align-items: flex-start;
}
.modal.pre_play .popup {
  margin: auto;
}
.modal.pre_play .popup > .content {
  display: flex;
  align-items: stretch;
  padding: 0;
}
.modal.pre_play .popup .popup_content {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding: 0;
  text-align: center;
}
.modal.pre_play .popup .popup_content .title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 599px) {
  .modal.pre_play .popup .popup_content .title {
    font-size: 18px;
  }
}
.modal.pre_play .popup .popup_content .subtitle {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.modal.pre_play .popup .popup_content .description {
  font-size: 14px;
}
.modal.pre_play .popup .popup_content a_button {
  min-height: calc(1em + 6px);
  font-size: 14px;
  text-decoration: underline;
}
@media only screen and (max-width: 599px) {
  .modal.pre_play .popup .popup_content a_button {
    min-height: unset;
  }
}
@media only screen and (max-width: 599px) {
  .modal.pre_play .popup .popup_content {
    flex-direction: column-reverse;
  }
}
.modal.pre_play .row {
  display: flex;
  width: calc(100% + 16px);
  margin: 5px -8px;
}
.modal.pre_play .row.bottom {
  margin-top: auto;
  padding-top: 5px;
}
.modal.pre_play .row > .column {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 0 8px;
}
.modal.pre_play .row > .column > .button {
  flex-basis: 170px;
}
.modal.pre_play .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 300px;
  padding: 15px 20px 10px;
}
.modal.pre_play .game_wrap .game_info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 300px;
}
@media only screen and (max-width: 599px) {
  .modal.pre_play .game_wrap .game_info {
    max-width: 230px;
  }
}
.modal.pre_play .game_wrap .image {
  padding: 5px 0;
}
.modal.pre_play .game_wrap .image img {
  display: block;
  width: 100%;
  border-radius: 15px;
}
.modal.pre_play .game_wrap .balance_wrap {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.modal.pre_play .game_wrap .balance_wrap .balance {
  margin-right: 12px;
  color: #fff;
}
.modal.pre_play .game_wrap .balance_wrap .amount {
  color: #4BFF93;
}
@media only screen and (max-width: 599px) {
  .modal.pre_play .game_wrap {
    padding-top: 10px;
  }
}
.modal.pre_play .bonus_wrap {
  margin-top: -20px;
  padding-top: 20px;
  background: #2D3035;
  border-radius: 0 0 0 30px;
}
.modal.pre_play .bonus_wrap .image {
  display: block;
  max-width: 230px;
}
@media only screen and (max-width: 599px) {
  .modal.pre_play .bonus_wrap .image {
    max-width: 140px;
  }
}
@media only screen and (max-width: 599px) {
  .modal.pre_play .bonus_wrap {
    margin-top: 0;
    padding-top: 0;
    border-radius: 0;
  }
}
.modal.pre_play .pre_play_mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  .modal.pre_play .pre_play_desktop {
    display: none;
  }
  .modal.pre_play .pre_play_mobile {
    display: block;
  }
}

.document_load {
  width: 100%;
}
.document_load .documents_list {
  width: 100%;
  padding: 1px 50px;
  font-size: 16px;
}
.document_load .documents_footer {
  width: 100%;
  padding: 1px 50px;
  background: #2D3035;
}
.document_load .documents_hint {
  display: flex;
  width: 100%;
  margin: 30px 0;
  text-align: left;
  font-size: 16px;
  color: #D3D3D3;
}
.document_load .documents_hint .icon {
  margin-right: 14px;
}
.document_load .documents_actions {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.document_load .divider {
  height: 1px;
  margin: 30px 0;
  background: #464646;
}
.document_load .document_block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 30px 0;
}
.document_load .document_block .logo {
  display: flex;
  width: 50px;
  margin-right: 30px;
  font-size: 50px;
}
.document_load .document_block .head {
  width: 150px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 600;
}
.document_load .document_block .description {
  flex: 1;
}
.document_load .document_block .description .description_label {
  margin-bottom: 4px;
  font-weight: 300;
}
.document_load .document_block .description .status_label {
  margin-bottom: 4px;
  font-weight: 400;
}

@media only screen and (max-width: 576px) {
  .document_load .documents_list,
.document_load .documents_footer {
    padding: 1px 16px;
  }
  .document_load .document_block {
    flex-flow: row wrap;
    align-items: center;
  }
  .document_load .document_block .logo {
    margin-right: 16px;
  }
  .document_load .document_block .head {
    flex: 1;
    width: auto;
    margin-right: 0;
  }
  .document_load .document_block .description {
    flex: auto;
    width: 100%;
    margin-top: 10px;
  }
}
.modal.modal_profile_game_form .profile_form {
  width: 100%;
}
.modal.modal_profile_game_form .profile_form .form {
  padding: 0 10px;
}
.modal.modal_profile_game_form .profile_form .form > .row > .column {
  margin-bottom: 15px;
  padding: 0 10px;
}
@media only screen and (max-width: 576px) {
  .modal.modal_profile_game_form .profile_form .form > .row {
    display: block;
    margin: 15px 0;
  }
}
.modal.modal_profile_game_form .popup_actions a_button {
  margin-top: 10px;
}

.modal_profile {
  padding: 20px 0;
}
@media only screen and (max-width: 576px) {
  .modal_profile {
    padding: 0;
  }
}
.modal_profile .popup {
  width: 940px;
  margin-top: 0;
}
.modal_profile .popup .popup_actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: unset;
  padding: 10px;
}
.modal_profile .popup .popup_actions .button {
  min-width: 140px;
}
@media only screen and (max-width: 576px) {
  .modal_profile .popup .popup_actions {
    display: block;
    text-align: center;
  }
  .modal_profile .popup .popup_actions .button {
    margin: 5px 0;
  }
}
.modal_profile .popup > .header > .tab_menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 46px;
}
@media only screen and (max-width: 576px) {
  .modal_profile .popup > .header > .tab_menu {
    padding-right: 38px;
  }
}
.modal_profile .popup > .header > .tab_menu > .menu-item {
  flex: 1;
  width: auto;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  transition: 0.2s all ease;
}
.modal_profile .popup > .header > .tab_menu > .menu-item > a {
  display: block;
  width: 100%;
  min-width: 160px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transition: 0.2s all ease;
}
.modal_profile .popup > .header > .tab_menu > .menu-item > a:hover, .modal_profile .popup > .header > .tab_menu > .menu-item > a:focus, .modal_profile .popup > .header > .tab_menu > .menu-item > a:active {
  color: #fff;
}
.modal_profile .popup > .header > .tab_menu > .menu-item > a.disabled {
  opacity: 0.5;
}
@media only screen and (max-width: 576px) {
  .modal_profile .popup > .header > .tab_menu > .menu-item > a {
    min-width: auto;
    padding: 0 10px;
    font-size: 1rem;
  }
}
.modal_profile .popup > .header > .tab_menu > .menu-item.active {
  position: relative;
  color: #fff;
  background: #000;
  border-radius: 30px 30px 0 0;
  box-shadow: inset 0 3px 0 #4BFF93;
}
.modal_profile .popup > .header > .tab_menu > .menu-item.active > a {
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 576px) {
  .modal_profile .popup > .header > .tab_menu > .menu-item.active {
    border-radius: 0;
  }
}
.modal_profile .profile_form {
  width: 100%;
}
.modal_profile .profile_form .form {
  padding: 20px 40px;
}
.modal_profile .profile_form .form .row {
  margin: 5px 0;
}
.modal_profile .profile_form .form .row > .column {
  padding: 0 10px;
}
@media only screen and (max-width: 576px) {
  .modal_profile .profile_form .form {
    padding: 20px 15px 20px 15px;
  }
  .modal_profile .profile_form .form > .row {
    display: block;
    margin: 15px 0;
  }
  .modal_profile .profile_form .form > .row > .column {
    display: block;
    margin: 15px 0;
  }
}
.modal_profile .profile_form .form .player_info_row {
  align-items: center;
  text-align: center;
}
.modal_profile .profile_form .form .player_info_row .player_username {
  font-size: 1.25rem;
  font-weight: 400;
}
.modal_profile .profile_form .form .player_info_row .player_balance {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
.modal_profile .profile_form .form .title_caption {
  margin: 10px 0 0 0;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.modal_profile .profile_form .form .title_caption.no_margin {
  margin-top: 0;
}
.modal_profile .profile_form .form .description {
  margin: 10px 0;
  font-size: 0.9rem;
  text-align: center;
}
.modal_profile .profile_form .form .field-profileform-phonecode .selectric-scroll {
  max-height: 260px;
}
.modal_profile .contact_info_item {
  position: relative;
  padding-bottom: 1rem !important;
}
.modal_profile .contact_info_item .status {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 20px;
  font-size: 0.85rem;
  text-align: left;
}
.modal_profile .contact_info_item .status .label {
  font-size: inherit;
}
.modal_profile .contact_info_item .status .action {
  font-size: inherit;
  text-align: right;
}
.modal_profile .contact_info_item .status .warn {
  color: #b90000;
}
.modal_profile .contact_info_item .status .ok {
  color: #49A356;
}
.modal_profile .profile_button {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal_profile .profile_button .button {
  margin: 5px 0;
}
@media only screen and (max-width: 576px) {
  .modal_profile .profile_button {
    margin: 20px 0;
  }
}
.modal_profile .profile_bonuses .bonuses_title {
  display: block;
  padding: 20px 0 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}

.modal_reset_password .popup > .content {
  min-height: 320px;
  padding: 20px;
}
.modal_reset_password .form {
  display: block;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 100%;
  margin: 0 auto;
  text-align: center !important;
}
.modal_reset_password .form .row {
  display: block;
  margin: 20px 0;
}
.modal_reset_password .form .form-group {
  min-height: 90px;
}

.modal_self_suspend {
  text-align: center;
}
.modal_self_suspend .content {
  align-items: center;
}
.modal_self_suspend .content .form {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  color: #2D3035;
}
.modal_self_suspend .content .form .row.preset {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px auto 20px auto;
}
.modal_self_suspend .content .form .row.preset .menu-item {
  margin: 0 20px;
}
@media only screen and (max-width: 576px) {
  .modal_self_suspend .content .form .row.preset .menu-item {
    margin: 0 5px;
  }
}
.modal_self_suspend .content .form .row.custom .form-group.checkbox {
  max-width: 200px;
  margin: 0 auto;
}
.modal_self_suspend .content .form .row.custom .form-group.checkbox label {
  display: flex;
  flex-direction: row;
}
.modal_self_suspend .content .form .row.custom .form-group.checkbox label .radiobox {
  min-width: 20px;
  margin: 10px;
}
.modal_self_suspend .content .header_main {
  width: 80%;
  margin: 10px auto;
  font-size: 22px;
  text-align: center;
}
.modal_self_suspend .content .text_main {
  width: 100%;
  margin: 10px auto;
  font-size: 16px;
  text-align: center;
}
.modal_self_suspend .content .header_radio {
  width: 85%;
  margin: 10px auto;
  font-size: 18px;
  text-align: center;
}
.modal_self_suspend .content .header_custom {
  width: 85%;
  margin: 10px auto;
  font-size: 18px;
  text-align: center;
}
.modal_self_suspend .content .text {
  margin: 20px auto;
}

.modal_signin .popup > .content {
  min-height: auto;
  padding: 20px 15px 30px 15px;
}
.modal_signin .popup .form .row {
  margin: 15px 0;
}
.modal_signin .popup .form .row > .column {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 576px) {
  .modal_signin .popup .form .row {
    display: block;
  }
  .modal_signin .popup .form .row > .column {
    display: block;
    min-width: 100%;
    margin: 20px 0;
  }
}
.modal_signin .popup .form .submit_button {
  text-align: center;
}
.modal_signin .popup .forgot_password_link {
  position: absolute;
  top: 2px;
  right: 15px;
}
.modal_signin .popup .text_label {
  margin: 10px 0;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.modal_signup .popup > .content {
  display: flex;
  flex-direction: row;
  min-height: auto;
  margin: 0;
}
.modal_signup .popup .promo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px 0 20px 10px;
  color: #4BFF93;
}
.modal_signup .popup .promo .title {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.modal_signup .popup .promo .image {
  width: 100%;
  max-width: 325px;
  margin: 0 auto 10px;
}
.modal_signup .popup .promo .image > img {
  display: block;
  max-width: 100%;
}
.modal_signup .popup .form {
  width: 50%;
  padding: 20px 10px 20px 0;
}
.modal_signup .popup .form .row {
  margin: 8px 0;
}
.modal_signup .popup .form .row > .column {
  padding-right: 8px;
  padding-left: 8px;
}
.modal_signup .popup .form .submit_button {
  text-align: center;
}
.modal_signup .popup .form .sing_in {
  text-align: center;
}
.modal_signup .popup .form .text_label {
  margin: 10px 0;
  text-align: center;
}
.modal_signup .popup > .phone_support {
  position: absolute;
  bottom: -16px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #cccccc;
}
.modal_signup .second_text {
  margin: 5px 0;
  font-size: 18px;
  text-align: center;
  color: #4BFF93;
}
.modal_signup .second_prize_text {
  display: flex;
  justify-content: center;
  margin: 5px 0;
  text-align: center;
  color: #4BFF93;
}
.modal_signup .second_prize_text .icon_plus {
  display: inline-block;
  padding-right: 10px;
  font-size: 20px;
  font-weight: bold;
  transform: rotate(45deg);
}
.modal_signup .images {
  display: flex;
  margin: 10px 0;
}
@media only screen and (max-width: 576px) {
  .modal_signup .popup > .content {
    display: block;
    width: 100%;
  }
  .modal_signup .popup .promo {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 10px 10px 0;
  }
  .modal_signup .popup .promo > .column {
    flex: 1;
  }
  .modal_signup .popup .promo .image {
    max-width: 180px;
  }
  .modal_signup .popup .promo .title {
    margin: 10px 0;
    font-size: 18px;
  }
  .modal_signup .popup .form {
    display: block;
    width: 100%;
    margin: 10px 0 20px;
    padding: 0 10px 10px;
  }
  .modal_signup .popup .form .row {
    display: block;
  }
  .modal_signup .popup .form .row > .column {
    display: block;
    min-width: 100%;
    margin: 8px 0;
  }
  .modal_signup .popup .form .form-group .control-label {
    display: none;
  }
  .modal_signup .second_text {
    display: none;
  }
  .modal_signup .second_prize_text .icon_plus {
    left: 0;
  }
  .modal_signup .images {
    justify-content: center;
  }
  .modal_signup .images > img {
    display: none;
  }
  .modal_signup .images > img:nth-child(2) {
    display: block;
  }
}

.tag_ad.modal .popup > .content {
  min-height: 350px;
  padding: 10px 30px;
  text-align: center;
  background: url("./images/tag_ad/modal_bg.jpg") no-repeat center top;
  border-radius: 0 0 30px 30px;
}
@media only screen and (max-width: 576px) {
  .tag_ad.modal .popup > .content {
    border-radius: 0;
  }
}
.tag_ad.modal .popup > .content .image {
  display: block;
  max-width: 100%;
}

.tag_ad.game_item .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  color: #fff;
}
.tag_ad.game_item .overlay .tag_ad_container {
  width: 100%;
}
.tag_ad.game_item.disabled {
  pointer-events: none;
  filter: grayscale(0.5);
}
.tag_ad .tag_ad_container > * {
  margin: 10px 0;
}
.tag_ad .tag_ad_container .title {
  font-size: 48px;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .tag_ad .tag_ad_container .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .tag_ad .tag_ad_container .title {
    font-size: 36px;
  }
}
.tag_ad .tag_ad_container .description {
  font-size: 24px;
}
@media only screen and (max-width: 576px) {
  .tag_ad .tag_ad_container .description {
    font-size: 20px;
  }
}
.tag_ad .tag_ad_container .highlighted {
  color: #4BFF93;
}

.reminder_bonus_popup {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 400px;
  max-width: 100%;
  height: auto;
  min-height: 150px;
  background: linear-gradient(150deg, #000 0%, #2D3035 100%);
  border-radius: 30px 0 0 0;
  z-index: 10;
}
.reminder_bonus_popup .close_popup {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
  font-size: 16px;
  color: #4BFF93;
  transition: 0.2s all ease;
  cursor: pointer;
  z-index: 1;
}
.reminder_bonus_popup .close_popup:hover {
  color: #fff;
}
.reminder_bonus_popup .content_popup {
  padding: 5px 10px;
}
.reminder_bonus_popup .content_popup .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.reminder_bonus_popup .content_popup .row > .column {
  flex: auto;
  min-width: 140px;
}
.reminder_bonus_popup .content_popup .image > img {
  display: block;
  width: 110px;
  margin: 0 auto;
  padding: 0;
}
.reminder_bonus_popup .content_popup .title {
  margin: 5px 0 10px 0;
  padding: 0 10px;
  line-height: 1.1;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}
.reminder_bonus_popup .content_popup .description {
  margin: 10px 0;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #fff;
}
.reminder_bonus_popup .content_popup .button_container {
  margin: 5px 0;
  text-align: center;
}
.reminder_bonus_popup .content_popup .timer {
  margin: 0;
}
.reminder_bonus_popup .content_popup .timer .countdown__title {
  margin: 0;
  font-size: 9px;
}
.reminder_bonus_popup .content_popup .timer .countdown__body {
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  .reminder_bonus_popup {
    width: 100%;
    border-radius: 0;
  }
}

.slideout-open .reminder_bonus_popup {
  z-index: -1;
}

.reminder_popup {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 400px;
  max-width: 100%;
  height: auto;
  min-height: 155px;
  background: linear-gradient(150deg, #000 0%, #2D3035 100%);
  border-radius: 30px 0 0 0;
  z-index: 3;
}
.reminder_popup .close_popup {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
  font-size: 16px;
  color: #4BFF93;
  transition: 0.2s all ease;
  cursor: pointer;
}
.reminder_popup .close_popup:hover {
  color: #fff;
}
.reminder_popup .content_popup {
  padding: 5px 10px;
}
.reminder_popup .content_popup .title {
  margin: 10px 0;
  padding: 0 10px;
  line-height: 1.1;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}
.reminder_popup .content_popup .description {
  margin: 10px 0;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #fff;
}
.reminder_popup .content_popup .form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 240px;
  margin: 10px auto;
}
.reminder_popup .content_popup .form .form-control, .reminder_popup .content_popup .form .selectric-form-control .selectric {
  background: #212427;
}
.reminder_popup .content_popup .form .selectric-form-control .selectric .label {
  margin: 0 20px 0 15px;
}
.reminder_popup .content_popup .form-group-phoneCode {
  width: 38%;
  margin: 0 2% 0 0;
}
.reminder_popup .content_popup .form-group-phone {
  width: 60%;
  margin: 0 0 0 0;
}
.reminder_popup .content_popup .submit {
  width: 100%;
  margin-top: 8px;
}
.reminder_popup .content_popup .notice {
  font-family: "Open Sans", "Roboto", sans-serif;
  line-height: 9px;
  font-size: 8px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .reminder_popup {
    width: 100%;
    border-radius: 0;
  }
}

.slideout-open .reminder_popup {
  z-index: -1;
}

.activities_catalog .page_main {
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .page_main {
    padding-top: 15px;
  }
}
.activities_catalog .wrap_tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .wrap_tabs {
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .activities_catalog .wrap_tabs .tournament__tabs {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.activities_catalog .wrap_tabs .tournament__title {
  position: absolute;
  top: 4px;
  left: 50%;
  flex-basis: auto;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .wrap_tabs .tournament__title {
    position: relative;
    top: 0;
    flex-basis: 100%;
    margin: 10px 0;
  }
}
.activities_catalog .wrap_tabs .tournament__tabitem {
  margin: 0 3px;
}
.activities_catalog .wrap_tabs .tournament__tabitem .tournament__caption {
  display: inline-block;
  min-width: 180px;
  padding: 11px 5px;
  line-height: normal;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .wrap_tabs .tournament__tabitem .tournament__caption {
    min-width: 140px;
  }
}
.activities_catalog .wrap_tabs .tournament__tabitem .tournament__caption {
  transition: 0.2s all ease;
}
.activities_catalog .wrap_tabs .tournament__tabitem:hover .tournament__caption {
  color: #4BFF93;
  border: 1px solid #4BFF93;
}
.activities_catalog .wrap_tabs .tournament__tabitem.tabitem_active .tournament__caption {
  color: #4BFF93;
  border: 1px solid #4BFF93;
}
.activities_catalog .page_main .no-activities {
  margin: 70px auto 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.activities_catalog .page_main .event_wrap {
  position: relative;
  display: flex;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border: 1px solid #2D3035;
  border-radius: 30px;
  transition: 0.2s all ease;
}
.activities_catalog .page_main .event_wrap:hover {
  background-color: #1E1F21;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .page_main .event_wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .activities_catalog .page_main .event_wrap {
    padding: 5px 15px;
  }
}
.activities_catalog .page_main .event_wrap .status_event {
  display: none;
  padding: 20px 0;
  text-align: center;
}
.activities_catalog .page_main .event_wrap .status_event .status {
  display: inline-block;
  line-height: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #4BFF93;
}
.activities_catalog .page_main .event_wrap .status_event .event__title {
  margin-top: 12px;
  line-height: normal;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .page_main .event_wrap .status_event {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .activities_catalog .page_main .event_wrap .status_event {
    padding: 10px 0;
  }
}
.activities_catalog .page_main .event_wrap .event_img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 33%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .page_main .event_wrap .event_img {
    width: 100%;
  }
}
.activities_catalog .page_main .event_wrap .event_img img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.activities_catalog .page_main .event_wrap .event_img .event__label {
  margin-top: 8px;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.activities_catalog .page_main .event_wrap .event_img .event__prize-pool {
  line-height: normal;
  font-size: 48px;
  font-weight: 700;
  color: #4BFF93;
}
.activities_catalog .page_main .event_wrap .column.text {
  flex: 1;
  min-width: 33%;
  min-height: 190px;
  padding: 0 2rem;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .page_main .event_wrap .column.text {
    min-height: unset;
    margin: 20px 0;
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  .activities_catalog .page_main .event_wrap .column.text {
    margin: 10px 0;
  }
}
.activities_catalog .page_main .event_wrap .column.text .event__title {
  margin-bottom: 12px;
  line-height: normal;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4BFF93;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .page_main .event_wrap .column.text .event__title {
    display: none;
  }
}
.activities_catalog .page_main .event_wrap .column.text .event__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .page_main .event_wrap .column.text .event__description {
    display: none;
  }
}
.activities_catalog .page_main .event_wrap .column.text .event__label, .activities_catalog .page_main .event_wrap .column.text .event__prize-pool {
  margin: 0 0 8px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .page_main .event_wrap .column.text .event__label, .activities_catalog .page_main .event_wrap .column.text .event__prize-pool {
    text-align: center;
  }
}
.activities_catalog .page_main .event_wrap .column.text .event__prizes {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .page_main .event_wrap .column.text .event__prizes {
    flex-direction: row;
    align-items: flex-start;
  }
}
.activities_catalog .page_main .event_wrap .column.text .event__prizes .event__prize-item:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 0;
}
.activities_catalog .page_main .event_wrap .column.text .event__prizes .event__prize-item .event__prize {
  display: flex;
  align-items: center;
}
.activities_catalog .page_main .event_wrap .column.text .event__prizes .event__prize-item .event__prize .event__prize-index {
  position: relative;
  display: inline-block;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  width: 42px;
  line-height: 42px;
  font-size: 22px;
  text-align: center;
  color: #4BFF93;
}
.activities_catalog .page_main .event_wrap .column.text .event__prizes .event__prize-item .event__prize .event__prize-index:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid #4BFF93;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.activities_catalog .page_main .event_wrap .column.text .event__prizes .event__prize-item .event__prize .event__prize-value {
  display: block;
  margin-left: 8px;
  font-weight: 700;
}
.activities_catalog .page_main .event_wrap .column.text .event__prizes .event__prize-image {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .page_main .event_wrap .column.text .event__prizes .event__prize-image {
    flex-direction: column;
    align-items: center;
  }
}
.activities_catalog .page_main .event_wrap .column.text .event__prizes .event__prize-image img {
  flex: 0 0 auto;
  max-width: 80px;
  height: auto;
  margin: 0 auto;
}
.activities_catalog .page_main .event_wrap .column.text .event__prizes .event__prize-image .event__prize-title {
  flex: 1;
  margin-left: 5px;
  line-height: normal;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .page_main .event_wrap .column.text .event__prizes .event__prize-image .event__prize-title {
    margin: 0;
    padding: 0 5px;
    text-align: center;
  }
}
.activities_catalog .page_main .event_wrap .column.timer {
  position: relative;
  margin: 0 0 5px;
}
.activities_catalog .page_main .event_wrap .column.timer .status.active {
  display: inline-block;
  line-height: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #4BFF93;
}
.activities_catalog .page_main .event_wrap .column.timer .status.finished {
  display: inline-block;
  line-height: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.activities_catalog .page_main .event_wrap .column.timer .event__period-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 100%;
}
.activities_catalog .page_main .event_wrap .column.timer .event__period-block .event__desktop-status {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog .page_main .event_wrap .column.timer .event__period-block .event__desktop-status {
    display: none;
  }
}
.activities_catalog .page_main .event_wrap .column.timer .event__period-block .event__timer-wrapper {
  position: relative;
  min-width: 220px;
  padding: 14px 12px;
  background-color: #000;
  border: 1px solid #2D3035;
  border-radius: 30px;
}
.activities_catalog .page_main .event_wrap .column.timer .event__period-block .event__timer-wrapper.not-timer {
  min-height: 130px;
  padding-top: 30px;
  line-height: 22px;
  font-size: 16px;
  color: #fff;
}
.activities_catalog .page_main .event_wrap .column.timer .event__period-block .event__timer-wrapper .event__timer {
  margin: 3px 0 24px;
}
.activities_catalog .page_main .event_wrap .column.timer .event__period-block .button_wrap {
  margin-top: -20px;
}
.activities_catalog.lotteries .page_main .event_wrap .column.text .event__prizes {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.activities_catalog.lotteries .page_main .event_wrap .column.text .event__prizes .event__prize-item {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog.lotteries .page_main .event_wrap .column.text .event__prizes .event__prize-item {
    margin: 0;
    padding: 0;
  }
  .activities_catalog.lotteries .page_main .event_wrap .column.text .event__prizes .event__prize-item:not(:last-child) {
    margin: 0;
  }
}
.activities_catalog.tournaments .page_main .event_wrap .column.text .event__prizes {
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .activities_catalog.tournaments .page_main .event_wrap .column.text .event__prizes {
    justify-content: center;
  }
  .activities_catalog.tournaments .page_main .event_wrap .column.text .event__prizes .event__prize-item {
    flex: 1;
    padding: 12px 0;
  }
  .activities_catalog.tournaments .page_main .event_wrap .column.text .event__prizes .event__prize-item:not(:last-child) {
    margin: 0 5px;
  }
  .activities_catalog.tournaments .page_main .event_wrap .column.text .event__prizes .event__prize {
    flex-direction: column;
  }
  .activities_catalog.tournaments .page_main .event_wrap .column.text .event__prizes .event__prize .event__prize-value {
    margin: 8px 0 0;
  }
}

.activity .page_main .event-view {
  position: relative;
}
.activity .page_main .event-view .row {
  display: flex;
}
.activity .page_main .event-view .block_header {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .activity .page_main .event-view .block_header {
    display: block;
    padding-top: 10px;
  }
}
.activity .page_main .event-view .status {
  display: block;
  line-height: normal;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}
.activity .page_main .event-view .event-view__status {
  position: absolute;
  top: 0;
  right: 15px;
}
@media only screen and (max-width: 1024px) {
  .activity .page_main .event-view .event-view__status {
    position: relative;
    right: 0;
  }
}
.activity .page_main .event-view .event-view__title {
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: normal;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.activity .page_main .event-view .event-view__wrapper {
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
.activity .page_main .event-view .event-view__wrapper .row {
  display: flex;
  margin: 25px 0;
}
@media only screen and (max-width: 1024px) {
  .activity .page_main .event-view .event-view__wrapper .row {
    flex-wrap: wrap;
  }
}
.activity .page_main .event-view .event-view__wrapper .row.event-view__header {
  flex-wrap: wrap;
  margin: 20px 0;
}
@media only screen and (max-width: 1024px) {
  .activity .page_main .event-view .event-view__wrapper .row.event-view__header {
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 100%;
    margin: 0;
    padding: 22px 0;
  }
}
.activity .page_main .event-view .event-view__wrapper .tabs {
  min-height: 100%;
  background-color: #000;
}
@media only screen and (max-width: 1024px) {
  .activity .page_main .event-view .event-view__wrapper .tabs {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .activity .page_main .event-view .event-view__wrapper .tabs {
    width: 100%;
  }
}
.activity .page_main .event-view .event-view__wrapper .tabs .event-view__tabs {
  display: flex;
  flex-direction: column;
  width: 630px;
  max-width: 100%;
  height: 100%;
}
.activity .page_main .event-view .event-view__wrapper .tabs .event-view__tabs-nav {
  display: flex;
  align-items: center;
  margin-bottom: -1px;
}
.activity .page_main .event-view .event-view__wrapper .tabs .event-view__tabs-nav .event-view__tabs-nav-item {
  width: 50%;
  padding: 20px 10px 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: none;
  border: 0;
  cursor: pointer;
}
.activity .page_main .event-view .event-view__wrapper .tabs .event-view__tabs-nav .event-view__tabs-nav-item.active {
  position: relative;
  height: 100%;
  color: #4BFF93;
  background: #000;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #2D3035;
  border-radius: 30px 30px 0 0;
}
.activity .page_main .event-view .event-view__wrapper .tabs .event-view__tabs-nav .event-view__tabs-nav-item.active:first-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 30px;
  height: 30px;
  background: #000;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #2D3035;
  transform: translateY(100%);
}
.activity .page_main .event-view .event-view__wrapper .tabs .event-view__tabs-nav .event-view__tabs-nav-item.active:last-child::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #000;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #2D3035;
  transform: translateY(100%);
}
.activity .page_main .event-view .event-view__wrapper .tabs .event-view__tabs-content {
  flex: 1;
  overflow: hidden;
  padding: 20px;
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  border: 1px solid #2D3035;
  border-radius: 30px;
}
.activity .page_main .event-view .event-view__wrapper .tabs .event-view__tabs-content .tab-pane {
  position: absolute;
  left: 100px;
  visibility: hidden;
  opacity: 0;
}
.activity .page_main .event-view .event-view__wrapper .tabs .event-view__tabs-content .tab-pane p {
  margin-top: 0;
}
.activity .page_main .event-view .event-view__wrapper .tabs .event-view__tabs-content .tab-pane.active {
  position: relative;
  left: 0;
  visibility: visible;
  transition: 0.5s all ease;
  opacity: 1;
}
.activity .page_main .event-view .event-view__wrapper .text {
  display: none;
  flex-basis: 33%;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .activity .page_main .event-view .event-view__wrapper .text {
    display: block;
    flex-basis: auto;
    order: 1;
    margin: 0;
  }
}
.activity .page_main .event-view .event-view__wrapper .text .event-view__label {
  padding: 0 5px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}
.activity .page_main .event-view .event-view__wrapper .text .event-view__prize-pool {
  line-height: 1;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.activity .page_main .event-view .event-view__wrapper .slider-wrap {
  flex-basis: 40%;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .activity .page_main .event-view .event-view__wrapper .slider-wrap {
    width: 40%;
  }
}
.activity .page_main .event-view .event-view__wrapper .slider-wrap .event-view__side-slider {
  min-height: 100%;
  padding: 15px 0;
  background-color: #000;
  border: 1px solid #2D3035;
  border-radius: 30px;
}
.activity .page_main .event-view .event-view__wrapper .slider-wrap .event-view__side-slider .event-view__label {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}
.activity .page_main .event-view .event-view__wrapper .slider-wrap .custom-slider-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.activity .page_main .event-view .event-view__wrapper .slider-wrap .custom-slider-dots li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 8px;
  margin-left: 8px;
  vertical-align: middle;
  border: 1px solid #4BFF93;
  border-radius: 50%;
}
.activity .page_main .event-view .event-view__wrapper .slider-wrap .custom-slider-dots li.slick-active {
  background: #4BFF93;
}
.activity .page_main .event-view .event-view__wrapper .slider-wrap .custom-slider-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.activity .page_main .event-view .event-view__wrapper .slider-wrap .slick-list.draggable {
  max-width: 300px;
  margin: 0 auto;
}
.activity .page_main .event-view .event-view__wrapper .event__timer-wrapper {
  position: absolute;
  flex-basis: 33%;
  visibility: hidden;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .activity .page_main .event-view .event-view__wrapper .event__timer-wrapper {
    position: static;
    flex-basis: auto;
    order: 3;
    visibility: visible;
  }
}
.activity .page_main .event-view .event-view__wrapper .timer {
  margin: 0;
}
.activity .page_main .event-view .event-view__wrapper .banner_info_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 100%;
  margin: 0 auto;
  padding: 15px 30px;
  text-align: center;
  color: #fff;
  background: url("../images/banner_content_bg.svg") no-repeat center;
  background-size: 100% 100%;
}
.activity .page_main .event-view .event-view__wrapper .banner_info_content .event-view__title {
  margin: 0;
  line-height: 1;
  font-size: 26px;
  font-weight: bold;
  color: #4BFF93;
}
.activity .page_main .event-view .event-view__wrapper .banner_info_content .event-view__status {
  position: relative;
  right: 0;
}
.activity .page_main .event-view .event-view__wrapper .banner_info_content .event-view__status.active {
  color: #4BFF93;
}
.activity .page_main .event-view .event-view__wrapper .banner_info_content .event-view__status.finished {
  color: #fff;
}
.activity .page_main .event-view .event-view__wrapper .banner_info_content .text {
  display: block;
  flex-basis: auto;
  order: 1;
  margin: 0;
}
.activity .page_main .event-view .event-view__wrapper .banner_info_content .event__timer-wrapper {
  position: static;
  flex-basis: auto;
  order: 3;
  visibility: visible;
}
.activity .page_main .event-view .event-view__wrapper .banner_info_content .event__timer-wrapper .timer__digits {
  font-size: 26px;
}
.activity .page_main .event-view .event-view__wrapper .banner_info_content .event__timer-wrapper .timer__content {
  font-size: 12px;
}
.activity .page_main .event-view .event-view__wrapper .banner_info_content .event__timer-wrapper .timer__content span {
  width: 34px;
}
.activity .page_main .event-view .event-view__wrapper .event-view__label {
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}
@media only screen and (max-width: 576px) {
  .activity .page_main .event-view .event-view__wrapper .back_button {
    padding: 0 20px;
  }
}
.activity .page_main .event-view .event-view__wrapper .event_info {
  flex-basis: 100%;
  justify-content: space-around;
  margin: 20px 0 0;
}
@media only screen and (max-width: 1024px) {
  .activity .page_main .event-view .event-view__wrapper .event_info {
    flex-basis: auto;
    flex-direction: column;
    order: 2;
    margin: 0;
  }
}
.activity .page_main .event-view .event-view__wrapper .event_info .event-view__info {
  margin-bottom: 5px;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .activity .page_main .event-view .event-view__wrapper .event_info .event-view__info {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.activity .page_main .event-view .event-view__wrapper .event_info .event-view__info .event-view__info-label {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4BFF93;
}
.activity .page_main .event-view .event-view__wrapper .event_info .event-view__info > div {
  display: inline-block;
}
.activity .page_main .event-view .event-view__wrapper.event_banners {
  max-width: unset;
}
@media only screen and (max-width: 768px) {
  .activity.tournament .page_main .event-view .event-view__wrapper .slider-wrap {
    display: none;
  }
}
.activity.tournament .page_main .event-view .event-view__wrapper .slider-wrap .event-view__side-slider .places-slider__table {
  width: 100%;
  margin-bottom: 0;
  border-spacing: 0;
}
.activity.tournament .page_main .event-view .event-view__wrapper .slider-wrap .event-view__side-slider .places-slider__table td {
  padding: 8px 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.activity.tournament .page_main .event-view .event-view__wrapper .slider-wrap .event-view__side-slider .places-slider__table tr td:last-child {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  color: #4BFF93;
}
.activity.tournament .page_main .event-view .event-view__wrapper .banner_info_content > *:not(:last-child) {
  margin-bottom: 10px !important;
}
.activity.tournament .page_main .event-view .event-view__wrapper .event-view__slider {
  margin: 10px 0;
}
.activity.tournament .page_main .event-view .event-view__wrapper .event-view__all-games {
  margin: 20px auto;
  text-align: center;
}
.activity.tournament .page_main .event-view .event-view__wrapper .table-leaderboard {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  border-radius: 30px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media only screen and (max-width: 768px) {
  .activity.tournament .page_main .event-view .event-view__wrapper .table-leaderboard {
    width: 100%;
  }
}
.activity.tournament .page_main .event-view .event-view__wrapper .table-leaderboard .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.activity.tournament .page_main .event-view .event-view__wrapper .table-leaderboard .table th {
  padding: 10px 15px;
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4BFF93;
  border-top: 0;
  border-bottom: 0;
}
.activity.tournament .page_main .event-view .event-view__wrapper .table-leaderboard .table th:last-child {
  text-align: right;
}
.activity.tournament .page_main .event-view .event-view__wrapper .table-leaderboard .table td {
  position: relative;
  padding: 10px 15px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border-top: 1px solid #2D3035;
}
.activity.tournament .page_main .event-view .event-view__wrapper .table-leaderboard .table td:last-child {
  font-weight: 700;
  text-align: right;
}
.activity.tournament .page_main .event-view .event-view__wrapper .table-leaderboard .table .empty {
  text-align: center;
}
.activity.tournament .page_main .event-view .event-view__wrapper .table-leaderboard .table .more_wrap {
  text-align: center;
}
.activity.tournament .page_main .event-view .event-view__wrapper .table-leaderboard .table .more_wrap > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #4BFF93;
}
.activity.tournament .page_main .event-view .event-view__wrapper .table-leaderboard .table .more_wrap > a .icon {
  margin-top: 2px;
  transition: 0.2s all ease;
}
@media only screen and (max-width: 576px) {
  .activity.tournament .page_main .event-view .event-view__wrapper .table-leaderboard .table th, .activity.tournament .page_main .event-view .event-view__wrapper .table-leaderboard .table td {
    font-size: 12px;
  }
}
.activity.tournament .page_main .event-view .event-view__wrapper .leaderboard-table .table-leaderboard {
  width: 50%;
  text-align: center;
  border: 1px solid #2D3035;
}
@media only screen and (max-width: 768px) {
  .activity.tournament .page_main .event-view .event-view__wrapper .leaderboard-table .table-leaderboard {
    width: 100%;
  }
}
.activity.tournament .page_main .event-view .event-view__wrapper .leaderboard-table .table-leaderboard .table td:last-child {
  color: #fff;
}
.activity.lottery .page_main .event-view .table-slider__body > div {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  transition: 0.2s all ease;
  opacity: 0;
}
.activity.lottery .page_main .event-view .table-slider__body > .slick-initialized {
  display: block;
  overflow: initial;
  opacity: 1;
}
.activity.lottery .page_main .event-view .event-view__wrapper .slider-wrap {
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .activity.lottery .page_main .event-view .event-view__wrapper .slider-wrap {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 15px;
    padding: 0;
  }
}
.activity.lottery .page_main .event-view .event-view__wrapper .slider-wrap .event-view__side-slider .table-slider__item {
  text-align: center;
}
.activity.lottery .page_main .event-view .event-view__wrapper .slider-wrap .event-view__side-slider .table-slider__item img {
  width: 100%;
  height: auto;
  margin: 10px auto;
}
.activity.lottery .page_main .event-view .event-view__wrapper .slider-wrap .event-view__side-slider .table-slider__item .table-slider__item-title {
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.activity.lottery .page_main .event-view .event-view__wrapper .slider-wrap .table-slider {
  width: 100%;
}
.activity.lottery .page_main .event-view .event-view__wrapper .slider-wrap .table-slider .table-slider__body {
  width: 100%;
}
.activity.lottery .page_main .event-view .event-view__wrapper .event-view__progress {
  display: none;
  flex-basis: 100%;
  margin: 20px 0 0;
}
@media only screen and (max-width: 1024px) {
  .activity.lottery .page_main .event-view .event-view__wrapper .event-view__progress {
    display: block;
    flex-basis: auto;
    order: 3;
    margin: 0;
  }
}
.activity.lottery .page_main .event-view .event-view__wrapper .banner_info_content > *:not(:last-child) {
  margin-bottom: 10px !important;
}
.activity.lottery .page_main .event-view .event-view__wrapper .banner_info_content .event-view__progress {
  display: block;
  flex-basis: auto;
  order: 3;
  margin: 0;
}
.activity.lottery .page_main .event-view .event-view__wrapper .event_info {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.activity.lottery .page_main .event-view .player_progress {
  display: block;
  width: 100%;
}
.activity.lottery .page_main .event-view .player_progress .progress_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.activity.lottery .page_main .event-view .player_progress .player_status {
  margin: 5px 0;
  padding-right: 32px;
  font-size: 14px;
  text-align: center;
  color: #4BFF93;
}
.activity.lottery .page_main .event-view .player_progress .player_status.success {
  color: #76bc3e;
}
.activity.lottery .page_main .event-view .player_progress .icon_ok {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  line-height: 33px;
  font-size: 22px;
  color: #76bc3e;
  background: #24262a;
  border-radius: 50%;
}
.activity.lottery .page_main .event-view .player_progress .progress_box {
  flex: 1;
  height: 22px;
  margin-right: 10px;
  padding: 0;
}
.activity.lottery .page_main .event-view .player_progress .progress_box .progress {
  width: 100%;
  height: 100%;
  padding: 5px;
  background: #000;
  border: 1px solid #4BFF93;
  border-radius: 11px;
}
.activity.lottery .page_main .event-view .player_progress .progress_box .fill {
  display: block;
  height: 100%;
  background: #4BFF93;
  border-radius: 6px;
}
.activity.lottery .page_main .event-view .player_progress .tooltip_wrap {
  position: relative;
  width: 22px;
  max-width: 22px;
  min-width: 22px;
}
.activity.lottery .page_main .event-view .player_progress .tooltip_wrap .con-tooltip {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #4BFF93;
  border: 1px solid #4BFF93;
  border-radius: 50%;
}
.activity.lottery .page_main .event-view .player_progress .tooltip_wrap .con-tooltip > .tooltip {
  position: absolute;
  top: calc(100% + 10px);
  right: -20px;
  visibility: hidden;
  width: 150px;
  padding: 10px;
  background: #2D3035;
  border-radius: 10px;
  opacity: 0;
}
.activity.lottery .page_main .event-view .player_progress .tooltip_wrap .con-tooltip > .tooltip:before {
  content: "▲";
  position: absolute;
  right: 24px;
  bottom: calc(100% - 4px);
  font-size: 14px;
  line-height: 14px;
  color: #2D3035;
}
.activity.lottery .page_main .event-view .player_progress .tooltip_wrap .con-tooltip:hover > .tooltip, .activity.lottery .page_main .event-view .player_progress .tooltip_wrap .con-tooltip:focus > .tooltip {
  visibility: visible;
  opacity: 1;
  transition: 0.2s all ease;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .activity.lottery .page_main .event-view .player_progress .progress_row {
    max-width: 170px;
  }
  .activity.lottery .page_main .event-view .player_progress .player_status {
    padding-right: 26px;
  }
  .activity.lottery .page_main .event-view .player_progress .tooltip_wrap {
    width: 18px;
    max-width: 18px;
    min-width: 18px;
  }
  .activity.lottery .page_main .event-view .player_progress .tooltip_wrap .con-tooltip {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #4BFF93;
    border: 1px solid #4BFF93;
    border-radius: 50%;
  }
  .activity.lottery .page_main .event-view .player_progress .tooltip_wrap .con-tooltip:hover > .tooltip {
    visibility: visible;
    opacity: 1;
  }
  .activity.lottery .page_main .event-view .player_progress .progress_box {
    height: 18px;
    margin-right: 8px;
  }
  .activity.lottery .page_main .event-view .player_progress .progress_box .progress {
    padding: 3px;
  }
}

.multi_prizes {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.multi_prizes > span:not(:first-child) {
  color: #4BFF93;
}
table .multi_prizes {
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
}
table .multi_prizes > span:not(:first-child) {
  padding-left: 0.25em;
}

.page_calendar .container {
  width: 765px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.page_calendar h1.page_title {
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}
.page_calendar .prizepool {
  margin: 20px 0;
  text-align: center;
  color: #4BFF93;
}
.page_calendar .prizepool .title {
  margin: 2px 0;
  font-size: 20px;
}
.page_calendar .prizepool .money {
  margin: 2px 0;
  font-size: 30px;
  font-weight: bold;
}
.page_calendar .active_period {
  margin: 20px;
  font-size: 10px;
  text-align: center;
  color: #fff;
}
.page_calendar .active_period .columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page_calendar .active_period .columns > .column {
  flex: 1;
}
@media only screen and (max-width: 576px) {
  .page_calendar .active_period .columns > .column {
    display: block;
    margin: 10px 0;
  }
}
.page_calendar .active_period .title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.page_calendar .active_period .subtitle {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 500;
}
.page_calendar .active_period .date {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 576px) {
  .page_calendar .active_period .date {
    width: min-content;
    width: -moz-min-content;
    width: min-intrinsic;
    margin: 0 auto;
  }
}
.page_calendar .description {
  margin: 30px 0;
}
.page_calendar .description .title {
  margin: 20px 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #4BFF93;
}
.page_calendar .description .content {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .page_calendar .description .content {
    text-align: center;
  }
}
.page_calendar .calendar_header {
  margin: 10px 0;
  padding: 10px 15px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}
.page_calendar .calendar_slider {
  position: relative;
}
.page_calendar .calendar_slider .calendar_slider_week {
  position: relative;
  overflow: hidden;
  height: 67px;
  transition: 0.2s all ease;
  opacity: 0;
}
.page_calendar .calendar_slider .calendar_slider_week.slick-initialized {
  overflow: unset;
  opacity: 1;
}
.page_calendar .calendar_slider .calendar_slider_day {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 67px;
  margin-right: 3px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: gray;
  background: #000;
  border: 1px solid #17181b;
  border-radius: 15px;
}
.page_calendar .calendar_slider .calendar_slider_day:hover {
  color: #4BFF93;
  border-color: #4BFF93;
}
.page_calendar .calendar_slider .calendar_slider_day.today {
  color: #806b3f;
  border-color: #806b3f;
}
.page_calendar .calendar_slider .calendar_slider_day.today:hover {
  color: #4BFF93;
  border-color: #4BFF93;
}
.page_calendar .calendar_slider .calendar_slider_day.active {
  color: #4BFF93;
  border-color: #4BFF93;
  opacity: 1;
}
.page_calendar .calendar_slider .calendar_slider_day .name {
  display: block;
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: bold;
}
.page_calendar .calendar_slider .calendar_slider_day .day {
  display: block;
  font-size: 22px;
  font-weight: bold;
}
.page_calendar .calendar_slider .slick-arrow {
  position: absolute;
  height: 67px;
  margin: 0;
  padding: 0;
  font-size: 25px;
  text-align: center;
  color: #fff;
  background: none;
  border: none;
  transition: 0.2s all ease;
  cursor: pointer;
}
.page_calendar .calendar_slider .slick-arrow:hover {
  color: #b3b3b3;
}
.page_calendar .calendar_slider .slick-arrow.prev {
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.page_calendar .calendar_slider .slick-arrow.next {
  top: 0;
  right: 0;
  transform: translateX(100%);
}
.page_calendar .cards_list_wrap {
  margin-right: -10px;
  margin-left: -10px;
}
.page_calendar .cards_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  padding: 10px 0;
}
.page_calendar .cards_list > .menu-item {
  display: block;
  width: calc(33.33% - 20px);
  margin: 10px 10px;
}
.page_calendar .cards_list > .menu-item.fluid {
  width: 100%;
}
.page_calendar .cards_list > .menu-item.description {
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .page_calendar .cards_list > .menu-item {
    width: calc(100% - 20px);
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
}
.page_calendar .cards_list .card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #2D3035;
  border-radius: 30px;
  transition: 0.2s all ease;
  cursor: pointer;
}
.page_calendar .cards_list .card:hover {
  background-color: #1E1F21;
}
.page_calendar .cards_list .card.active {
  background-color: #1E1F21;
}
.page_calendar .cards_list .card.active:after {
  content: " ";
  position: absolute;
  top: calc(100% + 15px);
  left: calc(50% - 5px);
  display: block;
  width: 11px;
  height: 11px;
  background: #1E1F21;
  transform: rotate(45deg);
}
.page_calendar .cards_list .card .image {
  display: block;
  width: 100%;
  height: 134px;
  margin: 0 auto 5px;
}
.page_calendar .cards_list .card .image > img {
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 30px;
  object-fit: cover;
}
.page_calendar .cards_list .card .title {
  margin: 6px 0 auto 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.page_calendar .cards_list .card .prizepool {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #4BFF93;
}
.page_calendar .cards_list .card .prizepool .money {
  margin: 2px 0;
  font-size: 22px;
  font-weight: 400;
}
.page_calendar .cards_list .card .finish_date {
  margin: 5px 0 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  color: #fff;
}
.page_calendar .cards_list .card .button_row {
  text-align: center;
}
.page_calendar .cards_list .card .button_more {
  height: 2.5em;
  padding: 0 15px;
  line-height: 2.5em;
}
.page_calendar .cards_list .card_description {
  padding: 10px 20px;
  background: #1E1F21;
  border-radius: 30px;
}
.page_calendar .cards_list .card_description > .title {
  margin: 10px 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  color: #4BFF93;
}
.page_calendar .cards_list .card_description > .button_row {
  margin: 10px 0;
  text-align: left;
}
.page_calendar .calendar_end_wrap {
  margin: 20px auto;
  text-align: center;
}
.page_calendar .calendar_end_wrap .timer {
  display: inline-block;
  min-width: 205px;
  margin: 0 auto;
  padding: 10px 20px;
  text-transform: none;
  border-radius: 6px;
}
.page_calendar .calendar_end_wrap .timer .countdown__title {
  margin-bottom: 5px;
  font-size: 1rem;
}
.page_calendar .calendar_end_wrap .timer .countdown__body {
  margin: 8px 0;
  font-size: 32px;
}
.page_calendar .calendar_end_wrap .timer .timer__content {
  font-size: 1rem;
  font-weight: 500;
}
.page_calendar .calendar_end_wrap .timer .timer__content > span {
  display: inline-block;
  width: 42px;
}
.page_calendar .leaderboard_wrap {
  margin: 40px 0 20px 0;
}
.page_calendar .leaderboard_wrap > .title {
  margin: 20px 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #4BFF93;
}
.page_calendar .leaderboard_wrap .qualification {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #4BFF93;
}
.page_calendar .leaderboard_wrap .grid-view {
  overflow-x: auto;
  margin: 0 auto;
  border: 1px solid #2D3035;
  border-radius: 30px;
}
.page_calendar .leaderboard_wrap .grid-view table {
  width: 100%;
  border-collapse: collapse;
}
.page_calendar .leaderboard_wrap .grid-view table thead tr {
  color: #4BFF93;
  border-bottom: 1px solid #2D3035;
}
.page_calendar .leaderboard_wrap .grid-view table thead th {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}
.page_calendar .leaderboard_wrap .grid-view table thead th:last-child {
  text-align: right;
}
.page_calendar .leaderboard_wrap .grid-view table tbody tr {
  display: none;
  border-top: 1px solid #2D3035;
}
.page_calendar .leaderboard_wrap .grid-view table tbody tr.current_player {
  color: #4BFF93;
}
.page_calendar .leaderboard_wrap .grid-view table tbody tr.always_visible {
  display: table-row;
}
.page_calendar .leaderboard_wrap .grid-view table tbody td {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.page_calendar .leaderboard_wrap .grid-view table tbody td:last-child {
  font-weight: bold;
  text-align: right;
}
.page_calendar .leaderboard_wrap .grid-view.show_all tbody tr {
  display: table-row !important;
}
@media only screen and (max-width: 576px) {
  .page_calendar .leaderboard_wrap .grid-view {
    overflow-y: auto;
  }
  .page_calendar .leaderboard_wrap .grid-view table {
    min-width: 560px;
  }
  .page_calendar .leaderboard_wrap .grid-view table th, .page_calendar .leaderboard_wrap .grid-view table td {
    padding-right: 20px !important;
  }
}
.page_calendar .cashbox_button_wrap {
  margin: 40px 0;
  text-align: center;
}
.page_calendar .leaderboard_more_wrap {
  margin: 20px 0;
  text-align: center;
}
.page_calendar .leaderboard_more_wrap > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #4BFF93;
}
.page_calendar .empty {
  margin: 0 auto;
  padding-top: 25px;
}
@media only screen and (max-width: 576px) {
  .page_calendar .empty {
    text-align: center;
  }
}

.page_wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page_footer {
  margin-top: auto;
}

.low_balance {
  display: none !important;
}
.low_balance .icon i {
  font-size: 43px;
}

.game_page .low_balance {
  display: block !important;
}

.error_page .page_wrap {
  display: block;
}
.error_page .page_header {
  display: block;
  flex: 0;
  margin: 0;
  text-align: center;
  background: inherit;
}
.error_page .page_header .logo {
  display: inline-block;
  padding: 0;
  margin-top: 25px;
}
.error_page .page_header .logo img {
  width: 151px;
}
.error_page .page_main {
  display: block;
  flex: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  background: inherit;
}
.error_page .page_main .container {
  max-width: 620px;
  margin: 15px auto;
  padding: 0 10px;
  text-align: center;
}
.error_page .page_main .container.go_back {
  margin-top: 25px;
}
.error_page .page_main .maintenance {
  max-width: 90%;
  margin: 0 auto;
}
.error_page .page_main .maintenance h1 {
  margin: 5px 0 20px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.error_page .page_main .maintenance h2 {
  margin: 40px 0;
  font-size: 16px;
  font-weight: 300;
}
.error_page .page_main .maintenance h2 .maintenance__text-highlighted {
  font-weight: 600;
}
.error_page .page_main .maintenance h2 .maintenance__text-bold {
  font-weight: 600;
}
.error_page .page_main .maintenance .timer {
  color: #fff;
}
.error_page .page_main .maintenance .timer .timer_title {
  font-size: 22px;
}
.error_page .page_main .maintenance .timer .timer_body {
  font-size: 56px;
  font-weight: bold;
}
.error_page .page_main .maintenance__footer .message {
  max-width: 280px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #636363;
}
.error_page .page_main .maintenance .image {
  max-width: 180px;
  margin: 0 auto;
  width: 100%;
}
.error_page .page_main .maintenance .image img {
  display: block;
  width: 100%;
}
.error_page .page_main .error h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.error_page .page_main .error h3 {
  margin: 20px 0 0;
  font-weight: 700;
}
.error_page .page_main .games_gallery > .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
.error_page .page_main .games_gallery > .list > .menu-item {
  width: 192px;
  height: auto;
  margin: 5px;
}
.error_page .page_main .games_gallery > .list > .menu-item .button_real {
  padding: 2px 10px;
}
.error_page .page_main .games_gallery > .list > .menu-item .button_demo {
  padding: 2px 10px;
}
.error_page .page_main .form {
  margin: 10px auto;
  text-align: center;
}
.error_page .page_main .form .row {
  display: flex;
  margin: 20px 0;
}
.error_page .page_main .form .row > .column {
  flex: 1;
}
.error_page .page_main .form .button.special {
  margin-top: 20px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  color: #2D3035;
  background: #4BFF93;
}
.error_page .page_main .form .image {
  display: block;
  max-width: 100%;
}
.error_page .page_main .form .image > img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}
.error_page .error_code {
  background: linear-gradient(180deg, #42D775 0%, #006C34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 210px;
  font-size: 180px;
  font-weight: 500;
  -webkit-text-stroke: 2px #fff;
}
.error_page em {
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  color: #4BFF93;
}
.error_page .help_btn_holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0 30px;
}
.error_page .help_btn_holder .help_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.error_page .help_btn_holder .help_btn:hover * {
  text-decoration: none;
}
.error_page .help_image {
  display: block;
  width: 30px;
}
@media only screen and (max-width: 768px) {
  .error_page .page_header {
    padding-top: 25px;
  }
  .error_page .page_header .logo img {
    width: 200px;
  }
  .error_page .page_main .container {
    margin: 10px auto;
  }
  .error_page .page_main .maintenance h1 {
    margin: 10px 0 10px;
  }
  .error_page .page_main .maintenance h2 {
    margin: 15px 0;
  }
  .error_page .page_main .error h2 {
    font-size: 22px;
  }
  .error_page .page_main .games_gallery > .list {
    flex-direction: column;
  }
  .error_page .page_main .form {
    padding: 0 15px;
  }
  .error_page .page_main .form .row {
    display: block;
    margin: 10px 0;
  }
  .error_page .page_main .form .image {
    display: none;
  }
  .error_page .error_code {
    font-size: 90px;
  }
}

.game_page .page_main {
  width: 100%;
  margin: 0 auto;
}
.game_page .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.game_page .row > .column {
  flex: 1;
}
.game_page .row > .column.left_sidebar {
  flex: unset;
  width: 280px;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .game_page .row > .column.left_sidebar {
    display: none;
  }
}
.game_page .row > .column.center {
  position: relative;
  max-height: 100vh;
  max-width: calc((100vh - 76px) * 1.77);
}
.game_page .row > .column.right_sidebar {
  flex: unset;
  width: 300px;
  margin-left: 15px;
}
@media (max-width: 1300px) {
  .game_page .row > .column.right_sidebar {
    display: none;
  }
}
.game_page .game_controls {
  display: block;
  text-align: right;
}
.game_page .game_controls .action {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 36px;
  text-align: center;
  color: #4BFF93;
  background: none;
  border: none;
  box-shadow: none;
  transition: 0.2s all ease;
  cursor: pointer;
}
.game_page .game_controls .action:hover {
  color: #fff;
}
.game_page .game_wrap {
  margin: 36px 0 0 0;
}
.game_page .menu_wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #000;
  z-index: 10;
}
.game_page .menu_wrap .game_page_menu .elItems {
  justify-content: space-between;
}
.game_page .menu_wrap .game_page_menu .elItems .menu-item a {
  display: block;
  width: 100%;
  padding: 0 10px;
  line-height: 36px;
  font-weight: bold;
  text-decoration: none;
  color: #4BFF93;
}
.game_page .menu_wrap .game_page_menu .elItems .menu-item.active a {
  font-weight: bold;
  color: #4BFF93;
}
.game_page .menu_wrap .game_page_menu .elItems .menu-item:hover a {
  color: #4BFF93;
}
.game_page .menu_wrap .game_page_menu .content {
  height: 140px;
}
.game_page .menu_wrap .game_page_menu .content .game_item {
  border-radius: 15px;
}
.game_page .menu_wrap .game_page_menu .content .game_item .button_demo {
  display: none;
}
.game_page .menu_wrap .game_page_menu .content .game_item .game_caption {
  font-size: 12px;
  white-space: nowrap;
}
.game_page .menu_wrap .game_page_menu .content .game_item > .image > img {
  border-radius: 15px 15px 0 0;
}
.game_page .menu_wrap .game_page_menu .loader {
  transform: scale(0.6);
  transform-origin: top;
}
@media only screen and (max-width: 1024px) {
  .game_page .menu_wrap {
    display: none;
  }
}
.game_page .logo {
  padding: 20px;
}
.game_page .logo .image {
  display: block;
}
.game_page .logo .image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.game_page .button_row {
  display: block;
  margin: 20px 0;
  padding: 0 20px;
}
.game_page .button_row .button.basic {
  color: #fff;
  background: none;
  border: 1px solid #fff;
  box-shadow: none;
}
.game_page .button_row .button.basic:hover {
  color: #2D3035;
  background: #fff;
}
.game_page .left_sidebar_row {
  margin: 10px 0;
  padding: 0 20px;
  text-align: center;
}
.game_page .left_sidebar_row.m_top {
  margin: 20px 0 10px 0;
}
.game_page .left_sidebar_row .username {
  margin-left: 0.5em;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.game_page .left_sidebar_row .tooltip-wrap {
  width: 100%;
}
.game_page .left_sidebar_row .tooltip-wrap > .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .game_page {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
  }
  .game_page .left_sidebar, .game_page .right_sidebar {
    display: none;
  }
  .game_page .gameplay_nav, .game_page .page_footer, .game_page .game_controls {
    display: none;
  }
  .game_page .page_main, .game_page .game, .game_page .game_wrap {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
  }
}
.game_page .show_exit_lobby_modal {
  line-height: 36px;
  font-size: 14px;
  text-decoration: none;
}
.game_page .button_info {
  justify-content: flex-start;
  padding-left: 15px;
}

.games_page {
  padding: 10px 0 20px;
}
.games_page .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.games_page .row > .column {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .games_page .row {
    display: block;
    flex-direction: column;
  }
  .games_page .row > .column {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .games_page .row {
    display: block;
  }
}
.games_page .home-sidebar {
  width: 25%;
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .games_page .home-sidebar {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .games_page .home-sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin-left: 0;
  }
}
.games_page .filters_column {
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 25%;
  max-width: 25%;
  margin-right: 30px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .games_page .filters_column {
    width: 33%;
    max-width: 33%;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .games_page .filters_column {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.games_page #games_filter {
  position: relative;
  z-index: 1;
}
.games_page .games_filter {
  top: 0;
  width: 100%;
  margin: 0;
  padding: 1px 0;
}
.games_page .games_filter .form-group.search {
  position: relative;
}
.games_page .games_filter .form-group.search .loader_overlay {
  background: transparent;
}
.games_page .games_filter .form-group.search .loader {
  width: 20px;
  height: 20px;
  align-self: flex-end;
  margin-right: 10px;
}
.games_page .games_filter .form-group.search .loader:before, .games_page .games_filter .form-group.search .loader:after {
  border-width: 4px;
}
@media only screen and (max-width: 576px) {
  .games_page .games_filter .form-group.search .loader_overlay {
    display: none;
  }
}
.games_page .games_filter .form-group.search .form-control {
  border-radius: 30px;
}
.games_page .games_filter .filter_term {
  margin-top: 10px;
}
.games_page .games_filter .filter_category {
  margin: 15px 0;
}
.games_page .games_filter .filter_provider {
  margin: 15px 0;
}
.games_page .games_filter .filter_provider_dd {
  display: none;
}
.games_page .games_filter .filter_provider_dd .menu {
  overflow: auto;
  max-height: 230px;
}
.games_page .games_filter .filter_provider_dd .button {
  text-transform: uppercase;
}
.games_page .games_filter .filter_provider_dd a {
  text-decoration: none;
  text-transform: uppercase;
}
.games_page .games_filter .filter_provider_dd.open .button {
  border-radius: 30px 30px 0 0;
}
.games_page .games_filter .filter_provider_dd.open .menu {
  border-radius: 0 0 30px 30px;
}
@media only screen and (max-width: 768px) {
  .games_page .games_filter .filter_category {
    margin: 10px 0;
  }
  .games_page .games_filter .filter_provider {
    display: none;
  }
  .games_page .games_filter .filter_provider_dd {
    display: block;
  }
}
.games_page .games_filter .divider {
  display: block;
  height: 1px;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 768px) {
  .games_page .games_filter .divider {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .games_page .loader_overlay {
    bottom: unset;
    margin-top: 50px;
  }
}
.promo_page {
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .promo_page {
    padding-top: 15px;
  }
}
.promo_page .row {
  display: flex;
}
.promo_page .row > .column {
  flex: 3;
  margin: 0;
  padding: 0;
}
.promo_page .row > .column.right.sidebar {
  flex: 1;
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .promo_page .row {
    display: block;
  }
  .promo_page .row > .column, .promo_page .row .column.right.sidebar {
    margin: 20px 0;
  }
}
.promo_page .sidebar_title {
  margin: 0 0 20px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.promo_page .sidebar_menu {
  display: block;
  margin: 15px 0;
}
.promo_page .sidebar_menu .list {
  display: block;
  margin: 15px 0;
}
.promo_page .sidebar_menu .list > .menu-item {
  margin: 20px 0;
}
.promo_page .sidebar_menu .list > .menu-item a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  background: #000;
  border: 1px solid #2D3035;
  border-radius: 30px;
  transition: 0.2s all ease;
}
.promo_page .sidebar_menu .list > .menu-item a:hover {
  background: #1E1F21;
}
.promo_page .sidebar_menu .list > .menu-item .image {
  width: 120px;
  max-width: 100%;
}
.promo_page .sidebar_menu .list > .menu-item .image > img {
  width: 100%;
}
.promo_page .sidebar_menu .list > .menu-item .caption {
  margin: 0 0 0 10px;
}
.promo_page .sidebar_menu .list > .menu-item .label {
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4BFF93;
}
.promo_page .sidebar_menu .list > .menu-item a {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.2s all ease;
}
.promo_page .promo_bonuses_list_wrap {
  margin-left: -20px;
}
.promo_page .promo_bonuses_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  width: 100%;
}
.promo_page .promo_bonuses_list > .menu-item {
  display: block;
  width: 33.3333333333%;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1024px) {
  .promo_page .promo_bonuses_list > .menu-item {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .promo_page .promo_bonuses_list > .menu-item {
    width: 100%;
  }
}
.promo_page .promo_bonuses_list .bonus_card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #000;
  border: 1px solid #2D3035;
  border-radius: 30px;
  transition: 0.2s all ease;
}
@media only screen and (max-width: 576px) {
  .promo_page .promo_bonuses_list .bonus_card {
    max-width: 280px;
    margin: 0 auto;
  }
}
.promo_page .promo_bonuses_list .bonus_card:hover {
  background: #1E1F21;
}
.promo_page .promo_bonuses_list .bonus_card .image {
  width: 270px;
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .promo_page .promo_bonuses_list .bonus_card .image {
    width: 170px;
  }
}
.promo_page .promo_bonuses_list .bonus_card .image > img {
  width: 100%;
}
.promo_page .promo_bonuses_list .bonus_card .title {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4BFF93;
}
.promo_page .promo_bonuses_list .bonus_card .description {
  margin: 0 0 auto;
  font-size: 13px;
  text-align: center;
}
.promo_page .promo_bonuses_list .bonus_card .bonus_actions {
  margin-top: 15px;
}
.promo_page .promo_bonuses_list .bonus_card .popover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 20px 10px 10px;
  background: #2D3035;
  border-radius: 30px;
  transition: 0.2s all ease;
  opacity: 0;
}
.promo_page .promo_bonuses_list .bonus_card .popover.visible {
  visibility: visible;
  opacity: 1;
}
.promo_page .promo_bonuses_list .bonus_card .popover .description {
  overflow: auto;
  margin: 0 auto;
  padding: 0 10px;
}
.promo_page .promo_bonuses_list .bonus_card .popover .description::-webkit-scrollbar-button {
  width: 5px;
  height: 0;
  background-repeat: no-repeat;
}
.promo_page .promo_bonuses_list .bonus_card .popover .description::-webkit-scrollbar-track {
  background-color: #000;
}
.promo_page .promo_bonuses_list .bonus_card .popover .description::-webkit-scrollbar-thumb {
  background-color: #4BFF93;
  border-radius: 0;
}
.promo_page .promo_bonuses_list .bonus_card .popover .description::-webkit-scrollbar-thumb:hover {
  background-color: #ffc64a;
}
.promo_page .promo_bonuses_list .bonus_card .popover .description::-webkit-scrollbar {
  width: 8px;
}
.promo_page .promo_bonuses_list .empty {
  padding: 0 20px;
}
.promo_page h1.page_title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}
@media only screen and (max-width: 576px) {
  .promo_page h1.page_title {
    font-size: 26px;
  }
}

.sport main {
  min-height: 0;
}
.sport .button_go_top {
  display: none;
}
.sport.sport_mobile.header_unlogin .header_mobile {
  height: 122px;
}
.sport.sport_mobile.header_unlogin #sport_div_iframe > iframe {
  height: calc(100vh - 122px);
}
.sport.sport_mobile.header_login .header_mobile {
  height: 178px;
}
.sport.sport_mobile.header_login #sport_div_iframe > iframe {
  height: calc(100vh - 178px);
}
.sport.sport_mobile.header_login_bonus .header_mobile {
  height: 239px;
}
.sport.sport_mobile.header_login_bonus #sport_div_iframe > iframe {
  height: calc(100vh - 239px);
}

.static_page .container {
  max-width: 730px;
  margin: 20px auto;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
}
.static_page .container a {
  display: inline-block;
}
.static_page .container h1, .static_page .container h2, .static_page .container h3, .static_page .container h4, .static_page .container p {
  margin: 20px 0;
}
.static_page .container h1.page_title {
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #4BFF93;
}
.static_page .container .suspend_button {
  margin: 40px 0;
  text-align: center;
}
.static_page .container img {
  max-width: 100%;
}

.only.fixed{
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 2;
	background: #991a17;
}
			.page_wrap{
			background: #000;
		}
		.home-sidebar .tournament__sidebar .winners_slider, .home-sidebar .tournament__sidebar .home-view-sidebar__title, .home-sidebar .tournament__sidebar{
			background: transparent;
			border: none;
		}
		
.button.primary {
    color: #000;
    background: linear-gradient(180deg, #8AFF96 0%, #56FF5D 100%);
	border-radius: 5px;
}
		.button.primary:hover, .button.primary:focus {
    filter: brightness(1.1) contrast(1.8);
}

		.game_item .button_real{
			color: #000;
background: linear-gradient(180deg, #8AFF96 0%, #56FF5D 100%);
	border-radius: 5px;
		}

		.button.secondary{
			color: #0C0C0C;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 43.75%, #D3D3D3 100%);
			border-radius: 5px;
		}
		.button.secondary:hover, .button.secondary:focus {
    filter: brightness(1) contrast(1.4);
}
				.winner_item .content .user_name {
    color: #FFEE53;
}
		.winner_item .content .time {

    color: #FFC106;
}
		.header_banners .slick-dots li button::before{
			background: #000;
		}
		.header_banners .slick-dots li.slick-active button::before{
			background: #48FF5B;
		}
		.home-sidebar .tournament__sidebar{
			background: #0F0F0F;
    border: 1px solid #48FF5B;
			border-radius: 5px;
		}
		.winner_item:hover{
			background: #48FF5B;
		}
		.game_item > .image .overlay{
			background: linear-gradient(0deg, rgb(27 50 74 / 71%), rgb(17 18 18 / 85%)) !important;
		}
		.game_item .game_caption{
			background: rgba(0, 35, 14, 0.9) !important;
		}
			.header_banners .item::before, .header_banners .item::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    display: flex;
    width: 170px;
}
		.header_banners .item::before {
    background: linear-gradient(90deg, #000 10%, rgba(29, 29, 29, 0) 100%);
    left: 0;
}
		.header_banners .item::after {
    right: 0;
    background: linear-gradient(-90deg, #000 10%, rgba(29, 29, 29, 0) 100%);
}
	
	
	
	
	b{
		display: block;
	}
	.expert-review {
    color: #fff;
    margin-right: 10px;
		background: #58627185;
}


.expert-review--color-black-1 {
    background: #58627185;
}

.expert-review-expert-header, .expert-review-pluses-minuses-header, .expert-review-qa-header, .expert-review-score-header {
    color: #fff;
}

.expert-review-qa__text{
background: #ffffff40;
}
	
	
	
	
	.icon-top:before {
  content: "\E00E";
		font-size: 70px;
}
	
	.button.primary, .button.secondary{
				font-family: "Montserrat", sans-serif;
		font-size: 16px;
    font-weight: bold;
	}
	
	
		.header_desktop .container .menu .menu-item a{
		font-family: "Montserrat", sans-serif;
		font-size: 15px;
    font-weight: bold;
    transition: 0.2s all ease;
		text-transform: uppercase;
		position: relative;
			color: #fff;
	}
	.header_desktop .container .menu .menu-item a:hover{
		color: #48FF5B;
	}
	.header_desktop .menu .item a .icon img{
		margin-right: 0;
	}
	
		.tabmenu_categories{
/* 		flex-wrap: wrap; */
			box-shadow: 0 1px 0 0px #2e2e2e;
			padding: 0;
	}
	
	.tabmenu_categories .menu-item a{
				font-family: "Montserrat", sans-serif;
line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #48FF5B;
		text-transform: capitalize;
	}
	.tabmenu_categories .menu-item:nth-child(3) a{
font-weight: bold;
    color: #48FF5B;
	}
	
	.tabmenu_categories .menu-item a:hover{
		color: #fff;
	}
	.tabmenu_categories .menu-item:nth-child(3) a:hover{
		color: #48FF5B;
	}

	
	
	.desktop span:first-child{
		font-size: 30px; 
			color: #fff;
	}
			.desktop span:nth-child(2){
				font-size: 30px; 
			color: #fff;
	}
		.desktop span:last-child{
		font-size: 30px; 
			color: #fff;
	}
	.page_footer .footer_menu .menu-item a{
		font-family: "Montserrat", sans-serif;
font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	}
	
	.page_footer .footer_menu .menu-item a:hover{
		color: #48FF5B;
	}
	
	.languages_dd.dropdown-button ul{
		list-style: none;
	}
		.languages_dd.dropdown-button a{
			font-family: "Montserrat", sans-serif;
			text-shadow: 0 0 4px #fff;
			text-decoration: none;
margin-left: 9px;
    font-size: 14px;
    font-weight: 400;
			position: relative;
			padding-left: 6px;
    display: flex;

	}
		.languages_dd.dropdown-button a img{
		position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    height: 30px;
	border-radius: 50%;
	}
	
	
	.page_footer .providers.logos.payments{
padding: 40px;
    background: #0E0E0E;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 40px;
    width: max-content;
    border: 2px solid #252525;
	}
	
	
	/* для асайда	 */	

	.activity_card.small.tournament {
		font-family: "Montserrat", sans-serif;
max-width: 480px;
    margin: 0 15px;
    background: #0F0F0F;
    border: 1px solid #48FF5B;
    border-radius: 5px;
}
	.tournament__sidebar{
		margin: 0 15px;
		margin-bottom: 20px;
	}
	.activity_card.small .subtitle {
    margin: 0;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
		
}
	.activity_card.small .title {
margin: 0;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #48FF5B;
}
	.activity_card.small .content .prize-pool {
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
	.activity_card.small .content .image {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
	.activity_card.small .content .action {
    margin-top: -30px;
    text-align: center;
}
	.timer .timer__digits{
		font-size: 30px;
    font-weight: bold;
    color: #48FF5B;
	}
	.activity_card.small .button.primary{
		background-color: #ff9900;
    color: black;
	}

/* custom-banner */
	.custom-banner{
		position: relative;
		width: 100%;
		min-height: 300px;
		overflow: hidden;
	}
	img.custom-banner__img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all .3s;
	}
	.custom-banner__content{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
	width: max-content;
    max-width: 90%;
	}
	.custom-banner__content::after{
		content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    border-radius: 6px;
    opacity: 0.7;
	}
	.custom-banner__link{
		margin: 10px 0;
	}
	.custom-banner:hover img{
		transform: scale(1.1);
	}
/* 	faq */
.faq__item{
	padding: 10px;
    border-radius: 5px;
    background-color: rgba(100, 100, 100, 0.3);
    color: #fff;
    margin: 5px auto;
}
.footer__faq__q{
	font-size: 20px;
}
.footer__faq__a{
	padding-left: 20px;
    margin: 10px 0 0 0;
}
	
	.toc__items{
		display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    list-style: none;
    padding: 20px;
    border: 1px solid;
	}
	.toc__link{
		display: block;
		width: 90%;
		position: relative;	
		padding-left: 25px;
		transition: all .3s;
		text-decoration: none;
	}

	.toc__link:before{
		position: absolute;
		content: '';
		width: 20px;
		height: 20px;		
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
    top: -2px;
    left: 0;
	}


		@media (max-width: 1200px){
.header_banners .overlay {
    padding: 28px 0;
    background: rgb(0 0 0 / 44%);
}
		.header_mobile .header_nav .column{
			text-align: center;
    margin-bottom: 10px;
		}
		}
	
	@media (max-width: 768px){

		.page_footer .providers.logos.payments{
			max-width: 100%;
			padding: 25px;
		}
		.games_page .home-sidebar{
			min-width: 100%;
		}
		.tabmenu_categories .menu-item a{
			font-size: 14px;
		}
		.header_banners .item::after{
			display:none;
		}
		.toc__items{
			grid-template-columns: repeat(2, 1fr);
			padding: 14px;
		}
	}

@media (max-width: 540px){
			.alignright, .alignleft, .aligncenter, .alignnone{
width: 100%;
height: auto;
}
}
@media (max-width: 480px){
	.games_grid {
    grid-template-columns: repeat(1, 1fr);
}
			.toc__items{
			grid-template-columns: repeat(1, 1fr);
			padding: 10px;
		}
}
