@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;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
button:hover {
  cursor: pointer;
}
.nav-header {
  flex-grow: 1;
}

.nav-header li {
  margin-right: 2rem;
}
.nav-header li.active:after,
.nav-header li:active:after,
.nav-header li:hover:after {
  opacity: 1;
}
.nav-header ul {
  display: flex;
  justify-self: space-between;
  align-items: center;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header {
  padding: 0 2.4rem;
}
.header li {
  list-style-type: none;
  position: relative;
}

.btn {
  align-items: center;
  border-radius: 0.8rem;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  padding: 0.7rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-drop-down-lang {
  position: relative;
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  background: none;
  z-index: 3;
  margin: 0 1.5rem;
}
.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.active {
  display: block;
  text-align: left;
  border-radius: 0.8rem;
  box-shadow: 0 32px 32px rgba(9, 10, 11, 0.05);
  padding: 1rem;
}
.btn-drop-down-lang:after {
  content: "❮";
  position: absolute;
  right: -20px;
  font-size: 1rem;
  transform: rotate(-90deg) translateY(-50%);
}
i {
  margin-right: 0.6rem;
}
.wr-tag {
  display: flex;
  justify-content: space-between;
  align-self: center;
}

.online-chat {
  display: flex;
  align-items: center;
}

.sign-up {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin: 0 1.5rem;
  font-size: 1rem;
}
.sign-in {
  font-size: 1rem;
}
.custom-logo-link {
  margin-right: 3rem;
}

.headerSwiper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10rem 20px 5rem;
}
.headerSwiper .image-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.headerSwiper .title-slider {
  font-size: 3.8rem;
  text-shadow: 0 0.8rem 0.8rem rgba(9, 10, 11, 0.5);
  font-weight: 700;
  transition: padding 0.3s;
  align-items: center;
  max-width: 95%;
  padding: 3rem 0;
}
.headerSwiper .link-slider {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.7rem 2rem;
}

.headerSwiper .swiper-button-next,
.headerSwiper .swiper-button-prev {
  color: rgb(255, 255, 255);
  display: flex;
  background: rgba(255, 255, 255, 0.298);
  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,
.game-category .swiper-button-next:after,
.game-category .swiper-button-prev:after
{
  font-size: 1rem;
}


.container {
  max-width: 1300px;
  margin: 0 auto;
}
.section-game-category {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}
.section-game-category a {
  border: 0.2rem solid transparent;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  display: inline-block;
}
.section-game-category a:hover {
  border-radius: 0.8rem;
}

.title-section {
  font-weight: 700;
  font-size: 1.6rem;
}

.line {
  flex: 1;
  margin: 0 2rem;
}

.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;
}

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

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

.popular-block .popular-block-btn {
  z-index: 33;
  width: 80px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
  text-align: center;
}

.popular-block-img {
  width: 100%;
  border-radius: 5px;
  display: block;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular-block-title {
  padding: 6px 20px 0 0;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
}

.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;
}
.popular-block-wr:hover .popular-block .popular-block-btn {
  display: block;
}
.popular-block-wr:hover .popular-block__action {
  opacity: 1;
}
.wr-popular {
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.link-more {
  margin: 0 auto;
  box-shadow: none;
  padding: 0.7rem 2rem;
  transition: color 0.3s, border-color 0.3s, box-shadow 0.3s;
  border-radius: 0.8rem;
  display: block;
  text-align: center;
  max-width: 200px;
}
.link-more:hover {
  border: 2px solid transparent;
  opacity: 1;
  box-shadow: 0 32px 32px rgba(9, 10, 11, 0.05);
}
.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%;
    object-fit: cover;
    height: 100%;
}

.section {
  margin-bottom: 2rem;
}

.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;
  background-color: #fafafa;
  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;
}

.wr-nav-footer {
  display: flex;
  justify-content: space-around;
  margin: 0 1rem;
  width: 100%;
  flex-wrap: wrap;
}

[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 img {
  max-height: 35px;
  height: 100%;
  object-fit: contain;
	width:100%;
}
.link-provider {
	margin-right: 10px;
}
.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;
}

.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;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
}

.comment-respond {
  margin: 1.5rem 0 0 0;
}

.comment-respond h3 {
  margin-bottom: 0.75rem;
}

.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 input,
.comments-area .comment-form textarea {
  background: #fff;
  border-radius: 8px;
  padding: 0.5rem 0 0.5rem 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;
}
.entry-content {
  margin-bottom: 30px;
}

.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;
  top: 15px;
  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%;
  max-width: 1140px;
  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;
}

.ld-frame-itself iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.ld-frame {
  margin-bottom: 30px;
}

.loading-bar img {
  max-width: 250px;
}

@media (max-width: 1560px) {
  .registration__wrap {
    max-width: 500px;
  }
}

@media (max-width: 1300px) {
  .container {
    max-width: 1170px;
  }
  .btn-drop-down-lang {
    margin: 0 0.5rem;
  }
  .sign-up {
    margin: 0 0.5rem;
  }
  .btn.sign-in.sign-header {
    padding: 0.7rem 1rem;
  }
}

@media (max-width: 1170px) {
  .container {
    max-width: 992px;
  }
	.nav-header li {
    margin-right: 1.3rem;
}
}
@media (max-width: 1070px){ 
.nav-header li {
    margin-right: 1rem;
}
}

@media (max-width: 1024px) {
  .alignleft,
  .alignright {
    width: 100%;
    float: none;
  }
}
.header__menu-btn,
.sidebar-overlay {
  display: none;
}

@media (max-width: 992px) {
	.nav-footer-menu {
    margin-bottom: 1rem;
}
	.wr-nav-footer {
    justify-content: flex-start;
}
  .nav-header-line {
    display: none;
  }
  .popular-block {
    width: calc(16.6666666667% - 15px);
  }
  .headerSwiper .swiper-slide {
    padding: 5rem 20px 5rem;
  }
  .open-nav {
    display: flex;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 22;
    margin-left: 15px;
  }
  .open-nav span {
    height: 2px;
    width: 25px;
    z-index: 1;
  }
  .open-nav.active-btn {
    padding-bottom: 3px;
  }
  .open-nav.active-btn span:first-of-type {
    transform: rotate(43deg) translate(4px, 4px);
    width: 18px;
  }
  .open-nav.active-btn span:last-of-type {
    transform: rotate(-43deg);
    width: 18px;
  }
  .open-nav span:not(:last-of-type) {
    margin-bottom: 3px;
  }
  .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: 3;
  }
  .sidebar-overlay__sidebar.open {
    left: 0;
	  z-index:777;
  }
  .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: 1.1rem;
    margin-top: 2rem;
  }
  .sidebar ul li {
    list-style-type: none;
    margin: 0.5rem 0;
    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 {
    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;
  }
}

.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 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: 1rem;
}
.entry-content ul,
.entry-content ol {
  padding: 0 0 0 1rem;
}
.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: none;
}
.entry-content img {
  width: 100px;
  object-fit: contain;
}
.entry-content td,
.entry-content th {
  padding: 1rem;
  border: none;
}

.alignleft {
  float: left;
  padding: 1rem 1rem 1rem 0;
}
.alignright {
  float: right;
  padding: 1rem 0 1rem 1rem;
}

ol,
ul {
  box-sizing: border-box;
  padding-left: 25px;
  margin: 10px 0;
}

.popular-block-title,
.popular-block-text {
  text-align: left;
  white-space: normal;
}
.custom-logo-link {
  margin-right: 3rem;
}
.popular-block-img {
  white-space: normal;
  width: 100%;
  border-radius: 5px;
  display: block;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.popular-block-title {
  padding: 6px 20px 0 0;
  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: 1rem;
}
.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: 1rem;
}

.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 img {
  object-fit: contain;
  width: auto;
}
.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;
}

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;
}
.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%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo-blocks .wr-text-promo {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promo-blocks .title-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.promo-blocks .wr-text-promo {
  display: flex;
  justify-content: start;
}

.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 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}

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

.promo-blocks a {
  max-width: 200px;
  margin-bottom: 1rem;
}
@media (max-width: 1170px) {
	.wr-text-random-winner {
		width: 95%;
	} 
}
@media (max-width: 768px) {
	.wr-text-random-winner { 
		padding:20px;
		min-height: 100%;
	}
	.wr-inner a {
    margin: 20px;
}
	.ld-frame-itself {
    height: 300px;
  }
  .popular-block {
    width: calc(25% - 15px);
  }
  .headerSwiper .title-slider {
    font-size: 2.8rem;
    padding: 1rem 0;
  }
  .link-more {
    padding: 0.6rem 1rem;
  }
  .registration-banner__title {
    font-size: 1.6rem;
  }
  .form input {
    font-size: 16px;
    padding: 1rem;
  }
  .chat-header {
    display: none;
  }
  .sidebar {
    width: 20.2rem;
  }
  .promo-blocks .item {
    width: 100%;
  }
  .promo-blocks {
    flex-wrap: wrap;
  }
}

.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;
  max-width: 250px !important;
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
  .container {
    max-width: 768px;
  }
  .section-game-category a {
    font-size: 1rem;
  }
}

.langs {
  width: 200px;
}
.content_404 {
  text-align: center;
}
.container .title_404 {
  font-size: 8rem;
  font-weight: bold;
  line-height: 150%;
  margin-top: 5rem;
}
.text_404 {
  font-size: 2.2rem;
  line-height: 4.8rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.link_404 {
  font-size: 1rem;
}
.wr-popular .popular-block-img {
  white-space: normal;
  width: 100%;
  border-radius: 5px;
  display: block;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}
.header {
  z-index: 777;
}
.section-404 {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.img-bg-404 {
  position: absolute;
  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;
}
.custom-logo {
  max-height: 60px;
  object-fit: contain;
  max-width: 80px;
}

.menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 25px;
}

.nav-header .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: -200%;
  padding-right: 30%;
  column-count: 3;
  margin: 0;
  opacity: 0;
}
.menu-item-has-children:hover .sub-menu {
  top: 100%;
  opacity: 1;
}
#menu-menu-header > li {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item-has-children > a:after {
  content: "❮";
  position: absolute;
  right: 0;
  font-size: 13px;
  transform: rotate(-90deg) translateY(-50%);
}
@media (max-width: 992px) {
  .nav-footer-menu {
    margin-right: 2rem;
  }
  .sub-menu li {
    padding: 0.5rem 0;
  }
  .menu-item-has-children > a {
    justify-content: left;
  }
  .sidebar ul li {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
	iframe {
	width: 100%;
}
	.headerSwiper .swiper-slide {
    padding: 3rem 20px 3rem;
}
  .container {
    max-width: 95%;
  }
}
@media (max-width: 576px) {
	.headerSwiper .title-slider {
    font-size: 2rem;
}
	footer .custom-logo {
    max-height: 30px; 
	}
	.headerSwiper .swiper-slide {
    padding: 2rem 20px 2rem;
}
	.game_providers {
    text-align: center;
}
	.footer .container-footer-menu {
    flex-wrap: wrap;
}
	.footer .custom-logo-link {
		margin-bottom: 2rem;
		width: 100%;
		margin-right: 0;
	}
	.footer .container-footer-menu {
	padding-bottom: 0;
}
  .link-view-all,
  .title-section {
    font-size: 1rem;
  }
  .section-game-category a {
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
  }
  .sign-header {
    display: none;
  }
  .sidebar {
    width: 15.2rem;
  }
  .popular-block {
    width: calc(50% - 15px);
  }
  .copyright {
    font-size: 0.8rem;
  }
  .sidebar ul li {
    padding: 0.5rem 0;
  }
  .container .title_404 {
    font-size: 6rem;
    font-weight: bold;
    line-height: 130%;
    margin-top: 3rem;
  }
  .text_404 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .langs {
    right: 0;
    left: auto;
  }
  .nav-footer-menu {
    flex-basis: 100%;
  }
  .footer-menu__title {
    position: relative;
  }
  .nav-footer-menu ul {
    display: none;
  }

  .footer-menu__title:after {
    content: "❮";
    position: absolute;
    right: 0;
    font-size: 13px;
    transform: rotate(-90deg) translateY(-50%);
  }
  .nav-footer-menu ul.active {
    display: block;
  }
}
@media (max-width: 480px) {
	.game-category .swiper-button-next, .game-category .swiper-button-prev { 
		visibility: hidden;
	}
  .ld-frame-itself {
    height: auto;
  }
}
@media (max-width: 420px) {
	.headerSwiper .title-slider {
    font-size: 1.5rem;
    padding-bottom: 3rem;
}
	.footer .container-footer-providers {
    justify-content: center;
}
	.link-provider {
    flex-basis: 40%;
}
  .promo-blocks a {
    max-width: 250px;
  }
  .promo-blocks .wr-text-promo {
    width: 100%;
    display: flex;
    flex-basis: 100%;
  }
}
.promo-blocks .wr-text-promo {
  flex-basis: 100%;
}
.copyright p {
  padding: 1rem 0;
}
footer .custom-logo {
  max-height: 40px;
  max-width: inherit;
  width: 100%;
  object-fit: contain;
}
footer .custom-logo-link {
  margin-top: 0;
}
.game_providers {
  flex-basis: 100%;
  padding: 1rem 0;
	font-weight: bold;
}
.header ol, ul {
    margin-top: 0px;
	margin-bottom: 0px;
}
.answer span{
	margin-left: 22px;
	display: inline-block;
}
.swiper-button-disabled {
	visibility: hidden;
}
.headerSwiper .swiper-slide {
 
    justify-content: end;
    padding:20px 0;
    min-height: 500px;
}