@charset "UTF-8";/**/

:root {
    --height: 0px;
    --offsets: 20px;
    --width-container: 1280px;
    --wrapper-margin: 60px;
    --bg: #2b2748;
    --star-color: #ffa959;
    --star-bg: var(--bg, #f4fff7);
    --primary: #100e26;
    --primary-simple: #5d8dfe;
    --on-primary: #ffffff;
    --primary-cont: #00a343;
    --on-primary-cont: #002116;
    --primary-fixed: #a6f2d2;
    --primary-fixed-dim: #8ad6b7;
    --on-primary-fixed: #002116;
    --on-primary-fixed-var: #00513c;
    --secondary: #4c6359;
    --on-secondary: #ffffff;
    --secondary-cont: linear-gradient(#5e8bff, #3f40fc);
    --on-secondary-cont: #ffffff;
    --secondary-fixed: #cee9db;
    --secondary-fixed-dim: #b3ccbf;
    --on-secondary-fixed: #082017;
    --on-secondary-fixed-var: #354c42;
    --tertiary: #2a2a2a;
    --tertiary-simple: #3f6375;
    --on-tertiary: #ffffff;
    --tertiary-cont: #c2e8fd;
    --on-tertiary-cont: #001f2b;
    --tertiary-fixed: #c2e8fd;
    --tertiary-fixed-dim: #a7cce0;
    --on-tertiary-fixed: #001f2b;
    --on-tertiary-fixed-var: #264b5c;
    --error: #ba1a1a;
    --on-error: #fff;
    --error-cont: #ffdad6;
    --on-error-cont: #410002;
    --surface: #ecedf3;
    --surface-dim: #d5dbd6;
    --surface-bright: #f5fbf6;
    --surf-cont: #e9efea;
    --surf-cont-lowest: #ffffff;
    --surf-cont-low: #ecedf3;
    --surf-cont-high: #e4eae4;
    --surf-cont-highest: #dee4df;
    --on-surface: #FFF;
    --on-surface-var: #404944;
    --outline: #707974;
    --outline-var: #bfc9c2;
    --inverse-surface: #2c322f;
    --inverse-on-surface: #ecf2ed;
    --inverse-primary: #8ad6b7;
    --scrim: #000000;
    --shadow: #000000;
    --primary-opacity-8: rgba(103, 80, 164, 0.0784313725);
    --primary-opacity-12: rgba(103, 80, 164, 0.1215686275);
    --on-primary-opacity-8: rgba(255, 255, 255, 0.0784313725);
    --on-primary-opacity-12: rgba(255, 255, 255, 0.1215686275);
    --on-surface-opacity-8: #6087ff;
    --on-surface-opacity-12: rgba(29, 27, 32, 0.1215686275);
    --on-secondary-opacity-8: rgba(29, 25, 43, 0.0784313725);
    --on-secondary-opacity-12: rgba(29, 25, 43, 0.1215686275);
    --on-surface-var-opacity-8: rgba(73, 69, 79, 0.0784313725);
    --on-surface-var-opacity-12: rgba(73, 69, 79, 0.1215686275);
    --on-primary-container-opacity-8: rgba(33, 0, 93, 0.0784313725);
    --on-primary-container-opacity-12: rgba(33, 0, 93, 0.1215686275);
    --primary-dark: #8ad6b7;
    --on-primary-dark: #003828;
    --outline-dark: #89938d;
    --outline-var-dark: #404944;
    --primary-opacity-8-dark: rgba(208, 188, 255, 0.0784313725);
    --primary-opacity-12-dark: rgba(208, 188, 255, 0.1215686275);
    --on-primary-opacity-8-dark: rgba(56, 30, 114, 0.0784313725);
    --on-primary-opacity-12-dark: rgba(56, 30, 114, 0.1215686275);
    --on-surface-var-opacity-8-dark: rgba(202, 196, 208, 0.0784313725);
    --on-surface-var-opacity-12-dark: rgba(202, 196, 208, 0.1215686275);
    --on-surface-dark: #e6e0e9;
    --on-surface-var-dark: #bfc9c2;
    --header-bg: #000;
}

@font-face {
    font-family: DaysOne;
    font-display: swap;
    src: url(../fonts/DaysOne-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:active, :focus {
    outline: 0
}

a:active, a:focus {
    outline: 0
}

aside, footer, header, nav {
    display: block
}

body, html {
    min-height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.page-404 > .main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

button, input, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    text-decoration: none;
    color: inherit
}

.wp-block-list a:not([class]),
.content-img__content a:not([class]),
.section-faq__item a:not([class]),
.wp-block-table a:not([class]),
.section-hero__content a:not([class]),
ul:not([class]) a:not([class]),
ol:not([class]) a:not([class]),
p:not([class]) a:not([class]),
.table-block__table a:not([class]){
    color: var(--primary-cont);
    text-decoration: underline;
}

a:hover {
    text-decoration: none!important;
}

ol li, ul li {
    list-style: none
}

img {
    display: block;
    vertical-align: top;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

p {
    margin-top: 1rem
}

.wrapper {
    margin-top: calc(var(--wrapper-margin) * 2)
}

.wrapper:first-child {
    margin: 0
}

.wrapper.reset {
    margin-block: 0
}

.wrapper > :not(.container) {
    max-width: var(--width-container);
    margin-inline: auto
}

.wrapper > :not(.wp-block-title):not(:first-child) {
    margin-top: 32px;
}

.footer.wrapper > :not(.wp-block-title):not(:first-child) {
    margin-top: 0;
}

.wrapper > img:not(:first-child) {
    margin-top: 20px;
}

.container {
    margin: 0 auto;
    padding: 0 var(--offsets, 20px);
    max-width: calc(var(--width-container) + var(--offsets, 20px) * 2)
}

.container > :first-child {
    margin-top: 0
}

.container > .btn {
    margin-top: 32px;
    margin-inline: auto
}

.container .container {
    padding-inline: 0
}

.no-scroll {
    overflow: hidden
}

@supports not selector(::-webkit-scrollbar) {
    html {
        scrollbar-width: 10px;
        scrollbar-color: var(--primary-simple) transparent
    }
}

html::-webkit-scrollbar {
    width: 10px
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--primary)
}

html::-webkit-scrollbar-track {
    background: 0 0;
    -webkit-box-shadow: inset 0 0 4px 0 #6d6d6d;
    box-shadow: inset 0 0 4px 0 #6d6d6d
}

body {
    background: var(--bg, #f4fff7);
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface);
    font-family: Montserrat
}

.hidden-svg {
    display: none
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 16px
}

h1 {
    font-size: 57px;
    line-height: 120%;
    font-weight: 600
}

h2 {
    font-size: 32px;
    line-height: 136%;
    font-weight: 600;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px
}

h2 svg {
    max-width: 44px;
    max-height: 44px
}

h2 svg path {
    fill: var(--primary-simple)
}

h3 {
    font-size: 25px;
    line-height: 136%;
    font-weight: 500;
    margin-top: 20px
}

h4, h5, h6 {
    font-size: 18px;
    line-height: 136%;
    font-weight: 500
}

p {
    margin-top: 0
}

p:not([class]) {
    margin-top: 16px
}

p:not([class]) a:not([class]):active, p:not([class]) a:not([class]):focus,
.table-block__table a:active, .table-block__table a:not([class]):focus
{
    opacity: .6
}

p:not([class]) + img, p:not([class]) + picture {
    display: block;
    margin-top: 20px
}

picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

ol:not([class]),
ol.wp-block-list {
    margin-top: 20px;
    counter-reset: custom-counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px
}

ol:not([class]) li,
ol.wp-block-list li{
    position: relative;
    counter-increment: custom-counter;
    padding-left: 40px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-surface)
}

ol:not([class]) li p,
ol.wp-block-list li p{
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    margin-top: 8px;
    color: var(--on-surface)
}

ol:not([class]) li::before,
ol.wp-block-list li::before {
    content: counter(custom-counter);
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0 2px 2px;
    border-radius: 50%;
    border: 1px solid var(--primary-simple);
    font-family: Montserrat;
    text-align: center;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    color: var(--primary-simple)
}

ol:not([class]) > li:not(:last-child)::after,
ol.wp-block-list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 16px;
    width: 1px;
    height: calc(100% - 8px);
    background: var(--primary-simple)
}

ul:not([class]),
ul.wp-block-list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px
}

ul:not([class]) li,
ul.wp-block-list li {
    position: relative;
    padding-left: 26px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-surface)
}

ul:not([class]) li p,
ul.wp-block-list li p {
    margin-top: 0
}

ul:not([class]) li p:not(:first-child),
ul.wp-block-list li p:not(:first-child) {
    margin-top: 8px
}

ul:not([class]) li::before,
ul.wp-block-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    margin: 6px;
    border-radius: 1.2px;
    background: var(--primary-cont)
}

table:not([class]) {
    width: 100%;
    table-layout: auto;
    border-spacing: 0;
    overflow: hidden
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    padding-block: 8px;
    height: 60px;
    background: var(--header-bg);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843)
}

.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 48px
}

.header__logo img {
    max-width: 150px;
    max-height: 44px;
    -o-object-fit: contain;
    object-fit: contain
}

.header .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px
}

.header .header-menu .current {
    color: var(--primary-cont) !important;
}

.header .header-menu .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@supports not selector(::-webkit-scrollbar) {
    .header .header-menu .submenu {
        scrollbar-width: thin;
        scrollbar-color: #707974 transparent
    }
}

.header .header-menu .submenu::-webkit-scrollbar {
    width: 12px
}

.header .header-menu .submenu::-webkit-scrollbar-thumb {
    background: #707974;
    border-radius: 9px;
    border: 4px solid #e9efea
}

.header .header-menu .submenu::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.header .header-menu .item {
    position: relative;
    display: flex;
    flex-direction: row;
    font-size: 16px;
}

.header .header-menu .item.parent {
    cursor: pointer
}

.header__burger {
    position: relative;
    width: 48px;
    height: 48px;
    padding: 18px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.header__burger::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}

.header__burger:active::after, .header__burger:focus::after {
    background: var(--on-surface-var-opacity-12-dark)
}

.header__burger.active .header__burger-wrap:before {
    top: 5px;
    transform: rotate(45deg);
}

.header__burger.active .header__burger-wrap span {
    opacity: 0
}

.header__burger.active .header__burger-wrap::after {
    bottom: 5px;
    transform: rotate(-45deg);
}

.header__burger-wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.header__burger-wrap span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.header__burger-wrap span, .header__burger-wrap::after, .header__burger-wrap::before {
    width: 100%;
    height: 2px;
    background: var(--on-primary)
}

.header__burger-wrap::after, .header__burger-wrap::before {
    content: "";
    position: absolute
}

.header__burger-wrap::before {
    top: 0;
}

.header__burger-wrap::after {
    bottom: 0;
}

.footer {
    background: var(--primary);
    padding-block: 120px 80px;
    margin-block: calc(var(--wrapper-margin) * 2) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 32px
}

.footer > * {
    width: 100%
}

.footer__logo {
    position: relative;
    will-change: opacity;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-inline: auto
}

.footer__logo img {
    max-width: 165px;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__nav-list {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 16px
}

.footer__nav-list a {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface-var-dark);
}

.footer__nav-list a:focus {
    color: var(--primary-dark)
}

.footer__logos {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-block: 20px
}

.footer__logos::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 100vw;
    height: 100%;
    background: #1d1a37
}

.footer__logos li {
    z-index: 1
}

.footer__logos img {
    max-height: 48px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__rights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    overflow: hidden
}

.footer__rights span {
    letter-spacing: .05px;
    font-size: 14px;
    line-height: 136%;
    font-weight: 400;
    color: var(--on-surface-var);
    text-align: center
}

.footer__info {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-primary);
    text-align: center
}

.footer__info > p:first-child {
    letter-spacing: .05px;
    font-size: 14px;
    line-height: 136%;
    font-weight: 400
}

.footer__info > p:first-child + p {
    margin-top: 20px
}

.footer__info p {
    margin-top: 16px
}

.footer__info p:first-child {
    margin-top: 0
}

.footer__links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    row-gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 32px;
    border-top: 1px solid #FFFFFF30
}

.footer__links a {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface-var-dark);
}

.footer__links a:active, .footer__links a:focus {
    color: var(--primary-dark)
}

.section-hero {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    padding-block: 60px
}

.section-hero::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background: var(--primary)
}

.section-hero > * {
    width: 100%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.section-hero > :first-child:last-child {
    max-width: 100%
}

.section-hero__content {
    color: var(--surface)
}

.section-hero__content h1 {
    margin-bottom: 24px
}

.section-hero h1 {
    margin-bottom: 0
}

.section-hero p {
    margin-top: 24px
}

.section-faq__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px
}

.section-faq__list section {
    border-radius: 16px;
    overflow: hidden
}

.section-faq__item[open] summary {
    border-radius: 16px 16px 0 0
}

.section-faq__item[open] summary svg {
    -webkit-transform: translate(0, -50%) rotate(-180deg);
    -ms-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg)
}

.section-faq summary {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    min-height: 64px;
    padding: 8px 16px;
    padding-right: 64px;
    border-radius: 16px;
    background: var(--primary);
    color: var(--surface);
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    backface-visibility: hidden;
    list-style: none
}

.section-faq summary:active::after {
    background: var(--on-surface-var-opacity-12-dark)
}

.section-faq summary::marker {
    content: ""
}

.section-faq summary::-webkit-details-marker {
    display: none
}

.section-faq summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    pointer-events: none;
    will-change: background
}

.section-faq summary svg {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
}

.section-faq summary svg path {
    fill: var(--on-surface-var-dark)
}

.section-faq summary + p {
    margin-top: 0
}

.section-faq p {
    padding: 16px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface);
    background-color: var(--primary);
}

.pr-section-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 32px;
    -webkit-box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    border-radius: 16px;
    overflow: hidden;
    padding: 32px;
    margin-top: 32px;
    background: var(--primary)
}

.pr-section-hero__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% + 64px);
    margin-left: -32px;
    padding: 16px 32px;
    background: var(--primary-cont)
}

.pr-section-hero__demo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px
}

.pr-section-hero__demo-img {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden
}

.pr-section-hero__demo-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11, 20, 33, .8);
    z-index: 1
}

.pr-section-hero__demo-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pr-section-hero__demo-img .btn {
    z-index: 2
}

.pr-section-hero__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    padding: 24px;
    width: 100%;
    max-width: 320px;
    -webkit-box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    border-radius: 16px;
    background: var(--header-bg)
}

.pr-section-hero__review img {
    width: 100%
}

.pr-section-hero__review-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px
}

.pr-section-hero__review-info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface);
    padding-top: 16px;
    border-top: 1px solid #FFFFFF30;
    text-align: right
}

.pr-section-hero__review-info li span {
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    color: var(--tertiary-simple);
    text-align: left
}

.pr-section-hero__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 25px;
    line-height: 136%;
    font-weight: 500;
    position: relative;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.pr-section-hero__rate::after, .pr-section-hero__rate::before {
    font-size: 32px;
    line-height: 30px;
    height: 32px;
    letter-spacing: 0
}

.pr-section-hero__rate::before {
    content: "★★★★★";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-color)), to(var(--star-bg)));
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.pr-section-hero__rate::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color)
}

.pr-section-hero__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.pr-section-hero__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--on-surface);
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px
}

.pr-section-hero__author-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    white-space: nowrap
}

.pr-section-hero__author-name p {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    white-space: normal
}

.pr-section-hero__author-name span {
    color: var(--primary-cont)
}

.pr-section-hero__author-img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--primary-simple)
}

.pr-section-hero__author-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pr-section-hero__soc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px
}

.pr-section-hero__soc-list li {
    width: 24px;
    height: 24px
}

.pr-section-hero__soc-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 50%;
}

.pr-section-hero__soc-list li a:active, .pr-section-hero__soc-list li a:focus {
    background: var(--primary-opacity-12)
}

.pr-section-hero__soc-list li svg {
    max-width: 24px;
    max-height: 24px
}

.pr-section-hero__soc-list li svg path {
    fill: var(--primary-simple)
}

.pr-section-hero__date {
    padding-left: 8px;
    border-left: 1px solid #FFFFFF30;
    margin-top: 0
}

.pr-section-hero__descr {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface);
    margin-top: 20px
}

.pr-section-hero__descr p:first-child {
    margin-top: 0
}

.btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 24px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    border-radius: 100px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    line-height: 24px;
    color: var(--on-primary);
    cursor: pointer;
    overflow: hidden
}

.btn svg {
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px
}

.btn svg path {
    fill: currentColor
}

.btn:has(svg) {
    padding: 8px 16px
}

.btn::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.btn_copy {
    padding: 10px;
    border-radius: 3px;
    border: 1px dashed currentColor;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--primary-simple);
    letter-spacing: .1px;
    text-transform: uppercase;
    cursor: pointer;

    will-change: background
}

.btn_copy:active, .btn_copy:focus {
    background: var(--primary-opacity-12)
}

.btn_copy svg {
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px
}

.btn_copy svg path {
    fill: currentColor
}

.btn_primary {
    background: var(--primary);
    color: var(--on-primary)
}

.btn_primary:active::after, .btn_primary:focus::after {
    background: var(--on-primary-opacity-12)
}

.btn_primary.disabled, .btn_primary[disabled] {
    background: 0 0;
    color: var(--on-surface)
}

.btn_primary.disabled::after, .btn_primary[disabled]::after {
    background: var(--on-surfce-opacity-12)
}

.btn_primary-dark {
    background: var(--primary-dark);
    color: var(--on-primary-dark)
}

.btn_primary-dark:active::after, .btn_primary-dark:focus::after {
    background: var(--on-primary-opacity-12-dark)
}

.btn_primary-dark.disabled, .btn_primary-dark[disabled] {
    background: 0 0;
    color: var(--on-surface)
}

.btn_primary-dark.disabled::after, .btn_primary-dark[disabled]::after {
    background: var(--on-surfce-opacity-12-dark)
}

.btn_outline {
    padding: 7px 23px;
    background: 0 0;
    color: var(--primary);
    border: 1px solid var(--outline)
}

.btn_outline::after {
    position: absolute;
    inset: 1px
}

.btn_outline:focus {
    border-color: var(--primary)
}

.btn_outline:focus::after {
    background: var(--primary-opacity-12)
}

.btn_outline:active::after {
    background: var(--primary-opacity-12)
}

.btn_outline.disabled, .btn_outline[disabled] {
    border-color: var(--on-surfce-opacity-12);
    color: var(--on-surface)
}

.btn_outline-dark {
    padding: 7px 23px;
    background: 0 0;
    color: var(--primary-cont);
    border: 1px solid var(--primary-cont)
}

.btn_outline-dark::after {
    position: absolute;
    inset: 1px
}

.btn_outline-dark:focus {
    border-color: var(--primary-dark)
}

.btn_outline-dark:focus::after {
    background: var(--primary-opacity-12-dark)
}

.btn_outline-dark:active::after {
    background: var(--primary-opacity-12-dark)
}

.btn_outline-dark.disabled, .btn_outline-dark[disabled] {
    border-color: var(--on-surfce-opacity-12-dark);
    color: var(--on-surface-dark)
}

.btn_text {
    padding: 8px 12px;
    background: 0 0;
    color: var(--primary)
}

.btn_text:active::after, .btn_text:focus::after {
    background: var(--primary-opacity-12)
}

.btn_text.disabled, .btn_text[disabled] {
    color: var(--on-surface)
}

.btn_text-dark {
    padding: 8px 12px;
    background: 0 0;
    color: var(--primary-dark)
}

.btn_text-dark:active::after, .btn_text-dark:focus::after {
    background: var(--primary-opacity-12-dark)
}

.btn_text-dark.disabled, .btn_text-dark[disabled] {
    color: var(--on-surface-dark)
}

.btn_elevated {
    background: var(--surf-cont-low);
    color: var(--primary-simple);
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078)
}

.btn_elevated:active, .btn_elevated:focus {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078)
}

.btn_elevated:active::after, .btn_elevated:focus::after {
    background: var(--primary-opacity-12)
}

.btn_elevated.disabled, .btn_elevated[disabled] {
    color: var(--on-surface)
}

.btn_elevated.disabled::after, .btn_elevated[disabled]::after {
    background: var(--on-surfce-opacity-12)
}

.btn_tonal {
    background: var(--secondary-cont);
    color: var(--on-secondary-cont)
}

.btn_tonal:active::after, .btn_tonal:focus::after {
    background: var(--on-secondary-opacity-12)
}

.btn_tonal.disabled, .btn_tonal[disabled] {
    color: var(--on-surface)
}

.btn_tonal.disabled::after, .btn_tonal[disabled]::after {
    background: var(--on-surfce-opacity-12)
}

.content {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.content.active {
    -webkit-box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078)
}

.content.active .content__header {
    border-radius: 16px 16px 0 0
}

.content.active .content__header svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.content.active .content__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--primary);
}

.content:active .content__header::after, .content:focus .content__header::after {
    background: var(--on-surface-var-opacity-12-dark)
}

.content__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 32px;
    cursor: pointer;
    border-radius: 16px;
    background: var(--primary);
}

.content__header svg {
    position: relative;
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
}

.content__header svg path {
    fill: var(--on-surface-var-dark)
}

.content__header::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    pointer-events: none;
}

.content__header:active::after, .content__header:focus::after {
    background: var(--on-surface-var-opacity-12)
}

.content__header-text {
    margin: 0;
    font-size: 32px;
    line-height: 136%;
    font-weight: 600;
    color: var(--surface)
}

.content__nav {
    display: none;
    padding: 16px 32px
}

.content__list {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 8px
}

.content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content__item a {
    padding: 8px 12px;
    color: var(--primary-simple);
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;

    will-change: background;
    border-radius: 100px
}

.content__item a:active, .content__item a:focus {
    background: var(--primary-opacity-12)
}

.casinos-list__table {
    width: 100%;
    border-collapse: collapse
}

.casinos-list__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.casinos-list__list {
    counter-reset: casinos-list;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px
}

.casinos-list.hidden tr:nth-of-type(n+9) {
    display: none
}

.casinos-list > .btn {
    margin-inline: auto;
    margin-top: 32px
}

.casinos-list tr:nth-child(1) .casinos-list__item::before, .casinos-list tr:nth-child(2) .casinos-list__item::before, .casinos-list tr:nth-child(3) .casinos-list__item::before {
    content: "";
    width: 56px;
    height: 39px;
    background: 0 0
}

.casinos-list tr:nth-child(1) .casinos-list__item::before {
    background: url(../img/svg/top-icon-1.svg)
}

.casinos-list tr:nth-child(2) .casinos-list__item::before {
    background: url(../img/svg/top-icon-2.svg)
}

.casinos-list tr:nth-child(3) .casinos-list__item::before {
    background: url(../img/svg/top-icon-3.svg)
}

.casinos-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    counter-increment: casinos-list;
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #FFFFFF30
}

.casinos-list__item-wrap {
    width: 100%;
    padding: 20px 32px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 33px;
    background: var(--primary);
}

.casinos-list__item-wrap > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.casinos-list__item-wrap > :not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 16px);
    width: 1px;
    height: 100%;
    background: var(--outline-var)
}

.casinos-list__item > img {
    max-width: 210px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 20px;
    background-color: var(--header-bg);
}

.casinos-list__item::before {
    content: counter(casinos-list);
    position: absolute;
    top: 16px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 31px;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 136%;
    font-weight: 800;
    text-align: center;
    background: var(--primary-cont);
    color: var(--on-primary);
    border: 1px solid var(--outline-var-light);
    border-radius: 0 1px 1px 0
}

.casinos-list__bonus {
    font-size: 25px;
    line-height: 136%;
    font-weight: 500;
    color: var(--primary-simple);
    text-align: center
}

.casinos-list__rate-safe {
    text-align: center
}

.casinos-list__rate {
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-surface);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.casinos-list__rate::after, .casinos-list__rate::before {
    font-size: 24px;
    line-height: 22px;
    height: 24px;
    letter-spacing: 0
}

.casinos-list__rate::before {
    content: "★★★★★";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-color)), to(var(--star-bg)));
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.casinos-list__rate::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color)
}

.casinos-list__safe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 4px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface)
}

.casinos-list__safe svg {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    margin-right: 4px
}

.casinos-list__payment {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface);
    text-align: center
}

.casinos-list__payment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.casinos-list__payment a.casinos-list__payment-item:active, .casinos-list__payment a.casinos-list__payment-item:focus {
    opacity: .6
}

.casinos-list__payment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 32px;
    padding: 2px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
    background: #1d1a37
}

.casinos-list__payment-item img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.casinos-list__btns .btn {
    width: 100%;
    max-width: 164px;
    padding: 8px
}

.benefits {
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    padding: 32px;
    background: var(--primary)
}

.benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.benefits__list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    font-size: 25px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-surface);
    padding-left: 60px
}

.benefits__list li:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #FFFFFF30
}

.benefits__list li::after, .benefits__list li::before {
    content: "";
    position: absolute
}

.benefits__list li::before {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: var(--primary-cont);
    border-radius: 50%
}

.benefits__list li::after {
    top: 14px;
    left: 11px;
    width: 18px;
    height: 8px;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    rotate: -45deg
}

.benefits__list li p {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: #FFF;
    margin-top: 0;
    /*max-width: 857px*/
}

.content-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px
}

.content-img > img {
    width: 100%
}

.content-img__content img {
    float: right;
    margin: 0 0 20px 20px
}

.content-img__content > :not(:first-child) {
    margin-top: 16px;
}

.content-img > * {
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.content-img > :first-child:last-child {
    max-width: 100%
}

.games-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.games-list__table {
    width: 100%;
    border-collapse: collapse
}

.games-list__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.games-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px
}

.games-list__header h2 {
    margin-bottom: 0
}

.games-list__list {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.games-list__item {
    border-radius: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden
}

.games-list__item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.games-list__item:hover .games-list__info {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.games-list__info {
    position: relative;
    height: 100%;
    padding: 16px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    min-height: 260px;
    background: rgba(0, 0, 0, .6);
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    text-align: center;
    color: var(--surface);
    transform: translateX(-100%);
}

.games-list__info p {
    margin-top: 0
}

.games-list__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    margin-block: auto
}

.games-list__btns .btn {
    width: 100%
}

.games-list__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    color: var(--on-surface-dark);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.games-list__rate .btn {
    width: 107px;
    background: var(--primary-dark);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.games-list__rate-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
    position: relative;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.games-list__rate-wrap::after, .games-list__rate-wrap::before {
    font-size: 24px;
    line-height: 22px;
    height: 24px;
    letter-spacing: 0
}

.games-list__rate-wrap::before {
    content: "★★★★★";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-color)), to(var(--star-bg)));
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.games-list__rate-wrap::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color)
}

.table-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
}

.table-block:not(:first-child) {
    margin-top: 32px
}

.table-block p:first-of-type {
    margin-top: 20px
}

.table-block h2 {
    margin-bottom: 0
}

.table-block__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.table-block__header h2 {
    margin-bottom: 0
}

.table-block__header .btn {
    padding-block: 8px
}

.table-block .table-block__table {
    margin-top: 32px;
    width: 100%;
    table-layout: auto;
    border-spacing: 0 8px;
    overflow: hidden
}

.table-block__table img {
    min-width: 100px;
    max-height: 75px;
}

.table-block .table-block__table:first-child {
    margin-top: 0
}

.table-block .table-block__table td .mob-text, .table-block .table-block__table th .mob-text {
    margin: 0
}

.table-block .table-block__table td.center, .table-block .table-block__table th.center {
    text-align: center
}

.table-block .table-block__table td.center .cell, .table-block .table-block__table th.center .cell {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.table-block .table-block__table td.center .cell > *, .table-block .table-block__table th.center .cell > * {
    margin-inline: auto
}

.table-block .table-block__table td.name .cell, .table-block .table-block__table th.name .cell {
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px
}

.table-block .table-block__table td.name .cell img, .table-block .table-block__table th.name .cell img {
    max-width: 20px;
    max-height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.table-block .table-block__table:not([class*=table-block__table_]) {
    border-collapse: separate
}

.table-block .table-block__table:not([class*=table-block__table_]) tr td:first-child, .table-block .table-block__table:not([class*=table-block__table_]) tr th:first-child {
    border-radius: 8px 0 0 8px
}

.table-block .table-block__table:not([class*=table-block__table_]) tr td:last-child, .table-block .table-block__table:not([class*=table-block__table_]) tr th:last-child {
    border-radius: 0 8px 8px 0
}

.table-block .table-block__table:not([class*=table-block__table_]) thead tr {
    background: var(--primary-simple)
}

.table-block .table-block__table:not([class*=table-block__table_]) thead th {
    height: 84px;
    color: var(--primary);
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    text-align: left;
    padding: 30px 32px
}

.table-block .table-block__table:not([class*=table-block__table_]) thead th:first-child {
    padding-left: 32px
}

.table-block .table-block__table:not([class*=table-block__table_]) thead th:last-child {
    padding-right: 32px
}

.table-block .table-block__table:not([class*=table-block__table_]) thead th:not(:first-child) {
    padding-left: 16px
}

.table-block .table-block__table:not([class*=table-block__table_]) thead th:not(:last-child) {
    padding-right: 16px
}

.table-block .table-block__table:not([class*=table-block__table_]) thead th:first-child {
    border-top-left-radius: 16px
}

.table-block .table-block__table:not([class*=table-block__table_]) thead th:last-child {
    border-top-right-radius: 16px
}

.table-block .table-block__table:not([class*=table-block__table_]) tbody tr {
    background: var(--primary)
}

.table-block .table-block__table:not([class*=table-block__table_]) tbody td {
    height: 80px;
    padding: 16px 32px
}

.table-block .table-block__table:not([class*=table-block__table_]) tbody td:first-child {
    padding-left: 32px
}

.table-block .table-block__table:not([class*=table-block__table_]) tbody td:last-child {
    padding-right: 32px
}

.table-block .table-block__table:not([class*=table-block__table_]) tbody td:not(:first-child) {
    padding-left: 16px
}

.table-block .table-block__table:not([class*=table-block__table_]) tbody td:not(:last-child) {
    padding-right: 16px
}

.table-block .table-block__table:not([class*=table-block__table_]) tbody .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px
}

.table-block .table-block__table_list {
    counter-reset: table-block
}

.table-block .table-block__table_list tbody tr {
    counter-increment: table-block
}

.table-block .table-block__table_list tbody tr td:first-child {
    text-align: center
}

.table-block .table-block__table_cards {
    border-collapse: separate;
    border-spacing: 0 8px;
    color: var(--on-surface);
    text-align: left
}

.table-block .table-block__table_cards thead {
    color: var(--on-tertiary)
}

.table-block .table-block__table_cards thead tr td:first-child {
    border-top-left-radius: 16px
}

.table-block .table-block__table_cards thead tr td:last-child {
    border-top-right-radius: 16px
}

.table-block .table-block__table_cards tr td:first-child, .table-block .table-block__table_cards tr th:first-child {
    border-radius: 8px 0 0 8px
}

.table-block .table-block__table_cards tr td:last-child, .table-block .table-block__table_cards tr th:last-child {
    border-radius: 0 8px 8px 0
}

.table-block .table-block__table_cards tr:last-child td:first-child {
    border-bottom-left-radius: 16px
}

.table-block .table-block__table_cards tr:last-child td:last-child {
    border-bottom-right-radius: 16px
}

.table-block .table-block__table_cards tr th {
    height: 84px;
    background: var(--tertiary);
    font-size: 18px;
    line-height: 136%;
    font-weight: 500
}

.table-block .table-block__table_cards tr th:first-child {
    border-top-left-radius: 16px
}

.table-block .table-block__table_cards tr th:last-child {
    border-top-right-radius: 16px
}

.table-block .table-block__table_cards tr td, .table-block .table-block__table_cards tr th {
    padding: 16px 32px
}

.table-block .table-block__table_cards tr td:first-child, .table-block .table-block__table_cards tr th:first-child {
    padding-left: 32px
}

.table-block .table-block__table_cards tr td:last-child, .table-block .table-block__table_cards tr th:last-child {
    padding-right: 32px
}

.table-block .table-block__table_cards tr td:not(:first-child), .table-block .table-block__table_cards tr th:not(:first-child) {
    padding-left: 16px
}

.table-block .table-block__table_cards tr td:not(:last-child), .table-block .table-block__table_cards tr th:not(:last-child) {
    padding-right: 16px
}

.table-block .table-block__table_cards tr td {
    height: 80px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    background: var(--surf-cont-low)
}

.table-block .table-block__table_cards tr td .btn_copy {
    width: 100%
}

.table-block .table-block__table_cards .cell {
    width: 100%
}

.table-block .table-block__table_separated tr td {
    height: 80px
}

.table-block .table-block__table_separated tr td:first-child {
    padding-right: 8px;
    border-radius: 8px;
    background: var(--primary-simple);
    color: var(--on-tertiary);
    padding: 16px 32px
}

.table-block .table-block__table_separated tr td:not(:first-child) {
    background: var(--primary);
    color: var(--on-surface);
    padding-block: 16px
}

.table-block .table-block__table_separated tr td:nth-of-type(2) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 32px;
    padding-right: 16px
}

.table-block .table-block__table_separated tr td:nth-of-type(2):last-child {
    padding-inline: 32px
}

.table-block .table-block__table_separated tr td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-right: 32px;
    padding-left: 16px
}

.table-block .table-block__table_separated tr td:not(:nth-of-type(2)):not(:first-child):not(:last-child) {
    padding: 16px
}

.img-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px
}

.img-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px
}

.img-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px
}

.img-list__info p {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface);
    margin-top: 0
}

.img-list__info .img-list__title {
    margin-top: 0;
    font-size: 25px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-surface)
}

.img-list__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 40px;
    border-radius: 8px;
    background: var(--surf-cont);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843)
}

.img-list__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.author {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 1fr;
    grid-template-columns:200px 1fr;
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    grid-template-rows:-webkit-max-content 1fr;
    grid-template-rows:max-content 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 0
}

.author__img-wrap {
    position: relative;
    aspect-ratio: 197/155;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2
}

.author__img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.author__position {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 8px 16px;
    background: var(--primary);
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-primary);
    text-align: center
}

.author__exp {
    margin-top: 8px;
    display: block;
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    color: var(--tertiary-simple);
    text-align: center;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3
}

.author__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.author__name {
    font-size: 25px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-surface)
}

.author__descr {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface);
    margin-top: 16px
}

.author__bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #FFFFFF30
}

.author__soc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px
}

.author__soc-list li {
    width: 32px;
    height: 32px
}

.author__soc-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 50%;

    will-change: background
}

.author__soc-list li a:active, .author__soc-list li a:focus {
    background: var(--primary-opacity-12)
}

.author__soc-list li svg {
    max-width: 32px;
    max-height: 32px
}

.author__soc-list li svg path {
    fill: var(--primary-simple)
}

.author__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    row-gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-surface)
}

.author__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.author__info li {
    padding: 3px 15px;
    border-radius: 8px;
    border: 1px solid var(--outline);
}

.fixed-el {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 80;
    padding: 8px 16px;
    background: var(--surf-cont);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px
}

.fixed-el__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 2px;
    font-size: 14px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-surface)
}

.fixed-el__main img {
    max-width: 60px;
    max-height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

.fixed-el__main span {
    color: var(--primary-simple)
}

.fixed-el > .btn {
    margin-left: auto;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 160px
}

.go-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    position: fixed;
    bottom: 80px;
    right: 32px;
    z-index: 70;
    background: var(--primary-cont);
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    cursor: pointer;
}

.go-up:not(.active) {
    display: none
}

.go-up svg path {
    stroke: var(--on-primary-cont)
}

.go-up::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: 0 0;

    will-change: background
}

.go-up:focus::after {
    background: var(--on-primary-container-opacity-12)
}

.go-up:active::after {
    background: var(--on-primary-container-opacity-12);
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-radius: 50% 70% 0 80%;
    -webkit-transform: translate(20px, 30px);
    -ms-transform: translate(20px, 30px);
    transform: translate(20px, 30px);
    -webkit-animation: upPressed .5s forwards;
    animation: upPressed .5s forwards
}

@-webkit-keyframes upPressed {
    0% {
        -webkit-transform: translate(50%, 50%);
        transform: translate(50%, 50%)
    }
    100% {
        -webkit-transform: translate(-30px, -30px);
        transform: translate(-30px, -30px)
    }
}

@keyframes upPressed {
    0% {
        -webkit-transform: translate(50%, 50%);
        transform: translate(50%, 50%)
    }
    100% {
        -webkit-transform: translate(-30px, -30px);
        transform: translate(-30px, -30px)
    }
}

.go-up svg {
    max-width: 24px;
    max-height: 24px
}

.breadcrumbs {
    padding-block: 32px;
    width: 100%;
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    padding-right: 34px
}

.breadcrumbs li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 18px;
    height: 18px;
    background: url(../img/svg/breadcrumbs-arrow.svg) center/contain no-repeat
}

.breadcrumbs li:last-child a, .breadcrumbs li:last-child span {
    color: var(--primary-simple)
}

.breadcrumbs li:last-child a:active, .breadcrumbs li:last-child a:focus {
    color: var(--on-primary-cont)
}

.breadcrumbs a, .breadcrumbs span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    color: var(--surface);
}

.breadcrumbs a::before, .breadcrumbs span::before {
    content: "";
    min-width: 12px;
    min-height: 12px;
    max-width: 12px;
    max-height: 12px;
    margin: 6px;
    border-radius: 50%;
    background: currentColor
}

.breadcrumbs a:focus {
    color: var(--primary-simple)
}

.img-gallery {
    overflow: hidden
}

.img-gallery:has(h2):has(.img-gallery__arrows) {
    display: grid;
    grid-template-columns: 1fr auto;
}

.img-gallery:has(h2):has(.img-gallery__arrows) h2 {
    grid-column: 1/2;
}
.img-gallery:has(h2):has(.img-gallery__arrows) .img-gallery__arrows {
    grid-column: 2/3;
    margin-bottom: 32px;
}

.img-gallery:has(h2):has(.img-gallery__arrows) > :not(h2):not(.img-gallery__arrows) {
    grid-column: 1/-1;
}

.img-gallery h2 {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: horizontal;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    /*gap: 16px*/
}

.img-gallery .swiper-grid-column > .swiper-wrapper {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important
}

.img-gallery .swiper-wrapper .swiper-slide {
    aspect-ratio: 1/1;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1490196078)
}

.img-gallery .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.img-gallery .swiper-wrapper .swiper-slide a:active::after, .img-gallery .swiper-wrapper .swiper-slide a:focus::after {
    background: rgba(0, 0, 0, .6)
}

.img-gallery .swiper-wrapper .swiper-slide a:active::before, .img-gallery .swiper-wrapper .swiper-slide a:focus::before {
    opacity: 1
}

.img-gallery .swiper-wrapper .swiper-slide a::after, .img-gallery .swiper-wrapper .swiper-slide a::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none
}

.img-gallery .swiper-wrapper .swiper-slide a::before {
    z-index: 3;
    background: url(../img/svg/search.svg) center/contain no-repeat;
    background-size: 44px 44px;
    opacity: 0;
}

.img-gallery .swiper-wrapper .swiper-slide a::after {
    z-index: 2;
    background: 0 0;

    will-change: background
}

.img-gallery .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.img-gallery__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px
}

.img-gallery__arrows button {
    background-color: transparent
}

.img-gallery__arrows [class*=prev] {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.img-gallery__arrows [class^=swiper-button] {
    position: relative;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.img-gallery__arrows [class^=swiper-button]:not([class*=disabled]) {
    cursor: pointer
}

.img-gallery__arrows [class^=swiper-button]:not([class*=disabled]):active::before, .img-gallery__arrows [class^=swiper-button]:not([class*=disabled]):focus::before {
    background: var(--on-surface-var-opacity-12)
}

.img-gallery__arrows [class^=swiper-button]::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    pointer-events: none;

    will-change: background
}

.img-gallery__arrows [class^=swiper-button] svg {
    max-width: 24px;
    max-height: 24px
}

.img-gallery__arrows [class^=swiper-button] svg path {
    fill: var(--on-surface-var)
}

.img-gallery__arrows [class*=disabled] {
    opacity: .38
}

.img-gallery__arrows [class*=disabled] svg path {
    fill: var(--on-surface)
}

.pros-cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px
}

.pros-cons h2 {
    width: 100%;
    max-width: 522px
}

.pros-cons__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
    border-radius: 16px;
    overflow: hidden
}

.pros-cons__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    background: var(--primary);
}

.pros-cons__item_pros .pros-cons__title {
    background: #1da766
}

.pros-cons__item_pros .pros-cons ul li svg path {
    fill: var(--primary-simple)
}

.pros-cons__item_cons .pros-cons__title {
    background: var(--error)
}

.pros-cons__item_cons .pros-cons ul li svg path {
    fill: var(--error)
}

.pros-cons__title {
    padding: 16px 24px;
    text-align: center;
    font-size: 25px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-primary)
}

.pros-cons__inner-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.pros-cons__inner-list li {
    position: relative;
    width: 100%;
    padding: 16px 24px;
    padding-left: 64px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface)
}

.pros-cons__inner-list li svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    left: 24px
}

.reviews-list {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse
}

.reviews-list__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px
}

.reviews-list__body tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.reviews-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    padding: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    background: var(--surf-cont-lowest)
}

.reviews-list__item > img {
    width: 200px;
    height: 98px
}

.reviews-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface)
}

.reviews-list__info p {
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.reviews-list__info .reviews-list__title {
    font-size: 25px;
    line-height: 136%;
    font-weight: 500
}

.reviews-list__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.reviews-list__btn .btn {
    width: 100%;
    white-space: nowrap
}

.reviews-list__rate-payout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 9px;
    color: var(--on-surface);
    white-space: nowrap
}

.reviews-list__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    position: relative;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.reviews-list__rate::after, .reviews-list__rate::before {
    font-size: 24px;
    line-height: 22px;
    height: 24px;
    letter-spacing: 0
}

.reviews-list__rate::before {
    content: "★★★★★";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-color)), to(var(--star-bg)));
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.reviews-list__rate::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color)
}

.reviews-list__payout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 4px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px
}

.reviews-list__payout svg {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px
}

.reviews-list__payout svg path {
    fill: var(--primary-simple)
}

.reviews-list__payout svg circle {
    stroke: var(--primary-simple)
}

.pokies-list {
    margin-top: 20px
}

.pokies-list__table {
    width: 100%;
    border-collapse: collapse
}

.pokies-list__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.pokies-list__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.pokies-list.hidden tr:nth-of-type(n+9) {
    display: none
}

.pokies-list > .btn {
    margin-inline: auto;
    margin-top: 32px
}

.pokies-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 16px;
    background: var(--surface);
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px
}

.pokies-list img {
    width: 100%;
    aspect-ratio: 273/180;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

.pokies-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px
}

.pokies-list__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-surface);
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.pokies-list__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-surface);
    position: relative;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.pokies-list__rate::after, .pokies-list__rate::before {
    font-size: 24px;
    line-height: 22px;
    height: 24px;
    letter-spacing: 0
}

.pokies-list__rate::before {
    content: "★★★★★";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-color)), to(var(--star-bg)));
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.pokies-list__rate::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color)
}

.pokies-list__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pokies-list__btns .btn {
    width: 100%
}

.pokies-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pokies-list__info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface-var);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.pokies-list__info li span {
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    color: var(--tertiary-simple)
}

.pokies-list__info li + li {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #FFFFFF30
}

.icon-list {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.icon-list_col {
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr
}

.icon-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    width: 100%
}

.icon-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px
}

.icon-list__info p, .icon-list__info span {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface-var);
    margin-top: 0
}

.icon-list__info .icon-list__title {
    margin-top: 0;
    font-size: 25px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-surface)
}

.icon-list svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px
}

.tabs-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tabs-block__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-width: 180px;
    min-height: 48px;
    padding: 8px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    color: #FFF;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 2px solid transparent
}

.tabs-block__trigger:not(:last-child) {
    border-right: 1px solid #100e26;
}

.tabs-block__trigger-list {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #100e26;
    border-radius: 16px 16px 0 0;
    background-color: #00a343;
    overflow-x: auto;
}

/*.tabs-block__trigger:focus {*/
/*    background: #c9d9ff*/
/*}*/

/*.tabs-block__trigger:active {*/
/*    background: #c9d9ff*/
/*}*/

/*.tabs-block__trigger:active::after {*/
/*    opacity: 1;*/
/*    width: 120%*/
/*}*/

/*.tabs-block__trigger::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: -18px;*/
/*    width: 56px;*/
/*    height: 120px;*/
/*    border-radius: 50%;*/
/*    -webkit-transform: translate(0, -50%);*/
/*    -ms-transform: translate(0, -50%);*/
/*    transform: translate(0, -50%);*/
/*    background: var(--on-surface-opacity-12);*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*}*/
.tabs-block__trigger.active {
    background-color: #048400;
}

.tabs-block__item:not(.active) {
    display: none
}

.tabs-block__item > :not(:first-child) {
    margin-top: 16px;
}

.tabs-block__item-list {
    width: 100%;
    background: #100e26;
    padding: 0 16px 16px 16px;
}

.tabs-block__item .container {
    padding-left: 0;
    padding-right: 0;
}

.preview-block .tabs-block__item:not(.active) {
    display: block;
}

.list-slider {
    position: relative;
    padding-block: 120px;
    color: var(--on-primary)
}

.list-slider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background: var(--primary)
}

.list-slider h2 {
    margin-bottom: 20px
}

.list-slider__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 32px
}

.list-slider__slider {
    width: 100%;
    overflow: hidden
}

.list-slider .swiper-grid-column > .swiper-wrapper {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important
}

.list-slider .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-slider .swiper-wrapper .swiper-slide {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list-slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.list-slider button {
    background: 0 0
}

.list-slider [class*=prev] {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.list-slider [class^=swiper-button] {
    position: relative;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-slider [class^=swiper-button]:not([class*=disabled]) {
    cursor: pointer
}

.list-slider [class^=swiper-button]:not([class*=disabled]):active::before, .list-slider [class^=swiper-button]:not([class*=disabled]):focus::before {
    background: var(--on-surface-var-opacity-12-dark)
}

.list-slider [class^=swiper-button]::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    pointer-events: none;

    will-change: background
}

.list-slider [class^=swiper-button] svg {
    max-width: 24px;
    max-height: 24px
}

.list-slider [class^=swiper-button] svg path {
    fill: var(--on-surface-var-dark)
}

.list-slider [class*=disabled] {
    opacity: .38
}

.list-slider [class*=disabled] svg path {
    fill: var(--on-surface-dark)
}

.hero-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078)
}

.hero-links li {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.hero-links .links__button {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    padding: 16px;
    font-size: 25px;
    line-height: 136%;
    font-weight: 500;
    color: #FFF;
    background-color: #1d1a37;
    text-align: center;

    will-change: background
}

.hero-links .links__button:active, .hero-links .links__button:focus {
    background: var(--on-surface-opacity-12)
}

.hero-links .links__button svg {
    max-width: 48px;
    max-height: 48px
}

.hero-links .links__button svg path {
    fill: var(--primary-simple)
}

@media (min-width: 576px) {
    .table-block .table-block__table:not([class*=table-block__table_]) thead tr td:first-child {
        border-top-left-radius: 16px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) thead tr td:last-child {
        border-top-right-radius: 16px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tbody tr:last-child td:first-child {
        border-bottom-left-radius: 16px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tbody tr:last-child td:last-child {
        border-bottom-right-radius: 16px
    }

    .author__content {
        grid-row: 1/-1
    }

    .fixed-el {
        display: none
    }
}

@media (min-width: 768px) {
    .footer__nav-list li:nth-of-type(-n+4) > a, .footer__nav-list li:nth-of-type(-n+4) > span {
        font-size: 18px;
        line-height: 136%;
        font-weight: 500;
        color: var(--on-primary)
    }

    .footer__nav-list li:nth-of-type(-n+4) > a:focus {
        color: var(--primary-dark)
    }

    .table-block .table-block__table td .mob-text, .table-block .table-block__table th .mob-text {
        display: none
    }

    .table-block .table-block__table_list tbody tr td:nth-child(2), .table-block .table-block__table_list tbody tr td:nth-child(3), .table-block .table-block__table_list tbody tr td:nth-child(4) {
        width: 25%
    }

    .table-block .table-block__table_separated tr:first-child td:first-child {
        border-top-left-radius: 16px
    }

    .table-block .table-block__table_separated tr:first-child td:last-child {
        border-top-right-radius: 16px
    }

    .table-block .table-block__table_separated tr:last-child td:first-child {
        border-bottom-left-radius: 16px
    }

    .table-block .table-block__table_separated tr:last-child td:last-child {
        border-bottom-right-radius: 16px
    }

    .img-gallery .swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr);
        gap: 20px;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .img-gallery__arrows {
        display: none
    }

    .pros-cons__item:not(:last-child) {
        border-right: 1px solid #FFFFFF30
    }

    .hero-links li + li {
        border-left: 1px solid #FFFFFF30
    }
}

@media (min-width: 768px) and (hover: hover) {
    .footer__nav-list li:nth-of-type(-n+4) > a:hover {
        color: var(--on-surface-dark)
    }
}

@media (min-width: 1280px) {
    .header .header-menu {
        row-gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header .header-menu > .item.parent, .header .header-menu > .item:not(.parent) > a, .header .header-menu > .item:not(.parent) > span {
        padding: 10px 16px;
        border-radius: 100px;
        color: var(--on-surface)
    }

    .header .header-menu > .item > svg {
        min-width: 18px;
        min-height: 18px;
        max-width: 18px;
        max-height: 18px
    }

    .header .header-menu > .item > svg path {
        fill: var(--primary-dark)
    }

    .header .header-menu > .item.parent:active, .header .header-menu > .item.parent:focus, .header .header-menu > .item:not(.parent) a:active, .header .header-menu > .item:not(.parent) a:focus {
        background: var(--primary-opacity-12-dark)
    }

    .header .header-menu > .item.parent.current, .header .header-menu > .item:not(.parent).current a {
        background: var(--primary-opacity-12-dark)
    }

    .header .header-menu > .item.parent {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .header .header-menu > .item:nth-of-type(1) {
        z-index: calc(20 - 1)
    }

    .header .header-menu > .item:nth-of-type(2) {
        z-index: calc(20 - 2)
    }

    .header .header-menu > .item:nth-of-type(3) {
        z-index: calc(20 - 3)
    }

    .header .header-menu > .item:nth-of-type(4) {
        z-index: calc(20 - 4)
    }

    .header .header-menu > .item:nth-of-type(5) {
        z-index: calc(20 - 5)
    }

    .header .header-menu > .item:nth-of-type(6) {
        z-index: calc(20 - 6)
    }

    .header .header-menu > .item:nth-of-type(7) {
        z-index: calc(20 - 7)
    }

    .header .header-menu > .item:nth-of-type(8) {
        z-index: calc(20 - 8)
    }

    .header .header-menu > .item:nth-of-type(9) {
        z-index: calc(20 - 9)
    }

    .header .header-menu > .item:nth-of-type(10) {
        z-index: calc(20 - 10)
    }

    .header .header-menu > .item:nth-of-type(11) {
        z-index: calc(20 - 11)
    }

    .header .header-menu > .item:nth-of-type(12) {
        z-index: calc(20 - 12)
    }

    .header .header-menu > .item:nth-of-type(13) {
        z-index: calc(20 - 13)
    }

    .header .header-menu > .item:nth-of-type(14) {
        z-index: calc(20 - 14)
    }

    .header .header-menu > .item:nth-of-type(15) {
        z-index: calc(20 - 15)
    }

    .header .header-menu > .item:nth-of-type(16) {
        z-index: calc(20 - 16)
    }

    .header .header-menu > .item:nth-of-type(17) {
        z-index: calc(20 - 17)
    }

    .header .header-menu > .item:nth-of-type(18) {
        z-index: calc(20 - 18)
    }

    .header .header-menu > .item:nth-of-type(19) {
        z-index: calc(20 - 19)
    }

    .header .header-menu > .item:nth-of-type(20) {
        z-index: calc(20 - 20)
    }

    .header .header-menu > .item:nth-of-type(n) {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .header .header-menu > .item:nth-of-type(1), .header .header-menu > .item:nth-of-type(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header .header-menu > .item:nth-of-type(3), .header .header-menu > .item:nth-of-type(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .header .header-menu .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 8px
    }

    .header .header-menu .item_left .submenu {
        left: unset;
        right: 0
    }

    .header .header-menu .item_left .submenu .item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .header .header-menu .item_left .submenu .item svg {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .header .header-menu .item_left .submenu .submenu {
        top: -8px;
        left: 0;
        -webkit-transform: translateX(calc(-100% + 2px));
        -ms-transform: translateX(calc(-100% + 2px));
        transform: translateX(calc(-100% + 2px))
    }

    .header .header-menu .submenu {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        min-width: 100%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 300px;
        background: var(--header-bg);
        color: var(--on-surface);
        display: none;
        border-radius: 4px;
        padding-block: 8px;
        -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1490196078);
        box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1490196078)
    }

    .header .header-menu .submenu::before {
        content: "";
        width: 100%;
        height: 8px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    .header .header-menu .submenu .submenu {
        top: -8px;
        left: 100%;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843);
        min-width: unset
    }

    .header .header-menu .submenu .submenu:not(:has(.sumbenu)) {
        max-height: 300px;
        overflow-y: auto
    }

    @supports not selector(::-webkit-scrollbar) {
        .header .header-menu .submenu .submenu:not(:has(.sumbenu)) {
            scrollbar-width: thin;
            scrollbar-color: #707974 transparent
        }
    }.header .header-menu .submenu .submenu:not(:has(.sumbenu))::-webkit-scrollbar {
         width: 12px
     }

    .header .header-menu .submenu .submenu:not(:has(.sumbenu))::-webkit-scrollbar-thumb {
        background: #707974;
        border-radius: 9px;
        border: 4px solid #e9efea
    }

    .header .header-menu .submenu .submenu:not(:has(.sumbenu))::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 9px
    }

    .header .header-menu .submenu .submenu::before {
        width: 4px;
        height: 100%;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }

    .header .header-menu .submenu .item {
        position: relative;
        z-index: 1
    }

    .header .header-menu .submenu .item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 1px;
        background: var(--outline-var)
    }

    .header .header-menu .submenu .item.parent, .header .header-menu .submenu .item:not(.parent) > a, .header .header-menu .submenu .item:not(.parent) > span {
        padding: 16px 16px;
        padding-bottom: 32px;
        min-height: 72px
    }

    .header .header-menu .submenu .item.parent::before, .header .header-menu .submenu .item:not(.parent) > a::before, .header .header-menu .submenu .item:not(.parent) > span::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 16px);
        pointer-events: none;
        z-index: -1
    }

    .header .header-menu .submenu .item:not(.parent) a, .header .header-menu .submenu .item:not(.parent) span {
        width: 100%
    }

    .header .header-menu .submenu .item svg {
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .header .header-menu .submenu .item svg path {
        fill: var(--on-surface-var)
    }

    .header .header-menu .submenu .item.parent:active::before, .header .header-menu .submenu .item.parent:focus::before, .header .header-menu .submenu .item:not(.parent) a:active::before, .header .header-menu .submenu .item:not(.parent) a:focus::before {
        background: var(--surf-cont-highest)
    }

    .header .header-menu .submenu .item.parent.current::before, .header .header-menu .submenu .item:not(.parent).current a::before {
        background: var(--surf-cont-highest)
    }

    .header__burger {
        display: none
    }
}

@media (min-width: 1280px) and (hover: hover) {
    .header .header-menu > .item.parent:hover, .header .header-menu > .item:not(.parent) a:hover {
        background: var(--primary-opacity-8-dark)
    }

    .header .header-menu > .item.parent:hover > svg {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .header .header-menu > .item.parent:hover > .submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header .header-menu .submenu .item.parent:hover::before, .header .header-menu .submenu .item:not(.parent) a:hover::before {
        background: rgba(255,255,255,.05)
    }

    .header .header-menu .submenu .item:hover .submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 1320px) {
    .wrapper > :not(.container) {
        margin-inline: 20px;
        max-width: calc(100% - var(--offsets, 20px) * 2)
    }
}

@media (max-width: 1239.9px) {
    .casinos-list__item-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .casinos-list__item-wrap > * {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .casinos-list__item-wrap > :not(:last-child)::after {
        display: none
    }

    .games-list__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }

    .pokies-list__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 1279px) {
    .header__nav {
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        overflow-y: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: var(--primary)
    }

    @supports not selector(::-webkit-scrollbar) {
        .header__nav {
            scrollbar-width: thin;
            scrollbar-color: #707974 transparent
        }
    }.header__nav::-webkit-scrollbar {
         width: 12px
     }

    .header__nav::-webkit-scrollbar-thumb {
        background: #707974;
        border-radius: 9px;
        border: 4px solid #e9efea
    }

    .header__nav::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 9px
    }

    .header__nav:not(.active) {
        display: none
    }

    .header .header-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .header .header-menu > .item::after {
        content: "";
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        width: 100%;
        height: 1px;
        background: var(--outline-var)
    }

    .header .header-menu > .item.parent, .header .header-menu > .item:not(.parent) a {
        position: relative
    }

    .header .header-menu > .item.parent::before, .header .header-menu > .item:not(.parent) a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 56px;
        pointer-events: none;
        z-index: -1
    }

    .header .header-menu > .item.parent:active::before, .header .header-menu > .item.parent:focus::before, .header .header-menu > .item:not(.parent) a:active::before, .header .header-menu > .item:not(.parent) a:focus::before {
        background: var(--on-surface-opacity-12)
    }

    .header .header-menu > .item.parent.current::before, .header .header-menu > .item:not(.parent).current a::before {
        background: var(--on-surface-opacity-8)
    }

    .header .header-menu .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        color: var(--on-surface)
    }

    .header .header-menu .item.parent, .header .header-menu .item:not(.parent) > a, .header .header-menu .item:not(.parent) > span {
        padding: 16px 16px;
        min-height: 56px
    }

    .header .header-menu .item svg {
        position: absolute;
        top: 16px;
        right: 16px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px
    }

    .header .header-menu .item svg path {
        fill: var(--on-surface)
    }

    .header .header-menu .item:not(.parent) a, .header .header-menu .item:not(.parent) span {
        width: 100%
    }

    .header .header-menu .item.parent.active > svg {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .header .header-menu .item.parent.active > .submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header .header-menu > .item > .submenu {
        width: calc(100% + 32px);
        margin-left: -16px
    }

    .header .header-menu > .item > .submenu > .item.parent, .header .header-menu > .item > .submenu > .item:not(.parent) > a, .header .header-menu > .item > .submenu > .item:not(.parent) > span {
        padding: 16px 16px 16px 28px
    }

    .header .header-menu > .item > .submenu > .item.parent svg {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .header .header-menu .submenu {
        position: relative;
        top: 16px;
        left: 0;
        width: 100%;
        padding-block: 0;
        display: none
    }

    .header .header-menu .submenu .submenu {
        display: none;
        overflow-y: auto
    }

    .header .header-menu .submenu .item.parent:active, .header .header-menu .submenu .item.parent:focus, .header .header-menu .submenu .item:not(.parent) a:active, .header .header-menu .submenu .item:not(.parent) a:focus {
        background: var(--on-surface-opacity-12)
    }

    .header .header-menu .submenu .item.parent.current, .header .header-menu .submenu .item:not(.parent).current a {
        background: var(--on-surface-opacity-8)
    }

    .header .header-menu .submenu .item.parent.active {
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 10;
        background: var(--surf-cont-low);
        font-family: DaysOne;
        text-transform: uppercase;
        padding: 0;
    }

    .header .header-menu .submenu .item.parent.active svg {
        display: none
    }

    .header .header-menu .submenu .item.parent.active > a, .header .header-menu .submenu .item.parent.active > span {
        padding: 8px 16px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 4px
    }

    .header .header-menu .submenu .item.parent.active > a:active, .header .header-menu .submenu .item.parent.active > a:focus, .header .header-menu .submenu .item.parent.active > span:active, .header .header-menu .submenu .item.parent.active > span:focus {
        background: var(--on-surface-opacity-12)
    }

    .header .header-menu .submenu .item.parent.active > a::before, .header .header-menu .submenu .item.parent.active > span::before {
        content: "";
        display: block;
        width: 48px;
        height: 48px;
        background: url(../img/svg/back-arrow2.svg) center/100% no-repeat
    }

    .header .header-menu .submenu .item.parent.active .submenu {
        top: 0;
        font-family: Montserrat;
        text-transform: none
    }

    .header .header-menu .submenu .item.parent.active .submenu .item {
        position: relative;
        padding-bottom: 16px
    }

    .header .header-menu .submenu .item.parent.active .submenu .item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 1px;
        background: var(--outline-var)
    }

    .section-hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-hero > * {
        max-width: 100%
    }

    .pr-section-hero__date {
        width: 100%;
        border-top: 1px solid #FFFFFF30;
        border-left: 0;
        padding-left: 0;
        padding-top: 8px
    }

    .content__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }

    .content-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content-img__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content-img__content p:first-of-type {
        margin-top: 0
    }

    .content-img__content img {
        float: unset;
        margin-top: 20px;
        margin: 20px 0 0;
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100
    }

    .content-img > * {
        max-width: 100%
    }

    .games-list__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .table-block .table-block__table_cards {
        padding: 12px 20px
    }

    .table-block .table-block__table_cards tr td, .table-block .table-block__table_cards tr th {
        padding: 8px 16px
    }

    .table-block .table-block__table_cards tr td:first-child, .table-block .table-block__table_cards tr th:first-child {
        padding-left: 16px
    }

    .table-block .table-block__table_cards tr td:last-child, .table-block .table-block__table_cards tr th:last-child {
        padding-right: 16px
    }

    .table-block .table-block__table_cards tr td:not(:first-child), .table-block .table-block__table_cards tr th:not(:first-child) {
        padding-left: 4px
    }

    .table-block .table-block__table_cards tr td:not(:last-child), .table-block .table-block__table_cards tr th:not(:last-child) {
        padding-right: 4px
    }

    .pros-cons {
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reviews-list__rate-payout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .pokies-list__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 1279px) and (hover: hover) {
    .header .header-menu > .item.parent:hover::before, .header .header-menu > .item:not(.parent) a:hover::before {
        background: var(--on-surface-opacity-8)
    }

    .header .header-menu .submenu .item.parent:hover, .header .header-menu .submenu .item:not(.parent) a:hover {
        background: var(--on-surface-opacity-8)
    }

    .header .header-menu .submenu .item.parent.active > a:hover, .header .header-menu .submenu .item.parent.active > span:hover {
        background: var(--on-surface-opacity-8)
    }
}

@media (max-width: 767.9px) {
    .footer__nav-list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .pr-section-hero__demo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .pr-section-hero__demo-img {
        aspect-ratio: 296/200
    }

    .pr-section-hero__review {
        max-width: 100%
    }

    .content__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .casinos-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .casinos-list__item-wrap {
        padding: 20px 16px 16px;
        gap: 33px
    }

    .casinos-list__item-wrap > * {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .casinos-list__item-wrap > :not(:last-child)::after {
        display: block;
        width: calc(100% + 32px);
        height: 1px;
        top: calc(100% + 16px);
        left: -16px
    }

    .casinos-list__item > img {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 328/140
    }

    .table-block .table-block__table_list tbody tr td:first-child {
        display: none
    }

    .table-block .table-block__table_cards {
        padding: 0;
        background: 0 0;
        border-spacing: 0
    }

    .table-block .table-block__table_cards thead {
        display: none
    }

    .table-block .table-block__table_cards tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 8px
    }

    .table-block .table-block__table_cards tr:not(:last-child) {
        margin-bottom: 20px
    }

    .table-block .table-block__table_cards tr td, .table-block .table-block__table_cards tr th {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .table-block .table-block__table_cards tr td:nth-of-type(n), .table-block .table-block__table_cards tr th:nth-of-type(n) {
        border-radius: 8px;
        padding: 6px 16px
    }

    .table-block .table-block__table_cards tr td:nth-of-type(n).name, .table-block .table-block__table_cards tr th:nth-of-type(n).name {
        border-radius: 16px 16px 8px 8px
    }

    .table-block .table-block__table_cards tr td.center, .table-block .table-block__table_cards tr th.center {
        min-height: unset
    }

    .table-block .table-block__table_cards tr td.name {
        background: var(--tertiary);
        color: var(--on-tertiary);
        gap: 0
    }

    .table-block .table-block__table_cards tr td.name img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .table-block .table-block__table_cards tr td {
        height: unset
    }

    .table-block .table-block__table_cards tr td:not(.has-btn) {
        min-height: 54px
    }

    .table-block .table-block__table_cards tr td.name {
        min-height: 56px
    }

    .table-block .table-block__table_cards tr td.has-btn {
        padding: 0;
        background: 0 0;
        width: 100%
    }

    .table-block .table-block__table_cards tr td.has-btn .btn, .table-block .table-block__table_cards tr td.has-btn .cell {
        width: 100%
    }

    .table-block .table-block__table_cards tr td:last-child {
        border-radius: 8px 8px 16px 16px
    }

    .table-block .table-block__table_separated {
        padding: 0;
        border-spacing: 0
    }

    .table-block .table-block__table_separated tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 8px
    }

    .table-block .table-block__table_separated tr:not(:last-child) {
        margin-bottom: 20px
    }

    .table-block .table-block__table_separated tr td {
        width: 100%;
        height: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .table-block .table-block__table_separated tr td:not(.has-btn) {
        min-height: 54px
    }

    .table-block .table-block__table_separated tr td:first-child {
        min-height: 56px
    }

    /*.table-block .table-block__table_separated tr td:first-child .cell {
        min-height: 56px
    }*/

    .table-block .table-block__table_separated tr td .cell {
        width: 100%
    }

    .table-block .table-block__table_separated tr td:first-child {
        padding-right: 0;
        padding: 16px;
        border-radius: 16px 16px 8px 8px
    }

    .table-block .table-block__table_separated tr td:not(:first-child) {
        border-radius: 8px
    }

    .table-block .table-block__table_separated tr td:nth-of-type(2) {
        padding-left: 16px
    }

    .table-block .table-block__table_separated tr td:nth-of-type(2):last-child {
        padding-inline: 16px
    }

    .table-block .table-block__table_separated tr td:last-child {
        padding-right: 16px;
        border-radius: 8px;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px
    }

    .pros-cons__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reviews-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .reviews-list__item > img {
        width: 100%;
        height: auto
    }

    .reviews-list__info p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden
    }

    .reviews-list__btn {
        width: 100%;
        gap: 16px
    }

    .reviews-list__rate-payout {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .icon-list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .hero-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hero-links li {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        max-width: 50%
    }

    .hero-links li:last-child:nth-of-type(odd) {
        max-width: 100%;
        border-left: 0;
        border-top: 1px solid #FFFFFF30
    }

    .hero-links li:nth-of-type(n+3) {
        border-top: 1px solid #FFFFFF30
    }

    .hero-links li:nth-of-type(2n+2) {
        border-left: 1px solid #FFFFFF30
    }
}

@media (max-width: 575.9px) {
    .wrapper > :not(.container) {
        margin-inline: 16px;
        max-width: calc(100% - var(--offsets, 16px) * 2)
    }

    .wrapper {
        margin-top: calc(var(--wrapper-margin) * 2)
    }

    .wrapper.reset {
        margin-block: 0
    }

    .container {
        padding: 0 var(--offsets-m, 16px)
    }

    .container > .btn {
        margin-top: 28px;
        width: 100%
    }

    body {
        font-size: 14px;
        letter-spacing: .05px
    }

    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 22px
    }

    h2,
    .img-gallery__arrows {
        margin-bottom: 28px
    }

    h2 svg {
        max-width: 32px;
        max-height: 32px
    }

    h3 {
        font-size: 18px
    }

    h4, h5, h6 {
        font-size: 14px
    }

    ol:not([class]),
    ol.wp-block-list {
        margin-top: 16px;
        gap: 16px
    }

    ol:not([class]) li,
    ol.wp-block-list li {
        font-size: 14px
    }

    ol:not([class]) li p,
    ol.wp-block-list li p {
        font-size: 14px;
        letter-spacing: .05px
    }

    ol:not([class]) > li:not(:last-child)::after,
    ol.wp-block-list > li:not(:last-child)::after {
        height: calc(100% - 12px)
    }

    ul:not([class]),
    ul.wp-block-list {
        margin-top: 16px;
        gap: 16px
    }

    ul:not([class]) li,
    ul.wp-block-list li {
        font-size: 14px
    }

    :root {
        --offsets: 16px;
        --wrapper-margin: 28px
    }

    .header__wrap {
        gap: 6px
    }

    .header__logo {
        margin-inline: auto
    }

    .footer {
        gap: 28px;
        padding-block: 56px;
        margin-block: calc(var(--wrapper-margin) * 2) 0
    }

    .footer__logo img {
        max-width: 125px;
        max-height: 60px
    }

    .footer__nav-list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .footer__nav-list a {
        font-size: 14px;
        letter-spacing: .05px
    }

    .footer__logos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__logos {
        gap: 16px
    }

    .footer__info {
        font-size: 14px;
        letter-spacing: .05px
    }

    .footer__links {
        padding-top: 28px
    }

    .footer__links a {
        font-size: 14px;
        letter-spacing: .05px
    }

    .section-hero {
        padding-block: 56px
    }

    .section-hero__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section-faq summary {
        font-size: 14px
    }

    .section-faq summary {
        padding: 4px 16px;
        padding-right: 64px;
        min-height: 56px
    }

    .section-faq p {
        font-size: 14px;
        letter-spacing: .05px
    }

    .pr-section-hero {
        gap: 28px;
        padding: 16px
    }

    .pr-section-hero__header {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 16px
    }

    .pr-section-hero__header .btn {
        width: 100%
    }

    .pr-section-hero__review {
        gap: 8px;
        padding: 16px
    }

    .pr-section-hero__review-info {
        gap: 8px
    }

    .pr-section-hero__review-info li {
        font-size: 14px;
        letter-spacing: .05px
    }

    .pr-section-hero__review-info li {
        padding-top: 8px
    }

    .pr-section-hero__review-info li span {
        font-size: 14px
    }

    .pr-section-hero__rate {
        font-size: 18px
    }

    .pr-section-hero__rate::after, .pr-section-hero__rate::before {
        font-size: 24px;
        line-height: 22px;
        height: 24px;
        letter-spacing: 0
    }

    .pr-section-hero__author {
        font-size: 14px;
        letter-spacing: .05px
    }

    .pr-section-hero__author-name p {
        display: inline
    }

    .pr-section-hero__author-img {
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px
    }

    .pr-section-hero__descr {
        font-size: 14px;
        letter-spacing: .05px
    }

    .btn_copy {
        padding: 7px;
        gap: 4px;
        font-size: 12px;
        line-height: 16px
    }

    .content__header {
        padding: 16px
    }

    .content__header::after {
        right: 20px
    }

    .content__header-text {
        font-size: 22px
    }

    .content__nav {
        padding: 16px
    }

    .content__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        row-gap: 16px
    }

    .content__item a {
        font-size: 14px
    }

    .casinos-list > .btn {
        width: 100%;
        margin-top: 28px
    }

    .casinos-list__bonus {
        font-size: 18px
    }

    .casinos-list__rate {
        font-size: 14px
    }

    .casinos-list__safe {
        font-size: 14px;
        letter-spacing: .05px
    }

    .casinos-list__payment {
        font-size: 14px;
        letter-spacing: .05px
    }

    .casinos-list__btns .btn {
        max-width: 100%
    }

    .benefits {
        padding: 24px 16px
    }

    .benefits__list li {
        font-size: 18px
    }

    .benefits__list li {
        gap: 8px;
        padding-left: 52px
    }

    .benefits__list li:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 16px
    }

    .benefits__list li::before {
        width: 32px;
        height: 32px
    }

    .benefits__list li::after {
        top: 12px;
        left: 9px;
        width: 14px;
        height: 6px
    }

    .benefits__list li p {
        font-size: 14px;
        letter-spacing: .05px
    }

    .games-list h2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .games-list .games-list__list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .games-list .games-list__header .btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 28px;
        margin-inline: auto;
        width: 100%
    }

    .games-list__header {
        margin-bottom: 28px;
        display: contents
    }

    .games-list__header h2 {
        margin-bottom: 28px
    }

    .games-list__list {
        gap: 16px
    }

    .games-list__info {
        font-size: 14px
    }

    .games-list__info {
        gap: 7px;
        min-height: 139px;
        padding: 6px 8px
    }

    .games-list__btns {
        gap: 4px
    }

    .games-list__btns .btn {
        font-size: 14px;
        line-height: 136%;
        font-weight: 500;
        padding: 8px
    }

    .games-list__rate .btn {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        padding-right: 18px;
        width: 0;
        height: 18px
    }

    .games-list__rate-wrap::after, .games-list__rate-wrap::before {
        font-size: 16px;
        line-height: 14px;
        height: 16px;
        letter-spacing: 0
    }

    .table-block:not(:first-child) {
        margin-top: 20px
    }

    .table-block__header {
        display: contents
    }

    .table-block__header h2 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .table-block__header > .btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%
    }

    .table-block .table-block__table {
        margin-top: 28px
    }

    .table-block .table-block__table:first-child {
        margin-top: 0
    }

    .table-block .table-block__table td.name .cell, .table-block .table-block__table th.name .cell {
        font-size: 14px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) {
        border-collapse: collapse;
        -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
        border-radius: 16px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) th:not(:last-child) {
        border-right: 1px solid #FFFFFF30
    }

    .table-block .table-block__table:not([class*=table-block__table_]) th:not(:last-child) {
        border-right: 1px solid #FFFFFF30
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tr:not(:last-child) td {
        border-bottom: 1px solid #FFFFFF30
    }

    .table-block .table-block__table:not([class*=table-block__table_]) td:not(:last-child) {
        border-right: 1px solid #FFFFFF30
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tr td:first-child, .table-block .table-block__table:not([class*=table-block__table_]) tr th:first-child {
        border-radius: 0
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tr td:last-child, .table-block .table-block__table:not([class*=table-block__table_]) tr th:last-child {
        border-radius: 0
    }

    .table-block .table-block__table:not([class*=table-block__table_]) thead th {
        font-size: 14px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) thead th {
        height: 54px;
        text-align: center;
        padding: 16px 16px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) thead th:first-child {
        padding-left: 16px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) thead th:last-child {
        padding-right: 16px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) thead th:not(:first-child) {
        padding-left: 4px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) thead th:not(:last-child) {
        padding-right: 4px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tbody td {
        padding: 8px 16px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tbody td:first-child {
        padding-left: 16px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tbody td:last-child {
        padding-right: 16px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tbody td:not(:first-child) {
        padding-left: 4px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tbody td:not(:last-child) {
        padding-right: 4px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tbody td.name .cell img {
        max-width: 24px;
        max-height: 24px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tbody .cell {
        gap: 8px;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .table-block .table-block__table_cards tr td {
        font-size: 14px;
        letter-spacing: .05px
    }

    .table-block .table-block__table_cards tr td .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .img-list {
        gap: 16px;
        margin-top: 16px
    }

    .img-list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px
    }

    .img-list__info p {
        font-size: 14px;
        letter-spacing: .05px
    }

    .img-list__info .img-list__title {
        font-size: 18px
    }

    .img-list__img {
        width: 56px;
        height: 32px
    }

    .author {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .author__img-wrap {
        aspect-ratio: 328/213
    }

    .author__position {
        font-size: 14px;
        letter-spacing: .05px
    }

    .author__position {
        padding: 13px 16px 8px
    }

    .author__exp {
        font-size: 14px
    }

    .author__content {
        margin-top: 16px
    }

    .author__name {
        font-size: 18px
    }

    .author__descr {
        font-size: 14px;
        letter-spacing: .05px
    }

    .author__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .author__info {
        font-size: 14px
    }

    .author__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .author__info li {
        min-height: 32px;
        padding: 5px 14px
    }

    .go-up {
        position: fixed;
        bottom: 100px;
        right: 16px
    }

    .breadcrumbs {
        padding-block: 28px
    }

    .breadcrumbs li {
        padding-right: 26px
    }

    .breadcrumbs li:not(:last-child)::after {
        right: 4px
    }

    .breadcrumbs a, .breadcrumbs span {
        gap: 4px
    }

    .breadcrumbs a::before, .breadcrumbs span::before {
        margin: 4px;
        min-width: 9px;
        min-height: 9px;
        max-width: 9px;
        max-height: 9px
    }

    .pros-cons__title {
        font-size: 18px
    }

    .pros-cons__inner-list li {
        font-size: 14px;
        letter-spacing: .05px
    }

    .pros-cons__inner-list li {
        padding: 16px;
        padding-left: 50px
    }

    .pros-cons__inner-list li svg {
        width: 18px;
        height: 18px;
        left: 16px
    }

    .reviews-list__info {
        font-size: 14px;
        letter-spacing: .05px
    }

    .reviews-list__info .reviews-list__title {
        font-size: 18px
    }

    .reviews-list__rate {
        font-size: 14px
    }

    .reviews-list__rate::after, .reviews-list__rate::before {
        font-size: 18px;
        line-height: 16px;
        height: 18px;
        letter-spacing: 0
    }

    .reviews-list__payout {
        font-size: 14px;
        letter-spacing: .05px
    }

    .reviews-list__payout svg {
        min-width: 18px;
        min-height: 18px;
        max-width: 18px;
        max-height: 18px
    }

    .pokies-list__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 28px
    }

    .pokies-list > .btn {
        width: 100%;
        margin-top: 28px
    }

    .pokies-list__item {
        gap: 8px
    }

    .pokies-list img {
        aspect-ratio: 296/206
    }

    .pokies-list__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 8px
    }

    .pokies-list__title {
        font-size: 18px
    }

    .pokies-list__rate {
        font-size: 14px
    }

    .pokies-list__rate::after, .pokies-list__rate::before {
        font-size: 18px;
        line-height: 16px;
        height: 18px;
        letter-spacing: 0
    }

    .pokies-list__rate {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .pokies-list__info li {
        font-size: 14px;
        letter-spacing: .05px
    }

    .pokies-list__info li span {
        font-size: 14px
    }

    .pokies-list__info li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 8px
    }

    .icon-list {
        gap: 16px
    }

    .icon-list_col {
        gap: 20px
    }

    .icon-list_col svg {
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px
    }

    .icon-list__info p, .icon-list__info span {
        font-size: 14px;
        letter-spacing: .05px
    }

    .icon-list__info .icon-list__title {
        font-size: 18px
    }

    .tabs-block__trigger {
        font-size: 14px;
        line-height: 136%;
        font-weight: 500;
        min-width: 200px
    }

    .list-slider {
        padding-block: 56px
    }

    .list-slider__wrap {
        margin-top: 28px;
        gap: 0
    }

    .list-slider .swiper-wrapper .swiper-slide {
        min-height: 80px
    }

    .hero-links .links__button {
        font-size: 18px
    }

    .hero-links .links__button {
        -ms-grid-row: 8;
        grid-area: 8px
    }

    .hero-links .links__button svg {
        max-width: 32px;
        max-height: 32px
    }
}

@media (min-width: 768px) and (max-width: 575.9px) {
    .footer__nav-list li:nth-of-type(-n+4) > a, .footer__nav-list li:nth-of-type(-n+4) > span {
        font-size: 14px
    }
}

@media (hover: hover) {
    p:not([class]) a:hover {
        opacity: .6
    }

    .header__logo:hover {
        opacity: .6
    }

    .header__burger:hover::after {
        background: var(--on-surface-var-opacity-8-dark)
    }

    .footer__logo:hover {
        opacity: .6
    }

    .footer__nav-list a:hover {
        color: var(--on-surface-dark)
    }

    .footer__links a:hover {
        color: var(--on-surface-dark)
    }

    .section-faq summary:hover::after {
        background: var(--on-surface-var-opacity-8-dark)
    }

    .pr-section-hero__soc-list li a:hover {
        background: var(--primary-opacity-8)
    }

    .btn_copy:hover {
        background: var(--primary-opacity-8)
    }

    .btn_primary:hover {
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843)
    }

    .btn_primary:hover::after {
        background: var(--on-primary-opacity-8)
    }

    .btn_primary-dark:hover {
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843)
    }

    .btn_primary-dark:hover::after {
        background: var(--on-primary-opacity-8-dark)
    }

    .btn_outline:hover::after {
        background: var(--primary-opacity-8)
    }

    .btn_outline-dark:hover::after {
        background: var(--primary-opacity-8-dark)
    }

    .btn_text:hover::after {
        background: var(--primary-opacity-8)
    }

    .btn_text-dark:hover::after {
        background: var(--primary-opacity-8-dark)
    }

    .btn_elevated:hover {
        -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1490196078);
        box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1490196078)
    }

    .btn_elevated:hover::after {
        background: var(--primary-opacity-8)
    }

    .btn_tonal:hover {
        -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078)
    }

    .btn_tonal:hover::after {
        background: var(--on-secondary-opacity-8)
    }

    .content:hover .content__header::after {
        background: var(--on-surface-var-opacity-8-dark)
    }

    .content__header:hover::after {
        background: var(--on-surface-var-opacity-8)
    }

    .content__item a:hover {
        background: var(--primary-opacity-8)
    }

    .casinos-list__payment a.casinos-list__payment-item:hover {
        opacity: .6
    }

    .author__soc-list li a:hover {
        background: var(--primary-opacity-8)
    }

    .go-up:hover {
        -webkit-box-shadow: 0 6px 10px 4px rgba(0, 0, 0, .1490196078);
        box-shadow: 0 6px 10px 4px rgba(0, 0, 0, .1490196078)
    }

    .go-up:hover::after {
        background: var(--on-primary-container-opacity-8)
    }

    .breadcrumbs li:last-child a:hover {
        color: var(--on-primary-cont)
    }

    .breadcrumbs a:hover {
        color: var(--primary-simple)
    }

    .img-gallery .swiper-wrapper .swiper-slide a:hover::after {
        background: rgba(0, 0, 0, .6)
    }

    .img-gallery .swiper-wrapper .swiper-slide a:hover::before {
        opacity: 1
    }

    .img-gallery__arrows [class^=swiper-button]:not([class*=disabled]):hover::before {
        background: var(--on-surface-var-opacity-8)
    }

    .tabs-block__trigger:hover {
        background-color: #048400;
    }

    .list-slider [class^=swiper-button]:not([class*=disabled]):hover::before {
        background: var(--on-surface-var-opacity-8-dark)
    }

    .hero-links .links__button:hover {
        background: var(--on-surface-opacity-8)
    }
}

.js-copy__text {
    margin-top: 0!important;
}

@charset "UTF-8";

.cr-section-hero {
    padding-block: 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 32px;
    width: 100%;
    color: var(--on-surface-dark);
}

.cr-section-hero::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background: var(--primary);
}

.cr-section-hero__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 28px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cr-section-hero__header h1 {
    color: var(--surface);
    margin-right: auto;
    margin-bottom: 0;
}

.cr-section-hero__rate-payout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
}

.cr-section-hero__rate-payout .cr-section-hero__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    padding-right: 8px;
    --star-bg: #1a6b52;
    position: relative;
    --percent: calc(var(--rating, 4.5) / 5 * 100%);
}

.cr-section-hero__rate-payout .cr-section-hero__rate::before,
.cr-section-hero__rate-payout .cr-section-hero__rate::after {
    font-size: 24px;
    line-height: 22px;
    height: 24px;
    letter-spacing: 0px;
}

.cr-section-hero__rate-payout .cr-section-hero__rate::before {
    content: "★★★★★";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-color)), to(var(--star-bg)));
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cr-section-hero__rate-payout .cr-section-hero__rate::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0px;
    color: var(--star-color);
}

.cr-section-hero__rate-payout .cr-section-hero__payout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 4px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.cr-section-hero__rate-payout .cr-section-hero__payout svg {
    width: 24px;
    height: 24px;
}

.cr-section-hero__rate-payout .cr-section-hero__payout svg path {
    fill: var(--on-surface-dark);
}

.cr-section-hero__rate-payout .cr-section-hero__payout svg circle {
    stroke: var(--on-surface-dark);
}

.cr-section-hero__bonus {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078);
    background: var(--surf-cont-lowest);
}

.cr-section-hero__bonus > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cr-section-hero__bonus-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    font-size: 25px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-surface);
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cr-section-hero__bonus-info span {
    font-size: 32px;
    line-height: 136%;
    font-weight: 600;
}

.cr-section-hero__bonus-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cr-section-hero__bonus-copy-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cr-section-hero__bonus-copy-wrap > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.cr-section-hero__bonus-copy > .btn {
    width: 100%;
}

.cr-section-hero__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--on-surface-var-dark);
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.cr-section-hero__author-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cr-section-hero__author-name span {
    color: var(--surface);
}

.cr-section-hero__author-name p {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cr-section-hero__author-img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--primary-dark);
}

.cr-section-hero__author-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cr-section-hero__content > p:not([class]) {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: 0.25px;
    color: var(--on-surface-dark);
    margin-top: 20px;
}

.cr-section-hero__soc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}

.cr-section-hero__soc-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cr-section-hero__soc-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.cr-section-hero__soc-list li a:focus,
.cr-section-hero__soc-list li a:active {
    background: var(--primary-opacity-12-dark);
}

.cr-section-hero__soc-list li svg {
    width: 24px;
    height: 24px;
}

.cr-section-hero__soc-list li svg path {
    fill: var(--surface);
}

.cr-section-hero time {
    padding-left: 8px;
    border-left: 1px solid #FFFFFF30;
    margin-top: 0;
}

.cr-section-hero__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
}

.cr-section-hero__info-item {
    border-radius: 16px;
    padding: 24px;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078);
    background: var(--surface);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cr-section-hero__info-header {
    font-size: 25px;
    line-height: 136%;
    font-weight: 500;
    color: var(--on-surface);
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #FFFFFF30;
}

.cr-section-hero__table th {
    vertical-align: center;
    font-size: 18px;
    line-height: 136%;
    font-weight: 500;
    color: var(--tertiary-simple);
    margin-top: 0;
}

.cr-section-hero__table td {
    vertical-align: top;
    color: var(--on-surface-var);
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.cr-section-hero__table th,
.cr-section-hero__table td {
    text-align: left;
}

.cr-section-hero__table-list {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cr-section-hero__table-tr {
    min-width: calc((100% - 20px) / 2);
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}

.cr-section-hero__table-inner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cr-section-hero__table-inner-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 4px;
}

.cr-section-hero__table-inner-list li svg {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
}

@media (max-width: 1239.9px) {
    .cr-section-hero__bonus {
        gap: 20px;
    }
}

@media (max-width: 1279px) {
    .cr-section-hero__bonus > * {
        max-width: 100%;
    }

    .cr-section-hero__bonus {
        gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .cr-section-hero__bonus img {
        margin-inline: auto;
    }

    .cr-section-hero__bonus-copy {
        margin-inline: auto;
        width: 100%;
        max-width: 500px;
    }

    .cr-section-hero time {
        width: 100%;
        border-top: 1px solid #FFFFFF30;
        border-left: 0;
        padding-left: 0;
        padding-top: 8px;
    }
}

@media (max-width: 767.9px) {
    .cr-section-hero__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cr-section-hero__info-item {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

@media (max-width: 575.9px) {
    .cr-section-hero {
        padding-block: 56px;
    }

    .cr-section-hero__rate-payout {
        margin-left: 0;
        width: 100%;
    }

    .cr-section-hero__rate-payout .cr-section-hero__rate {
        font-size: 14px;
    }

    .cr-section-hero__rate-payout .cr-section-hero__rate::before,
    .cr-section-hero__rate-payout .cr-section-hero__rate::after {
        font-size: 18px;
        line-height: 16px;
        height: 18px;
        letter-spacing: 0px;
    }

    .cr-section-hero__rate-payout .cr-section-hero__rate {
        margin-inline: 0 auto;
    }

    .cr-section-hero__rate-payout .cr-section-hero__payout {
        font-size: 14px;
        letter-spacing: 0.05px;
    }

    .cr-section-hero__rate-payout .cr-section-hero__payout {
        margin-inline: auto;
    }

    .cr-section-hero__rate-payout .cr-section-hero__payout svg {
        width: 15px;
        height: 15px;
    }

    .cr-section-hero__bonus-info {
        font-size: 18px;
    }

    .cr-section-hero__bonus-info span {
        font-size: 22px;
    }

    .cr-section-hero__author {
        font-size: 14px;
        letter-spacing: 0.05px;
    }

    .cr-section-hero__author-img {
        width: 18px;
        height: 18px;
    }

    .cr-section-hero__content > p:not([class]) {
        font-size: 14px;
        letter-spacing: 0.05px;
    }

    .cr-section-hero__info-item {
        padding: 16px;
    }

    .cr-section-hero__info-header {
        font-size: 18px;
    }

    .cr-section-hero__table th {
        font-size: 14px;
    }

    .cr-section-hero__table td {
        font-size: 14px;
        letter-spacing: 0.05px;
    }

    .cr-section-hero__table-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cr-section-hero__table-tr {
        min-width: unset;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 16px;
        row-gap: 8px;
    }

    .cr-section-hero__table-tr > * {
        min-width: calc((100% - 16px) / 2);
        max-width: calc((100% - 16px) / 2);
    }
}

@media (max-width: 575.9px) and (max-width: 575.9px) {
    .cr-section-hero {
        gap: 20px;
    }
}

@media (hover: hover) {
    .cr-section-hero__soc-list li a:hover {
        background: var(--primary-opacity-8-dark);
    }
}

/* Popup */
.popup {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    margin: 0 !important;
}

.popup._active {
    display: flex;
}

.popup__title {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px;
}

.popup__buttons {
    display: flex;
    justify-content: flex-start;
}

.popup__buttons .slots__button {
    width: unset;
}

.popup__frame {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto 1fr;
    width: 100%;
    height: 100%;
    max-width: 1380px;
    max-height: 720px;
    margin: auto;
    border-radius: 4px;
    background: var(--primary);
    padding: 8px 12px 0 12px;
}

.popup__body {
    position: relative;
    grid-column: 1/4;
    grid-row: 2/3;
    margin: 8px -10px 2px -10px;
    border-radius: 4px;
    background: var(--header-bg);
    overflow: hidden;
}

.popup__body iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: none;
}

.popup__cross {
    background: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .popup__frame {
        max-height: unset;
        height: 100dvh;
        border-radius: unset;
    }

    .popup__frame {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto 1fr auto;
    }

    .popup__cross {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .popup__frame .popup__buttons {
        justify-content: center;
        grid-column: 1/3;
        grid-row: 3/4;
        padding: 10px 0;
    }

    .popup__body {
        grid-column: 1/3;
        grid-row: 2/3;
    }
}

.content-button {
    display: flex;
}

.content-button.align-center {
    justify-content: center;
}

.content-button.align-right {
    justify-content: flex-end;
}

.content-button:not(:first-child) {
    margin-top: 24px;
}

/* table */
.wp-block-table {
    overflow: auto;
}

.wp-block-table table {
    width: 100%;
    background: var(--primary);
    border-radius: 16px;
    border-collapse: collapse;
}

.wp-block-table table th,
.wp-block-table table td {
    padding: 10px 16px;
    border: 1px solid var(--bg, #f4fff7);
}

@media (max-width: 767px) {
    .wp-block-table table:has(td:nth-child(3)) {
        min-width: 600px;
    }
}

.dmca-badge {
    display: flex;
    justify-content: center;
}

.dmca-badge img {
    max-height: 54px;
}

.fixed-el {
    background: #000;
}

.fixed-el > .btn {
    background: #fff;
    color: #000;
}
.header__buttons {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header__burger {
    flex-shrink: 0;
}

.header {
    height: auto;
}

@media (max-width: 1280px){
    @media (max-width: 1279px) {
        .header__nav {
            height: calc(100svh - var(--height));
            margin: 0;
            top: var(--height);
        }
    }
}

@media (max-width: 767px) {
    .header__wrap {
        flex-wrap: wrap;
    }

    .header__buttons {
        margin: 0;
        flex-basis: 100%;
    }

    .header__buttons .btn {
        flex-grow: 1;
    }
}