body {
  background-color: #090909;
  color: #FFF;
}

.wrapheader {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 320px;
  padding-bottom: 150px;
}
.wrapheader video {
  position: absolute;
  z-index: -100;
  width: 100%;
  height: auto;
}
.wrapheader .play-now {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.wrapheader header {
  border-bottom: 1px solid #89F3FF;
}

header {
  background: rgba(9, 9, 9, 0.3);
  border-bottom: 1px solid #89F3FF;
}
header ul li {
  display: flex;
  gap: 20px;
  height: 34px;
}
header ul li button {
  border: 1px solid #89F3FF;
  border-radius: 30px;
  padding: 8px 14px;
  height: 34px;
  font-size: 14px;
  line-height: 0;
  color: #fff;
  font-family: "Tektur", sans-serif;
  font-weight: bold;
}
header ul li button:hover {
  background: linear-gradient(90deg, #383838 0%, #000 100%);
}
header ul li button.init-reg {
  background: linear-gradient(0deg, rgba(0, 199, 175, 0.8) 0%, rgba(0, 229, 255, 0.8) 100%);
}
header ul li button.init-reg:hover {
  background: linear-gradient(90deg, #383838 0%, #000 100%);
}

/* switcher */
.lang_switcher__btn ul {
  flex-direction: column;
}

.grnadcasino_nav_btn_leng {
  width: 68px;
  height: 34px;
}

.lang_switcher__btn {
  background: unset;
  width: unset;
  border: unset;
}
.lang_switcher__btn:hover {
  background: unset;
}

.lang_switcher__btn img {
  width: 20px;
  height: 16px;
  object-fit: cover;
}

.lang_switcher {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 8px;
  z-index: 10;
}

@media (max-width: 991px) {
  .lang_switcher {
    top: 60px;
    background: inherit;
  }
  .grnadcasino_header__menu {
    padding: 140px 30px 30px 30px;
  }
}
.lang_switcher ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lang_switcher li {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  height: 15px;
}

.lang_switcher a {
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  /* 16px */
  text-transform: uppercase;
}

.lang_switcher__btn_en {
  display: none;
}

.lang_switcher__btn_en_open {
  display: block;
}

/*grandcasino-games*/
.grandcasino-games button {
  width: 100%;
  font-weight: bold;
  margin-top: 10px;
  color: #fff;
}
.grandcasino-games .wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/*grandcasino-leaders*/
.grandcasino-leaders {
  background: url("/grandcasino-img/grandcasino-bg-leaders.webp") no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.grandcasino-leaders .wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.grandcasino-leaders .wrapper h3 {
  background: linear-gradient(180deg, rgba(17, 120, 255, 0.8) 0%, rgba(152, 195, 251, 0.8) 100%);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-radius: 30px 30px 0 0;
  padding: 40px 0px;
  text-align: center;
}
.grandcasino-leaders .wrapper ul {
  background: rgba(6, 6, 6, 0.8);
  overflow: hidden;
}
.grandcasino-leaders .wrapper ul li {
  display: flex;
  gap: 56px;
  margin: 20px;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #07A693;
}
.grandcasino-leaders .wrapper ul li h3 {
  text-align: center;
}
.grandcasino-leaders .wrapper ul li img {
  width: 100%;
  max-width: 60px;
}
.grandcasino-leaders .wrapper ul li p {
  font-weight: 600;
}
.grandcasino-leaders .wrapper button {
  background: linear-gradient(0deg, rgba(0, 199, 175, 0.8) 0%, rgba(0, 229, 255, 0.8) 100%);
  border-bottom: 1px solid #89F3FF;
  border-left: 1px solid #89F3FF;
  border-right: 1px solid #89F3FF;
  border-radius: 0 0 30px 30px;
  padding: 14px 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.grandcasino-leaders .wrapper button:hover {
  background: linear-gradient(90deg, #383838 0%, #000 100%);
}

/*footer*/
footer {
  padding: 80px 0 40px 0;
}
footer p {
  font-size: 14px;
  line-height: 120%;
}
footer ul {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  width: 100%;
}
footer .links-social {
  width: 100%;
  justify-content: start;
}
footer .links-social img {
  width: 100%;
  display: flex;
  max-width: 34px;
}
footer h3 {
  font-size: 14px;
}
footer nav {
  padding: 10px 0;
}
footer nav ul li a {
  font-weight: 500;
  text-decoration: underline;
}
footer nav ul li a:hover {
  text-decoration: none;
}

footer p,
footer h3 {
  width: 100%;
}

.politics {
  margin-top: 40px;
}

.politics h2 {
  font-size: 20px;
  line-height: 100%;
  color: #89F3FF;
}

.politics p {
  font-size: 16px;
  line-height: 120%;
}

.politics li {
  font-size: 16px;
  line-height: 150%;
}

/*# sourceMappingURL=grandcasino-main.css.map */
