html, body {     overflow-x: hidden;     scroll-behavior: smooth; }  body {     margin: 0;     font-family: Arial, Helvetica, sans-serif;     font-size: 15px;     background: #19191b;     color: rgb(255, 255, 255); }  * {     box-sizing: border-box; }  .container {     max-width: 908px;     margin: 0px auto;     padding: 10px;     background: #19191b;     color: rgb(255, 255, 255); }  .backround__game {     height: 100vh;     background: url('/uploads/3226/pages/35008/35008.png') center center / cover no-repeat;     filter: blur(10px);     bottom: 0;     left: 0;     opacity: .4;     position: absolute;     right: 0;     top: 0;     z-index: 0; }  .backround__game:after {     background: linear-gradient(180deg, #190004 -1.25%, #190004);     content: "";     bottom: 0;     left: 0;     opacity: .4;     position: absolute;     right: 0;     top: 0;     z-index: 0; }  .sidebar__section {     position: relative;     z-index: 3; }  .sidebar:first-child {     align-items: normal;     background-color: rgb(0 0 0 / 40%);     display: flex;     flex-direction: column;     height: 100vh;     justify-content: space-between;     padding: 18px 0 16px;     position: relative;     width: 208px;     z-index: 100; }  .info>a {     display: block;     height: 64px;     margin: 66px auto 94px;     width: 140px; }  .info>a img {     display: block;     height: 100%;     margin: 0 auto;     object-fit: contain;     width: 100%; }  .sidebar:nth-child(2) {     align-items: normal;     display: flex;     flex-direction: column;     float: left;     height: 100%;     justify-content: normal;     position: relative;     width: 100%;     z-index: 102; }  .button {     align-items: center;     background-color: #0000;     color: #121212;     cursor: pointer;     display: inline-flex;     justify-content: center;     mix-blend-mode: normal;     padding: 0 16px;     position: relative;     text-align: center;     text-decoration: none;     text-shadow: 0 0 0 0 transparent;     transition: width .2s, height .2s, background-color .2s, transform .2s, background-image .2s; }  .button.icon, .primary, .secondary, .white {     position: relative; }  .secondary, .primary {     margin: 0 16px 16px;     border-radius: 100px;     font-size: 14px;     font-weight: 700;     line-height: 18px;     min-height: 40px;     padding: 6px 16px; }  .secondary {     background: linear-gradient(180deg, #FFFBF5 0%, #DCDCDC 100%);     box-shadow: 0 0 3px 0 #BFB7A9;     color: #121212;     text-shadow: 0 1px 2px transparent; }  .secondary:before {     background: linear-gradient(180deg, #E0E0DF 0%, #FCF8F3 100%);     background-clip: initial;     background-origin: border-box;     border: 2px solid #0000;     border-radius: inherit;     bottom: unset;     content: "";     display: block;     height: calc(100% - 4px);     left: 0;     -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);     -webkit-mask-composite: clear;     pointer-events: none;     position: absolute;     right: unset;     top: 0;     width: calc(100% - 4px);     z-index: -1; }  .primary {     background: linear-gradient(180deg, #FFC16F 0%, #C7944A 100%);     box-shadow: 0 0 4px 0 rgba(194, 141, 55, 0.60), 0 0 3px 0 rgba(194, 141, 55, 0.80);     color: #121212;     text-shadow: 0 0 0 0 transparent; }  .primary:before {     background: linear-gradient(180deg, #D19C51 0%, #FABD6C 100%);     background-clip: initial;     background-origin: border-box;     border: 2px solid #0000;     border-radius: inherit;     bottom: unset;     content: "";     display: block;     height: calc(100% - 4px);     left: 0;     -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);     -webkit-mask-composite: clear;     pointer-events: none;     position: absolute;     right: unset;     top: 0;     width: calc(100% - 4px);     z-index: -1; } .primary:hover {       transform: scale(1.03);     background: linear-gradient(180deg, #ffce8e 0%, #c78525 100%); } .secondary:hover {   transform: scale(1.03);   background: #fff; } .social {     align-items: center;     display: flex;     flex-direction: column;     justify-content: normal; }  .social__text {     color: #ffffff;     font-size: 12px;     font-weight: 400;     line-height: 16px;     margin: 16px 0;     padding: 0 17px;     text-align: center; }  .social .socials {     display: grid;     gap: 8px;     grid-template-columns: repeat(4, 1fr);     grid-template-rows: repeat(2, auto);     margin: 0 26px;     justify-content: space-between;     padding: 0; }  .socials li {     background: rgb(220 205 186 / 8%);     border-radius: 16px;     cursor: pointer;     display: flex;     flex-direction: row;     align-items: center;     height: 32px;     justify-content: center;     transition: all .3s;     width: 32px; }  .socials li svg {     height: 18px;     width: 18px; }  svg:not(:root) {     overflow: hidden; }  .socials li svg path {     fill: #fffc; }  .socials li:hover {     background: #ffffff26;     opacity: 1 !important; }  .telegram svg {     margin-right: 4px; }  .game {     display: flex;     gap: 8px; }  .iframe-block {     display: flex;     flex-direction: column;     justify-content: center;     align-items: center;     height: 100vh;     max-height: 85%;     min-width: 345px;     position: relative;     transition: .2s ease;     width: 80%;     margin: 0 auto; }  .iframe {     max-height: 85%; }  .iframe, .iframe__item, .iframe__wrapper, .iframe__inner {     border-radius: 8px;     height: 100%;     width: 100%; } .iframe__inner img {     max-width: max-content;     height: 100%;     margin: 0 auto; } iframe {     height: 100%;     width: 100%; }  .iframe__inner {     max-height: 85%;     min-width: 345px;     position: relative;     transition: .2s ease;     width: 100%;       text-align: center; }  .iframe__wrapper {     align-items: center;     display: flex;     flex-direction: row;     height: 100%;     justify-content: center; } .iframe__item::before {   content: "";   position: absolute;   top: 0; left: 0; right: 0; bottom: 0;   background: url('/uploads/3226/pages/35008/35008.png') center center / cover no-repeat;   filter: blur(10px);   z-index: -1; } #loadIframeBtn {     position: absolute;     top: 50%;     left: 50%;     transform: translate(-50%, -50%);     z-index: 999;   border: none; }  .content ul {     list-style: none;     padding-left: 1.5em;     color: rgb(128, 128, 128);  }  .content ul li {     margin-bottom: 10px; }  .content ul li::before {     content: '';     display: inline-block;     width: 0.6em;     height: 0.6em;     background-color: gold;     border-radius: 50%;     margin-right: 0.6em;     vertical-align: middle; }  .content ol {     list-style: none;     counter-reset: custom-counter;     padding-left: 2em;     color: rgb(128, 128, 128); }  .content ol li {     counter-increment: custom-counter;     position: relative;     padding-left: 1.2em;     margin-bottom: 10px; }  .content ol li::before {     content: counter(custom-counter);     position: absolute;     left: -.8em;     top: -0.2em;     width: 1.5em;     height: 1.5em;     background: gold;     color: black;     border-radius: 50%;     text-align: center;     line-height: 1.5em;     font-weight: bold; }  .content a {     color: gold;  }  .content a:hover {     text-decoration: none; }  table {     border-collapse: collapse;     width: 100%;     border: 2px solid gold; }  th, td {     border: 1px solid gold;     padding: 8px;     text-align: left; }  th {     background-color: rgba(255, 215, 0, 0.5);     color: #000; }  p {     color: rgb(128, 128, 128); }  h2, h3, h4, h5, h6 {     color: rgb(128, 128, 128); }  .popular-slots h2 {     color: #fff; }  .promo-banners {     display: flex;     justify-content: space-between; }  .promo-banner {     position: relative; }  .promo-banner a {     position: absolute;     bottom: 15px;     right: 15px; }  .payment-icons {     display: flex;     justify-content: center;     flex-wrap: wrap;     gap: 8px;     padding: 0 45px;     margin: 0 0 16px; }  .footer__app {     align-items: unset;     display: flex;     flex-direction: row;     gap: 16px;     justify-content: center;     padding-bottom: 12px;     position: relative; }  .footer__app::before {     background: #000000;     bottom: 0;     content: "";     display: block;     height: 1px;     left: -20%;     position: absolute;     right: auto;     top: auto;     width: 150%;     z-index: 0; }  .footer__info {     margin: 0 auto;     max-width: 1160px;     align-items: unset;     display: flex;     flex-direction: row;     gap: 48px;     justify-content: space-between;     padding: 16px 0 32px; }  .footer__navigation__list {     list-style: none;     padding: 0;     margin: 0;     width: 154px; }  .footer__navigation__list li {     line-height: 1;     margin-bottom: 8px; }  .footer__navigation__list li a {     color: rgb(255 255 255 / 80%);     display: inline-block;     font-size: 12px;     font-weight: 400;     height: 16px;     line-height: 16px;     text-decoration: none; }  .text p:first-child {     color: rgb(255 255 255 / 80%);     margin: 0 0 8px;     font-size: 16px;     font-weight: 400;     line-height: 24px; }  .text p {     margin: 0 0 8px; }  .footer__support {     background: rgb(255 255 255 / 2%);     border-radius: 8px;     height: 140px;     min-width: 192px;     padding: 10px 16px;     position: relative;     width: -moz-fit-content;     width: fit-content;       border-top: 1px solid #C7944A;     border-right: 1px solid #C7944A;     border-left: 1px solid #C7944A; }  .footer__support__title {     color: #ffffff;     font-size: 12px;     font-weight: 600;     line-height: 16px;     margin-bottom: 10px; }  .footer__support__links {     align-items: unset;     display: flex;     flex-direction: column;     gap: 10px;     justify-content: unset; }  .footer__support__links a {     align-items: center;     display: flex;     flex-direction: row;     height: 16px;     justify-content: unset;     text-decoration: none; }  .contact__icon {     height: 12px;     margin-right: 8px;     width: 12px; }  .footer__support__links a span {     text-wrap: nowrap;     color: rgb(95.7% 95.7% 95.7% / 0.8);     font-size: 12px;     font-weight: 400;     line-height: 16px; }  .footer__navigation__row {     align-items: center;     display: flex;     flex-direction: row;     justify-content: center;     padding-block: 16px;     position: relative; }  .footer__navigation__row:before {     background: #000000;     bottom: auto;     content: "";     display: block;     height: 1px;     left: -20%;     position: absolute;     right: auto;     top: 0;     width: 150%;     z-index: 0; }  .footer__navigation__row .footer__navigation__list {     list-style-type: none;     margin: 0;     padding: 0;     display: flex;     justify-content: center;     gap: 24px;     width: 100%; }  .footer__navigation__row .footer__navigation__list li {     margin-bottom: 0; }  .footer__navigation__row .footer__navigation__list li a {     color: rgb(255 255 255 / 80%);     display: inline-block;     font-size: 12px;     font-weight: 600;     height: 16px;     line-height: 16px; }  .footer__navigation__list li a:hover {     text-decoration: underline; }  .footer__navigation__row:after {     background: #000000;     bottom: 0;     content: "";     display: block;     height: 1px;     left: -20%;     position: absolute;     right: auto;     top: auto;     width: 150%;     z-index: 0; }  .footer__copyright {     text-align: center; }  .footer__copyright {     color: rgb(255 255 255 / 80%);     font-size: 12px;     font-weight: 400;     line-height: 16px;     text-align: center; }  .footer__icons {     display: flex;     justify-content: center;     align-items: center;     gap: 24px; }  .aff {     height: 32px;     width: 96px; }  .aff img {     height: 100%;     object-fit: contain;     width: 100%; }  .up {     z-index: 0;     width: 100%;     height: 100%;     display: flex;     flex-direction: column;     justify-content: center;     align-items: center;     background: rgb(45, 42, 39);     border-radius: 50%;     height: 32px;     position: absolute;     width: 32px; }  .arrow {     bottom: auto;     left: auto;     position: absolute;     right: auto;     top: auto;     z-index: 1; }  svg:not(:root) {     overflow: hidden; }  .circular_progress_path {     stroke: #fff; }  .up_block {     position: fixed;     top: auto;     transition: opacity .3s linear;     z-index: 11;     bottom: 6px;     right: 15px;     opacity: 1;     pointer-events: unset;     height: 48px;     width: 48px;     flex-direction: column;     justify-content: center;     align-items: center;     display: none; }  .burger {     display: none;     width: 28px;     height: 28px;     cursor: pointer;     user-select: none; }  img {     max-width: 100%;     height: auto; }  p img {     margin: 10px 0; }  .m-top {     margin-top: 160px; }  @media (max-width: 980px) {     .container {         max-width: 810px;     } }  @media (max-width: 810px) {     .site-footer {         padding: 32px 15px 48px;     }      .footer__info {         flex-direction: column;     }      .game {         flex-direction: column;     }      .sidebar:first-child {         flex-direction: row;         height: 75px;         width: 100%;     }      .info {         width: 100%;         display: flex;         justify-content: space-between;         align-items: center;     }      .sidebar:nth-child(2) {         flex-direction: row;         width: auto;     }      .info>a {         margin: 0 0 0 16px;     }      .social {         display: none;     }      .iframe-block {         width: 95%;     } }  @media (max-width: 640px) {     .iframe-block {         height: 75vh;     }      .container {         position: relative;         z-index: 999;     }      .footer__navigation__row .footer__navigation__list {         flex-wrap: wrap;     }      .secondary,     .primary {         margin: 0 5px 16px;     } }