*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  margin: 30px 0;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
}

button,
[role=button] {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1,
.h1 {
  font-size: 46px;
  line-height: 1.17;
  font-weight: 700;
  margin: 0 0 16px;
  color: #fff;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.18;
  font-weight: 700;
  margin: 56px 0 16px;
  color: #fff;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 1.4;
  margin: 40px 0 16px;
  font-weight: 700;
  color: #fff;
}
h3:first-child,
.h3:first-child {
  margin-top: 0;
}

h4,
.h4 {
  margin: 40px 0 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}
h4 span,
.h4 span {
  color: #FFB53F;
}
h4:first-child,
.h4:first-child {
  margin-top: 0;
}

p {
  line-height: 1.6;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 1.4;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.4;
    margin: 40px 0 16px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  p {
    line-height: 1.4;
  }
}
a {
  color: #fff;
  transition: all 0.3s;
}

.post-entry {
  width: 100%;
}
.post-entry a {
  color: #43DC29;
  font-weight: 600;
  text-decoration: underline;
}
.post-entry strong {
  color: #fff;
}
.post-entry .wp-block-columns {
  margin: 60px 0;
}
.post-entry .wp-block-columns:first-child {
  margin-top: 0;
}
.post-entry .wp-block-columns:last-child {
  margin-bottom: 0;
}
.post-entry .is-style-block-bg {
  background: #152139;
  padding: 24px;
  border-radius: 12px;
  margin: 80px 0;
}
.post-entry .is-style-block-bg:first-child {
  margin-top: 0;
}
.post-entry .is-style-block-bg:last-child {
  margin-bottom: 0;
}
.post-entry .has-text-align-left {
  text-align: left !important;
}
.post-entry .has-text-align-right {
  text-align: right !important;
}
.post-entry .has-text-align-center {
  text-align: center !important;
}
.post-entry ol {
  margin: 24px 0;
  padding: 0;
  counter-reset: li;
  list-style: none;
  position: relative;
}
.post-entry ol:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 20px;
  width: 1px;
  bottom: 20px;
  border-left: 1px dashed #1DC729;
}
.post-entry ol:last-child {
  margin-bottom: 0;
}
.post-entry ol li {
  counter-increment: li;
  position: relative;
  padding-left: 58px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.post-entry ol li:last-child {
  margin-bottom: 0;
}
.post-entry ol li:before {
  content: counter(li) "";
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 47px;
  background: #0E280F;
  border-radius: 50%;
  color: #43DC29;
  border: 1px solid #43DC29;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 47px;
}
.post-entry ul {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}
.post-entry ul li {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.18;
  position: relative;
  padding-left: 19px;
}
.post-entry ul li:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  background: #FFB53F;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
.post-entry .wp-block-table {
  border: 1px solid #1F4618;
  overflow: hidden;
  max-width: 100%;
  border-radius: 16px;
  margin: 16px 0;
  background: #032D18;
}
.post-entry .wp-block-table thead {
  border-bottom: none;
}
.post-entry .wp-block-table thead th {
  color: #fff;
}
.post-entry .wp-block-table table {
  border-collapse: collapse;
  border-spacing: 1px;
  border-color: #fff;
  min-width: 100%;
}
.post-entry .wp-block-table th {
  background: #042414;
}
.post-entry .wp-block-table td,
.post-entry .wp-block-table th {
  padding: 19px 20px;
  line-height: 1.4;
  font-size: 14px;
  border: none;
  border-right: 1px solid #1F4618;
  border-bottom: 1px solid #1F4618;
}
.post-entry .wp-block-table td:last-child,
.post-entry .wp-block-table th:last-child {
  border-right: none;
}
.post-entry .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.post-entry .wp-block-image {
  margin: 16px 0;
}
.post-entry .wp-block-image img {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .post-entry .wp-block-table {
    overflow-x: auto;
  }
  .post-entry .wp-block-table .has-fixed-layout {
    table-layout: auto;
  }
  .post-entry .wp-block-table td,
  .post-entry .wp-block-table th {
    padding: 8px 12px;
    white-space: nowrap;
  }
  .post-entry .is-style-block-bg,
  .post-entry .wp-block-group {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
    padding: 40px 16px;
    margin-bottom: 40px;
  }
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.obj-cover, .hero--bg img, .hero--bg-mobile img, .feedback--slide-logo img, .games-list--item img, .type-cards--item-bg img, .cat-cards--item-bg img, .post-card--image img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.obj-contain, .casino-card--image img, .casino--box-badge-logo span img, .header--bonus-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.btn-primary, .btn-dark, .post-entry .wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  position: relative;
  border: 2px solid #43DC29;
  box-shadow: inset -3px -4px 7px rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500 !important;
  padding: 14px 32px;
  line-height: 1.21;
  color: #fff !important;
  text-decoration: none !important;
  background: radial-gradient(56.78% 59.21% at 53.66% -0.5%, rgba(64, 207, 207, 0.7) 0%, rgba(64, 207, 207, 0) 69.79%, rgba(64, 207, 207, 0) 100%), #43DC29;
}
@media (max-width: 1024px) {
  .btn-primary, .btn-dark, .post-entry .wp-block-button .wp-block-button__link {
    padding: 12px 16px;
  }
}

.btn-dark {
  background: radial-gradient(56.78% 59.21% at 53.66% -0.5%, rgba(51, 197, 27, 0.7) 0%, rgba(51, 197, 27, 0) 69.79%, rgba(51, 197, 27, 0) 100%), #032D18;
  border: 2px solid #394C4F;
  box-shadow: inset -3px -4px 7px rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 6px 16px;
  font-weight: 500;
  font-size: 14px;
  color: #43DC29 !important;
}

#breadcrumbs {
  margin: 0;
}
#breadcrumbs a {
  color: #43DC29;
  text-decoration: underline;
}

.author-info {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 4px;
}
.author-info img {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.author-info--name {
  font-size: 16px;
  color: #43DC29;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .author-info--name {
    font-size: 12px;
  }
}

.updated-date {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #BFC8CF;
  font-size: 14px;
  font-weight: 300;
}
.updated-date span {
  font-weight: 500;
  color: #fff;
}
.updated-date--icon {
  width: 18px;
  display: flex;
}
@media (max-width: 1024px) {
  .updated-date {
    font-size: 12px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 32px;
  background: #032D18;
  border: 2px solid #394C4F;
  box-shadow: inset -3px -4px 7px rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 100%;
  position: absolute;
  cursor: pointer;
}
.swiper-button-next path,
.swiper-button-prev path {
  transition: all 0.3s ease-in-out;
}
.swiper-button-next:hover path,
.swiper-button-prev:hover path {
  fill: #43DC29;
}

.swiper-button-prev {
  right: 44px;
}

.swiper-pagination-bullets {
  position: absolute;
  width: 100%;
  height: 32px;
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #10501b;
  background: #43DC29;
}

.post-card {
  border: 1px solid #1F4618;
  padding: 16px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.post-card h4 {
  margin: 0 0 8px;
  font-size: 18px;
}
.post-card--image {
  height: 138px;
  border-radius: 12px;
  overflow: hidden;
  background: #032D18;
  margin-bottom: 12px;
}
.post-card--title {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
}
.post-card--excerpt {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}
.post-card--bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.post-card--reading {
  font-size: 14px;
}
.post-card--author a {
  color: #BFC8CF;
  text-decoration: underline;
  font-weight: 500;
  display: inline-block;
  max-width: 95px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}

body.page-template-template-home .header--bottom {
  border-bottom: none;
}

.header {
  background: #032D18;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  padding: 16px 36px 0;
  position: relative;
}
.header--top {
  padding-bottom: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid #394C4F;
}
.header--bottom {
  padding-bottom: 16px;
  border-bottom: 1px solid #394C4F;
}
.header--top, .header--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.header--top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header--menu-top ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 24px;
  padding: 0 20px;
  margin: 0;
}
.header--menu-top li {
  padding: 0;
  margin: 0;
}
.header--menu-top a {
  font-size: 14px;
  color: #BFC8CF;
}
.header--bonus {
  padding: 10px 13px 10px 10px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: radial-gradient(56.78% 59.21% at 53.66% -0.5%, rgba(51, 197, 27, 0.7) 0%, rgba(51, 197, 27, 0) 69.79%, rgba(51, 197, 27, 0) 100%), #032D18;
  border: 2px solid #1F4618;
  box-shadow: inset -3px -4px 7px rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
}
.header--bonus-text {
  color: #43DC29;
  font-weight: 600;
}
.header--bonus-icon {
  width: 55px;
  height: 28px;
}
.header--btn-lang {
  width: 48px;
  height: 48px;
  background: radial-gradient(56.78% 59.21% at 53.66% -0.5%, rgba(51, 197, 27, 0.7) 0%, rgba(51, 197, 27, 0) 69.79%, rgba(51, 197, 27, 0) 100%), #032D18;
  border: 2px solid #1F4618;
  box-shadow: inset -3px -4px 7px rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff;
}
.header--btn-lang svg {
  width: 16px;
  height: 16px;
}
.header--btn-lang:hover .header--btn-lang-list {
  display: flex;
}
.header--btn-lang-list {
  position: absolute;
  top: 100%;
  right: 0;
  background: #1D2646;
  padding: 10px 15px;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  display: none;
}
.header--logo img {
  height: 51px;
  width: auto;
}
.header--menu-open {
  display: none;
}
.header--menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header--menu .menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header--menu li {
  display: flex;
}
.header--menu .sub-menu-toggle {
  display: none;
}
.header--menu a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding: 0;
}
.header--menu .menu-item-has-children {
  position: relative;
}
.header--menu .menu-item-has-children > a {
  padding-right: 24px;
  position: relative;
}
.header--menu .menu-item-has-children > a:after {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../../images/arrow-down-1.svg") center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .header--menu .menu-item-has-children:hover > a:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .header--menu .menu-item-has-children:hover .sub-menu {
    display: flex;
  }
}
.header--menu .sub-menu {
  position: absolute;
  flex-direction: column;
  gap: 7px;
  top: 100%;
  left: 0;
  background: #032D18;
  padding: 20px 10px;
  width: 200px;
  display: none;
}
.header--menu a {
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  line-height: 1.4;
}
.header--menu a:hover {
  text-decoration: underline;
}
.header--menu .menu-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.header--mobile-langs {
  display: none;
}
.header--mobile {
  display: none;
}
@media (max-width: 1024px) {
  .header {
    padding: 12px 15px 0;
  }
  .header--bottom {
    border-bottom: none;
  }
  .header--btn {
    padding: 12px 6px;
    display: none;
  }
  .header--row {
    padding: 12px 0;
  }
  .header--btn-lang {
    display: none;
  }
  .header--right {
    gap: 12px;
  }
  .header--menu-open {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: transparent;
    padding: 0;
  }
  .header--menu-open svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .header--menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    width: 305px;
    z-index: 1000;
    height: 100%;
    overflow-y: auto;
    padding: 36px 16px 24px;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
    background: #032D18;
  }
  .header--menu li {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .header--menu.menu-active {
    transform: translateX(0);
  }
  .header--menu .menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .header--menu .sub-menu {
    display: none;
    position: relative;
    top: auto;
    width: 100%;
    background: transparent;
  }
  .header--menu .sub-menu.sub-menu-open {
    display: flex;
  }
  .header--menu .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .header--menu .menu-item-has-children > a:after {
    display: none;
  }
  .header--menu .sub-menu-toggle {
    display: flex;
    margin-left: auto;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    background: #042414 url("../../images/menu-toggle-icon-1.svg") no-repeat center/14px;
  }
  .header--menu .sub-menu-toggle.active {
    transform: rotate(180deg);
  }
  .header--menu-inner {
    width: 100%;
  }
  .header--logo img {
    height: 41px;
    width: auto;
  }
  .header--mobile-langs {
    display: block;
    border-top: 1px solid #273C54;
    padding-top: 24px;
  }
  .header--menu-top {
    display: none;
  }
  .header--bonus {
    padding: 7px 25px 7px 5px;
    font-size: 14px;
    gap: 7px;
    margin-bottom: 16px;
    justify-content: space-between;
  }
  .header--bonus.desktop {
    display: none;
  }
  .header--bottom {
    padding-bottom: 0;
  }
  .header--mobile {
    display: block;
  }
}

.lang-mobile.is-open .lang-mobile--list {
  display: flex;
}
.lang-mobile.is-open .lang-mobile--toggle span {
  transform: rotate(180deg);
}
.lang-mobile--list {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 15px;
}
.lang-mobile--toggle {
  width: 100%;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.lang-mobile--toggle span {
  margin-left: auto;
  display: block;
  width: 24px;
  border-radius: 6px;
  height: 24px;
  transition: all 0.3s ease-in-out;
  background: #042414 url("../../images/menu-toggle-icon-1.svg") no-repeat center/14px;
}

.footer {
  padding: 96px 0 24px;
  margin: 0 36px;
  border-radius: 32px 32px 0 0;
  position: relative;
  background: #042414;
}
.footer--logo {
  width: 185px;
  min-width: 185px;
  height: auto;
}
.footer--top {
  margin-bottom: 17px;
}
.footer--middle {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 44px;
  margin-bottom: 24px;
}
.footer--copyright {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}
.footer--menus {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 56px;
}
.footer--menu-title {
  color: #43DC29;
  margin-bottom: 7px;
  font-weight: 600;
}
.footer--menu-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer--menu-inner a {
  font-size: 16px;
  line-height: 2;
  display: inline-block;
  font-weight: 400;
  color: #fff;
}
.footer--text {
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
}
.footer--bottom {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.footer--menu-bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.footer--menu-bottom a {
  display: inline-block;
  color: #BFC8CF;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .footer {
    padding: 50px 0 25px;
    margin: 0;
  }
  .footer--middle {
    flex-direction: column;
    display: flex;
    gap: 30px;
  }
  .footer--menus {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .footer--icons {
    gap: 9px;
  }
  .footer--icon img {
    height: auto;
  }
  .footer--bottom {
    flex-direction: column;
    gap: 16px;
  }
  .footer--menu-bottom ul {
    justify-content: center;
  }
}

.toc-block {
  background: #032D18;
  border: 1px solid #1F4618;
  border-radius: 12px;
}
.toc-block.active .toc-block--list {
  display: flex;
}
.toc-block.active .toc-block--switch svg {
  transform: rotate(180deg);
}
.toc-block--list {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding: 0 24px 24px;
}
.toc-block--link {
  display: block;
  position: relative;
  padding-left: 24px;
  color: #fff !important;
  font-size: 14px;
}
.toc-block--link:hover {
  color: #43DC29;
  text-decoration: underline;
}
.toc-block--link:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../../images/toc-icon.svg") no-repeat center;
  background-size: contain;
  left: 0;
  top: 3px;
}
.toc-block--switch {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  outline: none;
}
.toc-block--switch span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: radial-gradient(56.78% 59.21% at 53.66% -0.5%, rgba(51, 197, 27, 0.7) 0%, rgba(51, 197, 27, 0) 69.79%, rgba(51, 197, 27, 0) 100%), #032D18;
  border: 2px solid #394C4F;
  cursor: pointer;
}
.toc-block--switch svg {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.pros-cons {
  margin: 32px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.pros-cons--col {
  padding: 24px 35px 24px 24px;
  border: 1px solid #1F4618;
  border-radius: 12px;
  background: radial-gradient(148.92% 331.15% at 7.52% 13.37%, #075A2E 0%, rgba(30, 36, 43, 0) 100%);
}
.pros-cons--col.cons {
  border-color: #46182A;
  background: radial-gradient(148.92% 331.15% at 7.52% 13.37%, #511E1A 0%, rgba(30, 36, 43, 0) 100%);
}
.pros-cons--title {
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}
.pros-cons--items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pros-cons--item {
  position: relative;
  padding-left: 19px;
  color: #fff;
  line-height: 1.18;
}
.pros-cons--item:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #43DC29;
  left: 6.5px;
  top: 6.5px;
  border-radius: 50%;
}
.pros-cons--item.cons:before {
  background: #DC3529;
}
@media (max-width: 1024px) {
  .pros-cons {
    display: flex;
    flex-direction: column;
  }
}

.bonuses-cards {
  margin: 32px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.bonuses-cards.two {
  grid-template-columns: repeat(2, 1fr);
}
.bonuses-cards.two .bonuses-cards--item {
  grid-template-columns: 1fr 1fr;
}
.bonuses-cards--item {
  background: radial-gradient(83.73% 5068.94% at -2.04% 98.49%, #032F19 0%, #0A4126 100%);
  border: 1px solid #1F4618;
  border-radius: 12px;
  padding-left: 16px;
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 10px;
  align-items: center;
  text-decoration: none !important;
}
.bonuses-cards--item span {
  padding: 5px 0;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  text-decoration: none;
}
.bonuses-cards--item img {
  margin: -18px 0 -3px;
}
@media (max-width: 1024px) {
  .bonuses-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .bonuses-cards--item {
    grid-template-columns: 1fr 1fr;
  }
  .bonuses-cards--item img {
    margin-left: auto;
  }
}

.tabs-content {
  margin: 56px 0;
  background: radial-gradient(83.73% 5068.94% at -2.04% 98.49%, #032F19 0%, #0A4126 100%);
  border: 1px solid rgb(31, 70, 24);
  border-radius: 12px;
  padding: 16px;
  display: grid;
  grid-template-columns: 248px 1fr;
  gap: 46px;
  align-items: center;
}
.tabs-content--text img {
  margin-left: auto;
  margin-right: auto;
}
.tabs-content--left {
  background: #042414;
  border-radius: 12px;
  padding: 16px;
}
.tabs-content--title {
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  line-height: 1.5;
  padding: 7.5px;
  outline: none;
  background: transparent;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.tabs-content--title.active {
  background: #032D18;
  color: #43DC29;
}
.tabs-content--toggle {
  display: none;
}
.tabs-content--toggle.active {
  display: block;
}
.tabs-content--toggle .btn-primary, .tabs-content--toggle .post-entry .wp-block-button .wp-block-button__link, .post-entry .wp-block-button .tabs-content--toggle .wp-block-button__link, .tabs-content--toggle .btn-dark {
  width: 286px;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .tabs-content {
    display: flex;
    flex-direction: column;
    margin: 32px 0;
  }
  .tabs-content--left {
    width: 100%;
  }
}

.payments-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin: 32px 0;
}
.payments-list--item {
  border-radius: 12px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid #1F4618;
  background: url("../../images/payment-bg.svg") no-repeat center/cover;
}
.payments-list--img {
  height: 32px;
  margin-bottom: 13px;
}
.payments-list--img img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.payments-list--title {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .payments-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (max-width: 600px) {
  .payments-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cat-cards {
  margin: 32px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.cat-cards--item {
  background: radial-gradient(83.73% 5068.94% at -2.04% 98.49%, #032F19 0%, #0A4126 100%);
  border: 1px solid #1F4618;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding: 24px;
  min-height: 201px;
}
.cat-cards--item:nth-child(1) {
  grid-row: span 2;
}
.cat-cards--item:nth-child(3) {
  grid-column: span 2;
}
.cat-cards--item:nth-child(4) {
  grid-column: span 2;
}
.cat-cards--item:nth-child(5) {
  grid-row: span 2;
}
.cat-cards--item:nth-child(6) {
  grid-column: span 2;
}
.cat-cards--item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cat-cards--item-col {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: flex-start;
  position: relative;
}
.cat-cards--item-title {
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  font-size: 24px;
}
.cat-cards--item-text {
  padding-bottom: 7px;
}
@media (max-width: 1024px) {
  .cat-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

.type-cards {
  margin: 32px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.type-cards--item {
  background: radial-gradient(83.73% 5068.94% at -2.04% 98.49%, #032F19 0%, #0A4126 100%);
  border: 1px solid #1F4618;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
}
.type-cards--item:nth-child(1), .type-cards--item:nth-child(2) {
  grid-row: span 2;
}
.type-cards--item-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.type-cards--item-title {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.type-cards--item-bottom {
  display: flex;
  align-items: flex-end;
  gap: 32px;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.type-cards--item-bottom span {
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #43DC29;
}
.type-cards--item-bottom span svg {
  width: 16px;
}
.type-cards--item-text {
  color: #BFC8CF;
  line-height: 1.2;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .type-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

.games-list {
  margin: 32px 0;
}
.games-list--bottom {
  text-align: center;
}
.games-list--bottom-link {
  margin-top: 46px;
}
.games-list--items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.games-list--item {
  display: block;
  height: 235px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .games-list--items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.small-col .games-list--items {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .small-col .games-list--items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.feedback {
  margin: 56px 0;
}
.feedback--top {
  padding-right: 87px;
}
.feedback--top h2 {
  margin: 0;
}
.feedback--slider {
  padding-top: 45px;
  position: relative;
}
.feedback--slider .swiper-slide {
  width: auto;
  height: auto;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.feedback--slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.feedback--slide {
  width: 744px;
  padding: 24px 43px 24px 24px;
  border: 1px solid #1F4618;
  background: radial-gradient(83.73% 5068.94% at -2.04% 98.49%, #032F19 0%, #0A4126 100%);
  position: relative;
  border-radius: 12px;
  height: 100%;
}
.feedback--slide > * {
  position: relative;
}
.feedback--slide-bg {
  position: absolute;
  top: 20px;
  left: 20px;
}
.feedback--slide-text {
  color: #fff;
  font-style: italic;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 36px;
}
.feedback--slide-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
}
.feedback--slide-logo {
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .feedback--slide {
    width: 100%;
    padding: 15px;
  }
  .feedback--slide-text {
    font-size: 14px;
  }
}

.faq {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq--item {
  padding: 16px;
  background: radial-gradient(83.73% 5068.94% at -2.04% 98.49%, #032F19 0%, #0A4126 100%);
  border: 1px solid #1F4618;
  border-radius: 12px;
}
.faq--title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.slider-images {
  margin: 32px 0;
  padding-bottom: 56px;
  position: relative;
  overflow: hidden;
}
.slider-images .swiper-button-prev {
  bottom: 0;
  left: 0;
  right: auto;
}
.slider-images .swiper-button-next {
  bottom: 0;
  right: 0;
}
.slider-images--slide img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.steps {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.steps--item {
  position: relative;
  padding: 24px 24px 32px 24px;
  background: radial-gradient(83.73% 5068.94% at -2.04% 98.49%, #032F19 0%, #0A4126 100%);
  border: 1px solid #1F4618;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  gap: 44px;
}
.steps--item-right img {
  border-radius: 12px;
}
.steps--item-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 19px;
  padding-left: 8px;
}
.steps--item-text {
  color: #fff;
  font-size: 14px;
}
.steps--item-count {
  position: absolute;
  width: 46px;
  height: 46px;
  border: 5px solid #032D18;
  background: #43DC29;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  top: 12px;
  left: -18px;
}
@media (max-width: 1024px) {
  .steps--item {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.casino-list {
  margin-bottom: 96px;
}

.casino-row {
  background: radial-gradient(83.73% 5068.94% at -2.04% 98.49%, #032F19 0%, #0A4126 100%);
  border: 1px solid #1F4618;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 16px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 24px;
}
.casino-row:before {
  display: block;
  content: "";
  position: absolute;
  width: 190px;
  height: 120px;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 60%;
  background: url("../../images/casino-row-bg-1.svg") no-repeat center;
  background-size: contain;
}
.casino-row:last-child {
  margin-bottom: 0;
}
.casino-row:nth-child(1) .casino-row--count {
  background: radial-gradient(83.73% 5068.94% at -2.04% 98.49%, #CFB43A 0%, #FCA400 100%);
  border: none;
}
.casino-row:nth-child(2) .casino-row--count {
  background: radial-gradient(83.73% 5068.94% at -2.04% 98.49%, #3ACF80 0%, #1B844C 100%);
  border: none;
}
.casino-row:nth-child(3) .casino-row--count {
  background: radial-gradient(83.73% 5068.94% at -2.04% 98.49%, #3A6CCF 0%, #1B4F84 100%);
  border: none;
}
.casino-row--count {
  position: absolute;
  width: 26px;
  height: 26px;
  background: radial-gradient(83.73% 5068.94% at -2.04% 98.49%, #032F19 0%, #0A4126 100%);
  border: 1px solid #1F4618;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: -13px;
  left: -13px;
  font-weight: 700;
  font-size: 14px;
}
.casino-row--bonus-mobile {
  display: none;
}
.casino-row--left {
  display: flex;
  gap: 13px;
  position: relative;
}
.casino-row--image {
  width: 142px;
  min-width: 142px;
  background: #074425;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino-row--image img {
  height: 90%;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.casino-row--col {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.casino-row--title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.casino-row--info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.casino-row--rating {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #394C4F;
  border-radius: 8px;
  font-size: 10px;
  padding: 2px 9px;
  color: #fff;
}
.casino-row--rating span {
  font-size: 14px;
  font-weight: 700;
}
.casino-row--inner-link {
  color: #43DC29;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
}
.casino-row--bonus {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  max-width: 262px;
}
.casino-row--bonus span {
  color: #FFB53F;
}
.casino-row--right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
}
.casino-row--links {
  width: 286px;
  min-width: 286px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.casino-row--links a {
  width: 100%;
}
.casino-row--advantages {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.casino-row--advantage {
  padding-left: 32px;
  position: relative;
  font-size: 14px;
  line-height: 1.7;
}
.casino-row--advantage:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../../images/check.svg") no-repeat center;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.casino-row--promocode {
  position: relative;
  display: block;
  text-align: center;
  background: #032D18;
  color: #BFC8CF !important;
  border: 1px dashed #FFB53F;
  border-radius: 12px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 18px;
  overflow: hidden;
  padding: 12px 5px;
}
.casino-row--promocode:hover span {
  right: calc(100% - 24px);
}
.casino-row--promocode span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  right: 45px;
  padding-left: 45px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(223.74deg, #9D6C1D 0%, #FFB53F 97.89%);
  border: 1px solid #FFB53F;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.casino-row--promocode span:after {
  display: block;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  background: url("../../images/promo-icon.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .casino-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .casino-row:before {
    display: none;
  }
  .casino-row--left {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 15px;
  }
  .casino-row--image {
    width: 100%;
    min-width: auto;
    height: 65px;
  }
  .casino-row--right {
    flex-direction: column;
  }
  .casino-row--info {
    flex-direction: row-reverse;
  }
  .casino-row--bonus {
    display: none;
  }
  .casino-row--bonus-mobile {
    display: block;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    color: #fff;
  }
  .casino-row--bonus-mobile span {
    color: #FFB53F;
  }
  .casino-row--col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .casino-row--advantages {
    padding: 15px;
    width: 100%;
    border: 1px solid #1F4618;
    border-radius: 8px;
  }
  .casino-row--advantage {
    text-align: left;
  }
  .casino-row--links {
    width: 100%;
  }
}

.page--main {
  padding: 0 0 24px;
}
.page--cols {
  display: grid;
  grid-template-columns: 3.18fr 1fr;
  gap: 24px;
  padding: 82px 0 58px;
}
.page--col-left {
  position: relative;
  min-width: 0;
  min-height: 0;
}
@media (max-width: 1024px) {
  .page--cols {
    display: flex;
    flex-direction: column;
  }
  .page--col-right {
    display: none;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  margin: 0 auto 94px;
  padding: 15px 0;
  color: #fff;
  min-height: 488px;
  display: flex;
  align-items: center;
  max-width: 1368px;
  width: 100%;
  background-color: #06341D;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero--bg, .hero--bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero--bg-mobile {
  display: none;
}
.hero--left {
  width: 100%;
  max-width: 552px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.hero--left-top {
  display: flex;
  align-items: center;
  gap: 24px;
}
.hero--disclaimer-text {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  color: #042414;
  border-radius: 8px;
  padding: 10px 15px;
  max-width: 500px;
}
.hero--disclaimer {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 12px;
  border: 2px solid #43DC29;
  padding: 6px 10px;
}
.hero--disclaimer:hover {
  cursor: pointer;
}
.hero--disclaimer:hover .hero--disclaimer-text {
  display: block;
}
@media (max-width: 1024px) {
  .hero {
    margin: 0 15px 40px;
    padding: 15px 0;
    min-height: 454px;
    width: calc(100% - 30px);
  }
  .hero--bg {
    display: none;
  }
  .hero--bg-mobile {
    display: block;
  }
  .hero--left-top {
    flex-wrap: wrap;
  }
  .hero--title {
    margin: 0;
  }
  .hero--disclaimer {
    font-size: 12px;
  }
}

.page--content-section {
  position: relative;
  overflow: hidden;
  margin: 0 0 96px;
  padding: 83px 0 0;
}
.page--content-section:before {
  display: block;
  content: "";
  position: absolute;
  left: 36px;
  right: 36px;
  height: 1830px;
  background: linear-gradient(180deg, #042414 0%, #032D18 100%);
  border-radius: 32px 32px 0 0;
  top: 0;
}
@media (max-width: 1024px) {
  .page--content-section {
    padding: 50px 0 0;
    margin: 0 0 40px;
  }
  .page--content-section:before {
    left: 0;
    right: 0;
  }
}
.page--content-section .container {
  position: relative;
}

.latest-posts {
  position: relative;
  overflow: hidden;
  margin: 96px 0;
}
.latest-posts--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 90px;
  margin-bottom: -1.5px;
}
.latest-posts--top h2 {
  margin: 0;
}
.latest-posts--slider {
  padding-top: 30px;
  position: relative;
}
.latest-posts--slider .swiper-slide {
  height: initial;
}
.latest-posts--slider .swiper-slide .post-card {
  height: 100%;
}
@media (max-width: 1024px) {
  .latest-posts {
    margin: 40px 0;
  }
}

.page-info--top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 32px;
}
.page-info--left h2 {
  margin-bottom: 12px;
}
.page-info--disclaimer {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 500px;
  max-width: 90vw;
  background: #fff;
  color: #042414;
  border-radius: 9px;
  padding: 10px 15px;
}
@media (max-width: 1024px) {
  .page-info--disclaimer {
    right: auto;
    left: 0;
  }
}
.page-info--right {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.page-info--right:hover {
  cursor: pointer;
}
.page-info--right:hover .page-info--disclaimer {
  display: block;
}
@media (max-width: 1024px) {
  .page-info--top {
    flex-direction: column;
    gap: 12px;
  }
  .page-info--right {
    margin-top: 12px;
  }
}

.page-author {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  background: radial-gradient(83.73% 5068.94% at -2.04% 98.49%, #032F19 0%, #0A4126 100%);
  border: 1px solid #1F4618;
  border-radius: 12px;
  padding: 24px;
}
.page-author--item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-author--item-image {
  width: 58px;
  min-width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
}
.page-author--item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-author--item-name {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
}
.page-author--item-position {
  font-size: 14px;
  color: #FFB53F;
}

.casino--main {
  padding-bottom: 96px;
}
.casino--top {
  padding: 36px 0;
}
.casino--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.casino--cols {
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
}
.casino--cols-right {
  min-width: 1px;
}
.casino--box {
  background: #032614;
  border-radius: 12px;
  border: 1px solid #1F4618;
  margin-bottom: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fff;
}
.casino--box-item {
  background: #032D18;
  padding: 12px;
  border-radius: 8px;
}
.casino--box-title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 700;
}
.casino--box-subtitle {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
.casino--box-text {
  font-size: 18px;
  line-height: 1.33;
}
.casino--box-text-small {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.casino--box-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.casino--box-feature {
  padding-left: 24px;
  position: relative;
  line-height: 1.33;
  font-size: 14px;
}
.casino--box-feature:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url("../../images/check.svg") no-repeat center center/contain;
}
.casino--box-badges-logo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.casino--box-badge-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 6px 6px 13px;
  border: 1px solid #1F4618;
  border-radius: 1000px;
  font-size: 12px;
  line-height: 1.18;
}
.casino--box-badge-logo.inactive {
  color: rgba(255, 255, 255, 0.1254901961);
}
.casino--box-badge-logo.inactive span {
  opacity: 0.2;
}
.casino--box-badge-logo span {
  width: 19px;
  min-width: 19px;
  height: 18px;
}
.casino--box-badges {
  display: flex;
  align-items: center;
  gap: 3px 6px;
  flex-wrap: wrap;
}
.casino--box-badge {
  border: 1px solid #1F4618;
  border-radius: 1000px;
  padding: 4px 8px;
  white-space: nowrap;
  line-height: 18px;
  font-size: 14px;
  color: #BFC8CF;
}
.casino--box-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.casino--box-rating {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 9px;
}
.casino--box-rating svg {
  position: relative;
  top: 3px;
}
.casino--box-rating-row {
  padding: 12px;
  border-radius: 8px;
  background: #032D18;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.casino--box-rating-row .left {
  font-size: 16px;
  color: #BFC8CF;
}
.casino--box-rating-row .right {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 16px;
}
.casino--box-rating-row .right > span {
  position: relative;
  width: 70px;
  min-width: 70px;
  height: 14px;
  background-image: url("../../images/stars-empty.svg");
  background-size: 70px 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.casino--box-rating-row .right > span > span {
  background-image: url("../../images/stars-full.svg");
  background-size: 70px 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.casino--pay-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
.casino--pay-logo {
  background: #fff;
  height: 33px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 7px;
}
.casino--pay-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.casino--cashout-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.casino--cashout-item {
  background: #032614;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
}
.casino--cashout-item-title {
  font-weight: 700;
  margin-bottom: 4px;
}
.casino--box-providers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.casino--box-provider {
  background: #032614;
  border-radius: 6px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino--box-provider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.casino--box-link {
  color: #43DC29;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .casino--cols {
    display: flex;
    flex-direction: column;
  }
}

.casino-card {
  background: radial-gradient(83.73% 2075.47% at -2.04% 40.33%, #032F19 0%, #0A4126 100%);
  border: 1px solid #1F4618;
  border-radius: 12px;
  padding: 16px;
}
.casino-card--top {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
.casino-card--image {
  height: 61px;
  background: #074425;
  border-radius: 6px;
  padding: 7px;
}
.casino-card--bonus {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.casino-card--bonus span {
  color: #FFB53F;
}
.casino-card--bottom a {
  width: 100%;
}

.similar-casinos {
  margin: 60px 0;
  position: relative;
  overflow: hidden;
}
.similar-casinos--top h2 {
  margin: 0;
}
.similar-casinos--slider {
  padding-top: 32px;
  position: relative;
}

.blog--top {
  padding: 36px 0;
}
.blog--cols {
  display: grid;
  grid-template-columns: 1fr 264px;
  gap: 24px;
}
.blog--posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 46px;
}
@media (min-width: 1025px) {
  .blog--posts .post-card:nth-child(4), .blog--posts .post-card:nth-child(12) {
    grid-row: span 3;
    grid-column: span 2;
  }
  .blog--posts .post-card:nth-child(4) .post-card--image, .blog--posts .post-card:nth-child(12) .post-card--image {
    height: 308px;
  }
  .blog--posts .post-card:nth-child(5) .post-card--image, .blog--posts .post-card:nth-child(6) .post-card--image, .blog--posts .post-card:nth-child(7) .post-card--image, .blog--posts .post-card:nth-child(11) .post-card--image, .blog--posts .post-card:nth-child(13) .post-card--image, .blog--posts .post-card:nth-child(14) .post-card--image {
    display: none;
  }
}
.blog--pagination {
  padding-bottom: 96px;
}
.blog--pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.blog--pagination .arrow-next,
.blog--pagination .arrow-prev {
  width: 32px;
  height: 32px;
  background: #032D18;
  border: 2px solid #394C4F;
  box-shadow: inset -3px -4px 7px rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog--pagination .next {
  margin-left: 40px;
}
.blog--pagination .prev {
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .blog--cols {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .blog--posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .blog--posts {
    grid-template-columns: 1fr;
  }
}

.single--top {
  padding: 36px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.single--top-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.single--left {
  min-width: 1px;
}
.single--cols {
  display: grid;
  grid-template-columns: 1fr 264px;
  gap: 24px;
}
.single--trending {
  background: #032614;
  border: 1px solid #1F4618;
  border-radius: 12px;
  padding: 20px 16px;
  margin-bottom: 24px;
}
.single--trending-title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.18;
  margin-bottom: 16px;
}
.single--trending-item {
  background: #032D18;
  border-radius: 8px;
  padding: 12px 10px;
  margin-bottom: 16px;
}
.single--trending-item:last-child {
  margin-bottom: 0;
}
.single--trending-read {
  font-size: 12px;
}
.single--trending-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}
.single--trending-text {
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}
.single--bottom {
  margin-top: 96px;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.single--bottom .container {
  position: relative;
}
.single--bottom-bg {
  position: absolute;
  top: 0;
  left: 36px;
  right: 36px;
  height: 100%;
  background: linear-gradient(180deg, #042414 0%, #032D18 100%);
  border-radius: 32px 32px 0 0;
}
@media (max-width: 1024px) {
  .single--top {
    flex-direction: column;
    align-items: flex-start;
  }
  .single--top-right {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .single--cols {
    display: flex;
    flex-direction: column;
  }
  .single--bottom-bg {
    left: 0;
    right: 0;
  }
  .single--bottom {
    padding: 40px 0;
    margin-top: 40px;
  }
}

.error-404 {
  min-height: calc(100vh - 86px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.error-404 span {
  margin-bottom: 24px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 1024px) {
  .error-404 span {
    font-size: 20px;
  }
}
.error-404 img {
  margin-bottom: 40px;
  width: 770px;
  aspect-ratio: 770/300;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .error-404 img {
    margin-bottom: 24px;
  }
}

html,
body {
  font-family: "Poppins", sans-serif;
  background: #032D18;
  color: #BFC8CF;
  position: relative;
  max-width: 100vw;
  min-height: 100vh;
  font-size: 16px;
}
html.-toggle,
body.-toggle {
  overflow: hidden;
}

body.menu-active {
  overflow: hidden;
}

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

.test {
  color: red;
  font-size: 16px;
}
