@charset "UTF-8";
@font-face {
    font-family: OpenSans;
    font-display: swap;
    src: url(../fonts/OpenSans-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

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

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

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

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

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

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Regular.woff2) format("woff2");
    font-weight: 400;
    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%
}

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
}

a:hover {
    text-decoration: none
}

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

img {
    vertical-align: top;
    height: auto;
}

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 > :not(:first-child) {
    margin-top: var(--wrapper-margin)
}

.wrapper:first-child {
    margin-block: 32px
}

.wrapper.reset {
    margin-block: 0
}

.wrapper> :not(.container) {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--offsets, 20px);
    padding-right: var(--offsets, 20px);
    max-width: calc(var(--width-container) + var(--offsets, 20px) * 2)
}

.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
}

body {
    background: var(--surface, #101510);
    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-var);
    font-family: OpenSans
}

.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: 700
}

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

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

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

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

p:not([class]) a,
td a,
.advantages__text a {
    color: var(--primary);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: opacity;
	text-decoration: underline;
}

.section-hero__content p:not([class]) a {
    color: var(--on-primary);
    text-decoration: underline;
}

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

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

img {
    max-width: 100%
}

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: 48px;
    font-size: 25px;
    line-height: 136%;
    font-weight: 600;
    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-var)
}

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: 2px;
    border-radius: 50%;
    background: var(--primary);
    font-family: Roboto;
    text-align: center;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    color: #033912
}

ul.wp-block-list , .casinos-list__item ul:not([class]), .img-list__info ul:not([class]) {
    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
}
.casinos-list__item ul:not([class]),  .img-list__info ul:not([class]) {
	 margin-top: 10px;
}

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

ul.wp-block-list li p {
    margin-top: 0
}

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

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

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

:root {
    --height: 0px;
    --offsets: 20px;
    --offsets-m: 16px;
    --width-container: 1280px;
    --wrapper-margin: 40px;
    --wrapper-margin-m: 20px;
    --star-color: #ffa959;
    --star-bg: var(--surface, #101510);
    --primary: #9dd49d;
    --on-primary: #033912;
    --primary-cont: #1f5027;
    --on-primary-cont: #b9f0b8;
    --primary-fixed: #b9f0b8;
    --primary-fixed-dim: #9dd49d;
    --on-primary-fixed: #002107;
    --on-primary-fixed-var: #1f5027;
    --secondary: #b8ccb5;
    --on-secondary: #243424;
    --secondary-cont: #3a4b39;
    --on-secondary-cont: #d4e8d0;
    --secondary-fixed: #d4e8d0;
    --secondary-fixed-dim: #b8ccb5;
    --on-secondary-fixed: #0f1f10;
    --on-secondary-fixed-var: #3a4b39;
    --tertiary: #a1ced6;
    --on-tertiary: #00363c;
    --tertiary-cont: #1f4d54;
    --on-tertiary-cont: #bcebf2;
    --tertiary-fixed: #bcebf2;
    --tertiary-fixed-dim: #a1ced6;
    --on-tertiary-fixed: #001f24;
    --on-tertiary-fixed-var: #1f4d54;
    --error: #ffb4ab;
    --on-error: #690005;
    --error-cont: #93000a;
    --on-error-cont: #ffdad6;
    --surface: #101510;
    --surface-light: #f7fbf2;
    --surface-dim: #101510;
    --surface-bright: #363a35;
    --surf-cont-lowest: #0b0f0b;
    --surf-cont-low: #181d18;
    --surf-cont: #1c211c;
    --surf-cont-high: #272b26;
    --surf-cont-highest: #313630;
    --on-surface: #e0e4db;
    --on-surface-var: #c2c9bd;
    --outline: #8c9389;
    --outline-var: #424940;
    --outline-var-light: #c2c9bd;
    --inverse-surface: #e0e4db;
    --inverse-on-surface: #2d322c;
    --inverse-primary: #37693c;
    --scrim: #000000;
    --shadow: #000000;
    --primary-opacity-8: rgba(208, 188, 255, 0.0784313725);
    --primary-opacity-12: rgba(208, 188, 255, 0.1215686275);
    --on-primary-opacity-8: rgba(56, 30, 114, 0.0784313725);
    --on-primary-opacity-12: rgba(56, 30, 114, 0.1215686275);
    --on-primary-container-opacity-8: rgba(234, 221, 255, 0.0784313725);
    --on-primary-container-opacity-12: rgba(234, 221, 255, 0.1215686275);
    --on-secondary-opacity-8: rgba(232, 222, 248, 0.0784313725);
    --on-secondary-opacity-12: rgba(232, 222, 248, 0.1215686275);
    --on-surface-opacity-8: rgba(230, 224, 233, 0.0784313725);
    --on-surface-opacity-12: rgba(230, 224, 233, 0.1215686275);
    --on-surface-var-opacity-8: rgba(202, 196, 208, 0.0784313725);
    --on-surface-var-opacity-12: rgba(202, 196, 208, 0.1215686275)
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    padding-block: 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)
}

.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: 20px
}

a.header__logo {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: opacity
}

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

.header__nav {
    margin-left: auto
}

.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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 32px 8px;
}

.header .header-menu__item {
    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-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background-color;
    cursor: pointer;
    -webkit-transition-property: background;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.header .header-menu__item a, .header .header-menu__item span {
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background
}

.header .header-menu__item-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: 6px
}

.header .header-menu__item-header svg {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: transform
}

.header .header-menu__submenu {
    padding-block: 8px;
    border-radius: 4px;
    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;
    background: var(--surf-cont);
    -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: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    height: 12px
}

.header .header-menu__submenu-wrap {
    position: absolute;
    top: calc(100% + 8px + 4px);
    left: 0;
    min-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: none;
    z-index: 900;
}

.header .header-menu__submenu-title {
    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: 600;
    min-height: 64px;
    padding: 12px 20px;
    display: none;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background
}

.header .header-menu__submenu-title:active, .header .header-menu__submenu-title:focus {
    background: var(--surf-cont-highest)
}

.header .header-menu__submenu-title > svg {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px
}

.header .header-menu__submenu-item {
    position: relative;
    min-height: 56px;
    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: 12px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: #e0e4db;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background
}

.header .header-menu__submenu-item:active, .header .header-menu__submenu-item:focus {
    background: var(--surf-cont-highest)
}

.header .header-menu__submenu-item.active {
    background: var(--surf-cont-highest)
}

.header .header-menu__submenu-item .header-menu__item-header > svg {
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.header .header-menu__submenu-item .header-menu__item-header > svg path {
    fill: #c2c9bd
}

.header .header-menu__submenu-item .header-menu__submenu {
    max-height: 400px;
    overflow-y: auto
}

@supports not selector(::-webkit-scrollbar) {
    .header .header-menu__submenu-item .header-menu__submenu {
        scrollbar-width: thin;
        scrollbar-color: var(--lines) transparent
    }
}

.header .header-menu__submenu-item .header-menu__submenu::-webkit-scrollbar {
    width: 3px
}

.header .header-menu__submenu-item .header-menu__submenu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #b9f0b8;
    background-size: 100%;
    background-repeat: no-repeat
}

.header .header-menu__submenu-item .header-menu__submenu::-webkit-scrollbar-track {
    background: 0 0
}

.header .header-menu__submenu-item:not(.header-menu__submenu-item_has-submenu) a, .header .header-menu__submenu-item:not(.header-menu__submenu-item_has-submenu) span {
    padding: 15px 16px
}

.header .header-menu__submenu-item_has-submenu.active > .header-menu__submenu-wrap {
    display: block
}

.header .header-menu__submenu-item_has-submenu .header-menu__item-header {
    padding: 15px 16px
}

.header .header-menu__submenu-item .header-menu__submenu-wrap {
    left: 100%;
    top: -8px;
    background: var(--surf-cont-low)
}

.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:active .header__burger-wrap span, .header__burger:active .header__burger-wrap::after, .header__burger:active .header__burger-wrap::before, .header__burger:focus .header__burger-wrap span, .header__burger:focus .header__burger-wrap::after, .header__burger:focus .header__burger-wrap::before {
    background: var(--primary)
}

.header__burger.active .header__burger-wrap:before {
    top: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s ease .1s, -webkit-transform .3s ease-out .5s;
    transition: top .3s ease .1s, -webkit-transform .3s ease-out .5s;
    transition: top .3s ease .1s, transform .3s ease-out .5s;
    transition: top .3s ease .1s, transform .3s ease-out .5s, -webkit-transform .3s ease-out .5s
}

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

.header__burger.active .header__burger-wrap::after {
    bottom: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .3s ease .1s, -webkit-transform .3s ease-out .5s;
    transition: bottom .3s ease .1s, -webkit-transform .3s ease-out .5s;
    transition: bottom .3s ease .1s, transform .3s ease-out .5s;
    transition: bottom .3s ease .1s, transform .3s ease-out .5s, -webkit-transform .3s ease-out .5s
}

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

.header__burger-wrap span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s ease .3s, background .2s;
    transition: opacity .3s ease .3s, background .2s
}

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

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

.header__burger-wrap::before {
    top: 0;
    -webkit-transition: top .3s ease .3s, background .2s, -webkit-transform .3s ease-out .1s;
    transition: top .3s ease .3s, background .2s, -webkit-transform .3s ease-out .1s;
    transition: top .3s ease .3s, transform .3s ease-out .1s, background .2s;
    transition: top .3s ease .3s, transform .3s ease-out .1s, background .2s, -webkit-transform .3s ease-out .1s
}

.header__burger-wrap::after {
    bottom: 0;
    -webkit-transition: bottom .3s ease .3s, background .2s, -webkit-transform .3s ease-out .1s;
    transition: bottom .3s ease .3s, background .2s, -webkit-transform .3s ease-out .1s;
    transition: bottom .3s ease .3s, transform .3s ease-out .1s, background .2s;
    transition: bottom .3s ease .3s, transform .3s ease-out .1s, background .2s, -webkit-transform .3s ease-out .1s
}

.footer {
    background: var(--surf-cont);
    padding-block: 120px 80px;
    margin-block: calc(var(--wrapper-margin) * 2) 0
}

.footer .container {
    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__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);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: color
}

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

.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 p {
    letter-spacing: .05px;
    font-size: 14px;
    line-height: 136%;
    font-weight: 400;
    color: var(--on-surface-var);
    text-align: center;
}

.footer__logo + p {
    margin-top: 0;
}

.footer__logo {
    max-width: 90px;
    max-height: 44px;
    position: relative;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: opacity
}

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

.footer__logo::after, .footer__logo::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: var(--outline-var);
    position: absolute;
    top: 50%
}

.footer__logo::before {
    left: -20px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.footer__logo::after {
    right: -20px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface-var)
}

.footer__info p {
    margin-top: 16px
}

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

.footer__logos {
    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;
    padding-top: 32px;
    border-top: 1px solid var(--outline-var)
}

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

.section-hero_main {
    margin-bottom: -30px
}

.section-hero__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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 80px 64px;
    -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(--primary);
    border-radius: 16px;
    color: var(--on-primary);
    text-align: center
}

.section-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;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
}

.section-hero__links li {
    background: var(--surf-cont-low);
    border-radius: 16px;
    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);
    width: 100%;
    max-width: calc((100% - 80px) / 5)
}

.section-hero__links .links__button {
    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: 600;
    color: var(--primary);
    text-align: center;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background;
    width: 100%;
    background: unset;
}

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

.section-hero__links .links__button svg {
    max-width: 48px;
    max-height: 48px
}

.section-hero__links .links__button svg path {
    fill: var(--primary)
}

.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: 8px
}

.section-faq__list li {
    background: var(--surf-cont-low);
    border-radius: 16px;
    overflow: hidden
}

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

.section-faq summary {
    list-style: none;
    color: var(--on-surface);
    font-size: 18px;
    line-height: 136%;
    font-weight: 600;
    position: relative;
    padding: 8px 16px;
    cursor: pointer;
    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;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background
}

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

.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;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background
}

.section-faq summary svg {
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: transform
}

.section-faq p {
    padding-top: 8px;
    border-top: 1px solid var(--outline-var);
    margin: 0 16px 16px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface-var)
}

.cr-section-hero {
    padding: 24px;
    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-low);
    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
}

.cr-section-hero__content {
    width: 100%
}

.cr-section-hero__info {
    width: 100%;
    max-width: 444px
}

.cr-section-hero__bonus {
    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: 16px;
    margin-top: 25px;
    border-radius: 16px;
    border: 1px solid var(--on-surface)
}

.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: 600;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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 {
    margin-top: 25px;
    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);
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .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(--on-surface)
}

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

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

.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 {
    width: 24px;
    height: 24px
}

.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;
    border-radius: 50%;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background
}

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

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

.cr-section-hero__date {
    padding-left: 8px;
    border-left: 1px solid var(--outline-var-light);
    margin-top: 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-top: 25px
}

.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: 600;
    padding-right: 9px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

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

.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::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)
}

.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: .25px;
    margin-top: 0;
}

.cr-section-hero__payout svg {
    width: 24px;
    height: 24px
}

.cr-section-hero__payout svg path {
    fill: var(--primary)
}

.cr-section-hero__payout svg circle {
    stroke: var(--primary)
}

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

.cr-section-hero__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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cr-section-hero__info > .btn {
    width: 100%;
    max-width: 238px
}

.cr-section-hero__table {
    width: 100%;
    margin-top: 40px;
    table-layout: fixed;
    border-spacing: 0
}

.cr-section-hero__table-currency-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: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cr-section-hero__table-currency-list li {
    width: 56px;
    height: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843);
    background: var(--surface)
}

.cr-section-hero__table-currency-list li img, .cr-section-hero__table-currency-list li svg {
    width: auto;
    max-width: 100%;
    max-height: 100%
}

.cr-section-hero__table-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-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-list li svg {
    width: 24px;
    height: 24px
}

.cr-section-hero__table tr:nth-of-type(2n+3) {
    background: var(--primary-opacity-8)
}

.cr-section-hero__table td {
    vertical-align: top
}

.cr-section-hero__table td:first-child .cell {
    padding-left: 8px
}

.cr-section-hero__table td:last-child .cell {
    padding-right: 8px
}

.cr-section-hero__table .cell {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface-var);
    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: 16px;
    padding: 16px 4px
}

.cr-section-hero__table .cell span {
    font-size: 18px;
    line-height: 136%;
    font-weight: 600;
    color: var(--tertiary)
}

.cr-section-hero__table .cell_col:first-child {
    padding-left: 0
}

.cr-section-hero__table .cell_col:first-child:not(:last-child) {
    padding-right: 16px;
    border-right: 1px solid var(--outline-var)
}

.cr-section-hero__table .cell_col:last-child {
    padding-right: 0
}

.cr-section-hero__table .cell_col:last-child:not(:first-child) {
    padding-left: 16px
}

.cr-section-hero__table-top td:first-child .cell {
    padding-left: 0
}

.cr-section-hero__table-top td:first-child:not(:last-child) {
    border-right: 1px solid var(--outline-var)
}

.cr-section-hero__table-top td:first-child:not(:last-child) .cell {
    padding-right: 16px
}

.cr-section-hero__table-top td:last-child .cell {
    padding-right: 0
}

.cr-section-hero__table-top td:last-child:not(:first-child) .cell {
    padding-left: 16px
}

.cr-section-hero__table-top td .cell {
    padding-block: 0
}

.cr-section-hero__table-currency td:nth-of-type(n) .cell {
    border-top: 1px solid var(--outline-var);
    padding-inline: 0;
    padding-block: 20px;
    margin-top: 20px
}

.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
}

.pr-section-hero__demo {
    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;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 32px
}

.pr-section-hero__demo-title {
    padding: 16px 32px;
    background: var(--primary);
    color: var(--surface);
    font-size: 25px;
    line-height: 136%;
    font-weight: 600;
    margin-top: 0;
}

.pr-section-hero__demo-img {
    aspect-ratio: 1280/550;
    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
}

.pr-section-hero__demo-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11, 20, 33, .6);
    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-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: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    z-index: 2
}

.pr-section-hero__demo-btns .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.pr-section-hero__review {
    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
}

.pr-section-hero__review-img {
    width: 100%;
    max-width: 413px;
    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
}

.pr-section-hero__review-img-wrap {
    border-radius: 16px;
    overflow: hidden
}

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

.pr-section-hero__review-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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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: 16px;
    background: var(--surf-cont-low)
}

.pr-section-hero__review-info li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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: 400;
    letter-spacing: .25px;
    color: var(--on-surface-var)
}

.pr-section-hero__review-info li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 8px);
    display: block;
    width: 1px;
    height: 100%;
    background: var(--outline-var)
}

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

.pr-section-hero__content {
    width: 100%
}

.pr-section-hero__content h1 {
    color: var(--on-surface);
    margin-bottom: 32px
}

.pr-section-hero__content-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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 8px
}

.pr-section-hero__content-row {
    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;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface-var);
    margin-top: 0;
}

.pr-section-hero__content-row span {
    font-size: 18px;
    line-height: 136%;
    font-weight: 600;
    color: var(--tertiary)
}

.pr-section-hero__author {
    margin-top: 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: 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);
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pr-section-hero__author-name span {
    color: var(--on-surface)
}

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

.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%;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background
}

.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__date {
    padding-left: 8px;
    border-left: 1px solid var(--outline-var-light);
    margin-top: 0
}

.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: 600;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --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;
    font-weight: 300
}

.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__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: .25px
}

.pr-section-hero__payout svg {
    width: 24px;
    height: 24px
}

.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
}

.pr-section-hero__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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.pr-section-hero__info > .btn {
    width: 100%;
    max-width: 238px
}

.pr-section-hero__table {
    width: 100%;
    margin-top: 40px;
    table-layout: fixed;
    border-spacing: 0
}

.pr-section-hero__table-currency-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: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pr-section-hero__table-currency-list li {
    width: 56px;
    height: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3019607843);
    background: var(--surface)
}

.pr-section-hero__table-currency-list li img, .pr-section-hero__table-currency-list li svg {
    max-width: 100%;
    max-height: 100%
}

.pr-section-hero__table-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
}

.pr-section-hero__table-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
}

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

.pr-section-hero__table tr:nth-of-type(2n+3) {
    background: var(--primary-opacity-8)
}

.pr-section-hero__table td:first-child .cell {
    padding-left: 8px
}

.pr-section-hero__table td:last-child .cell {
    padding-right: 8px
}

.pr-section-hero__table .cell {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface-var);
    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: 16px;
    padding: 16px 4px
}

.pr-section-hero__table .cell span {
    font-size: 18px;
    line-height: 136%;
    font-weight: 600;
    color: var(--tertiary)
}

.pr-section-hero__table .cell_col:first-child {
    padding-left: 0
}

.pr-section-hero__table .cell_col:first-child:not(:last-child) {
    padding-right: 16px;
    border-right: 1px solid var(--outline-var)
}

.pr-section-hero__table .cell_col:last-child {
    padding-right: 0
}

.pr-section-hero__table .cell_col:last-child:not(:first-child) {
    padding-left: 16px
}

.pr-section-hero__table-top td:first-child .cell {
    padding-left: 0
}

.pr-section-hero__table-top td:first-child:not(:last-child) .cell {
    padding-right: 16px;
    border-right: 1px solid var(--outline-var)
}

.pr-section-hero__table-top td:last-child .cell {
    padding-right: 0
}

.pr-section-hero__table-top td:last-child:not(:first-child) .cell {
    padding-left: 16px
}

.pr-section-hero__table-top td .cell {
    padding-block: 0
}

.pr-section-hero__table-currency td:nth-of-type(n) .cell {
    border-top: 1px solid var(--outline-var);
    padding-inline: 0;
    padding-block: 16px;
    margin-top: 16px
}

.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: 10px 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: 600;
    line-height: 24px;
	text-decoration: unset;
    color: var(--on-primary);
    -webkit-transition-property: background, color, border-color, -webkit-box-shadow;
    transition-property: background, color, border-color, -webkit-box-shadow;
    transition-property: background, box-shadow, color, border-color;
    transition-property: background, box-shadow, color, border-color, -webkit-box-shadow;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background, box-shadow, color, border-color;
    cursor: pointer;
    overflow: hidden
}

.btn svg {
    width: 18px;
    height: 18px
}

.btn svg path {
    fill: currentColor
}

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

.btn::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background
}

.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: Roboto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: .1px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background
}

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

.btn_copy svg {
    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_outline {
    padding: 9px 23px;
    background: 0 0;
    color: var(--primary);
    border: 1px solid #8c9389
}

.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_text {
    padding: 10px 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_elevated {
    background: var(--surf-cont);
    color: var(--primary);
    -webkit-box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078)
}

.btn_elevated:active, .btn_elevated:focus {
    -webkit-box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 4px 8px 3px 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
}

.content__header-text {
    margin-top: 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
}

.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;
    cursor: pointer;
    font-size: 32px;
    line-height: 136%;
    font-weight: 600;
    color: var(--on-surface);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: color
}

.content__header svg {
    position: relative;
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: transform
}

.content__header svg path {
    -webkit-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: fill
}

.content__header::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background
}

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

.content__nav {
    display: none;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid var(--outline-var)
}

.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: 10px 12px;
    color: var(--primary);
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background;
    border-radius: 100px
}

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

.casinos-list__list {
    width: 100%;
}

.casinos-list__list tbody {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    counter-reset: casinos-list;
    gap: 20px
}

.casinos-list__list tbody tr {
    display: flex;
    width: 100%;
    height: 100%;
}

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

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

.casinos-list__inner {
    width: 100%;
    counter-increment: casinos-list;
    border-radius: 16px;
    border: 1px solid var(--outline-var);
    padding: 12px 16px 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
}

.casinos-list__inner > img {
    width: calc(100% + 32px);
    height: 140px;
    max-width: calc(100% + 32px);
    max-height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: -16px
}

.casinos-list__inner:nth-child(1) .casinos-list__header::before {
    border: 0;
    color: #b89d43;
    background: -webkit-gradient(linear, left top, right top, from(#ceac53), color-stop(23.5%, #e5cd77), color-stop(45.36%, #f8e890), color-stop(74%, #dbc164), to(#c3a147));
    background: linear-gradient(90deg, #ceac53 0, #e5cd77 23.5%, #f8e890 45.36%, #dbc164 74%, #c3a147 100%)
}

.casinos-list__inner:nth-child(2) .casinos-list__header::before {
    border: 0;
    color: #98958b;
    background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), color-stop(23.5%, #a8a8a8), color-stop(45.36%, #e7e7e7), color-stop(74%, #a3a3a3), to(#828282));
    background: linear-gradient(90deg, #7e7e7e 0, #a8a8a8 23.5%, #e7e7e7 45.36%, #a3a3a3 74%, #828282 100%)
}

.casinos-list__inner:nth-child(3) .casinos-list__header::before {
    border: 0;
    color: #bc8555;
    background: -webkit-gradient(linear, left top, right top, from(#b07d54), color-stop(23.5%, #d09664), color-stop(45.36%, #e7ae7b), color-stop(74%, #d09664), to(#b07d54));
    background: linear-gradient(90deg, #b07d54 0, #d09664 23.5%, #e7ae7b 45.36%, #d09664 74%, #b07d54 100%)
}

.casinos-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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 12px
}

.casinos-list__header::before {
    content: counter(casinos-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: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .15px;
    text-align: center;
    color: var(--outline-var-light);
    border: 1px solid var(--outline-var-light);
    border-radius: 50%
}

.casinos-list__title,
.casinos-list__title > * {
    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;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface);
    text-align: left
}

.casinos-list__title > * {
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.casinos-list__rate {
    display: block;
    margin-top: 4px;
    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: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.casinos-list__rate::after, .casinos-list__rate::before {
    font-size: 18px;
    line-height: 16px;
    height: 18px;
    letter-spacing: 0;
    font-weight: 300
}

.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__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    line-height: 136%;
    font-weight: 600;
    color: var(--primary);
    margin-top: 16px
}

.casinos-list__bonus span {
    font-size: 25px;
    line-height: 136%;
    font-weight: 600;
    margin-top: 4px
}

.casinos-list__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    line-height: 136%;
    font-weight: 600;
    color: var(--on-surface);
    margin-top: 16px
}

.casinos-list__payment-list {
    margin-top: 8px;
    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: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.casinos-list__payment a.casinos-list__payment-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: opacity
}

.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: 42px;
    height: 24px;
    padding: 2px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1490196078);
    background: var(--surf-cont)
}

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

.casinos-list__payout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    line-height: 136%;
    font-weight: 600;
    color: var(--on-surface);
    margin-top: auto;
    padding-top: 16px
}

.casinos-list__payout span {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    margin-top: 8px
}

.casinos-list__btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
    flex: 1 1;
}

.casinos-list__btns > :first-child {
    margin-top: auto;
}

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

.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(--surf-cont-low)
}

.benefits__list {
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.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;
    font-size: 25px;
    line-height: 136%;
    font-weight: 600;
    color: var(--primary);
    padding-left: 60px
}

.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 var(--primary);
    border-left: 2px solid var(--primary);
    rotate: -45deg
}

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

.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 > * {
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

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

.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__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;
    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: 600;
    text-align: center;
    color: var(--surface-light);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: transform
}

.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%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.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);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.games-list__rate .btn {
    width: 107px
}

.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;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    --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;
    font-weight: 300
}

.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
}

.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;
    border-radius: 16px;
    width: 100%;
    table-layout: auto;
    border-spacing: 0;
    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)
}

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

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

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

.table-block .table-block__table:not([class*=table-block__table_]) thead th {
    height: 108px;
    color: var(--on-tertiary);
    font-size: 25px;
    line-height: 136%;
    font-weight: 600;
    text-align: left;
    padding: 37px 32px
}

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

.table-block .table-block__table:not([class*=table-block__table_]) tbody tr:nth-of-type(even) {
    background: var(--surf-cont-low)
}

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

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

.table-block .table-block__table:not([class*=table-block__table_]) tbody td:first-child .cell {
    font-size: 18px;
    line-height: 136%;
    font-weight: 600
}

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

.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;
    color: var(--on-surface);
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    text-align: left;
    padding: 16px 32px
}

.table-block .table-block__table:not([class*=table-block__table_]) tbody .cell svg {
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px
}

.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::before {
    content: counter(table-block);
    display: block;
    width: 44px;
    text-align: center;
    font-size: 18px;
    line-height: 136%;
    font-weight: 600
}

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

.table-block .table-block__table_cards tr td, .table-block .table-block__table_cards tr th {
    background: var(--surface);
    padding: 16px;
    height: 80px
}

.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;
    padding-left: 32px
}

.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;
    padding-right: 32px
}

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

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

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

.table-block .table-block__table_cards tr th {
    font-size: 18px;
    line-height: 136%;
    font-weight: 600
}

.table-block .table-block__table_cards tr td {
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px
}

.table-block .table-block__table_cards .cell {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%
}

.table-block .table-block__table_cards .cell.name {
    font-size: 18px;
    line-height: 136%;
    font-weight: 600;
    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_cards .cell.name img {
    max-width: 20px;
    max-height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.table-block .table-block__table_separated {
    border-spacing: 8px;
    padding: 24px
}

.table-block .table-block__table_separated tr td:nth-of-type(n) {
    border-radius: 8px
}

.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 .img-list__title {
    font-size: 25px;
    line-height: 136%;
    font-weight: 600;
    color: var(--on-surface);
    margin-top: 0;
}

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

.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;
    min-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,
.img-list__img svg
{
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    padding: 32px;
    border-radius: 16px;
    background: var(--surf-cont-low)
}

.author__img {
    width: 83px;
    height: 83px;
    min-width: 83px;
    min-height: 83px;
    border-radius: 50%;
    margin: 6px;
    overflow: hidden;
    border: 2px solid var(--primary)
}

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

.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;
    gap: 16px
}

.author__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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    row-gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.author__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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 600;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.author__rate::after, .author__rate::before {
    font-size: 24px;
    line-height: 22px;
    height: 24px;
    letter-spacing: 0;
    font-weight: 300
}

.author__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
}

.author__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)
}

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

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

.author__bottom {
    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;
    row-gap: 8px
}

.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%;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    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__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: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.author__info li {
    padding: 3px 15px;
    border-radius: 8px;
    border: 1px solid var(--outline);
    font-size: 18px;
    line-height: 136%;
    font-weight: 600;
    -webkit-transition-property: background, border-color;
    transition-property: background, border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background, border-color
}

.fixed-el {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 80;
    border-radius: 16px 16px 0 0;
    padding: 8px 16px;
    background: var(--primary);
    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
}

.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: 600;
    color: var(--on-primary)
}

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

.fixed-el__main span {
    font-size: 18px;
    line-height: 136%;
    font-weight: 600;
    color: var(--primary-cont)
}

.fixed-el > .btn {
    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::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: 0 0;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    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 .container {
    padding-block: 32px 0
}

.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;
    -webkit-column-gap: 34px;
    -moz-column-gap: 34px;
    column-gap: 34px;
    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
}

.breadcrumbs li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 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 {
    pointer-events: none
}

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

.breadcrumbs a {
    color: var(--on-surface-var);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: color
}

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

.breadcrumbs span {
    color: var(--primary)
}

.img-gallery {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-inline: 20px;
    overflow: hidden
}

.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 img, .img-gallery .swiper-wrapper .swiper-slide a:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.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;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: opacity
}

.img-gallery .swiper-wrapper .swiper-slide a::after {
    z-index: 2;
    background: 0 0;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background
}

.img-gallery .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: transform
}

.img-gallery .swiper-pagination {
    position: relative;
    margin-top: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.img-gallery .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    position: relative;
    cursor: pointer
}

.img-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: var(--primary)
}

.img-gallery .swiper-pagination .swiper-pagination-bullet::after, .img-gallery .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.img-gallery .swiper-pagination .swiper-pagination-bullet::after {
    background: var(--on-primary-opacity-8);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: opacity;
    opacity: 0
}

.img-gallery .swiper-pagination .swiper-pagination-bullet::before {
    background: var(--on-surface-opacity-12);
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background
}

.pros-cons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.pros-cons__item {
    padding: 20px 24px;
    border-top: 4px solid var(--primary);
    border-bottom: 4px solid var(--primary);
    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: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.pros-cons__item_pros .pros-cons__icon {
    background: var(--primary-cont)
}

.pros-cons__item_cons {
    border-color: var(--error)
}

.pros-cons__item_cons .pros-cons__header {
    color: var(--error)
}

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

.pros-cons__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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    color: var(--primary)
}

.pros-cons__title {
    font-size: 25px;
    line-height: 136%;
    font-weight: 600;
    margin-top: 0;
}

.pros-cons__icon {
    width: 40px;
    height: 40px;
    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: 50%
}

.pros-cons__icon svg {
    width: 24px;
    height: 24px
}

.pros-cons__icon svg path {
    fill: currentColor
}

.pros-cons ul {
    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;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--outline-var)
}

.pros-cons ul li {
    width: 100%;
    max-width: calc((100% - 16px) / 2);
    padding-left: 34px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface)
}

.providers-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr);
    margin-top: 32px
}

.providers-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;
    padding: 16px;
    border: 1px solid var(--outline-var)
}

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

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

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

.reviews-list__item {
    border-radius: 16px;
    border: 1px solid var(--outline-var);
    padding: 12px 16px 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
}

.reviews-list__item > img {
    width: calc(100% + 32px);
    height: 140px;
    max-width: calc(100% + 32px);
    max-height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: -16px;
    margin-top: 12px
}

.reviews-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: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px
}

.reviews-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: 600;
    color: var(--on-surface);
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.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: 14px;
    line-height: 136%;
    font-weight: 600;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.reviews-list__rate::after, .reviews-list__rate::before {
    font-size: 18px;
    line-height: 16px;
    height: 18px;
    letter-spacing: 0;
    font-weight: 300
}

.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;
    letter-spacing: .05px;
    font-size: 14px;
    line-height: 136%;
    font-weight: 400;
    color: var(--on-surface)
}

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

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

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

.reviews-list__descr {
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.reviews-list__btns {
    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: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px
}

.reviews-list__btns .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

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

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

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

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

.pokies-list__item {
    border-radius: 16px;
    border: 1px solid var(--outline-var);
    padding: 12px 16px 22px;
    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
}

.pokies-list__header {
    width: calc(100% + 32px);
    margin-left: -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
}

.pokies-list__header-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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 4px
}

.pokies-list__img {
    width: 100%;
    aspect-ratio: 305/214;
    overflow: hidden
}

.pokies-list__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.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: 600;
    color: var(--on-surface);
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 0;
}

.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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 136%;
    font-weight: 600;
    color: var(--on-surface);
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.pokies-list__rate::after, .pokies-list__rate::before {
    font-size: 18px;
    line-height: 16px;
    height: 18px;
    letter-spacing: 0;
    font-weight: 300
}

.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__info {
    margin-top: 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
}

.pokies-list__info 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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    color: var(--on-surface-var)
}

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

.pokies-list__info li + li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--outline-var)
}

.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;
    margin-top: 16px
}

.pokies-list__btns .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.icon-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
}

.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
}

.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 span {
    font-size: 25px;
    line-height: 136%;
    font-weight: 600;
    color: var(--on-surface)
}

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

.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;
    gap: 32px
}

.tabs-block:has(.tabs-block__updates) {
    display: grid;
    grid-template-columns: 1fr auto;
}

.tabs-block:has(.tabs-block__updates) .tabs-block__item-list {
    grid-column: -1/1;
}

.tabs-block__updates {
    margin-top: 0;
    cursor: default;
}

.tabs-block__item-list {
	width: 100%;
}

.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: 600;
    color: var(--on-surface-var);
    -webkit-transition-property: background, border-color;
    transition-property: background, border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: background, border-color;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 2px solid transparent
}

.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 var(--surf-cont-highest);
    margin-right: auto;
    overflow-x: auto;
}

.tabs-block__trigger:focus {
    background: var(--on-surface-opacity-12)
}

.tabs-block__trigger:active {
    background: var(--on-surface-opacity-8)
}

.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;
    -webkit-transition-property: opacity, width;
    transition-property: opacity, width;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: opacity, width
}

.tabs-block__trigger.active {
    border-color: var(--primary)
}

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

.preview-block .tabs-block__item {
    display: block!important;
}

@media (max-width: 1024px) {
    .tabs-block:has(.tabs-block__updates) {
        display: flex;
        flex-direction: column;
    }

    .tabs-block:has(.tabs-block__updates) .tabs-block__item-list {
        grid-column: unset;
    }

    .tabs-block__updates {
        margin-top: 0;
    }
}

@media (min-width: 576px) {
    .fixed-el {
        display: none
    }

    .pokies-list__header-wrap {
        padding: 0 16px;
        padding-bottom: 12px
    }
}

@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: 600;
        color: var(--primary)
    }

    .footer__nav-list li:nth-of-type(-n+4) > a {
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        will-change: color
    }

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

    .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%
    }
}

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

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

    .header .header-menu__item {
        height: 44px;
        gap: 8px;
        font-size: 16px;
        line-height: 136%;
        font-weight: 600;
        color: var(--primary);
        border-radius: 100px
    }

    .header .header-menu__item:not(.header-menu__item_has-submenu) a, .header .header-menu__item:not(.header-menu__item_has-submenu) span {
        padding: 10px 12px;
        border-radius: 100px
    }

    .header .header-menu__item:not(.header-menu__item_has-submenu) a:active, .header .header-menu__item:not(.header-menu__item_has-submenu) a:focus, .header .header-menu__item:not(.header-menu__item_has-submenu) span:active, .header .header-menu__item:not(.header-menu__item_has-submenu) span:focus {
        background: var(--primary-opacity-12)
    }

    .header .header-menu__item_has-submenu {
        padding: 10px 12px
    }

    .header .header-menu__item_has-submenu:active, .header .header-menu__item_has-submenu:focus {
        background: var(--primary-opacity-12)
    }

    .header .header-menu__item_has-submenu.active > .header-menu__submenu-wrap {
        display: block
    }

    .header .header-menu__item_has-submenu:nth-last-child(1) > .header-menu__submenu-wrap, .header .header-menu__item_has-submenu:nth-last-child(2) > .header-menu__submenu-wrap {
        right: 0;
        left: unset
    }

    .header .header-menu__item_has-submenu:nth-last-child(1) .header-menu__submenu-item .header-menu__item-header, .header .header-menu__item_has-submenu:nth-last-child(2) .header-menu__submenu-item .header-menu__item-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .header .header-menu__item_has-submenu:nth-last-child(1) .header-menu__submenu-item .header-menu__item-header svg, .header .header-menu__item_has-submenu:nth-last-child(2) .header-menu__submenu-item .header-menu__item-header svg {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .header .header-menu__item_has-submenu:nth-last-child(1) .header-menu__submenu-item .header-menu__submenu-wrap, .header .header-menu__item_has-submenu:nth-last-child(2) .header-menu__submenu-item .header-menu__submenu-wrap {
        right: unset;
        left: -100%
    }

    .header .header-menu__item_has-submenu .header-menu__item-header > svg {
        min-width: 18px;
        min-height: 18px;
        width: 18px;
        height: 18px
    }

    .header .header-menu__item_has-submenu .header-menu__item-header > svg path {
        fill: #9dd49d
    }

    .header .header-menu__submenu {
        max-width: 300px
    }

    .header__burger {
        display: none
    }
}

@media (min-width: 992px) and (hover: hover) {
    .header .header-menu__item:not(.header-menu__item_has-submenu) a:hover, .header .header-menu__item:not(.header-menu__item_has-submenu) span:hover {
        background: var(--primary-opacity-8)
    }

    .header .header-menu__item_has-submenu:hover {
        background: var(--primary-opacity-8)
    }

    .header .header-menu__item_has-submenu:hover > .header-menu__item-header > svg {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .header .header-menu__item_has-submenu:hover > .header-menu__submenu-wrap {
        display: block
    }

    .header .header-menu__submenu-item_has-submenu:hover > .header-menu__submenu-wrap {
        display: block
    }
}

@media (min-width: 1240px) {
    .cr-section-hero__info {
        margin-top: 16px
    }
}

@media (max-width: 1239.9px) {
    .cr-section-hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cr-section-hero__info {
        max-width: 100%
    }

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

    .reviews-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: 991.9px) {
    .header__nav {
        position: fixed;
        top: 64px;
        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(--surf-cont-low)
    }

    @supports not selector(::-webkit-scrollbar) {
        .header__nav {
            scrollbar-width: thin;
            scrollbar-color: var(--lines) transparent
        }
    }.header__nav::-webkit-scrollbar {
         width: 3px
     }

    .header__nav::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #b9f0b8;
        background-size: 100%;
        background-repeat: no-repeat
    }

    .header__nav::-webkit-scrollbar-track {
        background: 0 0
    }

    .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;
        gap: 0
    }

    .header .header-menu__item {
        gap: 0;
        -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;
        min-height: 56px;
        font-size: 18px;
        line-height: 136%;
        font-weight: 400;
        letter-spacing: .25px;
        color: var(--on-surface)
    }

    .header .header-menu__item.active {
        background: var(--surf-cont-highest)
    }

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

    .header .header-menu__item .header-menu__item-header > svg {
        min-width: 24px;
        min-height: 24px;
        width: 24px;
        height: 24px
    }

    .header .header-menu__item .header-menu__item-header > svg path {
        fill: #c2c9bd
    }

    .header .header-menu__item:not(.header-menu__item_has-submenu) > a, .header .header-menu__item:not(.header-menu__item_has-submenu) > span {
        padding: 18px 16px;
        width: 100%
    }

    .header .header-menu__item:not(.header-menu__item_has-submenu) > a:active, .header .header-menu__item:not(.header-menu__item_has-submenu) > a:focus, .header .header-menu__item:not(.header-menu__item_has-submenu) > span:active, .header .header-menu__item:not(.header-menu__item_has-submenu) > span:focus {
        background: var(--surf-cont-highest)
    }

    .header .header-menu__item_has-submenu:active, .header .header-menu__item_has-submenu:focus {
        background: var(--surf-cont-highest)
    }

    .header .header-menu__item_has-submenu.active > .header-menu__submenu-wrap {
        display: block
    }

    .header .header-menu__item-header {
        padding: 18px;
        min-height: 56px
    }

    .header .header-menu__submenu {
        padding-block: 0;
        border-radius: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        background: var(--surf-cont-low)
    }

    .header .header-menu__submenu::before {
        display: none
    }

    .header .header-menu__submenu-wrap {
        position: relative;
        top: 0;
        left: 0;
        width: 100%
    }

    .header .header-menu__submenu-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header .header-menu__submenu-item {
        min-height: 56px
    }

    .header .header-menu__submenu-item > a, .header .header-menu__submenu-item > li, .header .header-menu__submenu-item > span {
        width: 100%
    }

    .header .header-menu__submenu-item .header-menu__submenu {
        max-height: 100%
    }

    .header .header-menu__submenu-item:not(.header-menu__submenu-item_has-submenu) a, .header .header-menu__submenu-item:not(.header-menu__submenu-item_has-submenu) span {
        padding: 18px 16px 18px 28px
    }

    .header .header-menu__submenu-item_has-submenu .header-menu__item-header {
        padding: 18px 16px 18px 28px
    }

    .header .header-menu__submenu-item .header-menu__submenu-wrap {
        z-index: 1;
        position: fixed;
        top: 64px;
        left: 0;
        bottom: 0;
        right: 0
    }

    .section-hero__links li {
        max-width: calc((100% - 20px) / 2)
    }

    .section-hero__links li:last-child:nth-of-type(odd) {
        max-width: 100%
    }

    .cr-section-hero__date {
        width: 100%;
        border-top: 1px solid var(--outline-var-light);
        border-left: 0;
        padding-left: 0;
        padding-top: 8px
    }

    .pr-section-hero__review {
        display: contents
    }

    .pr-section-hero__review-img {
        max-width: 100%;
        margin-bottom: 20px
    }

    .pr-section-hero__content {
        display: contents
    }

    .pr-section-hero__content h1 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .pr-section-hero__date {
        width: 100%;
        border-top: 1px solid var(--outline-var-light);
        border-left: 0;
        padding-left: 0;
        padding-top: 8px
    }

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


    .benefits__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 20px
    }

    .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
    }

    .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_separated {
        padding: 12px 20px
    }

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

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

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

@media (max-width: 991.9px) and (max-width: 575.9px) {
    .header .header-menu__item {
        font-size: 14px;
        letter-spacing: .05px
    }
}

@media (max-width: 991.9px) and (hover: hover) {
    .header .header-menu__item:not(.header-menu__item_has-submenu) > a:hover, .header .header-menu__item:not(.header-menu__item_has-submenu) > span:hover {
        background: var(--surf-cont-highest)
    }

    .header .header-menu__item_has-submenu:hover {
        background: var(--surf-cont-highest)
    }
}

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

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

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

    .table-block .table-block__table_list .cell.name::before {
        content: counter(table-block) ".";
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-right: 4px
    }

    .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;
        padding: 16px;
        border-radius: 16px;
        background: var(--secondary)
    }

    .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 {
        height: unset;
        min-height: 54px;
        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;
        padding: 6px 16px
    }

    .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
    }

    .table-block .table-block__table_cards tr td:last-child {
        padding: 0;
        background: 0 0
    }

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

    .table-block .table-block__table_cards .cell.name {
        gap: 0
    }

    .table-block .table-block__table_cards .cell.name img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 8px
    }

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

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

@media (max-width: 575.9px) {
    .wrapper,
    .wrapper > :not(:first-child){
        margin-top: var(--wrapper-margin-m)
    }

    .wrapper:first-child {
        margin-block: 28px
    }

    .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 {
        margin-bottom: 28px
    }

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

    h3 {
        font-size: 18px
    }

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

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

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

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

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

    ul.wp-block-list {
        margin-top: 16px;
        gap: 16px
    }

    ul.wp-block-list li {
        font-size: 14px
    }

    .header__wrap {
        gap: 6px
    }

    .header__logo {
        margin-inline: auto
    }

    .header .header-menu__submenu-item {
        font-size: 14px;
        letter-spacing: .05px
    }

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

    .footer .container {
        gap: 28px
    }

    .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__info {
        font-size: 14px;
        letter-spacing: .05px
    }

    .footer__logos {
        padding-top: 28px;
        gap: 16px
    }

    .footer__logos img {
        max-height: 32px
    }

    .section-hero_main {
        margin-bottom: -28px
    }

    .section-hero__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 16px;
        text-align: left
    }

    .section-hero__links {
        margin-top: 28px;
        gap: 16px
    }

    .section-hero__links .links__button {
        font-size: 18px
    }

    .section-hero__links .links__button svg {
        max-width: 32px;
        max-height: 32px
    }

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

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

    .cr-section-hero {
        padding: 24px 16px;
        gap: 16px
    }

    .cr-section-hero__bonus {
        -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;
        gap: 16px;
        margin-top: 20px
    }

    .cr-section-hero__bonus-info {
        font-size: 18px
    }

    .cr-section-hero__bonus-info {
        gap: 8px
    }

    .cr-section-hero__bonus-info span {
        font-size: 22px
    }

    .cr-section-hero__bonus-copy {
        gap: 8px
    }

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

    .cr-section-hero__author {
        margin-top: 16px
    }

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

    .cr-section-hero__rate-payout {
        margin-top: 16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-inline: 7px
    }

    .cr-section-hero__rate {
        font-size: 14px
    }

    .cr-section-hero__rate::after, .cr-section-hero__rate::before {
        font-size: 18px;
        line-height: 16px;
        height: 18px;
        letter-spacing: 0
    }

    .cr-section-hero__payout {
        font-size: 14px;
        letter-spacing: .05px
    }

    .cr-section-hero__payout svg {
        width: 15px;
        height: 15px
    }

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

    .cr-section-hero__descr {
        margin-top: 16px
    }

    .cr-section-hero__info > .btn {
        max-width: 100%
    }

    .cr-section-hero__table {
        margin-top: 20px
    }

    .cr-section-hero__table-currency-list li {
        width: 42px;
        height: 24px
    }

    .cr-section-hero__table .cell {
        font-size: 14px;
        letter-spacing: .05px
    }

    .cr-section-hero__table .cell {
        gap: 8px;
        padding: 8px 4px
    }

    .cr-section-hero__table .cell span {
        font-size: 14px
    }

    .cr-section-hero__table-currency td:nth-of-type(n) .cell {
        padding-block: 16px;
        margin-top: 16px
    }

    .pr-section-hero__demo {
        margin-bottom: 20px
    }

    .pr-section-hero__demo-title {
        font-size: 18px
    }

    .pr-section-hero__demo-title {
        padding: 16px
    }

    .pr-section-hero__demo-img {
        aspect-ratio: 328/220
    }

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

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

    .pr-section-hero__content h1 {
        margin-bottom: 28px
    }

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

    .pr-section-hero__author {
        margin-top: 16px
    }

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

    .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__payout {
        font-size: 14px;
        letter-spacing: .05px
    }

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

    .pr-section-hero__info > .btn {
        max-width: 100%
    }

    .pr-section-hero__table {
        margin-top: 20px
    }

    .pr-section-hero__table-currency-list li {
        width: 42px;
        height: 24px
    }

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

    .pr-section-hero__table .cell {
        gap: 8px;
        padding: 8px 4px
    }

    .pr-section-hero__table .cell span {
        font-size: 14px
    }

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

    .content__header {
        font-size: 22px
    }

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

    .content__item a {
        padding: 8px 12px
    }

    .casinos-list__list tbody {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

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

    .casinos-list__header::before {
        min-width: 34px;
        min-height: 34px;
        width: 34px;
        height: 34px;
        font-size: 15px
    }

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

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

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

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

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

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

    .benefits {
        padding: 24px 16px
    }

    .benefits__list li {
        font-size: 18px
    }

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

    .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: 600;
        padding: 8px
    }

    .games-list__rate .btn {
        padding: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .games-list__rate .btn span {
        display: none
    }

    .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:not([class*=table-block__table_]) thead th {
        font-size: 18px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) thead th {
        height: 54px;
        text-align: center;
        padding: 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:first-child .cell {
        font-size: 14px
    }

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

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

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

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

    .table-block .table-block__table:not([class*=table-block__table_]) tbody .cell {
        font-size: 14px;
        letter-spacing: .05px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tbody .cell svg {
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px
    }

    .table-block .table-block__table:not([class*=table-block__table_]) tbody .cell {
        padding: 8px;
        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_list tbody tr td:first-child::before {
        font-size: 14px
    }

    .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
    }

    .table-block .table-block__table_cards .cell.name {
        font-size: 14px
    }

    .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 span {
        font-size: 18px
    }

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

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

    .author {
        padding: 16px
    }

    .author__img {
        margin: 3px;
        width: 54px;
        height: 54px;
        min-width: 54px;
        min-height: 54px
    }

    .author__header {
        row-gap: 8px
    }

    .author__name {
        font-size: 18px
    }

    .author__name {
        width: 100%
    }

    .author__rate {
        font-size: 14px
    }

    .author__rate {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .author__rate::after, .author__rate::before {
        font-size: 18px;
        line-height: 16px;
        height: 18px;
        letter-spacing: 0
    }

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

    .author__position {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: unset
    }

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

    .author__bottom {
        gap: 8px
    }

    .author__info li {
        font-size: 14px
    }

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

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

    .breadcrumbs .container {
        padding-block: 28px 0
    }

    .breadcrumbs__list {
        -webkit-column-gap: 26px;
        -moz-column-gap: 26px;
        column-gap: 26px
    }

    .breadcrumbs li:not(:last-child)::after {
        left: calc(100% + 4px)
    }

    .img-gallery {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding-inline: 16px
    }

    .img-gallery .swiper-wrapper {
        height: calc(100vw - var(--offsets-m, 16px) * 2)
    }

    .img-gallery .swiper-pagination {
        margin-top: 28px
    }

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

    .pros-cons__item {
        padding: 12px 16px
    }

    .pros-cons__title {
        font-size: 18px
    }

    .pros-cons__icon {
        width: 32px;
        height: 32px
    }

    .pros-cons__icon svg {
        width: 20px;
        height: 20px
    }

    .pros-cons ul li {
        font-size: 14px;
        letter-spacing: .05px
    }

    .pros-cons ul li {
        max-width: 100%;
        padding-left: 24px
    }

    .providers-list {
        margin-top: 28px;
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

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

    .reviews-list__title {
        font-size: 18px
    }

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

    .pokies-list__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 28px
    }

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

    .pokies-list__item {
        padding: 12px 16px 16px
    }

    .pokies-list__header {
        width: 100%;
        margin-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 16px
    }

    .pokies-list__img {
        width: 76px;
        height: 53px;
        aspect-ratio: 76/53;
        border-radius: 8px
    }

    .pokies-list__title {
        font-size: 18px
    }

    .pokies-list__info {
        margin-top: 8px
    }

    .pokies-list__info li {
        font-size: 14px;
        letter-spacing: .05px
    }

    .pokies-list__info li span {
        font-size: 14px
    }

    .pokies-list__info li + li {
        margin-top: 8px;
        padding-top: 8px
    }

    .pokies-list__info li + li:last-child {
        padding-bottom: 8px;
        border-bottom: 1px solid var(--outline-var)
    }

    .pokies-list__btns {
        margin-top: 8px
    }

    .icon-list__info span {
        font-size: 18px
    }

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

    .icon-list svg {
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px
    }

    .tabs-block__trigger {
        font-size: 14px;
        line-height: 136%;
        font-weight: 600;
        min-width: 164px
    }
}

@media (min-width: 992px) and (max-width: 575.9px) {
    .header .header-menu__item {
        font-size: 14px
    }
}

@media (max-width: 991.9px) and (min-width: 992px) and (hover: hover) {
    .header .header-menu__item_has-submenu:hover > .header-menu__submenu-wrap {
        display: block
    }
}

@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
    }

    a.header__logo:hover {
        opacity: .6
    }

    .header .header-menu__submenu-title:hover {
        background: var(--surf-cont-highest)
    }

    .header .header-menu__submenu-item:hover {
        background: var(--surf-cont-highest)
    }

    .header__burger:hover .header__burger-wrap span, .header__burger:hover .header__burger-wrap::after, .header__burger:hover .header__burger-wrap::before {
        background: var(--primary)
    }

    .footer__nav-list a:hover {
        color: var(--on-surface)
    }

    .footer__logo:hover {
        opacity: .6
    }

    .section-hero__links .links__button:hover {
        background: var(--on-surface-opacity-8)
    }

    .section-faq summary:hover::after {
        background: var(--on-surface-var-opacity-8)
    }

    .cr-section-hero__soc-list li a:hover {
        background: var(--primary-opacity-8)
    }

    .pr-section-hero__soc-list li a:hover {
        background: var(--primary-opacity-8)
    }

    .btn_copy:hover {
        background: var(--primary-opacity-8)
    }

    .btn_primary:hover::after {
        background: var(--on-primary-opacity-8)
    }

    .btn_outline:hover::after {
        background: var(--primary-opacity-8)
    }

    .btn_text:hover::after {
        background: var(--primary-opacity-8)
    }

    .btn_elevated:hover::after {
        background: var(--primary-opacity-8)
    }

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

    .btn_tonal:hover::after {
        background: var(--on-secondary-opacity-8)
    }

    .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::after {
        background: var(--on-primary-container-opacity-8)
    }

    .breadcrumbs a:hover {
        color: var(--on-surface)
    }

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

    /*.img-gallery .swiper-wrapper .swiper-slide a:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }*/

    .img-gallery .swiper-wrapper .swiper-slide a:hover::before {
        opacity: 1
    }

    .img-gallery .swiper-pagination .swiper-pagination-bullet:hover::before {
        background: var(--primary)
    }

    .img-gallery .swiper-pagination .swiper-pagination-bullet:hover::after {
        opacity: 1
    }

    .tabs-block__trigger:hover {
        background: var(--on-surface-opacity-8)
    }
}

/* 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(--surf-cont);
    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: #D9D9D9;
    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;
    }
}

.js-copy__text {
    margin-top: 0!important;
}

/* Advantages */
.advantages {

}

.advantages__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    padding: 0;
    list-style: none;
}

.advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
    background: var(--surf-cont-low);
}

.advantages__item img {
    width: auto;
    max-height: 80px;
}

.footer__socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* wp-block-table */
.wp-block-table {
    border-radius: 16px;
    width: 100%;
    overflow: auto;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 16px;
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .1490196078);
    overflow: hidden;
}

.wp-block-table thead tr {
    background: var(--primary);
}

.wp-block-table tbody tr:nth-of-type(2n) {
    background: var(--surf-cont-low);
}

.wp-block-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid var(--outline-var);
}

.wp-block-table tbody tr td:not(:last-child) {
    border-right: 1px solid var(--outline-var);
}

.wp-block-table thead th:not(:last-child) {
    border-right: 1px solid var(--outline-var);
}

.wp-block-table table th,
.wp-block-table table td {
    height: 100px;
    padding: 16px 32px;
}

.wp-block-table table th {
    height: 108px;
    color: var(--on-tertiary);
    font-size: 25px;
    line-height: 136%;
    font-weight: 600;
    text-align: left;
    padding: 37px 32px;
}

.wp-block-table table td {
    color: var(--on-surface);
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    letter-spacing: .25px;
    text-align: left;
    padding: 16px 32px;
}

/* Video */
.video-v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--surf-cont-low);
    padding: 32px;
    border-radius: 16px;
}

.video-v2__container {
    position: relative;
    width: 100%;
    max-width: 800px
}

.video-v2__player {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 16/9;
    border: none;
}

.video-v2__button {
    position: absolute;
    left: 50%;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.video-v2._active .video-v2__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.video-v2._active .video-v2__player {
    cursor: pointer
}

.video-v2__button-shape {
    fill: #0009
}

.video-v2__button-icon {
    fill: #fff
}

.video-v2__button:hover .video-v2__button-shape {
    fill: red
}

.video-v2__button svg path {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media (max-width: 575.9px) {
    .video-v2 {
        padding: 16px;
    }
}

/* 404 */
.page-404 > .main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

/* Post page */
.posts-list {
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    counter-reset: casinos-list;
    gap: 20px;
}

.posts-list__item {
    padding: 12px!important;
}

.posts-list__item,
.posts-list__excerpt{
    margin-top: 0!important;
}
.posts-list__excerpt {
    padding-top: 0;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
}

.posts-list__link {
    width: 100%;
    margin-top: auto;
}

.posts-list__item > img {
    border-radius: 16px;
    width: 100%;
    margin: 0;
}

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

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

@media (max-width: 575.9px) {
    .posts-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.dmca-badge img {
    height: auto;
}

.footer__badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Mobile button */
.mobile-button {
    width: 100%;
    position: sticky;
    bottom: 0;
    padding: 8px 16px !important;
    border-radius: 16px 16px 0 0;
    background: var(--surf-cont);
    display: none;
    grid-template-columns:1.8fr 1fr;
    column-gap: 5px;
    z-index: 5
}

.mobile-button__text {
    justify-self: start;
	align-self: center;
    text-align: left;
    grid-column: 1;
    margin-top: 0;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.mobile-button__description {
    margin-top: 3px;
    grid-column: 1;
    color: var(--M3-sys-dark-primary-container, #394379);
    justify-self: start;
    text-align: left;
    font-family: "Days One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase
}

.mobile-button .btn {
    margin-top: 0;
    grid-column: 2;
    padding: 8px;
    border-radius: 8px
}

@media (max-width: 768px) {
	.mobile-button {
        display: grid
    }
}