main {
  overflow: hidden;
  min-height: calc(100vh - 80px);
}

body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: var(--site-font-family, "Montserrat", sans-serif);
  background: var(--color-body, var(--bg-body, transparent));
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  color: transparent;
}

img:not([src]) {
  visibility: hidden;
}

.container {
  width: 100%;
  box-sizing: border-box;
  max-width: 1420px;
  padding: 0;
  margin: 0 auto;
}

.padding {
  padding: 0 20px;
}
@media (max-width: 990px) {
  .padding {
    padding: 0 15px;
  }
}

.margin {
  margin-bottom: 50px;
}
@media (max-width: 990px) {
  .margin {
    margin-bottom: 30px;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.overlay {
  overflow: hidden;
}

input, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--site-font-family, "Montserrat", sans-serif);
}

textarea {
  font-family: var(--site-font-family, "Montserrat", sans-serif);
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}
input::placeholder {
  font-family: var(--site-font-family, "Montserrat", sans-serif);
}

button {
  border: none;
  font-family: var(--site-font-family, "Montserrat", sans-serif);
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
}

a {
  transition: 0.3s;
}

svg {
  transition: 0.3s;
}

.content li,
.footer__text,
.content p,
.attr p {
  color: var(--color-text, var(--text-color, inherit));
}

header {
  background: var(--color-header, var(--header-bg, transparent));
}

@media (max-width: 990px) {
  .header__nav {
    background: var(--color-header, var(--header-bg, transparent));
  }
}
.footer__nav a {
  color: var(--footer-link-color, inherit);
}

.header__nav a {
  color: var(--header-link-color, inherit);
}
.header__nav a:hover {
  color: var(--header-link-hover, inherit);
}

::-webkit-scrollbar {
  background-color: var(--scrollbar-bg, transparent);
  border-radius: 4px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb, transparent);
  width: 10px;
  border-radius: 4px;
}

.header__btn button:first-child {
  color: var(--header-btn-1-color);
  background: var(--header-btn-1-bg);
  border: 1px solid var(--header-btn-1-border);
}

.header__btn button:last-child {
  color: var(--header-btn-2-color);
  background: var(--header-btn-2-bg);
  border: 1px solid var(--header-btn-2-border);
}

.header__btn button:first-child:hover {
  background: var(--header-btn-hover-bg);
  color: var(--header-btn-1-hover-text);
}

.header__btn button:last-child:hover {
  background: var(--header-btn-2-hover-bg);
  color: var(--header-btn-2-hover-text);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  color: var(--title-color, inherit);
}

.attr span {
  color: var(--attr-accent-color, inherit);
}

.border {
  border-bottom: 1px solid #18533B;
}

.click-lang a.current_language:last-child {
  border-radius: 6px 6px 0 0;
  border-bottom: none;
}

body[data-button-anim]:not([data-button-anim=none]) .header__btn button, body[data-button-anim]:not([data-button-anim=none]) .block-casino__btn, body[data-button-anim]:not([data-button-anim=none]) .block-bonus__btn, body[data-button-anim]:not([data-button-anim=none]) .output-casino__item-btn, body[data-button-anim]:not([data-button-anim=none]) .slots__link, body[data-button-anim]:not([data-button-anim=none]) .text-img__btn,
body[class*=button-anim-] .header__btn button,
body[class*=button-anim-] .block-casino__btn,
body[class*=button-anim-] .block-bonus__btn,
body[class*=button-anim-] .output-casino__item-btn,
body[class*=button-anim-] .slots__link,
body[class*=button-anim-] .text-img__btn {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .header__btn button, body[data-button-anim=lift] .block-casino__btn, body[data-button-anim=lift] .block-bonus__btn, body[data-button-anim=lift] .output-casino__item-btn, body[data-button-anim=lift] .slots__link, body[data-button-anim=lift] .text-img__btn,
body.button-anim-lift .header__btn button,
body.button-anim-lift .block-casino__btn,
body.button-anim-lift .block-bonus__btn,
body.button-anim-lift .output-casino__item-btn,
body.button-anim-lift .slots__link,
body.button-anim-lift .text-img__btn {
  transition: transform 0.28s ease;
}
body[data-button-anim=lift] .header__btn button:hover, body[data-button-anim=lift] .block-casino__btn:hover, body[data-button-anim=lift] .block-bonus__btn:hover, body[data-button-anim=lift] .output-casino__item-btn:hover, body[data-button-anim=lift] .slots__link:hover, body[data-button-anim=lift] .text-img__btn:hover,
body.button-anim-lift .header__btn button:hover,
body.button-anim-lift .block-casino__btn:hover,
body.button-anim-lift .block-bonus__btn:hover,
body.button-anim-lift .output-casino__item-btn:hover,
body.button-anim-lift .slots__link:hover,
body.button-anim-lift .text-img__btn:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .header__btn button:active, body[data-button-anim=lift] .block-casino__btn:active, body[data-button-anim=lift] .block-bonus__btn:active, body[data-button-anim=lift] .output-casino__item-btn:active, body[data-button-anim=lift] .slots__link:active, body[data-button-anim=lift] .text-img__btn:active,
body.button-anim-lift .header__btn button:active,
body.button-anim-lift .block-casino__btn:active,
body.button-anim-lift .block-bonus__btn:active,
body.button-anim-lift .output-casino__item-btn:active,
body.button-anim-lift .slots__link:active,
body.button-anim-lift .text-img__btn:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .header__btn button, body[data-button-anim=scale] .block-casino__btn, body[data-button-anim=scale] .block-bonus__btn, body[data-button-anim=scale] .output-casino__item-btn, body[data-button-anim=scale] .slots__link, body[data-button-anim=scale] .text-img__btn,
body.button-anim-scale .header__btn button,
body.button-anim-scale .block-casino__btn,
body.button-anim-scale .block-bonus__btn,
body.button-anim-scale .output-casino__item-btn,
body.button-anim-scale .slots__link,
body.button-anim-scale .text-img__btn {
  transition: transform 0.28s ease;
}
body[data-button-anim=scale] .header__btn button:hover, body[data-button-anim=scale] .block-casino__btn:hover, body[data-button-anim=scale] .block-bonus__btn:hover, body[data-button-anim=scale] .output-casino__item-btn:hover, body[data-button-anim=scale] .slots__link:hover, body[data-button-anim=scale] .text-img__btn:hover,
body.button-anim-scale .header__btn button:hover,
body.button-anim-scale .block-casino__btn:hover,
body.button-anim-scale .block-bonus__btn:hover,
body.button-anim-scale .output-casino__item-btn:hover,
body.button-anim-scale .slots__link:hover,
body.button-anim-scale .text-img__btn:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .header__btn button:active, body[data-button-anim=scale] .block-casino__btn:active, body[data-button-anim=scale] .block-bonus__btn:active, body[data-button-anim=scale] .output-casino__item-btn:active, body[data-button-anim=scale] .slots__link:active, body[data-button-anim=scale] .text-img__btn:active,
body.button-anim-scale .header__btn button:active,
body.button-anim-scale .block-casino__btn:active,
body.button-anim-scale .block-bonus__btn:active,
body.button-anim-scale .output-casino__item-btn:active,
body.button-anim-scale .slots__link:active,
body.button-anim-scale .text-img__btn:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .header__btn button, body[data-button-anim=pop] .block-casino__btn, body[data-button-anim=pop] .block-bonus__btn, body[data-button-anim=pop] .output-casino__item-btn, body[data-button-anim=pop] .slots__link, body[data-button-anim=pop] .text-img__btn,
body.button-anim-pop .header__btn button,
body.button-anim-pop .block-casino__btn,
body.button-anim-pop .block-bonus__btn,
body.button-anim-pop .output-casino__item-btn,
body.button-anim-pop .slots__link,
body.button-anim-pop .text-img__btn {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body[data-button-anim=pop] .header__btn button:hover, body[data-button-anim=pop] .block-casino__btn:hover, body[data-button-anim=pop] .block-bonus__btn:hover, body[data-button-anim=pop] .output-casino__item-btn:hover, body[data-button-anim=pop] .slots__link:hover, body[data-button-anim=pop] .text-img__btn:hover,
body.button-anim-pop .header__btn button:hover,
body.button-anim-pop .block-casino__btn:hover,
body.button-anim-pop .block-bonus__btn:hover,
body.button-anim-pop .output-casino__item-btn:hover,
body.button-anim-pop .slots__link:hover,
body.button-anim-pop .text-img__btn:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .header__btn button:active, body[data-button-anim=pop] .block-casino__btn:active, body[data-button-anim=pop] .block-bonus__btn:active, body[data-button-anim=pop] .output-casino__item-btn:active, body[data-button-anim=pop] .slots__link:active, body[data-button-anim=pop] .text-img__btn:active,
body.button-anim-pop .header__btn button:active,
body.button-anim-pop .block-casino__btn:active,
body.button-anim-pop .block-bonus__btn:active,
body.button-anim-pop .output-casino__item-btn:active,
body.button-anim-pop .slots__link:active,
body.button-anim-pop .text-img__btn:active {
  transform: scale(1.04);
}

/* TablePress + core table block (modern CSS-var driven skin). */
:root {
  --site-container-width: 1420px;
  --site-content-max: var(--site-container-width, 1420px);
}

main > .tablepress-table-wrapper,
main > .wp-block-table,
.content > .tablepress-table-wrapper,
.content > .wp-block-table {
  width: 100%;
  max-width: var(--site-container-width, var(--site-content-max, 100%));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
main > table.tablepress,
main > table[id^=tablepress-],
.content > table.tablepress,
.content > table[id^=tablepress-] {
  display: table;
  width: 100%;
  max-width: var(--site-content-max, var(--site-container-width, 100%));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
main > .tablepress-table-wrapper table.tablepress,
main > .tablepress-table-wrapper table[id^=tablepress-],
.content > .tablepress-table-wrapper table.tablepress,
.content > .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
main table.tablepress,
main .tablepress,
main table[id^=tablepress-],
main .tablepress-table-wrapper,
.content table.tablepress,
.content .tablepress,
.content table[id^=tablepress-],
.content .tablepress-table-wrapper {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
main .tablepress-table-wrapper,
main .wp-block-table,
.content .tablepress-table-wrapper,
.content .wp-block-table {
  overflow-x: auto;
  max-width: 100%;
}
main table.tablepress,
main .tablepress,
main table[id^=tablepress-],
.content table.tablepress,
.content .tablepress,
.content table[id^=tablepress-] {
  --border-color: transparent;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
main table.tablepress thead tr th,
main .tablepress thead tr th,
main table[id^=tablepress-] thead tr th,
.content table.tablepress thead tr th,
.content .tablepress thead tr th,
.content table[id^=tablepress-] thead tr th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, var(--text-color, #fff));
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
main table.tablepress tbody tr td,
main .tablepress tbody tr td,
main table[id^=tablepress-] tbody tr td,
.content table.tablepress tbody tr td,
.content .tablepress tbody tr td,
.content table[id^=tablepress-] tbody tr td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, var(--text-color, #fff));
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
main table.tablepress tbody tr:last-child td,
main .tablepress tbody tr:last-child td,
main table[id^=tablepress-] tbody tr:last-child td,
.content table.tablepress tbody tr:last-child td,
.content .tablepress tbody tr:last-child td,
.content table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
main table.tablepress thead tr:first-child th:first-child,
main .tablepress thead tr:first-child th:first-child,
main table[id^=tablepress-] thead tr:first-child th:first-child,
.content table.tablepress thead tr:first-child th:first-child,
.content .tablepress thead tr:first-child th:first-child,
.content table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress thead tr:first-child th:last-child,
main .tablepress thead tr:first-child th:last-child,
main table[id^=tablepress-] thead tr:first-child th:last-child,
.content table.tablepress thead tr:first-child th:last-child,
.content .tablepress thead tr:first-child th:last-child,
.content table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
main .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
main table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child,
.content table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.content .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.content table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
main .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
main table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child,
.content table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.content .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.content table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress tbody tr:last-child td:first-child,
main .tablepress tbody tr:last-child td:first-child,
main table[id^=tablepress-] tbody tr:last-child td:first-child,
.content table.tablepress tbody tr:last-child td:first-child,
.content .tablepress tbody tr:last-child td:first-child,
.content table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress tbody tr:last-child td:last-child,
main .tablepress tbody tr:last-child td:last-child,
main table[id^=tablepress-] tbody tr:last-child td:last-child,
.content table.tablepress tbody tr:last-child td:last-child,
.content .tablepress tbody tr:last-child td:last-child,
.content table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress tbody tr:nth-child(even) td,
main .tablepress tbody tr:nth-child(even) td,
main table[id^=tablepress-] tbody tr:nth-child(even) td,
.content table.tablepress tbody tr:nth-child(even) td,
.content .tablepress tbody tr:nth-child(even) td,
.content table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
main table.tablepress tbody tr td.column-1,
main table.tablepress tbody tr.row-odd td:first-child,
main table.tablepress tbody tr td:first-child,
main .tablepress tbody tr td.column-1,
main .tablepress tbody tr td:first-child,
main table[id^=tablepress-] tbody tr td:first-child,
.content table.tablepress tbody tr td.column-1,
.content table.tablepress tbody tr.row-odd td:first-child,
.content table.tablepress tbody tr td:first-child,
.content .tablepress tbody tr td.column-1,
.content .tablepress tbody tr td:first-child,
.content table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
main table.tablepress tbody tr:hover td,
main .tablepress tbody tr:hover td,
main table[id^=tablepress-] tbody tr:hover td,
.content table.tablepress tbody tr:hover td,
.content .tablepress tbody tr:hover td,
.content table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
main .wp-block-table,
.content .wp-block-table {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
main .wp-block-table table,
.content .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
main .wp-block-table thead th,
.content .wp-block-table thead th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, var(--text-color, #fff));
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
main .wp-block-table tbody td,
.content .wp-block-table tbody td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, var(--text-color, #fff));
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
main .wp-block-table tbody tr:last-child td,
.content .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
main .wp-block-table thead tr:first-child th:first-child,
.content .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table thead tr:first-child th:last-child,
.content .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child,
.content .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child,
.content .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table tbody tr:last-child td:first-child,
.content .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table tbody tr:last-child td:last-child,
.content .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table tbody tr:nth-child(even) td,
.content .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}

/*# sourceMappingURL=constant.css.map */
