html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
::-moz-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}

::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}

::-moz-scrollbar-thumb {
  background-color: #d9d9d94d;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #d9d9d94d;
  border-radius: 3px;
}

::-moz-scrollbar-thumb:window-inactive {
  background-color: #d9d9d926;
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: #d9d9d926;
}

::-moz-scrollbar-button,
::-moz-scrollbar-corner {
  display: none;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  display: none;
}
a {
  text-decoration: none;
  color: #fff;
}
img {
  max-width: 100%;
}
body {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
  color: #fff;
  background-color: rgb(9, 15, 30);
  font-family: -apple-system, SF Pro Text, sans-serif;
}
header {
  display: flex;
  flex-direction: column;
  background-color: #090f1e;
  height: 115px;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
  z-index: 600;
}
.container-logo {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #141b2e;
}
.logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 34px;
  flex-shrink: 0;
}
.site-logo {
  width: 110px;
  max-width: 100%;
  min-width: 68px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  position: relative;
}
.site-logo img {
  height: 46px;
  margin-top: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.header-buttons {
  display: flex;
  padding: 10px 15px 5px;
}
.button {
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 600;
  height: 36px;
  min-width: 36px;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 10px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all 0.2s;
  width: 100%;
  line-height: 115%;
}
.button-sighup {
  background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
  flex-grow: 0.67;
  box-shadow: 0 6px 22px #056dda4d;
  margin-right: 10px;
}
.button-reg {
  background-image: linear-gradient(80deg, #31bc69 -8%, #089e4e 93%);
  box-shadow: 0 6px 18px #0ea1514d;
  flex-grow: 1;
}
.button-sighup:not(:disabled):focus,
.button-sighup:not(:disabled):hover {
  background-color: #1564d8;
  box-shadow: 0 2px 14px #1564d8;
}
.main-content {
  padding: 0 15px;
  width: 100%;
}
.banner-content {
  width: 100%;
  display: flex;
  position: relative;
}
.banner-img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.banner-img img {
  width: 100%;
  object-fit: cover;
}
.banner-text-wrap {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-left: calc((100vw - 30px) * 25 / 345);
  z-index: 100;
}
.banner-text {
  text-shadow: 1px 1px 3px #000;
  font-size: 26px;
  font-weight: 500;
  opacity: 0.7;
  height: fit-content;
}

.banner-text-head {
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 8px;
  opacity: 1;
}
.promotion-content {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}
.promoction-item {
  background-image: linear-gradient(
    157deg,
    rgb(225, 72, 51) 8.81%,
    rgb(123, 30, 20) 128.64%
  );
  border-radius: 8px;
  align-items: center;
  display: flex;
  min-height: 50px;
  padding: 8px 130px 8px 16px;
  position: relative;
}
.promoction-item:nth-child(2) .promotion-text p {
  color: #090f1e;
}

.promoction-item:nth-child(2) {
  background-image: linear-gradient(283.27deg, #ffb800 0%, #fff173 138.82%);
}
.promoction-item:nth-child(3) {
  background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%),
    linear-gradient(90deg, #ed6ea0 0%, #ec8c69 100%);
}

.promotion-text p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 20px;
}
.promotion-text p:nth-child(2) {
  color: #ffffffbf;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}
.car-promo {
  max-width: 129px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.span-image {
  width: 117px;
  height: 43px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 8px;
  background-image: url(./assets/free-money-link-image.39e813df4-117.png);
}
.promoction-item svg {
  font-size: 28px;
  margin-right: 8px;
  display: inherit;
  flex: none;
  height: 1em;
  overflow: visible;
}
.present-promo {
  position: absolute;
  height: 95px;
  right: -30px;
  top: -20px;
  pointer-events: none;
}
.games-header {
  margin: 15px 0;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  position: relative;
}

.games-header svg {
  height: 30px;
  margin-right: 10px;
}
.games-title {
  font-size: 19px;
  font-weight: 700;
}
.games-right {
  margin-left: auto;
}
.games-right div:first-child {
  color: #0085ff;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}
.games-right div:nth-child(2) {
  color: #94a6cd;
  font-size: 11px;
  text-transform: lowercase;
}
.games-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 150px);
  grid-auto-flow: column;
  grid-auto-columns: 150px;
  grid-gap: 15px;
  overflow-x: auto;
  box-sizing: content-box;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-padding: 0 15px;
}
.games-game {
  min-width: 150px;
  scroll-snap-align: start;
}
.game-card {
  -webkit-mask-image: radial-gradient(#fff, #000);
  mask-image: radial-gradient(#fff, #000);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.game-img {
  border: 2px solid #e9ab0f00;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.game-img img {
  width: 146px;
  height: 111px;
  object-fit: cover;
  border-radius: inherit;
}
.game-info {
  display: grid;
  grid-template-columns:
    [info-start] 1fr [info-end star-start] fit-content(16px)
    [star-end];
  grid-template-rows: [provider-start] 16px [provider-end name-start] 1fr [name--end];
  margin-top: 8px;
}
.info-head {
  align-items: center;
  display: flex;
  grid-area: provider / info;
  overflow: hidden;
}
.info-head img {
  height: 16px;
  margin-right: 4px;
  width: 16px;
}
.info-head p {
  color: #667697;
  flex-grow: 1;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  overflow: hidden;
  padding-right: 6px;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.game-name {
  -webkit-box-orient: vertical;
  color: #fff;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 700;
  grid-area: provider / info;
  -webkit-line-clamp: 2;
  line-height: 20px;
  overflow: hidden;
  margin-top: 4px;
  grid-area: name / info / name / star;
}
.seotext-content {
  min-height: 500px;
  position: relative;
  width: 98%;
  margin: 20px auto;
}
.seo-text {
  line-height: 22px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.seo-text h1 {
  margin: 20px 0 16px;
  font-size: 26px;
}
.seo-text p {
  margin: 14px 0 24px;
}
.seo-text h2 {
  margin: 16px 0;
}
footer {
  padding: 15px;
  margin-bottom: 60px;
}
.footer-logo-container {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.footer-logowrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 16px;
  font-size: 10px;
  position: relative;
  cursor: pointer;
}
.footer-separator {
  flex: 1;
  margin-left: 30px;
  margin-right: 15px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(92, 114, 163, 0.5) 0%,
    rgba(92, 114, 163, 0) 100%
  );
}
.footer-logowrap img {
  height: auto !important;
  width: 62px;
  min-width: 62px !important;
  margin-bottom: 3px;
  margin-left: 7px;
}
.footer-navigation {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  margin-bottom: -10px;
}
.navigation-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #5c72a380;
  padding-bottom: 10px;
}
.navigation-column {
  vertical-align: top;
}
td,
th {
  padding: 0;
  text-align: left;
}
.navigation-linkwrapper {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
}
.listing {
  max-width: 160px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.listing a {
  margin: 1px 4px;
}
.age-limit {
  color: #77829b66;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
}
.license-section {
  margin-top: 15px;
}
.license-section-text {
  color: #5c72a380;
  font-size: 8px;
  line-height: 12px;
  margin-left: 5px;
  text-align: center;
}
.tabs-content {
  background-color: #090f1e;
  bottom: 0;
  left: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 4900;
}
.tabs {
  background-color: #090f1e;
  border-top: 1px solid #1f2841;
  contain: layout style size;
  height: 60px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.tabs-list {
  display: flex;
  height: 100%;
  position: relative;
  list-style: none;
}
.list-item {
  flex: 1;
}
.list-item a {
  display: block;
  position: relative;
  height: 100%;
}
.tabs-link-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 11px 0 8px;
  position: relative;
}
.tabs-link-content svg {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
  max-height: 22px;
  max-width: 22px;
  fill: currentColor;
}
.tabs-link-label {
  font-size: 9px;
  font-weight: 500;
  text-align: center;
  color: #536387;
}
.list-item:first-child .tabs-link-label {
  color: #fff;
}
.list-item:first-child::before {
  background-color: #0854c3;
  border-radius: 3px;
  box-shadow: 0 0 1px #090f1e;
  content: "";
  height: 6px;
  position: absolute;
  top: -3px;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  width: 45px;
  transform: translate(calc(100vw / 6 * 1 - 100vw / 6 / 2 - 22.5px));
}
@media (max-width: 1200px) {
  .promotion-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "free-money bonus"
      "cashback cashback";
  }
  .promoction-item {
    padding: 8px 40px 8px 16px;
  }
  .promoction-item:first-child {
    grid-area: cashback;
    border-radius: 12px;
  }
}
@media (max-width: 800px) {
  .banner-text {
    font-size: 18px;
  }

  .banner-text-head {
    font-size: 26px;
  }
}
@media (max-width: 800px) {
  .banner-text {
    font-size: 13px;
  }

  .banner-text-head {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .banner-text {
    font-size: 10px;
  }

  .banner-text-head {
    font-size: 16px;
  }
}
