@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
}
body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica,
    sans-serif;
}
a {
  text-decoration: none;
  color: #ffffff;
}
svg {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
::-webkit-scrollbar {
  width: 10px;
  background: #252525;
}

::-webkit-scrollbar-thumb {
  background: #555;
  border: 2px solid #252525;
  border-radius: 4px;
}

.icon-w-24 {
  width: 24px;
  height: 24px !important;
}
.background {
  position: fixed;
  z-index: -1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url("./assets/bg.png") 50% 50% repeat;
}
.side-menu {
  background: #252525;
  padding: 6px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  border-radius: 12px 0 0 12px;
  z-index: 10;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  box-shadow: -3px 3px 5px #000000;
}
.side-menu__item {
  position: relative;
  cursor: pointer;
  margin: 6px 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
}
.side-menu__item svg {
  width: 32.4px;
  height: 32.4px;
  fill: #edc97f;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.side-menu__item:hover {
  transform: scale(1.2);
}
.side-menu__item .icon-favorite {
  fill: #f11414;
}
.side-menu__item .icon-tg-enter {
  fill: #2b5278;
}
.side-menu__item .icon-popup-help {
  fill: #27ae60;
}
.header {
  background: #1e1e1e;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 200;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap {
  width: 100%;
  max-width: 100%;
  height: 68px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.1fr 0.4fr 0.5fr 2fr 1fr;
  grid-template-areas: "aa bb cc dd ee";
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-menu-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header-menu:hover {
  fill: #fff;
  color: #fff;
}
.header-menu {
  width: 64px;
  height: 100%;
  fill: #c5c5c5;
  color: #c5c5c5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-search {
  position: relative;
  padding: 6px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justifi-content: center;
}
.header-search svg:hover {
  fill: #fff;
}
.header-search svg {
  width: 24px;
  height: 24px;
  fill: #888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-logo {
  float: left;
  margin: auto 12px auto 0;
  align-items: center;
  display: flex;
}

.header-logo .icon-riobet {
  height: 56px;
  width: 175px;
}
.menu {
  height: 55px;
  position: inherit;
  background: none;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  z-index: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #e0e0e0;
  width: 100%;
}
.menu__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin: 0 12px;
  padding: 4px 0;
}

.menu__item .icon {
  position: relative;
  width: 24px;
  height: 24px;
  fill: #e0e0e0;
  -webkit-transition: fill 0.1s linear;
  transition: fill 0.1s linear;
}
.menu__item {
  color: #edc97f;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}

.menu__item-text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.menu__item-text:hover {
  color: #edc97f;
}
.header-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding: 0 24px 0 12px;
}
.button {
  width: fit-content;
  border-radius: 4px;
  padding: 12px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  display: inline-block;
  background: #edc97f;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-account .button {
  margin-left: 12px;
  height: 40px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-account .button span {
  white-space: nowrap;
}
.button__text,
.button__text * {
  position: relative;
  font-weight: 800;
  white-space: nowrap;
  text-transform: uppercase;
  z-index: 2;
  font-size: 16px;
}
.button_major {
  background: #27ae60;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container {
  max-width: 1439px;
  margin: 0 auto;
  overflow-x: hidden;
  box-shadow: rgba(0, 0, 0, 0.95) 0px -60px 70px 50px;
  background: #000;
}
.banner-wrap {
  margin-top: 100px;
  display: flex;
  padding: 0.3% 24px 1% 24px;
}
.banner {
  background: linear-gradient(
    93deg,
    rgb(1, 29, 8) 0%,
    rgb(3, 49, 14) 35%,
    rgb(5, 80, 23) 54%,
    rgb(10, 115, 36) 72%,
    rgb(0, 38, 9) 100%
  );
  width: 1104px;
  position: relative;
  border-radius: 16px;
  height: 300px;
}
.bwr {
  display: flex;
  flex-direction: column;
}
.bwr .button {
  position: absolute;
  bottom: 20px;
  left: 46px;
  width: 150px;
}
.banner-img-text {
  padding: 6% 0 0 6%;
  transition: 1s;
  width: 55%;
}

.banner-img {
  width: 35%;
  position: absolute;
  right: 5%;
  bottom: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.banner-img:hover {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev,
.slick-next {
  width: 5%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}
.slick-prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 36%;
  top: calc(50% - 15px);
  color: white;
  border-right: 5px solid currentcolor;
  border-bottom: 5px solid currentcolor;
  content: "" !important;
  position: absolute;
  width: 16px;
  height: 16px;
  content: "→";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}
.slick-next:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 36%;
  top: calc(50% - 15px);
  color: white;
  border-right: 5px solid currentcolor;
  border-bottom: 5px solid currentcolor;
  content: "" !important;
  position: absolute;
  width: 16px;
  height: 16px;
  content: "→";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}
.banner-img-text:hover {
  transform: scale(1.1);
}
.button:hover {
  background: #f7e1b4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button_major:hover {
  background: #3fcd7b;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.panel-info {
  width: 274px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 16px;
  gap: 6px;
}

.panel-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 274px;
  padding: 5.56% 6%;
  background: #1e1e1e;
  border-radius: 4px;
}
.panel-info-item:first-child {
  border-radius: 16px 16px 0 0;
}
.panel-info-item:last-child {
  border-radius: 0 0 16px 16px;
}
.panel-info-item_img {
  padding-right: 6%;
}
.icon-w-36 {
  width: 36px;
  height: 36px !important;
}
.panel-info-item_text {
  color: #fff;
}
.panel-info-item_text p:nth-child(1) {
  color: #c5c5c5;
}
.content {
  padding: 12px 24px 6px 24px;
}
.filters {
  position: relative;
  display: grid;
  margin-bottom: 12px;
  grid-template:
    "prod cats search search" auto / calc(25% - 4.5px) -webkit-calc(25% - 4.5px)
    -webkit-calc(25% - 4.5px) -webkit-calc(25% - 4.5px);
  grid-template:
    "prod cats search search" auto / calc(25% - 4.5px) calc(25% - 4.5px)
    calc(25% - 4.5px) calc(25% - 4.5px);
  -webkit-column-gap: 6px;
  column-gap: 6px;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-items: stretch;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  border-radius: 8px;
}
.filters__prod {
  background: #1e1e1e;
  height: 42px;
  width: 100%;
  color: #e0e0e0;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  max-width: 100%;
}
.filters__prod svg {
  position: absolute;
  right: 8px;
  margin: auto;
  float: right;
  fill: #6d6d6d;
  width: 24px;
  height: 24px;
}
.filters__cats {
  padding: 8px 30px 8px 12px !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #e0e0e0 !important;
  width: 100%;
  line-height: 27px !important;
  background: #1e1e1e;
  border-radius: 4px;
  position: relative;
}
.cats-arrow::after {
  content: "";
  position: absolute;
  background: url(./assets/arrow-white.png) center center no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100%;
  top: 15px;
  right: 15px;
}
.filters__search {
  position: relative;
  -webkit-appearance: none;
  background: transparent !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #fff !important;
  border: none;
  padding: 6px;
  padding-bottom: 4.5px;
  padding-top: 12px;
  padding-right: 44px;
  border-bottom: 2px solid #888;
  border-radius: 0;
  width: 200%;
  height: 43px;
  cursor: text;
}
.filters__search span {
  position: absolute;
  pointer-events: none;
  left: 6px;
  top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  color: #888;
  padding-left: 26px;
}
.filters__search .icon-search {
  position: absolute;
  left: 0;
  bottom: 8.4px;
  width: 24px;
  height: 24px;
  fill: #888;
}
.headline {
  display: inline-block;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.headline-text {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  font-weight: 400;
}
.headline-amount {
  display: inline-block;
  text-decoration: underline;
  margin-left: 12px;
  color: #888;
  margin-bottom: 3px;
  font-size: 16px;
  transition: 0.1s;
}
.headline-amount:hover {
  color: #edc97f;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
  text-decoration-color: rgba(0, 0, 0, 0);
}
.games-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding-bottom: 24px;
}
.game-item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.game-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.popup-blur {
  display: block;
  height: 100%;
  top: 0;
  width: 100%;
  position: absolute;
  background-color: #000;
  border: 3px solid #edc97f;
  opacity: 1;
  padding: 4px 8px;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.game-hover__favorite svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #edc97f;
  stroke-width: 40;
}
.game-hover__stats {
  position: absolute;
  z-index: 10;
  right: -6px;
  top: -6px;
  padding: 12px;
  cursor: pointer;
}
.game-hover__stats svg {
  width: 24px;
  height: 24px;
  fill: #edc97f;
  stroke: #edc97f;
  stroke-width: 0;
}
.game-hover__stats svg:hover {
  fill: #fff;
  stroke: #fff;
}
.game-hover__play {
  width: 40%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.game-hover__play-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.game-hover__play-wrap {
  animation-duration: 0.7s;
  animation-name: pulsing;
  animation-iteration-count: infinite;
}
.betwin-item__digits-multiply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #1e1e1e;
  border-radius: 34px;
  padding: 4px 0 4px 3px;
}
.betwin-item__digits-multiply_right {
  width: 64%;
}
.player {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.player img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
  z-index: 0;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50%;
  object-fit: contain;
  border: 2px solid #1e1e1e;
  outline: 1px solid #5f5f5f;
}
.player:hover img {
  outline: 1px solid #fff;
}
.betwin-item__nick {
  color: #888;
  text-align: left;
  margin-left: 6px;
  margin-bottom: 2px;
  font-size: 12px;
}

.betwin-item__multiply-value {
  text-align: left;
  margin-left: 6px;
  color: #fff;
  white-space: nowrap;
}
@keyframes pulsing {
  from {
    scale: 1;
  }

  50% {
    scale: 1.1;
  }

  to {
    scale: 1;
  }
}
.game-button {
  background: #27ae60;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.button__area {
  display: block;
  left: -75%;
  right: -75%;
  top: -38%;
  bottom: -25%;
}
.button__border {
  display: none;
  border-radius: inherit;
  border: 2px solid #f7e1b4;
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 1;
  overflow: hidden;
}
.icon-play_button {
  width: 50%;
  height: 50%;
  max-width: 50%;
  max-height: 50%;
  position: absolute;
  top: 25%;
  left: 30%;
  cursor: pointer;
  fill: #fff;
}
.game-item-img .new-badge {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: drop-shadow(1px 2px 2px #000);
  filter: drop-shadow(1px 2px 2px #000);
}
.new-badge .icon-new {
  width: 61px;
  height: 26px;
  border-radius: 4px 0 0 0;
}
.sm-icon-new {
  background-image: url(./assets/sprite.png);
  background-position: 0px 0px;
}

.hot-win-title {
  padding-top: 48px;
}
.hot-win-container {
  display: flex;
  gap: 24px;
  overflow: hidden;
  padding-bottom: 24px;
}
.last-win-text {
  margin-top: 10px;
  font-style: bold;
  font-weight: 900;
  z-index: 1;
}
.hot-win-item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.hot-win-img img {
  height: 100px;
  width: 150px;
  border-radius: 4px;
}
.epic-win p {
  background: linear-gradient(180deg, #ff00b8 45.31%, #94036b 100%);
  -webkit-filter: drop-shadow(0px 2px 0px #0d2432);
  filter: drop-shadow(0px 2px 0px #0d2432);
}
.huge-win p {
  background: linear-gradient(180deg, #e31e1e 52.08%, #980000 100%);
  -webkit-filter: drop-shadow(0px 2px 0px #28210e);
  filter: drop-shadow(0px 2px 0px #28210e);
}
.super-win p {
  background: linear-gradient(180deg, #ff4d00 54.17%, #a43100 100%);
  -webkit-filter: drop-shadow(0px 2px 0px #381c07);
  filter: drop-shadow(0px 2px 0px #381c07);
}
.mega-win p {
  background: linear-gradient(180deg, #ff8a00 52.08%, #a45800 100%);
  -webkit-filter: drop-shadow(0px 2px 0px #0e2328);
  filter: drop-shadow(0px 2px 0px #0e2328);
}
.big-win p {
  background: linear-gradient(180deg, #ffd600 51.56%, #aa7a00 100%);
  -webkit-filter: drop-shadow(0px 2px 0px #421b1b);
  filter: drop-shadow(0px 2px 0px #421b1b);
}
.just-win p {
  background: linear-gradient(180deg, #fcf4f4 51.51%, #a2a1a1 100%);
  -webkit-filter: drop-shadow(0px 2px 0px #1f2027);
  filter: drop-shadow(0px 2px 0px #1f2027);
}
.last-win-text p {
  text-align: center;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif,
    monospace;
}
.last-win-text p:first-child {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.last-win-text p:last-child {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  white-space: nowrap;
  margin-bottom: 12px;
  text-transform: lowercase;
}
.jackpots-container {
  padding-bottom: 24px;
  padding-top: 48px;
}
.jackpots-items {
  display: flex;
  overflow: hidden;
  padding-bottom: 24px;
  gap: 6px;
  justify-content: space-between;
  flex-shrink: 0;
}
.jackpot-wrap {
  position: relative;
  height: 375px;
  min-width: 320px;
  border-radius: 16px;
}
.jackpot-wrap:nth-child(1) {
  background: linear-gradient(
    0deg,
    #0e0d12 2.66%,
    #0e0d12 3.17%,
    #482e14 48.52%,
    #985a1b 74.29%,
    #71400e 101.6%
  );
}
.jackpot-wrap:nth-child(2) {
  background: linear-gradient(
    0deg,
    #021734 13.02%,
    #01617c 76.04%,
    #033357 100%
  );
}
.jackpot-wrap:nth-child(3) {
  background: linear-gradient(
    0deg,
    #231212 28.98%,
    #430608 72.04%,
    #850001 98.4%
  );
}
.jackpot-wrap:nth-child(4) {
  background: linear-gradient(
    0deg,
    #26202e 40.69%,
    #347961 74.29%,
    #215946 101.6%
  );
}

.jackpot-wrap img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.jackpot-text-wrap {
  transition: 0.3s;
  border-radius: 16px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40%;
}

.jackpot-wrap:nth-child(1) .jackpot-text-wrap {
  background: linear-gradient(360deg, #140d0c 51.66%, rgba(34, 8, 8, 0) 100%);
}

.jackpot-wrap:nth-child(2) .jackpot-text-wrap {
  background: linear-gradient(360deg, #011122 42.72%, rgba(1, 38, 67, 0) 100%);
}

.jackpot-wrap:nth-child(3) .jackpot-text-wrap {
  background: linear-gradient(360deg, #130808 39.06%, rgba(11, 8, 15, 0) 100%);
}

.jackpot-wrap:nth-child(4) .jackpot-text-wrap {
  background: linear-gradient(360deg, #06071b 51.66%, rgba(8, 9, 36, 0) 100%);
}

.jackpot-text {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 18%;
  font-size: 40px;
}
.text-container {
  color: #fff;
  padding-bottom: 48px;
}
.text-container h3 {
  margin-bottom: 6px;
  text-align: center;
  font-size: 24px;
  color: #edc97f;
}
.text-container p {
  text-indent: 1em;
  font-size: 18px;
  line-height: 1.45em;
  margin-bottom: 15px;
}

.svg-hidden {
  display: none;
}
.footer {
  background: #101010;
  width: 100%;
  padding: 24px 0;
}
.footer-container {
  display: flex;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 15px;
  gap: 20px;
  justify-content: space-between;
}
.footer-links-wrap {
  width: 70%;
  display: flex;
  gap: 60px;
  justify-content: space-evenly;
}
.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-links__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 10%;
  -ms-flex: 1 0 10%;
  flex: 1 0 10%;
}
.text-6d {
  color: #6d6d6d;
}
.footer-links__column-item {
  font-size: 16px;
  color: #fff;
  margin-top: 16px;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 240px;
}
.footer-links__column-item:hover {
  color: #edc97f;
}
.footer-license {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}
.footer-license-item {
  margin: 0 12px 0 0;
}
.footer-license-item img {
  max-width: 54px;
  width: 100%;
  height: 54px;
  object-fit: contain;
}
.footer-license-item .icon-fair-safe-gold {
  fill: #edc97f;
  height: 32px;
}
.footer-license-item svg {
  width: 90px;
  height: 90px;
}
.footer-check-wrap {
  background: #000;
}
.container-fluid {
  max-width: 1439px;
  margin: 0 auto;
  padding: 0 15px;
}
.flex_start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.age-icon {
  width: 32px;
  height: 32px !important;
  display: inline-block;
  vertical-align: middle;
  fill: #fff !important;
}
.footer-description {
  font-size: 12px;
  margin: 17px 12px;
  text-align: left;
  color: #ffffff;
}
.footer-description a {
  text-decoration: underline;
}
.footer-description a:hover {
  color: #edc97f;
}
@media screen and (min-width: 2000px) {
  .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-715px, -50%);
    transform: translate(-715px, -50%);
  }

  .header-wrap {
    grid-template-columns: 0fr 0.51fr 1fr 0.6fr;
    grid-template-areas: "aa bb dd ee";
  }
}

@media screen and (min-width: 1560px) {
  .container {
    width: 1440px;
  }
}
@media screen and (min-width: 1440px) {
  .menu__item {
    flex-direction: row;
  }
  .menu__item-text {
    font-size: 16px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .header-wrap {
    grid-template-columns: 0.1fr 1fr 1fr 1fr;
    grid-template-areas: "aa bb cc ee";
  }
  .menu {
    position: fixed;
    top: 68px;
    background: #303030;
  }
  .menu__item {
    flex-direction: row;
  }
  .menu__item-text {
    font-size: 16px;
    margin-left: 12px;
  }
  .banner-wrap {
    margin-top: 165px;
  }
  .banner {
    width: 1203px;
  }
  .panel-info {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .games-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
}
@media screen and (max-width: 800px) {
  .header-wrap {
    grid-template-columns: 60px 60px 1fr minmax(60px, 120px);
    grid-template-areas: "aa bb cc ee";
    height: 56px;
  }
  .menu {
    background: linear-gradient(180deg, #232323 41.15%, #030102 100%);
    padding: 4px 0 4px 0;
    top: 110px;
    height: 72px;
    position: absolute;
  }
  .menu__item {
    flex-direction: column;
  }
  .menu__item-text {
    font-size: 12px;
    margin-left: 0;
  }
  .header-logo {
    justify-self: center;
    width: 115px;
  }

  .header-account {
    position: fixed;
    z-index: 101;
    width: 100%;
    height: fit-content;
    padding: 12px;
    justify-content: center;
    top: 52px;
    background: #1e1e1e;
    gap: 12px;
  }
  .header-account .button {
    width: 100%;
    margin: 0;
    height: 35px;
    justify-content: center;
  }
  .slick-arrow {
    display: none;
  }
  .banner-wrap {
    margin-top: 200px;
  }
  .banner {
    width: 100%;
    height: 200px;
  }
  .filters {
    grid-template:
      "menu menu" auto
      "prod cats" auto
      "search search" auto / calc(50% - 3px) calc(50% - 3px);
  }
  .footer-container {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .banner-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
  .banner {
    height: 170px;
  }
  .banner-img {
    width: 45%;
  }
  .banner-img-text {
    height: 75px;
    width: auto;
    padding-top: 40px;
  }
  .bwr .button {
    bottom: 10px;
    left: 16px;
    width: 90px;
    font-size: 14px;
    padding: 8px;
  }
  .footer-links-wrap {
    width: 100%;
    gap: 20px;
    justify-content: space-between;
  }
  .games-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto, 1fr);
  }
}
