html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, img, small, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li, aside, figure, figcaption, footer, header, menu, main, nav, section, time {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;border: none;outline: none;}aside, figcaption, figure, footer, header, main, menu, nav, section {display: block;}*, *::before, *::after {box-sizing: border-box;}* {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;}ol, ul, nav, menu {list-style: none;}img, video, canvas {max-width: 100%;height: auto;}img {vertical-align: bottom;}a, button {cursor: pointer;margin: 0;padding: 0;}a:hover, button:hover {cursor: pointer;}a {text-decoration: none;color: inherit;}button {border: none;background: transparent;}a:focus-visible, button:focus-visible {outline: 2px solid currentColor;outline-offset: 2px;}table {border-collapse: collapse;border-spacing: 0;width: 100%;}th, td {vertical-align: middle;}iframe {width: 100%;}:root {--font-family: "Rubik", sans-serif;--color-bg: #fff;--color-bg-body: #fff;--color-text: #1B1C1D;--color-heading: #3d3d6a;--color-heading-alt: #165c7d;--color-muted: #888C90;--color-ui: #363238;--color-card-bg: #FFFFFF;--color-card-border: #E5DEEA;--color-card-shadow: rgba(239, 221, 252, 0.5);--color-overlay: rgba(247, 245, 255, 0.95);--color-footer: #BFB7C9;--color-input-bg: #F3F0F8;--color-placeholder: #9E96AD;--color-scrollbar: #DCDFE9;--color-bg-gradient: linear-gradient(to bottom, white, white);--bg-top: url("../images/bg_top.svg");--bg-bottom: url("../images/bg_bottom.svg");--bg-bottom-full: url("../images/bg_bottom_full.svg");--bg-top-mob: url("../images/bg_top_mob.svg");}@media (prefers-color-scheme: dark) {html:not([data-theme]) {--color-bg: #1a1a1e;--color-bg-body: #121214;--color-text: #e4e4e7;--color-heading: #a5b4fc;--color-heading-alt: #7dd3fc;--color-muted: #a1a1aa;--color-ui: #d4d4d8;--color-card-bg: #27272a;--color-card-border: #3f3f46;--color-card-shadow: rgba(0, 0, 0, 0.3);--color-overlay: rgba(24, 24, 27, 0.98);--color-footer: #71717a;--color-input-bg: #3f3f46;--color-placeholder: #a1a1aa;--color-scrollbar: #3f3f46;--color-bg-gradient: linear-gradient(to bottom, #121214, #1a1a1e);--bg-top: none;--bg-bottom: none;--bg-bottom-full: none;--bg-top-mob: none;}}[data-theme="dark"] {--color-bg: #1a1a1e;--color-bg-body: #121214;--color-text: #e4e4e7;--color-heading: #a5b4fc;--color-heading-alt: #7dd3fc;--color-muted: #a1a1aa;--color-ui: #d4d4d8;--color-card-bg: #27272a;--color-card-border: #3f3f46;--color-card-shadow: rgba(0, 0, 0, 0.3);--color-overlay: rgba(24, 24, 27, 0.98);--color-footer: #71717a;--color-input-bg: #3f3f46;--color-placeholder: #a1a1aa;--color-scrollbar: #3f3f46;--color-bg-gradient: linear-gradient(to bottom, #121214, #1a1a1e);--bg-top: none;--bg-bottom: none;--bg-bottom-full: none;--bg-top-mob: none;}body, html {width: 100%;min-height: 100%;height: auto;}body {-webkit-text-size-adjust: none;font-family: var(--font-family);text-transform: uppercase;color: var(--color-text);background: var(--bg-top) no-repeat top center, var(--bg-bottom) no-repeat bottom center, var(--color-bg-gradient);line-height: 1.5;}@media screen and (min-width: 1367px) {body {background: var(--bg-top) no-repeat top center, var(--bg-bottom-full) no-repeat bottom center, var(--color-bg-gradient);}}@media screen and (max-width: 375px) {body {background: var(--bg-top-mob) no-repeat top center, var(--color-bg-gradient);}}h1, h2, h3, h4 {font-weight: 600;}h1 {font-size: 56px;line-height: 66px;color: var(--color-heading);margin-bottom: 30px;}@media screen and (max-width: 768px) {h1 {font-size: 26px;line-height: 31px;margin-bottom: 15px;}}h2 {font-size: 40px;line-height: 47px;color: var(--color-heading);margin-bottom: 25px;margin-top: 64px;}@media screen and (max-width: 768px) {h2 {font-size: 24px;line-height: 28px;margin-bottom: 20px;margin-top: 40px;}}h3 {font-size: 30px;line-height: 36px;color: var(--color-heading-alt);margin-bottom: 15px;margin-top: 40px;}@media screen and (max-width: 768px) {h3 {font-size: 22px;line-height: 27px;margin-bottom: 20px;margin-top: 20px;}}ol:not([class]), ul:not([class]) {margin-bottom: 12px;}ol:not([class]) li, ul:not([class]) li {display: table;position: relative;}table ol:not([class]) li, table ul:not([class]) li, .table ol:not([class]) li, .table ul:not([class]) li {display: block;}ol:not([class]) {counter-reset: number;margin-left: 20px;}ol:not([class]) li::before {counter-increment: number;content: counter(number) "." " ";font-size: 18px;line-height: 28px;vertical-align: middle;}ul:not([class]) li {padding-left: 30px;}ul:not([class]) li::before {position: absolute;content: "";width: 19px;height: 14px;background: center center / cover no-repeat;background-image: url("../images/sprite.svg#check");top: 9px;left: 0px;}ol ol, ul ul {margin-left: 20px;}p, p a, ol:not([class]) li, ul:not([class]) li, time:not([class]) {text-transform: none;}a, p, ol:not([class]) li, ul:not([class]) li {font-size: 18px;line-height: 28px;}p {margin-bottom: 20px;}a {text-decoration: underline;}a:hover {color: var(--color-heading);}b, strong {font-weight: 600;}i, em {font-style: italic;}img {display: block;margin: 0 auto;margin-bottom: 20px;}* {transition: all .3s;}.btn {position: relative;z-index: 1;display: block;border-radius: 10px;cursor: pointer;text-align: center;font-size: 20px;font-weight: 600;color: var(--color-card-bg);text-decoration: none;width: 206px;height: 62px;line-height: 62px;background-color: var(--color-heading-alt);border-bottom: 4px solid var(--color-heading-alt);margin: 0 auto;transition: all 0.2s ease;}.btn:hover {background-color: var(--color-heading);border-bottom: none;margin-top: 4px;color: var(--color-card-bg);}.btn:focus-visible {outline: 2px solid var(--color-heading-alt);outline-offset: 2px;}.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}.grid {display: grid;justify-content: space-between;}table {border-radius: 10px;background-color: var(--color-card-bg);box-shadow: 0 2px 40px 0 var(--color-card-shadow);overflow: hidden;margin-bottom: 32px;}table th, table td {text-transform: none;vertical-align: middle;padding: 20px 30px;}table tr:last-child td {border-bottom: none;}table td {font-size: 18px;line-height: 28px;border-bottom: 1px solid var(--color-card-border);border-right: 1px solid var(--color-card-border);}table td:last-child {border-left: none;}table p, table a {font-size: 18px;line-height: 28px;}@media screen and (max-width: 768px) {table {min-width: 100%;margin-bottom: 0;}table td {min-width: 200px;font-size: 16px;line-height: 26px;}table p, table a {font-size: 16px;line-height: 26px;}}.table {display: table;width: 100%;}.table .tr {display: table-row;}.table .td {display: table-cell;text-align: center;vertical-align: middle;}button {font-family: var(--font-family);}.container {max-width: 1190px;padding: 0 15px;margin: 0 auto;}@media screen and (max-width: 768px) {.container {padding: 0 10px;}}@media screen and (max-width: 768px) {.wrapper {overflow: hidden;}}.header {position: relative;z-index: 102;padding: 40px 0;padding-top: 20px;}.header .container {align-items: center;}.logo img {margin-bottom: 0;}.theme-toggle {position: relative;margin-left: auto;width: 44px;height: 44px;border-radius: 10px;display: flex;align-items: center;justify-content: center;color: var(--color-ui);transition: color .2s, background-color .2s;}.theme-toggle:hover {color: var(--color-heading-alt);background-color: var(--color-input-bg);}.theme-toggle:focus-visible {outline: 2px solid var(--color-heading-alt);outline-offset: 2px;}.theme-toggle .theme-toggle__icon {position: absolute;display: block;}.theme-toggle .theme-toggle__icon--moon {display: none;}[data-theme="dark"] .theme-toggle .theme-toggle__icon--sun {display: none;}[data-theme="dark"] .theme-toggle .theme-toggle__icon--moon {display: block;}@media (prefers-color-scheme: dark) {html:not([data-theme]) .theme-toggle .theme-toggle__icon--sun {display: none;}html:not([data-theme]) .theme-toggle .theme-toggle__icon--moon {display: block;}}@media screen and (max-width: 850px) {.header {padding: 18px 0 31px;}}.footer {padding: 40px 0;}@media screen and (max-width: 768px) {.footer {padding: 35px 0;}}.footer__logo .logo {margin-right: 20px;margin-bottom: 10px;}.copy {color: var(--color-footer);font-size: 12px;font-weight: 600;line-height: 14px;}@media screen and (max-width: 700px) {.copy {margin: 0;}.footer_left {margin: 0 auto;}}time {display: block;font-size: 14px;line-height: 21px;color: var(--color-muted);margin-bottom: 10px;}.table__offers {border-spacing: 0 15px;border-collapse: separate;margin-bottom: 25px;}.table__offers .tr {border-radius: 10px;box-shadow: 0 2px 40px 0 var(--color-card-shadow);}.table__offers .tr .td:first-child {border-radius: 10px 0 0 10px;}.table__offers .tr .td:last-child {border-radius: 0 10px 10px 0;}.table__offers .td {background: var(--color-card-bg);padding: 10px;}.table__offers .title {color: var(--color-heading-alt);font-size: 14px;font-weight: 600;line-height: 17px;margin-bottom: 10px;}.table__offers .bonus {color: var(--color-ui);font-size: 26px;font-weight: 600;line-height: 31px;}.table__offers .ocena {color: var(--color-heading);font-size: 26px;font-weight: 600;line-height: 31px;}.table__offers .td__logo {padding-left: 30px;}.table__offers .td__pay {padding-right: 30px;}.table__offers .offers__logo {position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 120px;width: 256px;border-radius: 10px;padding: 24px;}.table__offers .offers__logo img {margin-bottom: 0;height: 120px;border-radius: 10px;}.table__offers .offers__logo .number {position: absolute;top: 0;left: 0;height: 28px;line-height: 28px;color: var(--color-heading);font-size: 22px;font-weight: 600;border-radius: 0 0 10px 0;background-color: var(--color-card-bg);padding-right: 6px;}.table__offers .payment {grid-template-columns: repeat(3, 48px);grid-gap: 10px 15px;justify-content: center;}.table__offers .payment img {margin-bottom: 0;}@media screen and (max-width: 1080px) {.table__offers {display: block;margin-bottom: 30px;}.table__offers .tr {display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 20px;}.table__offers .td {display: block;padding: 10px 22px;}.table__offers .td__logo {padding-top: 25px;margin: 0 auto;}.table__offers .td__bonus {min-width: 100%;}.table__offers .td__play {padding-bottom: 25px;}}.main {width: calc(100% - 330px);}@media screen and (max-width: 992px) {.main {width: 100%;}}.content-image {margin: 1em 0;border-radius: 8px;overflow: hidden;}.content-video {margin: 1.5em 0;}.content-video__title {margin-bottom: 0.75em;font-weight: 600;color: var(--color-heading-alt);}.video-wrapper {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;border-radius: 8px;background: var(--color-card-bg);}.video-wrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;}.aside__casino{position: inherit;}.ac__container {counter-reset: number;overflow-anchor: none;margin-bottom: 30px;}.ac__container__block {position: relative;border-radius: 5px;background-color: var(--color-card-bg);box-shadow: 0 0 40px 0 var(--color-card-shadow);overflow: hidden;margin-bottom: 20px;}.ac__container__block .heading {position: relative;z-index: 20;display: block;width: 100%;text-align: left;color: var(--color-heading-alt);text-transform: uppercase;font-size: 20px;font-weight: 600;line-height: 24px;cursor: pointer;padding: 25px 53px 30px 25px;}.ac__container__block .heading:focus-visible {outline: 2px solid var(--color-heading-alt);outline-offset: -2px;}.ac__container__block .heading::before {counter-increment: number;content: counter(number) "." " ";}.ac__container__block .heading::after {position: absolute;content: "";transition: transform .3s linear;width: 19px;height: 13px;background: center center / cover no-repeat;background-image: url("../images/sprite.svg#faq");right: 38px;top: calc(50% - 6.5px);}@media screen and (max-width: 768px) {.ac__container__block .heading {font-size: 18px;line-height: 22px;padding: 25px 53px 25px 25px;}.ac__container__block .heading::after {right: 18px;}}.ac__container__item {position: relative;z-index: 10;overflow: hidden;max-height: 0;transition: max-height .3s linear;padding: 0 25px;}@media screen and (max-width: 768px) {.ac__container__item {padding: 0 25px;}}.ac__container .ac__container__item p {margin-bottom: 30px;}.ac__container__block_open .heading::after {transition: transform .3s linear;transform: rotate(-180deg);}.aside {position: relative;width: 300px;}@media screen and (max-width: 992px) {.aside {margin: 0 auto;margin-bottom: 20px;}}.aside__block {width: 300px;margin-bottom: 25px;}.aside__block .heading {color: var(--color-heading-alt);font-size: 14px;font-weight: 600;line-height: 17px;margin-bottom: 15px;}.menu__content {counter-reset: number;border-radius: 10px;background-color: var(--color-card-bg);box-shadow: 0 2px 40px 0 var(--color-card-shadow);list-style-position: outside;padding: 25px;padding-bottom: 30px;}.menu__content li {padding-left: 17px;text-indent: -17px;}.menu__content li::before {counter-increment: number;content: counter(number) "." " ";font-weight: 600;}.menu__content a {text-transform: none;text-decoration: none;}.menu__content a:hover {color: var(--color-heading);}.aside__casino {position: sticky;top: 20px;}.casino__top__item {display: flex;flex-direction: column;justify-content: center;align-items: center;width: 300px;height: 80px;border-radius: 10px;overflow: hidden;text-decoration: none;margin-bottom: 10px;}.casino__top__item:last-child {margin-bottom: 0;}.casino__top__item .img {padding: 90px;}.casino__top__item img {margin-bottom: 0;width: 100%;object-fit: contain;}.casino__top__item:hover {background: #f4f4f6;}.casino__top__item:hover .img {display: none;}.casino__top__item:hover .top__bonus {display: block;}.top__bonus {display: none;}.top__bonus .title {color: #ffffff;font-size: 14px;font-weight: 600;line-height: 17px;text-align: center;margin-bottom: 3px;}.top__bonus .bonus {color: #ffffff;font-weight: 600;font-size: 16px;text-align: center;}.table__offers .td .title {white-space: nowrap;}.table__offers .td div:not(.title) {font-size: 26px;font-weight: 600;line-height: 31px;}.table__offers .td div:not(.bonus):last-child {color: var(--color-heading);}@media screen and (max-width: 1080px) {.table__offers .tr {background: var(--color-card-bg);}.table__offers .td {width: auto;}}.bonus-table {width: 100%;border-collapse: collapse;margin: 20px 0;background: var(--color-card-bg);border-radius: 10px;overflow: auto;box-shadow: 0 2px 40px 0 var(--color-card-shadow);}.bonus-table th, .bonus-table td {padding: 15px 20px;text-align: left;border-bottom: 1px solid var(--color-card-border);}.bonus-table th {background: var(--color-heading);color: var(--color-card-bg);font-weight: 600;}.bonus-table tr:nth-child(even) {background: var(--color-card-bg);}.bonus-table tr:hover {background: var(--color-overlay);}@media screen and (max-width: 768px) {.bonus-table {display: block;}table td {width: 100%;}}.hero-section {margin-bottom: 40px;}.hero-section h1 {color: var(--color-heading);margin-bottom: 20px;}.hero-description {max-width: 800px;text-align: left;}.review-section {background: var(--color-card-bg);padding: 30px;border-radius: 10px;margin: 30px 0;border-left: 4px solid var(--color-heading);}.review-author .author-name {color: var(--color-heading);margin-bottom: 10px;}.rating {color: var(--color-heading-alt);font-weight: 600;margin-bottom: 5px;}.last-updated {color: var(--color-muted);font-size: 14px;margin-bottom: 15px;}.useful-links {margin: 30px 0;padding: 20px;background: var(--color-card-bg);border-radius: 10px;}.useful-links h3 {color: var(--color-heading);margin-bottom: 15px;}.useful-links ul {list-style: none;padding: 0;}.useful-links li {margin-bottom: 10px;}.useful-links a {color: var(--color-heading-alt);text-decoration: none;}.useful-links a:hover {text-decoration: underline;}.contact-info {margin: 30px 0;padding: 20px;background: var(--color-heading);color: var(--color-card-bg);border-radius: 10px;}.contact-info h3 {color: var(--color-card-bg);margin-bottom: 15px;margin-top: 0;}.payment-methods {display: flex;gap: 10px;margin-bottom: 15px;}.payment-methods img {border-radius: 5px;}.contact-info p {margin-bottom: 10px;color: #e0e0e0;}.author-block {margin: 30px 0;padding: 20px;background: var(--color-card-bg);border-radius: 8px;border: 1px solid var(--color-card-border);}.author-content {display: flex;align-items: center;gap: 20px;flex-wrap: wrap;}.author-image {flex-shrink: 0;}.author-image img {border-radius: 50%;border: 3px solid var(--color-heading);box-shadow: 0 4px 8px var(--color-card-shadow);}.author-image figcaption {text-align: center;margin-top: 8px;font-weight: 600;color: var(--color-heading);}.author-details {flex: 1;min-width: 200px;}.author-name {margin: 0 0 15px 0;color: var(--color-heading);font-size: 1.5em;font-weight: 600;}.rating-info, .update-info {margin-bottom: 8px;font-size: 1em;}.rating-label, .update-label {font-weight: 600;color: var(--color-text);margin-right: 8px;}.rating-value {color: var(--color-heading-alt);font-weight: 600;}.update-date {color: var(--color-muted);font-weight: 500;}@media (max-width: 768px) {.author-content {flex-direction: column;text-align: center;}.author-details {margin-top: 15px;}}