@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --gradient: linear-gradient(180deg, rgba(255, 255, 255, 1) 13%, rgba(207, 207, 218, 0.19) 123%);
  --listing-bg: #1a1a1a;
  --title-color: #160f1d;
  --dark: #a2a2b0;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #160f1d;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8178d9;
}

body {
  background: #f4f4f6;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

a:hover {
  cursor: pointer;
}

a {
  color: #e21b27;
  text-decoration: none;
  font-weight: bold;
}

.row {
  display: flex;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fw {
  max-width: 100%;
  width: 100%;
  padding: 0 20px;
}

.btn {
  display: inline-flex;
  padding: 10px 5px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-weight: bolder;
  justify-content: center;
  text-align: center;
}

.btn:hover {
  background-color: #fafafa;
}

.btn-play {
  background: white;
  color: black;
  border-radius: 30px;
  width: 100%;
  max-width: 150px;
}

.btn-simple {
  background: transparent;
  font-size: 12px;
  padding: 8px 15px;
}

.playngo-game-body {
  background: #161a1d;
}

#game-column {
  background: #161a1d;
}

.av_header {
  background: #1a1a1a;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding: 8px 0;
  z-index: 500;
  transition: 0.3s background-color;
}

.av_header-active {
  background: rgba(23, 26, 29, 0.2509803922);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.av_header__link {
  border-radius: 30px;
  background-color: #1382bf;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bolder;
  justify-content: center;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
  min-width: 150px;
}

.av_header__link:hover {
  background-color: #1382bf;
  cursor: pointer;
  color: white;
}

.av_header .container {
  padding: 0;
}

.av_header__logo {
  position: relative;
  width: 100%;
  max-width: 159px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.av_header__logo img {
  width: 100%;
  position: relative;
  z-index: 5;
}

.av_header .row {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
}

.av_header .lang {
  width: 100%;
  max-width: 10%;
}

.av_header .lang:first-child {
  max-width: 0;
}

.av_header .lang,
.av_mobile_header .lang {
  position: relative;
  justify-content: flex-end;
  display: flex;
}

.av_header .lang .lang_item,
.av_mobile_header .lang .lang_item {
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.av_header .lang .lang_item img,
.av_mobile_header .lang .lang_item img {
  margin-right: 10px;
  border-radius: 5px;
}

.av_header .lang .lang_item svg,
.av_mobile_header .lang .lang_item svg {
  margin-left: 10px;
}

.av_header .lang .lang_dropdown,
.av_mobile_header .lang .lang_dropdown {
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  margin-top: 10px;
  background: #160f1d;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.3s;
  z-index: 505;
}

.av_header .lang .lang_dropdown .lang_item,
.av_mobile_header .lang .lang_dropdown .lang_item {
  color: #fff;
  padding: 10px;
  font-size: 12px;
}

.av_header .lang .lang_dropdown.active,
.av_mobile_header .lang .lang_dropdown.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.av_header nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

.av_header nav ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bolder;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0em;
  text-decoration-line: none;
  text-shadow: none;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-weight: 700;
}

.av_header nav ul li.current-menu-item a {
  color: #fff;
}

/* Создаем невидимую область между пунктом меню и подменю для плавного перехода */
.av_header nav ul li.menu-item-has-children {
  position: relative;
}

.av_header nav ul li.menu-item-has-children:hover .sub-menu,
.av_header nav ul li.menu-item-has-children .sub-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: #000;
  width: 100vw;
  max-width: 100vw;
  left: 0;
  transform: none;
  padding-left: calc((100vw - 1440px) / 2 + 20px);
  padding-right: calc((100vw - 1440px) / 2 + 20px);
  padding-top: 25px;
  padding-bottom: 25px;
}

.av_header nav ul li.menu-item-has-children .sub-menu {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transform: translateX(-50%);
  overflow-y: scroll;
  position: fixed;
  top: 60px;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 40px;
  padding-top: 0;
  margin-top: 0;
  background: black;
  height: auto;
  max-height: 220px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding-left: calc((100vw - 1440px) / 2 + 20px);
  padding-right: calc((100vw - 1440px) / 2 + 20px);
  z-index: 505;
  padding-top: 25px;
}

.av_header nav ul li.menu-item-has-children::after {
  content: "";
  display: block;
  height: 25px;
  z-index: 504;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  pointer-events: auto;
  background: transparent;
}

.av_header nav ul li.menu-item-has-children .sub-menu li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  font-weight: 600;
}

.av_header nav ul li.menu-item-has-children .sub-menu li a:hover {
  color: #ffcc00;
}

.av_header nav ul li.menu-item-has-children .sub-menu li {
  width: 100%;
}

.av_header nav ul li.menu-item-has-children .sub-menu li:last-child {
  border-radius: 0 0 15px 15px;
}

.av_header nav ul li.menu-item-has-children .sub-menu li:last-child a {
  border-radius: 0 0 15px 15px;
}

.av_header nav ul li.menu-item-has-children .sub-menu li a {
  padding: 10px 10px;
  font-size: 14px;
  display: block;
  transition: color 0.3s ease;
}

.av_header nav ul li.menu-item-has-children .sub-menu li a:hover {
  color: #fff;
}

.av_header_menu {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.av_promo_page__heading {
  margin-bottom: 20px;
}

.av_promo_page__heading .row {
  justify-content: space-between;
  align-items: center;
}

.av_promo_page__heading .row img {
  width: 40%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #1a1a1a;
  padding: 20px;
  border-radius: 15px;
}

.av_promo_page__heading .caption {
  width: 50%;
}

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

.av_section__title {
  padding: 0 0 20px 0;
  margin-bottom: 0 !important;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #160f1d;
}

.av_entry__content iframe {
  width: 49%;
}

.av_entry__content img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.av_entry__content .alignleft {
  float: left;
  margin-right: 10px;
  border-radius: 10px;
}

.av_entry__content .alignright {
  float: right;
  margin-left: 10px;
  border-radius: 10px;
}

.av_entry__content .aligncenter {
  margin: 0 auto;
  border-radius: 10px;
}

.av_entry__content .size-full {
  width: 100%;
  height: auto;
}

.av_entry__content h1,
.av_entry__content h2,
.av_entry__content h3,
.av_entry__content h4,
.av_entry__content h5 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  color: #160f1d;
}

.landbased-page h1,
.landbased-page h2,
.landbased-page h3,
.landbased-page h4,
.landbased-page h5 {
  color: #fff !important;
}

.av_entry__content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
  color: #737377;
}

.av_entry__content ul,
.av_entry__content ol {
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}

.av_entry__content ul li,
.av_entry__content ol li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #737377;
}

.av_entry__content form {
  width: 100%;
  padding: 40px;
  background: #f3f3f3;
  border-radius: 10px;
  margin: 20px 0 0 0;
}

.av_entry__content .wpcf7-form {
  background: #fafafa;
}

.av-comments-bg {
  background: #fafafa !important;
}

.av-comment-name {
  font-weight: bolder;
  color: var(--dark);
}

.av_entry__content form h2 {
  margin-bottom: 10px;
}

.av_entry__content form p {
  margin-bottom: 0;
}

.av_entry__content form input,
.av_entry__content form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  min-height: 25px;
  border-radius: 10px;
  border: none;
  background-color: #e6e6e6;
}

.av_entry__content form input::-moz-placeholder, .av_entry__content form textarea::-moz-placeholder {
  color: #322f2f;
}

.av_entry__content form input::placeholder,
.av_entry__content form textarea::placeholder {
  color: #322f2f;
}

.av_entry__content form textarea {
  margin-bottom: 0;
  height: 80px;
}

.av_entry__content form .btn {
  margin-top: 10px;
  border: 1px solid #e21b27;
}

.playngo-game-body .av_entry__content * {
  color: #fff;
  border-color: #fff;
}

.menu-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

section {
  margin: 40px 0;
}

.av_casinos .row {
  gap: 10px;
}

.av_casinos .av_casinos__item {
  flex-basis: 100%;
  background: #1382bf;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-around;
}

.av_banner {
  min-height: 80vh;
  display: flex;
  height: auto;
  min-width: 0px;
  max-width: 99999px;
  max-height: 99999px;
  flex-direction: column;
  align-self: stretch;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.av_banner .playngo-caption {
  min-width: 0px;
  width: 90%;
  max-width: 1440px;
  max-height: 99999px;
  margin-bottom: 60px;
  position: relative;
}
.av_banner .playngo-caption .playngo-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bolder;
  margin-bottom: 20px;
}
.av_banner .playngo-caption .playngo-descr {
  color: #fff;
  font-weight: bolder;
  font-size: 2.2rem;
  margin-bottom: 34px;
  margin-top: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.av_banner .playngo-caption .playngo-banner-wr_btns {
  display: flex;
  gap: 20px;
}
.av_banner .playngo-caption .playngo-banner-wr_btns .playngo-demo_btn {
  color: black;
  background-color: white;
  font-size: 16px;
  border-radius: 30px;
  padding: 20px 40px;
  text-decoration: none;
}
.av_banner .playngo-caption .playngo-banner-wr_btns .playngo-find_btn {
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid white;
  background-color: transparent;
  text-decoration: none;
  padding: 20px 40px;
}

.playngo-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.playngo-featured {
  display: flex;
  gap: 36px;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.playngo-featured-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: start;
  align-items: flex-start;
}

.playngo-featured-link {
  border-radius: 30px;
  padding: 15px 20px;
  font-weight: bold;
  color: #fff;
  background-color: #1482bf;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.playngo-featured-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.playngo-slots-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  margin-bottom: 36px;
  margin-top: 36px;
}

.playngo-slot-hidden {
  display: none;
}

.playngo-featured-more-wrapper {
  text-align: center;
  margin-top: 30px;
}

.btn-show-more-featured {
  padding: 15px 40px;
  background-color: #1482bf;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.btn-show-more-featured:hover {
  background-color: #0f6a9a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-show-more-featured:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 968px) {
  .playngo-featured-slots {
    grid-template-columns: repeat(2, 1fr);
  }
  .playngo-slots-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.av_casinos .av_casinos__item.col-3 {
  flex-basis: 32%;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}

.av_casinos__item.col-3 .rating,
.av_casinos__item.col-3 .bonus {
  margin: 10px 0;
}

.av_casinos .av_casinos__item .buttons .btn-simple {
  display: inline-flex;
  margin-top: 10px;
}

.top__rated {
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  padding: 10px;
  background: #e21b27;
  color: #fff;
  right: -10px;
  /* border-radius: 10px; */
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.29);
}

.bonus__size {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.av_casinos {
  margin: 0 auto;
}

.av_casinos .av_casinos__item .item__title {
  color: #fff;
  font-weight: bolder;
  text-align: center;
  font-size: 12px;
}

.av_casinos__item__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 240px;
}

.av_casinos__item__buttons .btn {
  width: 100%;
  max-width: 200px;
}

.av_casinos .av_casinos__item .item__logo {
  width: 100%;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.av_casinos .av_casinos__item .btn {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  font-size: 14px;
}

.av_casinos .av_casinos__item .btn-simple {
  font-size: 7px;
  border: 1px solid #fff;
  width: 85%;
}

.av_footer {
  background: #171a1d;
  padding: 40px;
}

.av_footer .row {
  justify-content: space-between;
  flex-wrap: wrap;
}

.av_footer .row .item {
  flex-basis: 49%;
}

.av_footer .navs {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.av_footer nav ul {
  list-style: none;
}

.av_footer nav ul li a {
  color: #160f1d;
  text-decoration: none;
  padding: 8px 0;
  display: block;
  font-size: 14px;
}

.av-footer-menu-title {
  font-weight: bolder;
  color: #160f1d;
  margin-bottom: 10px;
}

.av_footer nav ul li.menu-item-has-children .sub-menu {
  display: none;
}

.av_footer .item_copyright {
  font-size: 14px;
  line-height: 1.5;
}

.av_footer p {
  font-size: 14px;
  line-height: 1.5;
}

.av_faq_section .item {
  width: 100%;
  margin-bottom: 10px;
}

.av_faq_section .item:last-child {
  margin-bottom: 0;
}

.av_faq_section .item span {
  cursor: pointer;
  display: block;
  padding: 10px;
}

.av_faq_section .item .question {
  border-bottom: 1px solid #bababa;
  background: #160f1d;
  color: #fff;
}

.av_faq_section .item .answer {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  color: #525252;
  background: #efefef;
}

.av_faq_section .item .answer.active {
  display: block;
}

.mobile-only {
  display: none;
}

.all_com_pr span:before {
  color: #e21b27;
}

.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";
  color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #e21b27;
  text-shadow: 0 0 1px #888;
}

.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";
  color: #888;
  text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: #e21b27;
  text-shadow: 0 0 1px #888;
}

.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 {
  border-radius: 8px;
  color: #160f1d;
  padding: 0.5rem 0 0.5rem 0.5rem;
  border: 1px solid #160f1d;
}

.comments-area .comment-form input::-moz-placeholder, .comments-area .comment-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.comments-area .comment-form input::placeholder,
.comments-area .comment-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.comments-area .comment-form textarea {
  width: 50%;
  height: 100px;
}

.comments-area .comment-form input {
  width: 50%;
}

.comments-area .comment-form .submit {
  background: #e21b27;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem;
  cursor: pointer;
}

.comments-area .comment-notes {
  display: none;
}

.comments-area .comment-list {
  list-style: none;
  padding: 0;
}

.comments-area .comment-list li {
  width: 100%;
  padding: 20px;
  background: #efefef;
  margin-bottom: 0.75rem;
}

.comments-area .comment-list li a {
  text-decoration: none;
  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-url {
  display: none;
}

.comments-area .comment-form-email {
  display: none;
}

.dashicons-star-filled {
  color: #e21b27 !important;
}

.av_casinos__item_heading {
  width: 100%;
  max-width: 260px;
  justify-content: center;
  text-align: center;
}

.rating {
  width: 100%;
  max-width: 220px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.title {
  width: 100%;
  color: #fff;
  font-weight: bolder;
  margin-bottom: 10px;
  text-align: center;
}

.vote__stars {
  display: flex;
  gap: 5px;
}

.jq-star svg {
  width: 16px;
  height: 16px;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fafafa;
  padding: 16px 16px;
  cursor: pointer;
  border-radius: 8px;
}
.faq-question h3:hover {
  color: #1482bf !important;
}

.faq-question > svg {
  width: 24px;
  height: 24px;
  color: #1482bf !important;
}

.faq-answer {
  padding: 16px 32px;
  font-size: 14px;
  line-height: 1.8;
  display: none;
}

.faq-item {
  border-radius: 8px;
  margin-bottom: 16px;
}

.faq-item-active .faq-question .faq-question-title {
  color: #1482bf !important;
}
.faq-item-active .faq-answer {
  display: block;
}

.faq-question-title {
  margin-bottom: 0 !important;
  font-size: 18px;
  line-height: 1.5;
}

.playngo-banner_block {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  justify-content: center;
  padding: 120px 20px;
  margin-bottom: 24px;
}
.playngo-banner_block h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.playngo-banner_block p {
  font-size: 16px;
  color: #fff;
}
.playngo-banner_block .btn-play {
  border-radius: 30px;
  padding: 20px 30px;
  text-decoration: none;
}
.playngo-banner_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  z-index: -1;
}

@media (max-width: 768px) {
  .playngo-banner_block {
    padding: 60px 20px;
  }
  .playngo-banner_block:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.block_why {
  text-align: center;
}
.block_why h2 {
  text-align: center;
}
.block_why .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.block_why .row .col-md-4 {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: calc(16% - 16px);
  width: 100%;
}
.block_why .row .col-md-4 h3 {
  min-height: 60px;
}
.block_why .row img {
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  height: 100px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .block_why .row .col-md-4 {
    max-width: calc(33% - 16px);
  }
}
@media (max-width: 576px) {
  .block_why .row .col-md-4 {
    max-width: calc(48% - 16px);
  }
}
@media (max-width: 768px) {
  .block_why .row {
    justify-content: center;
  }
}
.av-frame-wrapper {
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 0;
}

.av-frame-ajax-loaded {
  min-height: 450px;
}

.av-game-chars-mobile {
  display: none;
  margin: 0 10px;
}

.av-game-chars-mobile .av-game-chars {
  display: none;
}

.av-game-chars-mobile .av-aside-listing-title {
  background: #fff !important;
  border: 1px solid var(--dark);
  color: var(--dark);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.av-aside-listing-title .av-chars-dropdown {
  display: none;
}

.av-comments-form {
  position: relative;
}

.av-comments-accepted {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(211, 211, 211, 0.3960784314);
  border-radius: 10px;
  transition: 0.3s opacity;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.av-comments-accepted-active {
  opacity: 1;
  visibility: visible;
}

.av-footer-logo {
  display: block;
  margin: 0 0 20px 0;
  width: 130px;
  height: 99px;
}

.av-footer-logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.av-footer-copyright {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.av-footer-caption {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.av-footer-gallery {
  display: flex;
  gap: 16px;
  align-items: center;
}

.av_footer .navs {
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 40%;
  justify-content: space-between;
}

.playngo-slots:before {
  background: url(img/img_wave.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 64px;
  position: absolute;
  top: 0;
}

.playngo-slots:after {
  background: url(img/img_wave.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 64px;
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
}

.playngo-slots {
  position: relative;
  padding: 84px 0;
  background: #160f1d;
  margin: 40px 0 40px 0;
}

.playngo-slots-title {
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  color: #fff !important;
}

.playngo-slots-descr {
  color: #fff;
}

.playngo-slots .container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.playngo-slot {
  width: 100%;
  position: relative;
}

.playngo-slot-image {
  display: block;
  position: relative;
}

.playngo-slot-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: #222222;
  transition: 0.3s;
}

.playngo-slot-image:hover .overlay {
  opacity: 0.75;
  visibility: visible;
}

.playngo-slot-image:hover .playngo-play-now {
  opacity: 1;
  visibility: visible;
}

.playngo-play-now {
  position: absolute;
  bottom: 30px;
  left: 50%;
  visibility: hidden;
  transform: translateX(-50%);
  background: #e1e1e1;
  color: #222;
  opacity: 0;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bolder;
}

.playngo-play-now:hover {
  opacity: 0.5;
}

.playngo-slot-image img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
  object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

.playngo-slot-title {
  font-size: 14px;
  font-weight: 600;
  color: #1482bf;
  display: block;
  text-align: center;
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.playngo-swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.playngo-swiper-caption {
  padding: 0 42px;
  max-width: 42%;
}

.playngo-swiper-title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}

.playngo-swiper-descr {
  font-size: 22px;
  color: #fff;
  font-weight: 900;
  line-height: 28px;
}

.playngo-awards {
  display: flex;
  gap: 14px;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 740px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .playngo-awards {
    gap: 10px;
  }
}
.playngo-awards img {
  max-width: 53px;
  max-height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

.playngo-awards-title {
  font-weight: bolder;
  font-size: 22px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.playngo-menu-row {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.playngo-menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 60px;
  flex-grow: 1;
  gap: 0;
  list-style: none;
}
.playngo-menu-footer li {
  position: relative;
  padding: 0 12px;
}
.playngo-menu-footer li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
  line-height: 1.5;
  padding: 2px 0;
}
.playngo-menu-footer li:first-child {
  padding-left: 0;
}
.playngo-menu-footer li:last-child {
  padding-right: 0;
}

.playngo-socials {
  flex-basis: 50%;
  flex-grow: 1;
  justify-content: center;
  display: flex;
  gap: 8px;
}

.playngo-menu-footer a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
}

.playngo-social {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bolder;
  font-size: 13px;
  color: #a68bbb;
  text-decoration: none;
}

.playngo-copyright {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.playngo-copyright p {
  font-size: 12px;
  color: #c6c6c6;
}

.playngo-gallery-wrap {
  flex-basis: 50%;
}

.playngo-gallery {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 36px auto;
  max-width: 872px;
  margin: 36px auto;
}

@media (max-width: 768px) {
  .playngo-gallery {
    justify-content: center;
  }
  .playngo-gallery a {
    width: calc(30% - 10px);
  }
}
.playngo-gallery img {
  max-width: 180px;
  max-height: 32px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq-singular .faq-question h3 {
  color: #222 !important;
}

.faq-singular .faq-item .faq-answer div {
  color: #222 !important;
}

@media (max-width: 1024px) {
  .playngo-game-body {
    background-position-y: -100px;
  }
  .av_promo_page__heading .row {
    flex-wrap: wrap;
  }
  .av_promo_page__heading .row img {
    width: 100%;
    margin-bottom: 20px;
  }
  .av_promo_page__heading .row .caption {
    width: 100%;
  }
  .av_entry__content iframe {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .av_entry__content form {
    width: 100%;
  }
  .av_entry__content form p {
    width: 100%;
  }
  .container {
    max-width: 95%;
    padding: 0 10px;
  }
  .mobile-only {
    display: block;
  }
  .av_header {
    display: none;
  }
  .av_header .row {
    flex-wrap: wrap;
  }
  .av_casinos .row {
    flex-wrap: wrap;
    gap: 10px;
  }
  .av_casinos .av_casinos__item {
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
    gap: 10px;
  }
  .av_casinos__item .rating,
  .av_casinos__item .bonus {
    display: none;
  }
  .av_casinos .av_casinos__item.col-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .av_casinos .av_casinos__item:nth-child(2) {
    order: -1;
  }
  .av_casinos .av_casinos__item .btn {
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
  }
  .top__rated {
    top: -20px;
    right: -5px;
    font-size: 10px !important;
  }
  .av_casinos .av_casinos__item .btn-simple {
    font-size: 10px;
    padding: 5px;
  }
  .menu-mobile.active {
    left: auto;
    right: 0;
    display: flex;
    justify-content: flex-start;
    top: 0;
  }
  .menu-mobile {
    width: 100%;
    max-width: 320px;
    height: 100vh;
    position: fixed;
    z-index: 9999999999;
    left: -100%;
    top: 0;
    overflow-y: scroll;
    background: #fff;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .menu-trigger-close {
    background: transparent;
    border: none;
    padding: 22px;
    border-radius: 4px;
    margin: 0 0 20px auto;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger-close img {
    height: 40px;
    width: 40px;
  }
  .menu-mobile::-webkit-scrollbar {
    width: 0;
  }
  .menu-mobile .wrap {
    width: 100%;
  }
  .menu-mobile ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 16px;
  }
  .menu-mobile ul li {
    width: 100%;
  }
  .menu-mobile ul li a {
    padding: 10px;
    display: block;
    font-size: 16px;
    color: #160f1d;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    display: flex;
    flex-direction: row-reverse;
  }
  .menu-mobile ul li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .menu-mobile ul li.menu-item-has-children > a:after {
    content: "";
    background: url(img/chevron-down-solid-full.svg) no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: block;
    transition: transform 0.3s ease;
  }
  .menu-mobile ul li.menu-item-has-children.menu-item-open > a:after {
    transform: rotate(180deg);
  }
  .menu-mobile ul li.menu-item-has-children ul.sub-menu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    background: #efefef;
  }
  .menu-mobile ul li.menu-item-has-children ul.sub-menu li a {
    font-size: 12px;
  }
  .menu-mobile ul li.menu-item-has-children ul.sub-menu.active {
    max-height: 500px;
    visibility: visible;
    opacity: 1;
  }
  .av_header__logo img {
    width: 100px;
    height: 55px;
  }
  .av_header__logo:before {
    top: 98%;
    height: 60px;
    width: 180px;
  }
  .av_mobile_header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9599999;
    width: 100%;
    background: #160f1d;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
  .av_mobile_header .menu-trigger {
    background: #160f1d;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .av_mobile_header .menu-trigger svg {
    width: 20px;
    height: 20px;
  }
  body.overflow-disabled {
    overflow-y: hidden;
  }
  .av_footer {
    padding: 20px 0;
  }
  .av_footer .row .item {
    flex-basis: 100%;
  }
  .av_footer .navs {
    flex-wrap: wrap;
  }
  .av_footer .navs nav {
    width: 100%;
  }
  .av_footer nav ul {
    flex-wrap: wrap;
  }
  .av_header .lang .lang_dropdown,
  .av_mobile_header .lang .lang_dropdown {
    left: -100%;
    display: none;
  }
}
.av_header .container {
  position: relative;
}

.av_header .lang .lang_dropdown,
.av_mobile_header .lang .lang_dropdown {
  left: -100%;
}

.frameContainer {
  width: 100%;
  margin: 0 auto 20px;
  max-width: 650px;
  position: relative;
  background: #1a1a1a;
  height: 450px;
}

.frameContainer iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

.frameContainer .preloader {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.av_casinos .row {
  flex-wrap: wrap;
}

.av-game-banner {
  padding: 0;
  margin: 0;
}

.av-game-image {
  padding: 60px 0;
}

.av-game-image-img {
  transition: 0.1s;
  border-radius: 16px;
}

.av_entry__content table {
  border: 1px solid #160f1d;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.av_entry__content table td,
.av_entry__content table th {
  border: 1px solid #1382bf !important;
  padding: 10px;
  border-collapse: collapse;
}

.text-center {
  text-align: center;
}

.av-content-flex {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.av-content-flex .av_entry__content {
  width: 100%;
  max-width: 74%;
}

.av-content-sidebar {
  align-self: flex-start;
  width: 100%;
  border-radius: 10px;
  max-width: calc(26% - 20px);
}

.av-game-chars {
  background: #fafafa;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
}

.av-char {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.av-char:last-child {
  border-bottom: 0;
}

.av-char div {
  width: 100%;
  max-width: 50%;
  padding: 10px 10px;
}

.av-char .char-name {
  text-transform: uppercase;
  color: var(--dark);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.av-char .char-value {
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.5;
  color: var(--title-color);
}

.av-aside-listing {
  position: sticky;
  top: 0;
  margin: 20px 0 0 0;
}

.listing-title {
  font-weight: bolder;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

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

.av-game-image {
  width: 100%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  border-radius: 16px;
}

.av-game-banner .listing-title {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.av-banner-listing {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.av-banner-casino {
  padding: 10px;
  border-radius: 10px;
  background: #000;
  display: flex;
  width: 100%;
  max-width: 740px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.av-banner-casino .casino-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 10px;
  font-weight: bolder;
  font-size: 24px;
  width: 100%;
  padding: 8px;
  max-width: 17%;
  text-decoration: none;
  gap: 10px;
}

.av-banner-casino .casino-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.av-banner-casino .casino-bonus {
  display: flex;
  width: 100%;
  max-width: 70%;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 0 10px 0 20px;
  border-left: 1px solid var(--dark);
  border-right: 1px solid var(--dark);
}

.av-banner-casino .btn-play {
  max-width: 15%;
}

.av-banner-casino .casino-bonus .bonus-title {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

.av-frame {
  width: 100%;
}

.av-frame iframe {
  width: 100%;
}

.av-content-casino-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.av-content-casino {
  max-width: 100%;
}

.av-banner-casino .casino-bonus .bonus-descr {
  font-size: 20px;
  width: 100%;
  max-width: 100%;
  font-weight: bolder;
  text-align: center;
  white-space: nowrap;
}

.av-aside-listing-title {
  background: var(--title-color);
  color: #fff;
  font-weight: bolder;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  text-align: center;
}

.av-aside-listing {
  border-radius: 10px;
  align-self: auto;
}

.av-aside-casino {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #fafafa;
  justify-content: space-between;
}

.av-aside-casino:last-child {
  border-radius: 0 0 10px 10px;
}

.av-aside-casino .btn-play {
  border-radius: 10px;
  max-width: 32px;
}

.av-aside-casino .casino-logo {
  background: #1a1a1a;
  padding: 10px;
  border-radius: 10px;
  width: 100px;
}

.av-aside-casino-bonus {
  font-size: 14px;
  padding: 0 16px;
  font-weight: bolder;
  line-height: 1.8;
  width: 210px;
  color: var(--title-color);
}

.av-aside-casino .casino-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 25px;
}

.av-comments {
  margin: 40px 0;
  padding: 40px;
  background: #fafafa;
  border-radius: 10px;
  gap: 10px;
}

.vote__stars {
  margin: 10px 0;
}

.av-comment {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.av-comment-name date {
  font-size: 14px;
  font-weight: lighter;
  color: var(--dark);
}

.av-comments-bg {
  background: #fafafa;
}

.av-input-group span {
  display: block;
  font-weight: bolder;
  margin-bottom: 10px;
  color: var(--dark);
}

.av-author {
  display: flex;
  gap: 24px;
  background: #fafafa;
  padding: 24px 24px 0 0;
  border-radius: 10px;
  align-items: flex-end;
}

.av-author-image {
  width: 100%;
  max-width: 240px;
  height: 240px;
}

.av-author-caption {
  padding: 0 0 20px 0;
}

.av-user-name {
  font-weight: bolder;
  text-decoration: none;
  color: var(--dark);
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.av-author img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 10px !important;
}

.av-author-description p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

.linked {
  color: blue;
}

.av-relative-game {
  padding: 10px;
  border-radius: 10px;
}

.av-relative-game img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.av-relative-title {
  color: #fff;
  font-weight: bolder;
  font-size: 24px;
  line-height: 1.5;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.av-relative-game-caption {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px 0 0 0;
}

.av-relative-game-title {
  font-size: 16px;
  font-weight: 900;
}

.av-relative-game-provider {
  opacity: 0.55;
  font-size: 12px;
  letter-spacing: 0.35px;
}

.av-relative-controls {
  display: flex;
  align-items: center;
  gap: 5px;
}

.av-button-control {
  padding: 5px;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-disabled {
  opacity: 0.5;
}

@media (max-width: 1920px) {
  .av-body-es .av-banner-casino .btn-play,
  .av-body-pt .av-banner-casino .btn-play {
    font-size: 12px;
  }
  .av-body-es .av-banner-casino .casino-bonus .bonus-descr,
  .av-body-pt .av-banner-casino .casino-bonus .bonus-descr {
    font-size: 16px;
  }
}
@media (max-width: 1660px) {
  .av-game-image {
    max-width: 30%;
  }
  .av-flex {
    justify-content: center;
  }
  .av-banner-listing {
    max-width: 45%;
  }
  .av-game-image {
    max-width: 45%;
  }
  .av-banner-casino {
    justify-content: flex-start;
  }
  .av-banner-casino .btn-play {
    font-size: 12px;
  }
}
@media (max-width: 1468px) {
  .av-banner-casino .casino-bonus .bonus-descr {
    font-size: 16px;
  }
  .av-body-es .av-banner-casino .btn-play,
  .av-body-pt .av-banner-casino .btn-play {
    font-size: 10px;
  }
}
@media (max-width: 1366px) {
  .av-banner-casino .casino-logo {
    font-size: 18px;
  }
  .av-game-image {
    max-width: 49%;
  }
  .av-banner-listing {
    max-width: 49%;
  }
  .av-banner-casino .casino-bonus .bonus-descr {
    white-space: nowrap;
    font-size: 18px;
  }
  .av-banner-listing {
    padding: 0 16px;
  }
  .av-banner-casino .casino-bonus {
    border: none;
    padding: 0 10px;
  }
  .av_header .lang:first-child {
    max-width: 1%;
  }
  .av_header .row {
    justify-content: space-around;
  }
  .av_header .container {
    padding: 0 10px;
  }
}
@media (max-width: 1280px) {
  .av_header nav ul li a {
    font-size: 14px;
  }
  .av-banner-casino .casino-bonus .bonus-descr {
    font-size: 16px;
  }
  .av-banner-casino {
    gap: 8px;
  }
  .av-banner-casino .btn-play {
    white-space: nowrap;
    font-size: 12px;
  }
  .av-body-es .av-banner-casino .btn-play,
  .av-body-pt .av-banner-casino .btn-play {
    white-space: unset;
  }
  .av-body-pt .av_header__logo,
  .av-body-es .av_header__logo {
    max-width: 8%;
  }
  .av-body-pt .av_header__logo img,
  .av-body-es .av_header__logo img {
    width: 100%;
  }
}
@media (max-width: 1260px) {
  .av-game-chars {
    padding: 10px;
  }
  .av-aside-casino .casino-logo {
    width: 100%;
    max-width: 30%;
  }
  .av-aside-casino .casino-logo img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .av-body-pt .av_header nav ul li a,
  .av-body-es .av_header nav ul li a {
    font-size: 12px;
  }
  .av-body-pt .av_header__logo,
  .av-body-es .av_header__logo {
    order: -1;
  }
  .av-body-de .av-banner-casino .btn-play {
    white-space: unset;
  }
  .av-body-de .av_entry__content form .btn {
    white-space: nowrap;
    min-width: 200px;
  }
}
@media (max-width: 1240px) {
  .av_casinos .av_casinos__item {
    flex-basis: 100%;
  }
}
@media (max-width: 1180px) {
  .av_header .lang .lang_item svg,
  .av_mobile_header .lang .lang_item svg {
    display: none;
  }
  .av_header .lang .lang_dropdown.active,
  .av_mobile_header .lang .lang_dropdown.active {
    left: unset;
    right: 0;
  }
  .av-banner-listing {
    max-width: 55%;
  }
  .av-body-es .av-banner-listing {
    max-width: 100%;
  }
  .av-body-es .av-banner-casino .btn-play {
    white-space: unset;
    font-size: 10px;
  }
  .av-flex {
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .av-game-banner {
    padding: 0 0 20px 0;
  }
  .av-game-image {
    max-width: 100%;
  }
  .av-game-image img {
    height: 200px;
  }
}
@media (max-width: 1160px) {
  .av-content-flex {
    flex-direction: column;
  }
  .av-content-sidebar {
    display: none;
  }
  .av-game-chars-mobile {
    display: flex;
    flex-direction: column;
  }
  .av-game-chars-mobile .av-aside-listing-title .av-chars-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .av-game-chars-mobile .av-game-chars {
    flex-direction: column;
    align-items: flex-start;
  }
  .av-game-chars-mobile .av-game-chars-active {
    display: flex;
  }
  .av-char {
    width: 100%;
  }
  .av-aside-casino .casino-logo {
    max-width: 15%;
    height: 35px;
  }
  .av-aside-casino .casino-logo img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: 100%;
  }
  .av-content-flex .av_entry__content {
    max-width: 100%;
  }
  .av_footer .row .item {
    flex-basis: 50%;
  }
  .av-body-pt .av_header__logo,
  .av-body-es .av_header__logo {
    max-width: 5%;
  }
}
.playngo-img_bao_shi {
  max-height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .playngo-featured {
    flex-wrap: wrap;
  }
  .playngo-featured .playngo-featured-title {
    flex-basis: 100%;
    align-items: center;
  }
  .playngo-featured .playngo-featured-content {
    flex-basis: 100%;
  }
  .av_banner .playngo-picture img {
    filter: brightness(0.6);
  }
  .av_banner .playngo-title {
    padding-top: 50px;
  }
  .av_banner .playngo-img_bao_shi {
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .av_banner .playngo-caption {
    min-width: 0px;
    width: 100%;
    max-width: 1440px;
    max-height: 99999px;
    position: relative;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .av_banner .playngo-banner-wr_btns {
    flex-grow: 1;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    margin-top: 140px;
  }
  .av_banner .playngo-banner-wr_btns a {
    min-width: 90%;
  }
  .av-body-pt .av_header__logo,
  .av-body-es .av_header__logo {
    order: 0;
    max-width: 20%;
  }
  .av-banner-casino .casino-bonus {
    border-left: 0;
  }
  .av-banner-listing {
    max-width: 100%;
    padding: 0 10px;
  }
  .av-author {
    align-items: center;
  }
  .av-banner-casino .casino-bonus {
    text-align: center;
    padding: 0 15px;
    align-items: center;
  }
  .av-banner-casino .casino-bonus .bonus-descr {
    font-size: 14px;
    text-align: center;
  }
  .av-banner-casino .casino-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .av-banner-casino .btn-play {
    max-width: 100px;
    font-size: 12px;
  }
  .av-game-image {
    margin-bottom: 0;
    padding: 40px 0 0 0;
  }
  .av_footer .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .av_footer .navs {
    flex-direction: column;
    max-width: 100%;
  }
  .av_footer .row .item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .av-footer-caption {
    width: 100%;
    max-width: 100%;
  }
  .av-footer-gallery {
    flex-wrap: wrap;
  }
  .playngo-menu-row {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 968px) {
  .playngo-slot-title {
    padding: 0 12px;
    margin: 18px 0;
  }
}
@media (max-width: 810px) {
  .playngo-slot-image img {
    height: 150px;
  }
}
@media (max-width: 640px) {
  .av_footer .row {
    align-items: flex-start;
  }
  .footer_menu_item {
    width: 100%;
  }
  .av-footer-menu-title {
    padding: 10px 0;
    border-bottom: 1px solid var(--dark);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .av-footer-menu-title:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(img/dropdown.png) no-repeat;
    background-size: contain;
  }
  .footer_menu_item nav {
    display: none;
  }
  .footer_menu_item_active nav {
    display: block;
  }
  .av_footer .navs {
    gap: 0;
  }
  .playngo-socials {
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .playngo-gallery-wrap {
    flex-basis: 100%;
    width: 100%;
  }
  .playngo-gallery img {
    max-width: unset;
  }
}
@media (max-width: 550px) {
  .av-banner-casino .casino-logo {
    padding: 0;
  }
  .av-banner-casino .casino-bonus .bonus-descr {
    white-space: unset;
  }
  .playngo-swiper-caption {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .av_casinos .av_casinos__item.col-3 {
    max-width: 32.4%;
  }
  .av_casinos__item .rating,
  .av_casinos__item .bonus {
    display: flex;
    max-width: 130px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1241px) and (max-width: 1278px) {
  .av_casinos .av_casinos__item {
    flex-basis: 100%;
  }
}
/**
ADDITIONAL STYLES USING CUSTOMIZE (ADD HERE)
 */
.bonus {
  width: 100%;
  max-width: 200px;
}

.av-game-image {
  width: 100%;
  max-width: 50%;
}

.av-game-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 320px;
  max-height: 279px;
  height: 279px;
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .av-game-image {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .av-game-image img {
    max-height: 330px;
  }
}
@media (max-width: 1000px) {
  .av-author {
    flex-direction: column-reverse;
  }
  .av-author-image {
    border-radius: 0;
    align-self: flex-start;
  }
  .av-author img {
    border-radius: 0;
  }
  .av-author h2 {
    padding: 0 20px;
  }
  .av-user-name {
    padding: 0 20px;
  }
  .av-user-socials {
    padding: 0 0 0 20px;
  }
  .av-author-description p {
    margin-bottom: 0 !important;
  }
  .av-author-description {
    padding: 0 20px;
  }
}
@media (max-width: 690px) {
  .faq-question-title {
    font-size: 14px;
  }
  .av-content-casino {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .av_header__logo:before {
    z-index: -1;
  }
  .av-content-casino .casino-bonus {
    border: none;
  }
  .av-banner-casino .casino-bonus {
    border: none;
  }
  .av-banner-casino .casino-logo {
    height: 60px;
    max-width: 24%;
  }
  .av-banner-casino .casino-logo img {
    padding: 0 5px;
  }
  .av-content-casino .casino-logo {
    max-width: 50%;
    padding: 10px;
  }
  .av-banner-casino .btn-play {
    font-size: 10px;
    max-width: 75px;
  }
  .av-banner-casino .casino-bonus .bonus-title {
    font-size: 12px;
  }
  .av-flex {
    padding: 0 0 20px 0;
  }
  section {
    margin: 20px 0;
  }
  .av-relative-game img {
    height: 120px;
  }
  .av_header .lang .lang_item img,
  .av_mobile_header .lang .lang_item img {
    width: 24px;
    height: 24px;
  }
  .av_entry__content .alignright,
  .av_entry__content .alignleft {
    float: unset;
    margin: 10px auto;
    display: block;
  }
}
@media (max-width: 576px) {
  .av-game-image img {
    max-height: 220px;
  }
}
@media (max-width: 480px) {
  .av-game-image img {
    max-height: 180px;
  }
}
.av_entry__content img {
  display: block;
}

.av_entry__content .size-full {
  width: auto !important;
  height: auto;
}

.av-frame-ajax-loaded {
  width: 100%;
  position: relative;
  background: rgba(26, 26, 26, 0.13);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.av-frame-ajax-loaded iframe {
  border-radius: 10px;
}

/* Full-screen режим */
.av-frame-ajax-loaded.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: #000;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.av-frame-ajax-loaded.full-screen iframe {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.av-frame-ajax-loaded.full-screen .btn-open-full-screen-frame {
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 10000;
}

.av-frame-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.av_casinos .av_casinos__item .item__logo {
  height: 20px;
}

@media (max-width: 1560px) {
  .av-banner-casino .btn-play {
    max-width: 160px !important;
  }
}
.av_entry__content iframe {
  width: 100%;
}

.top__rated {
  display: none;
}

.av_casinos .av_casinos__item .item__logo {
  max-height: 100px;
  height: 100% !important;
}

#slot-filter {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 48px;
  margin-top: 36px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.filter-row label {
  font-size: 18px;
  line-height: 28px;
  color: #1482bf;
  font-weight: 600;
  margin-right: 8px;
}

.filter-row button,
.filter-categories a,
.filter-themes a {
  border: none;
  padding: 16px 24px;
  border-radius: 8px;
  background: #fafafa;
  cursor: pointer;
  transition: 0.2s ease;
  color: #1a1a1a;
  font-size: 18px;
  flex-grow: 1;
  text-decoration: none;
  display: inline-block;
}

.filter-row button:hover,
.filter-categories a:hover,
.filter-themes a:hover {
  background: #eaeaea;
}

.filter-row button.active,
.filter-categories a.active,
.filter-themes a.active {
  background: #eaf4ff;
  color: #1482bf;
}

.filter-categories a.active ~ * .filter-themes a.active,
.filter-categories:has(a.active) ~ .filter-themes a.active {
  background: #fafafa;
  color: #1a1a1a;
}

.filter-themes a.active ~ * .filter-categories a.active,
.filter-themes:has(a.active) ~ .filter-categories a.active {
  background: #fafafa;
  color: #1a1a1a;
}

#slot-filter:has(.filter-categories a.active) .filter-themes a.active {
  background: #fafafa;
  color: #1a1a1a;
}

#slot-filter:has(.filter-themes a.active) .filter-categories a.active {
  background: #fafafa;
  color: #1a1a1a;
}

.filter-search-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

#slot-search {
  border: 0;
  background: #fafafa;
  padding: 16px 50px 16px 24px;
  width: 100%;
  border-radius: 8px;
  font-size: 18px;
  line-height: 28px;
  color: #1482bf;
  font-weight: 400;
  box-sizing: border-box;
}

#slot-search::-moz-placeholder {
  color: #1482bf;
  font-weight: bold;
}

#slot-search::placeholder {
  color: #1482bf;
  font-weight: bold;
}

.filter-search-wrapper .search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #1482bf;
  pointer-events: none;
  width: 20px;
  height: 20px;
}

#slot-results {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#breadcrumbs {
  margin: 24px 0;
}

.btn-play-slot {
  color: black;
  background-color: white;
  font-size: 16px;
  border-radius: 30px;
  padding: 20px 40px;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-play-slot-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  flex-shrink: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
  color: grey;
}

::-webkit-scrollbar {
  height: 2px;
  width: 2px;
  color: #93989f !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 2px;
  border: 3px solid;
}

.av-frame-wrapper {
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 0;
  max-width: 992px;
}

.av-flex_iframe {
  position: relative;
}
.av-flex_iframe .av-frame-wrapper {
  width: 100%;
}

.av-flex_iframe {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.av-game-banner .av-flex {
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

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

.av-frame-ajax-loaded iframe {
  border-radius: 10px;
}

.av-frame iframe {
  width: 100%;
}

#pngCasinoGame {
  background: #161a1d;
}

@media (max-width: 768px) {
  .av-frame-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  .av-frame-ajax-loaded {
    min-height: 300px;
    height: 300px;
  }
  .av-frame iframe {
    height: 300px;
  }
}
.btn-open-full-screen-frame {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  color: white;
  background: red;
  border-radius: 8px;
  border: none;
  position: absolute;
  top: 30px;
  right: 12px;
  z-index: 999;
}

.table_wrapper {
  overflow: hidden;
}

.wr-title-logo-casino {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.wr-title-logo-casino img {
  max-height: 60px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

@media (min-width: 1024px) {
  .wr-title-logo-casino {
    position: absolute;
    z-index: 999;
    left: 5%;
    top: 460px;
  }
}
.av_entry__content form .btn {
  border-radius: 30px;
  background-color: #000;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bolder;
  justify-content: center;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
  border: none;
  min-width: 200px;
  min-height: 40px;
}

.av_entry__content.page.news-archive h1 {
  text-align: center;
}

.news-archive-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.news-archive-list .news-item {
  width: calc(33.33% - 20px);
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.news-archive-list .news-item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .news-archive-list .news-item {
    width: calc(48% - 20px);
  }
}
@media (max-width: 576px) {
  .news-archive-list .news-item {
    width: 100%;
  }
}
.news-archive-list .news-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-archive-list .news-item-image img {
  border-radius: 4px 4px 0 0 !important;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.news-archive-list .news-item-content {
  width: 100%;
  height: 100%;
  padding: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-archive-list .news-item-title-link {
  color: #1482bf;
}
.news-archive-list .news-item-meta {
  padding: 16px 0;
}
.news-archive-list .news-item-date {
  font-size: 14px;
  font-weight: 600;
}

.news-item-excerpt {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.news-single-meta {
  margin-bottom: 16px;
}

.game-info-wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}

.game-info-table {
  border-collapse: collapse;
  width: 350px;
  min-width: 320px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Чередование цветов для удобства чтения */
}
.game-info-table th,
.game-info-table td {
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  color: #000 !important;
}
.game-info-table th {
  background-color: #fafafa;
}
.game-info-table td a {
  color: orange;
  text-decoration: none;
  font-weight: bold;
}
.game-info-table td a:hover {
  text-decoration: underline;
}
.game-info-table tr:nth-child(even) {
  background-color: rgba(67, 61, 61, 0.16);
}

.game-info-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .game-info-wrapper {
    flex-wrap: wrap;
  }
  .game-info-content {
    flex-basis: 100%;
  }
}
.game-info-content a {
  text-decoration: underline !important;
}

.faq__items {
  margin: 24px 0;
}

.av_entry__content form {
  max-width: 600px;
}

.contact-page {
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 200px;
  padding-bottom: 40px;
  padding-top: 250px;
  position: relative;
}
.contact-page img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.contact-page p {
  font-weight: bold;
  font-size: 1.5rem;
}
.contact-page .container * {
  color: white;
}
.contact-page .av-comments-form.av-comments-bg {
  max-width: 600px;
  margin-bottom: 24px;
  background-color: transparent !important;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-page .av-comments-form.av-comments-bg .av-input-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-page .input,
.contact-page textarea {
  border-radius: 30px;
  border: none;
  background-color: #fafafa;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  color: #1482bf;
  width: 100%;
  box-sizing: border-box;
}
.contact-page textarea {
  height: 70px;
}
.contact-page .btn.btn-play {
  border-radius: 30px;
  background-color: #1382bf;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bolder;
  justify-content: center;
  color: white;
  text-decoration: none;
  border: none;
  min-width: 200px;
}

@media (max-width: 768px) {
  .contact-page {
    padding-top: 150px;
  }
}
.landbased-page-image-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 100px 0;
  min-height: 500px;
  z-index: 9;
}
.landbased-page-image-container img {
  -o-object-position: top;
     object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  border-radius: 0 !important;
}

@media (min-width: 1024px) {
  .landbased-page-image-container h1 {
    font-size: 4rem;
  }
}
.landbased-page-image-overlay {
  --bg-gradient: linear-gradient(0deg, #171a1d 0%, rgba(23, 26, 29, 0) 100%);
  background: var(--bg-gradient);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}

.av_entry__content.page.landbased-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 48px;
  background-color: #171a1d;
}
.av_entry__content.page.landbased-page .av_section__title {
  color: white;
  text-align: center;
}
.av_entry__content.page.landbased-page .container {
  margin-top: -40px;
  z-index: 9999;
  position: relative;
}
.av_entry__content.page.landbased-page .container p,
.av_entry__content.page.landbased-page .container div,
.av_entry__content.page.landbased-page .container span,
.av_entry__content.page.landbased-page .container li,
.av_entry__content.page.landbased-page .container ul,
.av_entry__content.page.landbased-page .container ol {
  color: white;
}

@media (max-width: 768px) {
  .landbased-page-image-container {
    min-height: 200px;
  }
}
.page_banner_image_container {
  position: relative;
  min-height: 600px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_banner_image_container .av_section__title {
  color: white;
  text-align: left;
}

@media (max-width: 768px) {
  .page_banner_image_container {
    min-height: 400px;
  }
}
.page_banner_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  border-radius: 0 !important;
  min-height: 400px;
}

table {
  overflow-x: auto;
  width: 100%;
}

.aligncenter {
  text-align: center;
}

.table_wrapper table {
  width: 100%;
  border-collapse: collapse;
}

.table_wrapper th,
.table_wrapper td {
  padding: 8px;
  text-align: left;
  word-wrap: break-word;
}

.table_wrapper table {
  width: 100%;
  table-layout: fixed !important;
}

table {
  overflow-x: auto;
  width: 100%;
}

.aligncenter {
  text-align: center;
}

@media (max-width: 992px) {
  .aligncenter,
  .alignleft,
  .alignright {
    float: none !important;
    margin: 1rem auto !important;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
  }
  table {
    display: block;
  }
  td,
  thead th {
    flex-grow: 1;
    width: 100%;
  }
  table th,
  table td {
    padding: 8px;
    text-align: left;
    word-wrap: break-word;
  }
  .game-info-content table {
    display: table;
  }
}
.wr-fourth-posts h2 {
  text-align: center;
  margin-bottom: 24px;
}

.wr-fourth-posts.btn.btn-play {
  color: black !important;
}

.wr-screenshots {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 36px auto;
}

.wr-screenshots-item {
  width: calc(50% - 12px);
  border-radius: 8px;
  position: relative;
  height: 300px;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.wr-screenshots-item img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.wr-screenshots-item p {
  z-index: 1;
  background-color: rgba(19, 130, 191, 0.5);
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 0 0 8px 8px;
  text-align: center;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .wr-screenshots-item {
    width: 100%;
  }
}
.av_casinos .av_casinos__item .btn {
  color: black;
}

.row {
  margin-bottom: 24px;
}

.wr-fourth-posts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 36px auto;
  align-items: center;
  justify-content: space-between;
}
.wr-fourth-posts-container .playngo-slot {
  width: calc(25% - 18px);
}

@media (max-width: 768px) {
  .slot .av_casinos .av_casinos__item {
    flex-wrap: wrap;
  }
  .slot table {
    table-layout: fixed;
  }
  .slot table td,
  .slot table th {
    font-size: 10px;
  }
  .wr-fourth-posts-container .playngo-slot {
    width: calc(50% - 12px);
  }
}
.playngo-slot-image:hover .playngo-play-now {
  color: black;
}

.av_entry__content.page.slot .container {
  max-width: 95%;
}

.custom-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 42px;
  height: 100%;
}

#pngCasinoGame {
  background: #161a1d !important;
}

#gameWrapper {
  background: #161a1d !important;
}

.av_banner .playngo-caption .playngo-banner-wr_btns .playngo-find_btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: normal;
}

.av_banner .playngo-caption .playngo-banner-wr_btns .playngo-demo_btn {
  color: black;
  background-color: white;
  font-size: 16px;
  border-radius: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  max-width: 350px;
  text-decoration: none;
  font-weight: normal;
}

.playngo-demo_btn img {
  height: 14px;
  margin-right: 10px;
}

@media (min-width: 1024px) {
  .playngo-featured-title {
    max-width: 300px;
  }
}
.playngo-featured-link {
  border-radius: 0 30px 30px 0;
}

.safer-gambling-tabs {
  margin: 40px 0;
}
.safer-gambling-tabs .safer-gambling-tabs-buttons {
  display: flex;
  gap: 0;
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden;
  width: 300px;
}
.safer-gambling-tabs .safer-gambling-tabs-buttons .safer-gambling-tab-btn {
  padding: 10px 20px;
  background: #ccc;
  border: none;
  color: #7f8183;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  flex-grow: 1;
}
.safer-gambling-tabs .safer-gambling-tabs-buttons .safer-gambling-tab-btn:hover {
  opacity: 0.5;
}
.safer-gambling-tabs .safer-gambling-tabs-buttons .safer-gambling-tab-btn.active {
  color: white;
  background: black;
}
.safer-gambling-tabs .safer-gambling-tabs-content {
  position: relative;
}
.safer-gambling-tabs .safer-gambling-tabs-content .safer-gambling-tab-panel {
  display: none;
}
.safer-gambling-tabs .safer-gambling-tabs-content .safer-gambling-tab-panel.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.landbased-page-advantages {
  padding: 40px auto;
  background-color: white;
}
.landbased-page-advantages .container {
  margin-bottom: 0;
  margin-top: 0 !important;
  padding-top: 120px;
}
.landbased-page-advantages h2 {
  color: black !important;
  text-align: center;
}
.landbased-page-advantages h3 {
  color: black !important;
  text-align: left;
  width: 100%;
}
.landbased-page-advantages p {
  color: black !important;
  min-height: 180px;
}
.landbased-page-advantages ul {
  color: black;
}
.landbased-page-advantages li {
  color: black;
}

.landbased-page-advantages-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
}

.landbased-page-advantages-item {
  display: flex;
  width: calc(25% - 5px);
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-direction: column;
}
.landbased-page-advantages-item img {
  height: 215px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-basis: 100%;
  margin-bottom: 20px;
}
.landbased-page-advantages-item div * {
  color: black !important;
}

@media (max-width: 1024px) {
  .landbased-page-advantages-list {
    flex-wrap: wrap;
  }
  .landbased-page-advantages-item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 576px) {
  .landbased-page-advantages-item {
    width: 100%;
  }
}
.container.why_choose_play {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.container.why_choose_play p {
  color: black !important;
}
.container.why_choose_play h2,
.container.why_choose_play h3,
.container.why_choose_play h4,
.container.why_choose_play h5,
.container.why_choose_play h6,
.container.why_choose_play span {
  color: black !important;
  text-align: center;
}
.container.why_choose_play a {
  text-decoration: underline !important;
  color: black !important;
}

.contact-page-form-content {
  max-width: 600px;
  margin-left: 0;
}

.contact-page-form-content-input-group {
  display: flex;
  gap: 10px;
  align-items: end;
  justify-content: space-between;
}
.contact-page-form-content-input-group .av-input-group {
  flex-grow: 1;
}
.contact-page-form-content-input-group .av-input-group span {
  display: block;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 14px;
}
.contact-page-form-content-input-group .av-input-group .input {
  padding: 10px 10px;
}
.contact-page-form-content-input-group .btn.btn-play {
  font-weight: normal;
}

.contact-page-form-content-input-group {
  margin-top: 40px;
  text-transform: none;
}

.about-video-banner {
  overflow: hidden;
}

.about-video-play-btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 999px;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.about-video-play-btn::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-right: 10px;
}

.about-video-frame-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.about-video-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.about-video-banner.about-video-playing .page_banner_image {
  opacity: 0;
}

.about-video-banner.about-video-playing .about-video-play-btn {
  display: none;
}

.about-video-banner.about-video-playing .about-video-frame-wrapper {
  display: block;
}

@media (max-width: 768px) {
  .contact-page-form-content-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    flex-direction: column;
  }
  .contact-page-form-content-input-group .av-input-group {
    flex-grow: 1;
    width: 100%;
  }
  .contact-page-form-content-input-group .btn.btn-play {
    font-weight: normal;
    width: 100%;
    min-width: 100%;
  }
}
.about-us-page {
  padding: 40px 0;
  padding-bottom: 100px;
}
.about-us-page .about-us-content {
  margin: 40px 0;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
.about-us-page .about-us-section-title {
  font-size: 32px;
  font-weight: bold;
  color: #160f1d;
  margin: 60px 0 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .about-us-page .about-us-section-title {
    font-size: 24px;
    margin: 40px 0 20px;
  }
}
.about-us-page .about-us-mission {
  margin: 60px 0;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.about-us-page .about-us-mission .about-us-mission-content {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.about-us-page .about-us-values {
  margin: 60px 0;
}
.about-us-page .about-us-values .about-us-values-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .about-us-page .about-us-values .about-us-values-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.about-us-page .about-us-values .about-us-value-item {
  background: #fff;
  padding: 0;
  border-radius: 10px;
  position: relative;
  text-align: center;
  min-height: 400px;
  height: 100%;
  overflow: hidden;
}
.about-us-page .about-us-values .about-us-value-item .about-us-value-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-us-page .about-us-values .about-us-value-item .about-us-value-icon img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-us-page .about-us-values .about-us-value-item .about-us-value-content {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 50%;
  padding: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.about-us-page .about-us-values .about-us-value-item .about-us-value-title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about-us-page .about-us-values .about-us-value-item .about-us-value-description {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.about-us-page .about-us-team {
  margin: 60px 0;
}
.about-us-page .about-us-team .about-us-team-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .about-us-page .about-us-team .about-us-team-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.about-us-page .about-us-team .about-us-team-member {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-us-page .about-us-team .about-us-team-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.about-us-page .about-us-team .about-us-team-member .about-us-team-photo {
  margin-bottom: 20px;
}
.about-us-page .about-us-team .about-us-team-member .about-us-team-photo img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}
.about-us-page .about-us-team .about-us-team-member .about-us-team-name {
  font-size: 22px;
  font-weight: bold;
  color: #160f1d;
  margin-bottom: 10px;
}
.about-us-page .about-us-team .about-us-team-member .about-us-team-position {
  font-size: 16px;
  color: #1482bf;
  font-weight: 600;
  margin-bottom: 15px;
}
.about-us-page .about-us-team .about-us-team-member .about-us-team-bio {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.about-us-page .about-us-history {
  margin: 60px 0;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.about-us-page .about-us-history .about-us-history-content {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}

.btn.btn-load-more-slots {
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #1482bf;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.playngo-featured-more-wrapper {
  width: 100%;
}

.contact-clms {
  margin-bottom: 24px;
}
.contact-clms .wp-block-column {
  height: 100%;
  min-height: 260px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wpcf7-form.init {
  max-width: 100%;
}
.wpcf7-form.init .wpcf7-submit {
  max-width: 300px;
  border-radius: 30px;
  background-color: #000;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bolder;
  justify-content: center;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
  border: none;
  min-width: 200px;
  min-height: 40px;
}

.form-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.form-columns > div {
  flex-grow: 1;
}

.about-we-are-playngo {
  margin: 0;
  background: #f4f4f6;
}
.about-we-are-playngo .container {
  position: relative;
  min-height: 380px;
}
.about-we-are-playngo .container .about-we-are-playngo-content-wrapper {
  padding: 0;
  border-radius: 8px;
  background: #fff;
  position: absolute;
  top: -40px;
  padding: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.about-we-are-playngo .container .about-we-are-playngo-content-wrapper .custom-logo-link {
  margin: 20px;
}
.about-we-are-playngo .container .about-we-are-playngo-content-wrapper img {
  min-height: 148px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}

.about-we-are-playngo-title {
  text-align: center;
  font-size: 64px;
  font-weight: 900;
  color: #1382bf;
  margin-bottom: 20px;
  letter-spacing: 0rem;
}

.about-we-are-playngo-content-container {
  border-left: 1px solid black;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .about-we-are-playngo {
    margin: 0;
    background: #f4f4f6;
  }
  .about-we-are-playngo .container {
    position: relative;
    min-height: 680px;
  }
  .about-we-are-playngo-title {
    font-size: 48px;
  }
  .about-we-are-playngo-content-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about-we-are-playngo-content-wrapper .custom-logo-link {
    margin: 0;
  }
  .about-we-are-playngo-content-wrapper img {
    min-height: 100px;
  }
  .about-we-are-playngo-content-container {
    border-left: none;
    padding-left: 0px;
  }
  .about-we-are-playngo .container .about-we-are-playngo-content-wrapper img {
    min-height: 80px;
  }
}
.about-us-our_vision {
  background: radial-gradient(circle at 89.1666666667% 14.4444449743%, #171a1d 0%, 17.5%, rgba(23, 26, 29, 0) 35%), radial-gradient(circle at 43.2438151042% 83.6979166667%, #171a1d 0%, 75.5%, rgba(23, 26, 29, 0) 100%), radial-gradient(circle at 80.5555597941% 100%, #1382bf 0%, 26.56%, rgba(19, 130, 191, 0) 40%), radial-gradient(circle at 48.9013671875% 49.521484375%, #171a1d 0%, 100%, rgba(23, 26, 29, 0) 100%);
}
.about-us-our_vision .container {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 900px;
  margin: 0 auto;
}
.about-us-our_vision h2 {
  color: white !important;
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0rem;
  text-transform: uppercase;
}
.about-us-our_vision p {
  margin-bottom: 26px;
  color: white !important;
}
.about-us-our_vision p strong {
  color: #1382bf !important;
  font-size: 2rem;
}
.about-us-our_vision ul {
  color: white !important;
}
.about-us-our_vision li {
  color: white !important;
}

.av_entry__content.page.page-404 {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
.av_entry__content.page.page-404 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-404 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.page-404::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/img-404.webp) no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.av_entry__content.page.page-404 .av_404__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.av_entry__content.page.page-404 .h1-404 {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .av_entry__content.page.page-404 .h1-404 {
    font-size: 48px;
  }
}

.av_entry__content.page.page-404 .sub_title_404 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .av_entry__content.page.page-404 .sub_title_404 {
    font-size: 20px;
  }
}

.av_entry__content.page.page-404 .av_404__content p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 30px;
}

.av_entry__content.page.page-404 .av_404__content .btn.btn-play {
  margin-top: 20px;
  color: white !important;
  background-color: #1382bf !important;
  border-radius: 30px !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: bolder !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: black !important;
}/*# sourceMappingURL=style.css.map */