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

body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

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: 1060px;
  padding: 0;
  margin: 0 auto;
}

.padding {
  padding: 0 15px;
}

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

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.overlay {
  overflow: hidden;
}

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

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

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

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

a {
  transition: 0.3s;
}

.btn-hover {
  -webkit-box-shadow: inset 0px -25px 48px -35px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -25px 48px -35px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -25px 48px -35px rgba(0, 0, 0, 0.75);
}
.btn-hover:hover {
  box-shadow: none;
}

.up-to {
  position: fixed;
  right: 20px;
  bottom: 70px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .up-to {
    right: 10px;
    bottom: 75px;
  }
}

.up-to-active {
  opacity: 1;
  pointer-events: auto;
}

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

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

/* -------------------------------------------------------------------------- */
/* Theme Options tokens (see include/theme-css-variables/variables.php)        */
/* -------------------------------------------------------------------------- */

body,
html {
  font-family: var(--site-font-family, "Roboto", sans-serif);
  background: var(--site-bg, transparent);
}

.header__nav a {
  color: var(--header-nav-link-color, #fff);
}

.footer__nav a {
  color: var(--nav-link-color, #fff);
}

body .header-menu a {
  color: var(--nav-link-color, #fff);
}

.header__nav a::after,
.footer__nav a::after,
.header-menu__link a::after {
  background-color: var(--nav-link-hover, #fff);
}

.header__nav a:hover::after,
.footer__nav a:hover::after,
.header-menu__link a:hover::after {
  width: 100%;
  transition: width 0.4s;
}

.header__nav a:hover,
.footer__nav a:hover,
.header-menu__link a:hover,
.header-menu__nav a:hover {
  color: var(--nav-link-hover, #fff);
}

.footer__pay {
  border-top: 1px solid var(--color-line, transparent);
  border-bottom: 1px solid var(--color-line, transparent);
}

.footer__power,
.header-menu__category,
.header-menu__nav,
.header-menu__app {
  border-bottom: 1px solid var(--color-line, transparent);
}

.header__btn-1:hover {
  background: var(--header-btn-1-hover, transparent);
}

.header__btn-2:hover {
  background: var(--header-btn-2-hover, transparent);
}

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

.header__btn-1 {
  color: var(--header-btn-1-color, inherit);
  background: var(--header-btn-1-bg, transparent);
}

.header__btn-2 {
  color: var(--header-btn-2-color, inherit);
  background: var(--header-btn-2-bg, transparent);
}

.header-menu__category-title {
  color: var(--nav-link-color, var(--color-link, inherit));
}

.header-menu__category > button,
.header-menu__category > a,
.header-menu__app-img {
  background: var(--color-block-menu, transparent);
}

.footer__text,
.footer__bottom {
  color: var(--footer-text-color, inherit);
}

.footer__info-img .footer__age {
  color: var(--footer-text-color, #fff);
  border: 3px solid var(--footer-text-color, transparent);
}

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

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

.header-menu::-webkit-scrollbar-thumb,
.tabs::-webkit-scrollbar-thumb {
  background: var(--color-block-menu, transparent);
  width: 10px;
  border-radius: 4px;
}

.content {
  color: var(--text-color, inherit);
}

.content a {
  color: var(--content-link-color, inherit);
}

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

/* Section text tokens (colors previously printed as inline style attributes). */

.comments__title,
.faq__title {
  color: var(--titles-color, inherit);
}

.comments__info,
.comments__text,
.comments__btn,
.faq__item-title,
.faq__item-text,
.update-block,
.author-block,
.slot__btn p {
  color: var(--text-color, inherit);
}

.slot__text {
  color: var(--content-link-color, inherit);
}

/* 404 template (markup carries no inline styles). */

.error-404-main {
  padding: 80px 20px;
  background: #f8fafc;
}

.error-404 {
  max-width: 560px;
  margin: 0 auto;
  padding: 48px 32px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.error-404__code {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.error-404__title {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.1;
  color: #0f172a;
}

.error-404__text {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.6;
  color: #475569;
}

.error-404__link {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

/* -------------------------------------------------------------------------- */
/* Button hover animations (ACF: button_hover_animation -> body[data-button-anim]) */
/* -------------------------------------------------------------------------- */

body[data-button-anim]:not([data-button-anim="none"]) .btn-hover,
body[data-button-anim]:not([data-button-anim="none"]) .header__btn-1,
body[data-button-anim]:not([data-button-anim="none"]) .header__btn-2,
body[data-button-anim]:not([data-button-anim="none"]) .presenting__btn,
body[data-button-anim]:not([data-button-anim="none"]) .top-casino__btn,
body[data-button-anim]:not([data-button-anim="none"]) .comments__btn,
body[class*="button-anim-"] .btn-hover,
body[class*="button-anim-"] .header__btn-1,
body[class*="button-anim-"] .header__btn-2,
body[class*="button-anim-"] .presenting__btn,
body[class*="button-anim-"] .top-casino__btn,
body[class*="button-anim-"] .comments__btn {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim="lift"] .btn-hover,
body[data-button-anim="lift"] .header__btn-1,
body[data-button-anim="lift"] .header__btn-2,
body[data-button-anim="lift"] .presenting__btn,
body[data-button-anim="lift"] .top-casino__btn,
body[data-button-anim="lift"] .comments__btn,
body.button-anim-lift .btn-hover,
body.button-anim-lift .header__btn-1,
body.button-anim-lift .header__btn-2,
body.button-anim-lift .presenting__btn,
body.button-anim-lift .top-casino__btn,
body.button-anim-lift .comments__btn {
  transition: transform 0.28s ease, background 0.3s;
}

body[data-button-anim="lift"] .btn-hover:hover,
body[data-button-anim="lift"] .header__btn-1:hover,
body[data-button-anim="lift"] .header__btn-2:hover,
body[data-button-anim="lift"] .presenting__btn:hover,
body[data-button-anim="lift"] .top-casino__btn:hover,
body[data-button-anim="lift"] .comments__btn:hover,
body.button-anim-lift .btn-hover:hover,
body.button-anim-lift .header__btn-1:hover,
body.button-anim-lift .header__btn-2:hover,
body.button-anim-lift .presenting__btn:hover,
body.button-anim-lift .top-casino__btn:hover,
body.button-anim-lift .comments__btn:hover {
  transform: translateY(-6px);
}

body[data-button-anim="lift"] .btn-hover:active,
body[data-button-anim="lift"] .header__btn-1:active,
body[data-button-anim="lift"] .header__btn-2:active,
body[data-button-anim="lift"] .presenting__btn:active,
body[data-button-anim="lift"] .top-casino__btn:active,
body[data-button-anim="lift"] .comments__btn:active,
body.button-anim-lift .btn-hover:active,
body.button-anim-lift .header__btn-1:active,
body.button-anim-lift .header__btn-2:active,
body.button-anim-lift .presenting__btn:active,
body.button-anim-lift .top-casino__btn:active,
body.button-anim-lift .comments__btn:active {
  transform: translateY(-2px);
}

body[data-button-anim="scale"] .btn-hover,
body[data-button-anim="scale"] .header__btn-1,
body[data-button-anim="scale"] .header__btn-2,
body[data-button-anim="scale"] .presenting__btn,
body[data-button-anim="scale"] .top-casino__btn,
body[data-button-anim="scale"] .comments__btn,
body.button-anim-scale .btn-hover,
body.button-anim-scale .header__btn-1,
body.button-anim-scale .header__btn-2,
body.button-anim-scale .presenting__btn,
body.button-anim-scale .top-casino__btn,
body.button-anim-scale .comments__btn {
  transition: transform 0.28s ease, background 0.3s;
}

body[data-button-anim="scale"] .btn-hover:hover,
body[data-button-anim="scale"] .header__btn-1:hover,
body[data-button-anim="scale"] .header__btn-2:hover,
body[data-button-anim="scale"] .presenting__btn:hover,
body[data-button-anim="scale"] .top-casino__btn:hover,
body[data-button-anim="scale"] .comments__btn:hover,
body.button-anim-scale .btn-hover:hover,
body.button-anim-scale .header__btn-1:hover,
body.button-anim-scale .header__btn-2:hover,
body.button-anim-scale .presenting__btn:hover,
body.button-anim-scale .top-casino__btn:hover,
body.button-anim-scale .comments__btn:hover {
  transform: scale(1.08);
}

body[data-button-anim="scale"] .btn-hover:active,
body[data-button-anim="scale"] .header__btn-1:active,
body[data-button-anim="scale"] .header__btn-2:active,
body[data-button-anim="scale"] .presenting__btn:active,
body[data-button-anim="scale"] .top-casino__btn:active,
body[data-button-anim="scale"] .comments__btn:active,
body.button-anim-scale .btn-hover:active,
body.button-anim-scale .header__btn-1:active,
body.button-anim-scale .header__btn-2:active,
body.button-anim-scale .presenting__btn:active,
body.button-anim-scale .top-casino__btn:active,
body.button-anim-scale .comments__btn:active {
  transform: scale(1.03);
}

body[data-button-anim="pop"] .btn-hover,
body[data-button-anim="pop"] .header__btn-1,
body[data-button-anim="pop"] .header__btn-2,
body[data-button-anim="pop"] .presenting__btn,
body[data-button-anim="pop"] .top-casino__btn,
body[data-button-anim="pop"] .comments__btn,
body.button-anim-pop .btn-hover,
body.button-anim-pop .header__btn-1,
body.button-anim-pop .header__btn-2,
body.button-anim-pop .presenting__btn,
body.button-anim-pop .top-casino__btn,
body.button-anim-pop .comments__btn {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}

body[data-button-anim="pop"] .btn-hover:hover,
body[data-button-anim="pop"] .header__btn-1:hover,
body[data-button-anim="pop"] .header__btn-2:hover,
body[data-button-anim="pop"] .presenting__btn:hover,
body[data-button-anim="pop"] .top-casino__btn:hover,
body[data-button-anim="pop"] .comments__btn:hover,
body.button-anim-pop .btn-hover:hover,
body.button-anim-pop .header__btn-1:hover,
body.button-anim-pop .header__btn-2:hover,
body.button-anim-pop .presenting__btn:hover,
body.button-anim-pop .top-casino__btn:hover,
body.button-anim-pop .comments__btn:hover {
  transform: scale(1.12);
}

body[data-button-anim="pop"] .btn-hover:active,
body[data-button-anim="pop"] .header__btn-1:active,
body[data-button-anim="pop"] .header__btn-2:active,
body[data-button-anim="pop"] .presenting__btn:active,
body[data-button-anim="pop"] .top-casino__btn:active,
body[data-button-anim="pop"] .comments__btn:active,
body.button-anim-pop .btn-hover:active,
body.button-anim-pop .header__btn-1:active,
body.button-anim-pop .header__btn-2:active,
body.button-anim-pop .presenting__btn:active,
body.button-anim-pop .top-casino__btn:active,
body.button-anim-pop .comments__btn:active {
  transform: scale(1.04);
}
