@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Questrial&family=Rubik:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Roboto&display=swap");
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
body {
  font-size: 14px;
}
.section200 {
  margin-bottom: 0;
  padding-left: 200px;
}
a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
button:hover {
  cursor: pointer;
}
ol,
ul {
  box-sizing: border-box;
  padding-left: 25px;
}
.nav-header {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  position: relative;
}
.nav-header > ul > li {
  margin: 0;
  padding: 10px 1.25em;
  border-bottom: solid transparent 1px;
}
.nav-header > li a {
  position: relative;
}
.menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}
.menu-item-has-children > a:after {
  content: "❮";
  position: absolute;
  right: 0;
  font-size: 13px;
  transform: rotate(-90deg);
}
.menu-item-has-children:hover a::after {
  transform: rotate(90deg);
}
.nav-header > ul {
  display: flex;
  justify-self: center;
  align-items: center;
}
.nav-header .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: -200%;
  padding-left: 30%;
  padding-right: 30%;
  column-count: 3;
  margin: 0;
}
.nav-header .sub-menu a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.menu-item-has-children:hover .sub-menu {
  top: 100%;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background: linear-gradient(
    0deg,
    rgba(29, 26, 32, 0.7),
    rgba(29, 26, 32, 1) 100%,
    #1d1a20
  );
  backdrop-filter: blur(0.25rem);
}
.header li {
  list-style-type: none;
}
.btn {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  padding: 0.7rem 2rem;
  text-align: center;
  text-decoration: none;
  box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
}
.btn:hover {
  border: none !important;
}
.link-color {
  border-radius: 0.0625rem;
  text-align: center;
  font-size: 14px;
  padding: 5px 15px;
  margin-top: 5px;
}
.link-color:hover {
  transition-duration: 1s;
}
.btn-drop-down-lang {
  position: relative;
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  background: none;
  z-index: 3;
  margin-top: 1rem;
  height: 25px;
}
.btn-drop-down-lang img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
}
.langs {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 0 0 4px 4px;
}
.langs a {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 5px 0;
}
.langs ul {
  padding-left: 0;
  margin-left: 0;
}
.slide a {
  border: 1px solid transparent;
  transition: border linear 0.8s;
}

.langs.active {
  display: block;
  text-align: left;
  border-radius: 0.8rem;
  box-shadow: 0 32px 32px rgba(9, 10, 11, 0.05);
  padding: 1rem;
  padding-left: 0;
}

.btn-drop-down-lang:after {
  content: "❮";
  position: absolute;
  right: -20px;
  font-size: 1rem;
  transform: rotate(-90deg) translateY(-50%);
}
i {
  margin-right: 0.6rem;
}
.search {
  border-radius: 50%;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search i {
  margin: 0;
  padding: 0px 14px;
}
.wr-tag {
  display: flex;
  justify-content: space-between;
  align-self: center;
  position: absolute;
  right: 2rem;
  top: 0.5rem;
  z-index: 77;
}
.wr-nav-header {
  display: flex;
  justify-content: center;
  width: 100%;
}
.online-chat {
  display: flex;
  align-items: center;
}
.sign-up {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin: 0 1.5rem;
  font-size: 1rem;
  padding: 0.7rem 2rem;
}
.sign-in {
  font-size: 1rem;
}

.custom-logo-link {
  margin: 1rem 0;
  margin-right: 3rem;
}
.header .custom-logo-link {
  margin: 0;
  margin-right: 0;
  position: absolute;
  left: 2rem;
  top: 0.5rem;
  z-index: 77;
}
.headerSwiper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 20px 12rem;
  align-items: center;
}
.headerSwiper .image-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.headerSwiper .title-slider {
  font-size: 3rem;
  font-weight: 700;
  transition: padding 0.3s;
  align-items: center;
  max-width: 95%;
  padding: 1rem 0;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.headerSwiper .text-slider {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.headerSwiper .link-slider {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 1rem 1.6rem;
  border-radius: 4px;
  max-width: 200px;
}
.headerSwiper .swiper-pagination-bullet {
  opacity: 0.2x;
}
.headerSwiper .swiper-button-next,
.headerSwiper .swiper-button-prev {
  display: flex;
  height: 40px;
  width: 40px;
  margin: -0.5rem 0px 0px;
  padding: 0px;
  transition: background-color 0.1s ease 0s;
  border-radius: 50%;
}
.headerSwiper .swiper-button-next:after,
.headerSwiper .swiper-button-prev:after {
  font-size: 1rem;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .container {
    max-width: 95%;
  }
}

.section-main-slider {
  position: relative;
  padding-left: 0;
}
section .section-game-category {
  padding-bottom: 1.6rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 76;
  padding-left: 0;
  padding-right: 0;
}
.section-game-category .container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.section-game-category a {
  border: 1px solid transparent;
  font-size: 0.875rem;
  padding: 0.6rem 1.2rem;
  display: inline-block;
  border-radius: 0.125rem;
  margin: 0 10px;
}
.title-section {
  font-weight: 700;
  font-size: 1.6rem;
}
.link-view-all {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
}

.wr-title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
  margin-right: 2rem;
}

.popular-block {
  width: calc(12.5% - 15px);
}

.popular-block a {
  z-index: 20;
  border-radius: 2px;
}

.popular-block .popular-block-btn {
  z-index: 33;
  font-size: 10px;
  display: none;
  text-align: center;
}

.popular-block-img {
  width: 100%;
  border-radius: 0.8rem;
  display: block;
  height: 150px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular-block-title {
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  text-align: center;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}
.popular-block-text {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.popular-block__action {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.8rem;
}
.play-img {
  width: 40px;
  height: 40px;
}

.popular-block-wr {
  position: relative;
  border-radius: 0.8rem;
}

.popular-block-wr:hover .popular-block .popular-block-btn {
  display: block;
}
.popular-block-wr:hover .popular-block__action {
  opacity: 1;
}

.wr-popular {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-left: -15px;
}
.link-more {
  margin: 20px auto 0;
display: table;
}

.section-popular .container {
  text-align: center;
}
.section-form {
  position: relative;
}
.section-form .container {
  padding: 2rem 0;
}
.bg-section-form {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.registration__wrap {
  max-width: 600px;
  width: 100%;
  margin: auto;
  border-radius: 0.8rem;
  padding: 1rem;
  border-radius: 0.8rem;
  box-shadow: 0 32px 32px rgba(9, 10, 11, 0.05);
}
.registration-banner {
  text-align: center;
}
.registration-banner__title {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 0.8rem;
}

.form {
  display: flex;
  flex-direction: column;
}
.form input,
.form .btn-drop-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.2rem solid transparent;
  border-radius: 0.8rem;
  box-sizing: border-box;
  cursor: text;
  font-size: 1.5rem;
  font-size: 16px;
  outline: none;
  padding: 1rem 1.6rem;
  transition: background-color 0.3s, box-shadow 0.3s, border-color 0.3s;
  width: 100%;
  margin-bottom: 1rem;
}

.btn-val:after {
  content: "❮";
  position: absolute;
  right: 20px;
  font-size: 14px;
  transform: rotate(-90deg) translateY(-50%);
}
.list-currency {
  position: absolute;
  overflow-y: auto;
  font-size: 14px;
  text-align: left;
  list-style: none;
  display: none;
  flex-wrap: wrap;
}
.list-currency.active {
  display: flex;
  position: absolute;
  border-radius: 1.6rem;
  box-shadow: 0 1rem 1.6rem rgba(75, 74, 120, 0.11);
  padding: 1rem;
  top: 100%;
  z-index: 22;
}
.list-currency li {
  margin: 0.8rem;
}
.form-container .custom-btn {
  margin-top: 30px;
  min-width: auto;
  width: 100%;
  padding: 0;
}
[type="checkbox"] {
  position: absolute;
  margin-top: 4px;
}
.dark {
  margin-left: 20px;
  font-size: 14px;
}

[type="checkbox"] + span a {
  text-decoration: underline;
  text-transform: inherit;
}
.form .btn-drop-down {
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-align: left;
}
.registration__wrap {
  text-align: center;
}
.registration__wrap .sign-in {
  margin: 20px auto;
  display: block;
  max-width: 200px;
}

.footer .container-footer-menu {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}
.footer .container-footer-providers {
  display: flex;
  flex-wrap: wrap;
}
.link-provider {
  margin: 0.5rem;
  display: flex;
  align-items: center;
}
.footer-menu__title {
  border-bottom: 0.1rem solid hsla(0, 0%, 100%, 0.08);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.nav-footer-menu li a {
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: none;
  transition: color 0.3s;
}
.copyright {
  font-size: 1rem;
  text-align: center;
  margin-top: 1.5rem;
}

.footer li {
  list-style-type: none;
}

.footer {
  padding-bottom: 30px;
}

.bg-section-from {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.com_block_star {
  margin: 10px 0;
}
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}
.comments-rating label {
  display: inline-block;
  font-size: 18px;
}
.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating-container * {
  font-size: 1.4rem;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
}

.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}
.rating-container > .star-cb-clear + label:before {
  width: 0.5em;
}
.rating-container:hover > input + label:before {
  content: "\f154";
  text-shadow: none;
}
.comment-respond {
  margin: 1.5rem 0 0 0;
}

.comment-respond h3 {
  margin-bottom: 0.75rem;
}
.comments-area {
  margin: 3rem 0;
}
.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
  display: block;
  margin-bottom: 0.5rem;
}

.comments-area .comment-form textarea {
  width: 50%;
  height: 100px;
}
.comments-area .comment-form input {
  width: 50%;
}
.comments-area .comment-form .submit {
  border-radius: 8px;
  font-weight: bold;
  padding: 0.75rem;
  cursor: pointer;
  transition: 0.3s;
}
.comments-area .comment-notes {
  display: none;
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
}
.comments-area .comment-list li {
  padding: 1.5rem;

  border-radius: 8px;
  margin-bottom: 0.75rem;
}
.comments-area .comment-list li .commentmetadata {
  display: none;
}
.comments-area .comment-list li time {
  display: none;
}
.comments-area .comment-list li p {
  margin: 1rem 0;
  font-size: 14px;
  line-height: 22px;
}
.comments-area .comment-form-email {
  display: none;
}
.breadcrumbs {
  margin: 15px 0;
  margin-bottom: 25px;
}
.promo-blocks .wr-text-promo {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-FAQ {
  margin: 20px 0;
  padding-left: 0;
}
.list-FAQ li {
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(227, 233, 242, 0.6);
  border: 0;
  display: block;
  padding: 15px 55px 15px 15px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.list-FAQ li .question:after {
  content: "❮";
  position: absolute;
  right: 20px;
  transform: rotate(-180deg) translate(-50%);
}

.list-FAQ li .answer {
  font-weight: normal;
  padding-top: 1rem;
  line-height: 20px;
  display: none;
  text-align: left;
}

.list-FAQ li.active .answer {
  display: block;
}
.list-FAQ li.active .question::after {
  transform: rotate(-90deg);
}

.ld-small-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}
.ld-frame-box {
  width: 100%;
  margin: 0 auto;
}
.ld-frame-itself {
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.section-main-slider {
  padding-bottom: 0;
}
.ld-frame-itself iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.ld-frame {
  margin-bottom: 30px;
}

@media (max-width: 1560px) {
  .headerSwiper .title-slider {
    font-size: 2rem;
  }
  .headerSwiper .text-slider {
    font-size: 1.8rem;
  }
  .headerSwiper .link-slider {
    padding: 0.7rem 2rem;
  }
  .headerSwiper .swiper-slide {
    padding: 3rem 20px 8rem;
  }
  .registration__wrap {
    max-width: 500px;
  }
}

@media (max-width: 992px) {
  .headerSwiper .title-slider {
    font-size: 1.8rem;
  }
  .headerSwiper .text-slider {
    font-size: 1.6rem;
  }
  .headerSwiper .link-slider {
    padding: 0.7rem 2rem;
  }
  .headerSwiper .swiper-slide {
    padding: 3rem 20px 8rem;
  }
  .promo-blocks .wr-text-promo {
    flex-basis: 100%;
  }
  .nav-footer-menu {
    margin-right: 2rem;
  }
  .header .custom-logo-link {
    left: 5rem;
  }

  .nav-header-line {
    display: none;
  }
  .popular-block {
    width: calc(16.6666666667% - 15px);
  }

  .open-nav {
    display: flex;
    height: 60px;
    width: 40px;
    border: none;
    align-items: left;
    flex-direction: column;
    justify-content: center;
    z-index: 22;
    margin-left: 15px;
  }
  .open-nav span {
    height: 2px;
    width: 25px;
    z-index: 1;
  }
  .open-nav span:nth-of-type(3) {
    width: 20px;
  }
  .open-nav.active-btn {
    border: none;
    padding-bottom: 3px;
  }
  .open-nav.active-btn span:first-of-type {
    transform: rotate(44deg) translate(5px, 5px);
    width: 18px;
  }
  .open-nav.active-btn span:last-of-type {
    transform: rotate(-45deg);
    width: 18px;
  }
  .open-nav span:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .open-nav.active-btn span:nth-of-type(2) {
    display: none;
  }
  .sidebar-overlay__bg {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
  }
  .sidebar-overlay__sidebar {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: -100%;
    overflow-y: auto;
    position: fixed;
    scroll-behavior: smooth;
    scrollbar-width: none;
    top: 0;
    transition: left 0.3s;
    z-index: 83;
  }
  .sidebar-overlay__sidebar.open {
    left: 0;
  }
  .sidebar-overlay.open {
    left: 0;
    display: block;
  }
  .sidebar {
    display: flex;
    flex-direction: column;
    width: 27.2rem;
  }
  .sidebar ul {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    margin-left: 3rem;
    margin-top: 2rem;
  }
  .sidebar ul > li {
    list-style-type: none;
    width: 90%;
    padding: 1rem 0;
  }
  .sidebar-overlay__sidebar .sidebar {
    flex: 1;
  }
  .sidebar__auth {
    padding: 2.5rem 2.2rem;
  }
  .sidebar__buttons {
    grid-gap: 1.2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar__signin,
  .sidebar__signup {
    height: 3.6rem;
    padding: 0 1.6rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sidebar.open .sidebar__scroll {
    margin-left: 0;
  }
  .sidebar__scroll {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: -100%;
    transition: margin 0.6s;
  }
  .sidebar__menu {
    margin: 0 2rem;
    width: calc(100% - 4rem);
  }
  .sidebar-menu__item {
    border-bottom: 0.2rem solid transparent;
    -o-border-image: linear-gradient(90deg, #eee, #fff) 1;
    border-image: linear-gradient(90deg, #eee, #fff) 1;
  }
  .sidebar__menu {
    margin: 0 2rem;
    width: calc(100% - 4rem);
  }
  .sidebar__link {
    color: #757575;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    margin: 1.6rem 0;
    text-decoration: none;
  }
  .sidebar__footer {
    display: flex;
    margin: auto 2rem 2rem;
  }
  .chat-btn {
    align-items: center;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    position: relative;
  }
}
@media (max-width: 768px) {
  .nav-footer-menu {
    margin-bottom: 1rem;
  }
  .popular-block {
    width: calc(25% - 15px);
  }
  .headerSwiper .title-slider {
    font-size: 2rem;
  }

  .registration-banner__title {
    font-size: 1.6rem;
  }
  .form input {
    font-size: 16px;
    padding: 1rem;
  }
  .chat-header {
    display: none;
  }
  .sidebar {
    width: 20.2rem;
  }
}
@media (max-width: 768px) {
  .ld-frame-itself {
    height: 300px;
  }
}

.loading-bar img {
  max-width: 250px;
}
.header__menu-btn,
.sidebar-overlay {
  display: none;
}
.promo-blocks .wr-text-promo {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .link-view-all,
  .title-section {
    font-size: 1rem;
  }
  .section-game-category a {
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
  }
  .sign-header {
    margin: 0 0.5rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }
  .sidebar {
    width: 15.2rem;
  }
  .popular-block {
    width: calc(50% - 15px);
  }
  .copyright {
    font-size: 0.8rem;
  }
  .sidebar ul li {
    padding: 0.5rem 0;
  }
}
@media (max-width: 480px) {
  .ld-frame-itself {
    height: auto;
  }
}
.entry-content {
  padding: 2rem 0;
  padding-bottom: 3.5rem;
}

.wr-nav-footer {
  display: flex;
  justify-content: space-around;
  margin: 0 1rem;
  width: 100%;
  flex-wrap: wrap;
}
.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
  display: block;
  margin-bottom: 0.5rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin-bottom: 16px;
}
.entry-content p,
.entry-content li,
.entry-content td,
.entry-content th {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content table {
  margin-bottom: 16px;
}
.entry-content ul,
.entry-content ol {
  padding: 0 0 0 24px;
}
.entry-content .alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}
.entry-content .alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
.entry-content .aligncenter {
  margin: 1rem auto;
  display: block;
  text-align: center;
}
.alignleft {
  float: left;
  padding: 1rem 1rem 1rem 0;
}
.alignright {
  float: right;
  padding: 1rem 0 1rem 1rem;
}


.entry-content td,
.entry-content th {
  padding: 10px;
}
.alignleft {
  float: left;
  padding: 1rem 1rem 1rem 0;
}
.alignright {
  float: right;
  padding: 1rem 0 1rem 1rem;
}
@media (max-width: 1024px) {
  .alignleft,
  .alignright {
    width: 100%;
    float: none;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1rem !important;
}

.swiper-gap .swiper-wrapper {
  display: flex;
  gap: 15px;
  margin-left: 15px;
}
.swiper-gap .swiper-slide {
  width: calc(100% / 9 - 15px);
}
.wr-img-under {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 60vh;
  background-color: transparent;
}
.wr-img-under::before {
  height: 20%;
  width: 100%;
  content: "";
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  top: -1px;
  height: 25%;
  background: linear-gradient(
    0deg,
    rgba(29, 26, 32, 0),
    rgba(29, 26, 32, 0.82) 82.01%,
    #1d1a20
  );
  z-index: 1;
}
.wr-img-under::after {
  height: 20%;
  width: 100%;
  content: "";
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: -1px;
  height: 56.25%;
  background: linear-gradient(
    0deg,
    rgba(29, 26, 32, 0),
    rgba(29, 26, 32, 0.82) 82.01%,
    #1d1a20
  );
  transform: rotate(180deg);
  pointer-events: none;
}
.promo-blocks {
  margin-bottom: 0 !important;
  padding-bottom: 40px;
}
.promo-blocks .wr-text-promo {
  z-index: 1;
}
.img-underground {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
  z-index: -1;
  display: none;
}
.img-underground.visible {
  display: block;
}
.aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  max-width: 220px;
  height: 100vh;
  padding: 100px 0 0 0;
}
.left-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2rem;
}
.left-menu li {
  list-style-type: none;
  margin: 1rem 0;
}
.left-menu li:hover {
  padding-left: 5px;
  transition-duration: 0.5s;
}
.left-menu a {
  line-height: 1.5em;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.left-menu img {
  width: 40px;
  object-fit: cover;
}
@media (max-width: 760px) {
  .aside {
    left: -9999px;
  }
}
.link-provider img {
  max-height: 35px;
  height: 100%;
  object-fit: cover;
}
.promo-blocks .wr-text-promo {
  z-index: 1;
}
.section.section-FAQ .question {
  margin-bottom: 0 !important;
}
.entry-content #breadcrumbs {
  margin: 2rem 0;
}
.nav-header .sub-menu {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#menu-menu-header {
  margin: 0;
}
#menu-menu-header > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.title_404 {
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 12rem;
}
.section.section-FAQ .list-FAQ {
  padding: 0 !important;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .section,
  section {
    padding-left: 200px;
  }
  .section.section-main-slider,
  #comments,
  .sectionNot200 {
    padding-left: 0;
  }
  .wr-img-under {
    padding-left: 0;
  }
  .container {
    max-width: 900px;
  }
}
@media (max-width: 1420px) {
  .swiper-gap .swiper-slide {
    width: calc(100% / 6 - 15px);
  }
  .wr-img-under {
    height: 40vh;
  }
  .section {
    padding-bottom: 2rem;
  }
  .wr-popular {
    padding-bottom: 10px;
  }
}
@media (max-width: 1120px) {
  .swiper-gap .swiper-slide {
    width: calc(100% / 5 - 15px);
  }
}
.alignleft .alignleft {
  float: left;
  padding: 1rem 1rem 1rem 0;
}
.alignright {
  float: right;
  padding: 1rem 0 1rem 1rem;
}

@media (max-width: 1024px) {
  .alignleft,
  .alignright {
    width: 100%;
    float: none;
  }
}
.contact__form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
}
.contact__form input {
  margin: 1rem 0;
}
.contact__form .btn-signup {
  margin-top: 2rem;
}
.contact__form input {
  padding: 1rem;
}
.contact__form textarea {
  padding: 1rem;
}
.link_404 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .swiper-gap .swiper-slide {
    width: calc(100% / 4 - 15px);
  }
  .footer {
    padding-bottom: 80px;
  }
  .aside {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    max-width: none;
    height: 60px;
    padding: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0.25rem);
  }
  .aside .left-menu {
    padding-left: 0;
  }
  .aside .menu {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .aside .menu li {
    margin: 0 0.5rem;
  }
  .section200 {
    padding-left: 0;
    max-width: 768px;
    margin: 0 auto;
  }
  .headerSwiper .swiper-slide {
    text-align: center;
  }
  .headerSwiper .title-slider {
    font-size: 2rem;
    transition: padding 0.3s;
  }
  .headerSwiper .text-slider {
    font-size: 1.8rem;
  }
  .headerSwiper .link-slider {
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
    margin: 0 auto;
  }
  .title-section {
    font-size: 1.4rem;
  }
  .wr-img-under {
    height: 30vh;
  }
  .nav-header-sidebar {
    justify-content: left;
    margin-top: 7rem;
  }
  .sidebar ul {
    width: 100%;
  }
  .nav-header > li {
    padding-left: 0;
  }
  .menu-item-has-children:hover .sub-menu {
    position: static;
    padding-left: 0;
    padding-right: 0;
    margin-top: 1rem;
  }
  .menu-item-has-children > a {
    justify-content: left;
  }
  .sidebar ul > li {
    border-bottom: none;
  }
  .sidebar ul > li:hover {
    border-bottom: none;
  }
  .comments-area .comment-form textarea {
    width: 100%;
    height: 100px;
  }
  .comments-area .comment-form input {
    width: 100%;
  }
  .wr-title-section {
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
  .entry-content {
    padding: 1rem 0;
    padding-bottom: 1rem;
  }
  .footer .container-footer-menu {
    padding: 1rem 0;
  }
  .wr-nav-footer {
    justify-content: left;
  }
  .title-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .promo-blocks {
    margin-top: 20px;
  }
  .custom-logo-link {
    margin-right: 1rem;
  }
  .swiper-gap .swiper-slide {
    width: calc(100% / 4 - 15px);
  }
  .section200 {
    max-width: 576px;
  }
}
@media (max-width: 576px) {
  .copyright p {
    font-size: 0.8rem;
  }

  .promo-blocks .wr-text-promo p {
    padding: 0.5rem 0;
  }
  .wr-img-under {
    height: 20vh;
  }
  .promo-blocks a {
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
  }
  .promo-blocks .wr-text-promo p {
    padding: 1rem 0;
  }
  .headerSwiper .text-slider {
    font-size: 1.2rem;
  }
  .swiper-gap .swiper-slide {
    width: calc(100% / 2 - 15px);
  }
  .section200 {
    max-width: 410px;
  }
  .aside .menu li {
    margin: 0 0.1rem;
  }
  .left-menu img {
    width: 20px;
  }
  .left-menu a {
    font-size: 0.8rem;
  }
  .entry-content h2,
  h3,
  h4,
  h5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 110%;
  }
}
@media (max-width: 460px) {
  .entry-content h2,
  h3,
  h4,
  h5 {
    padding-top: 0.7rem;
    padding-bottom: 110%;
  }
  .search {
    display: none;
  }
}
@media (max-width: 420px) {
  .link-provider img {
    max-height: 25px;
  }
  .section200 {
    max-width: 320px;
  }
  .sign-header {
    margin: 0 0.5rem;
    font-size: 0.8rem;
    padding: 0.5rem;
  }
  .header .custom-logo-link {
    left: 3rem;
  }
}
.game_providers {
  flex-basis: 100%;
  margin: 1rem 0;
}
.gameSwiper .swiper-button-next,
.gameSwiper .swiper-button-prev {
  opacity: 0;
}
@media (max-width: 768px) {
  .gameSwiper .swiper-button-next,
  .gameSwiper .swiper-button-prev {
    opacity: 1;
  }
}

.sectionNot200 {
  padding-left: 200px;
  padding-right: 200px;
}
@media (max-width: 992px) {
  .sectionNot200 {
    padding-left: 0;
    padding-right: 0;
  }
  .sectionNot200 .entry-content {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .sectionNot200 .entry-content {
    max-width: 576px;
  }
}
@media (max-width: 576px) {
  .headerSwiper .title-slider {
    padding: 0.5rem 0;
  }
  .sectionNot200 .entry-content {
    max-width: 410px;
  }
  .wr-nav-footer {
    flex-basis: 100%;
    margin-top: 15px;
  }
  .footer .container-footer-menu {
    flex-wrap: wrap;
  }
  .logo-footer-lang {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
  }
}
@media (max-width: 420px) {
  .headerSwiper .text-slider {
    font-size: 1rem;
  }
  .headerSwiper .title-slider,
  .title-section {
    font-size: 1.2rem;
  }
  .sectionNot200 .entry-content {
    max-width: 320px;
  }
}
@media (max-width: 576px) {
  .footer-menu__title:after {
    content: "❮";
    position: absolute;
    right: -10px;
    font-size: 13px;
    transform: rotate(-90deg) translateY(-50%);
  }
  .footer-menu__title {
    position: relative;
  }
  .nav-footer-menu {
    flex-basis: 100%;
  }
  .nav-footer-menu ul {
    display: none;
  }
  .nav-footer-menu ul.active {
    display: block;
  }
  .langs {
    left: auto;
    width: 100px !important;
    right: 0;
  }
  .langs a {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .langs.active {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .sub-menu li {
    padding: 0.5rem 0;
  }
}
.sub-menu li a:hover {
  font-weight: bold;
}
.langs.active {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.25rem);
  padding-left: 10px;
}
section .section-game-category .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0.7rem !important;
}

.popular-block-title,
.popular-block-text {
  text-align: left;
  white-space: normal;
}
.custom-logo-link {
  margin: 1rem 0;
  margin-right: 3rem;
}
.popular-block-img {
  white-space: normal;
  width: 100%;
  border-radius: 0.8rem;
  display: block;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.popular-block-title {
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
}
.wp-block-image {
  margin: 2rem 0;
}
.entry-content h2,
h3,
h4,
h5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin-bottom: 16px;
}
.entry-content p,
.entry-content li,
.entry-content td,
.entry-content th {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content table {
  margin-bottom: 16px;
}
.entry-content ul,
.entry-content ol {
  padding: 0 0 0 24px;
}
.entry-content .alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}
.entry-content .alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
.entry-content .aligncenter {
  margin: 1rem auto;
  display: block;
}

.entry-content table {
  border-collapse: collapse;
}

.entry-content td,
.entry-content th {
  padding: 10px;
  border: solid 1px;
}
.alignleft {
  float: left;
  padding: 1rem 1rem 1rem 0;
}
.alignright {
  float: right;
  padding: 1rem 0 1rem 1rem;
}
.section.section-main-slider {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .alignleft,
  .alignright {
    width: 100%;
    float: none;
  }
}
ol,
ul {
  box-sizing: border-box;
  padding-left: 25px;
  margin: 10px 0;
}

.promo-blocks {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 40px;
}
.sectionNot200 .promo-blocks {
  margin-top: 0;
  padding-bottom: 0;
}
.promo-blocks .item {
  position: relative;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  width: calc(50% - 25px);
  overflow: hidden;
}
.promo-blocks .image-promo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo-blocks .wr-text-promo {
  display: flex;
  justify-content: start;
}
.promo-blocks .wr-text-promo p {
  font-size: 1rem;
}
.wr-inner {
  align-items: end;
  justify-content: flex-start;
  overflow: hidden;
}
.wr-inner {
  border-radius: 8px;
  position: relative;
  display: block;
  margin-top: 30px;
}
.img-bg-inner {
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  object-fit: cover !important;
}
.popular-block-wr:hover .popular-block-btn {
  display: block;
}
.wr-text-random-winner {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-basis: 60%;
  width: 50%;
  min-height: 200px;
  padding: 40px;
  padding-left: 40px;
}
.wr-text-random-winner {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-basis: 60%;
}
.title-section {
  text-align: left;
}

.wr-inner a {
  margin: 40px;
}

.promo-blocks a {
  max-width: 200px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .text_404 {
    margin-bottom: 2.2rem;
  }
  .link_404 {
    margin-bottom: 2rem;
  }
  .promo-blocks .item {
    width: 100%;
  }
  .promo-blocks {
    flex-wrap: wrap;
  }
}
@media (max-width: 420px) {
  .promo-blocks a {
    max-width: 250px;
  }
}
.copyright {
  font-size: 0.8rem;
  text-align: center;
}
.footer ol,
ul {
  padding-left: 0px;
}
.promo-blocks .wr-text-promo p {
  padding: 2rem 0;
}
.section-form .container {
  padding: 2rem 0;
  padding-top: 4rem;
}
.headerSwiper .image-slider {
  object-fit: cover;
}
.section-game-category .swiper-slide {
  width: auto !important;
  min-width: 100px !important;
}
.custom-logo {
  max-height: 60px;
  object-fit: contain;
  max-width: 80px;
}
.langs {
  width: 200px;
}

.content_404 {
  text-align: center;
}
.container .title_404 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 150%;
  margin-top: 12rem;
}
.text_404 {
  font-size: 2.2rem;
  line-height: 4.8rem;
  margin-top: 2.2rem;
  margin-bottom: 4.2rem;
}
.link_404 {
  font-size: 1rem;
}
@media (max-width: 992) {
  .section-game-category a {
    font-size: 1rem;
  }

}

@media (max-width: 576px) {
  .container .title_404 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 130%;
    margin-top: 2rem;
  }
  .text_404 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}
.wr-popular .popular-block-img {
  white-space: normal;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.sticky {
  position: sticky;
  top: 0;
  width: 100%;
}
.header {
  z-index: 777;
}
.section-404 {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.img-bg-404 {
  position: absolute;
  height: 100%;
  width: 100% !important;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover !important;
}
.wr-inner img {
  width: 100% !important;
}
.section-game-category a {
  display: flex;
  align-items: center;
}
.img-icon {
  max-width: 24px;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  max-height: 24px;
  margin-right: 10px;
}
.list-currency.active {
  display: flex;
  position: absolute;
  border-radius: 0.8rem;
  box-shadow: 0 1rem 1.6rem rgba(75, 74, 120, 0.11);
  padding: 1rem;
  top: 90%;
  left: 0;
  z-index: 22;
}
.wr-popular .swiper,
.swiper-container {
  margin-left: 0;
}
.section-archive .wr-popular {
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (max-width: 992px){
	.header__menu-btn{
  display: flex;
}
		.wr-popular {
     margin-left: 0;
}
}
@media (max-width: 576px){
.link-provider img {
    max-height: 25px;
}} 
@media (min-width: 992px) {
	.container-section-archive {
		margin: 0;
		max-width: initial;
	}

}
@media (min-width: 1367px) and (max-width: 1660px) {
	.section-archive .popular-block {
    width: calc(16% - 15px);
}
}
@media (min-width: 992px) and (max-width: 1366px) {
	.section-archive .popular-block {
    width: calc(18% - 15px);
}
}