@font-face {
    font-family: 'Unbounded';
    src: local('Unbounded Medium'), local('Unbounded-Medium'), url('../fonts/Unbounded-Medium.woff2') format('woff2'), url('../fonts/Unbounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    text-rendering: auto;
    text-align: center;
}

@font-face {
    font-family: 'Unbounded';
    src: local('Unbounded Bold'), local('Unbounded-Bold'), url('../fonts/Unbounded-Bold.woff2') format('woff2'), url('../fonts/Unbounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    text-rendering: auto;
}

@font-face {
    font-family: 'Unbounded';
    src: local('Unbounded Regular'), local('Unbounded-Regular'), url('../fonts/Unbounded-Regular.woff2') format('woff2'), url('../fonts/Unbounded-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-rendering: auto;
}

@font-face {
    font-family: 'Unbounded';
    src: local('Unbounded Black'), local('Unbounded-Black'), url('../fonts/Unbounded-Black.woff2') format('woff2'), url('../fonts/Unbounded-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    text-rendering: auto;
}

@font-face {
    font-family: 'Unbounded';
    src: local('Unbounded Light'), local('Unbounded-Light'), url('../fonts/Unbounded-Light.woff2') format('woff2'), url('../fonts/Unbounded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    text-rendering: auto;
}

@font-face {
    font-family: 'Unbounded Blond';
    src: local('Unbounded Blond'), local('Unbounded-Blond'), url('../fonts/Unbounded-Blond.woff2') format('woff2'), url('../fonts/Unbounded-Blond.woff') format('woff'), font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-rendering: auto;
}

:root {
    --font-montserrat: "Montserrat", sans-serif;
    --font-unbounded: "Unbounded", sans-serif;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[data-href] {
    cursor: pointer
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

::placeholder,
-webkit-input-placeholder,
-moz-placeholder,
-ms-input-placeholder {
    color: #535e84;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
    border: none;
}

blockquote,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

a {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #F3A091;
}

a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    border: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

address {
    font-style: normal;
}

.d-flex {
    display: flex;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.splide__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
    display: none;
}

.splide__progress__bar {
    width: 0;
}

.splide {
    position: relative;
    visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.splide__slide img {
    vertical-align: bottom;
}

.splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1;
}

.splide--rtl {
    direction: rtl;
}

.splide__track--ttb>.splide__list {
    display: block;
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9;
}

.splide__arrow:disabled {
    opacity: .3;
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__arrow--prev {
    left: 1em;
}

.splide__arrow--prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.splide__arrow--next {
    right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    width: 8px;
}

.splide__pagination__page.is-active {
    background: #fff;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 1;
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9;
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__progress__bar {
    background: #ccc;
    height: 3px;
}

.splide__slide {
    -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
    outline: 0;
}

@supports (outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}

@supports (outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}

.splide__toggle {
    cursor: pointer;
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0;
}

::-webkit-scrollbar-button {
    width: 6px;
    height: 0;
}

::-webkit-scrollbar-track {
    background-color: #1f243e;
    -webkit-box-shadow: 0 0 3px #1f243e inset;
    box-shadow: 0 0 3px #1f243e inset;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#c62d71), to(#e8553b));
    background: linear-gradient(90deg, #c62d71 0, #e8553b 100%);
    background-position: center;
    background-repeat: no-repeat;
}

::-webkit-resizer {
    width: 7px;
    height: 0;
}

::-webkit-scrollbar {
    width: 7px;
}

body.page {
    font-family: Unbounded, sans-serif;
    font-family: var(--font-unbounded);
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
    color: #999eb1;
    background: url(../img/greet-decor-left.png) left 250px/60px no-repeat, url(../img/greet-decor-right.png) right 250px/130px no-repeat, url(../img/svg/glow.svg) calc(50% + 700px) -250px/626px no-repeat, url(../img/svg/glow.svg) calc(50% - 600px) -150px/427px no-repeat, url(../img/svg/glow.svg) calc(50% - 850px) 250px/427px no-repeat, url(../img/main-bg-img.png) calc(50% - 300px) 50px/1000px no-repeat, #1f243e;
    background: url(../img/greet-decor-left.png) left 250px/60px no-repeat, url(../img/greet-decor-right.png) right 250px/130px no-repeat, url(../img/svg/glow.svg) calc(50% + 700px) -250px/626px no-repeat, url(../img/svg/glow.svg) calc(50% - 600px) -150px/427px no-repeat, url(../img/svg/glow.svg) calc(50% - 850px) 250px/427px no-repeat, url(../img/main-bg-img.png) calc(50% - 300px) 50px/1000px no-repeat, #1f243e;
}

body.page.j-lock {
    overflow: hidden;
}

.wrapper {
    position: relative;
    display: grid;
    min-height: 100dvh;
    grid-template-columns: minmax(300px, 1fr);
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px
}

.v-hide {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 1px;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    opacity: 0;
    pointer-events: none;
}

.i-wrap {
    position: relative;
    display: flex;
    width: 100%;
}

.i-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.i-sin {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.sect-gap {
    margin-bottom: 100px;
}

.logo {
    width: 223px;
    aspect-ratio: 4.46;
}

.title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.title.m-main {
    font-size: 26px;
    color: #fff;
}

.btn-grad {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px;
    padding: 14px 25px;
    background: #e8553b;
    overflow: hidden;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #fff;
}

.btn-grad span {
    position: relative;
    z-index: 3;
}

.btn-grad::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#c62d71), to(#e8553b));
    background: linear-gradient(90deg, #c62d71 0, #e8553b 100%);
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-grad:hover::after {
    opacity: 0;
}

.btn-arr-right {
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #e8553b;
    padding-right: 39px;
}

.btn-arr-right::after {
    position: absolute;
    content: "";
    top: calc(50% - 3px);
    right: 0;
    width: 29px;
    height: 6px;
    background: url(../img/svg/sprite.svg#arr-right) center right/cover no-repeat;
}

.btn-arr-right:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.btn-arr-down {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #2e3352;
    border-radius: 6px;
    font-size: 11px;
    padding: 5px 36px 5px 20px;
    height: 45px;
    color: #B0BCCE;
}

.btn-arr-down::after {
    position: absolute;
    content: "";
    top: calc(50% - 5px);
    right: 12px;
    width: 12px;
    height: 12px;
    background: url(../img/svg/sprite.svg#arr-down-red) center/contain no-repeat;
    pointer-events: none;
}

.btn-arr-down.j-active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.rat {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#c62d71), to(#e8553b));
    background: linear-gradient(90deg, #c62d71 0, #e8553b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 24px;
}

.rat::after {
    position: absolute;
    content: "";
    top: calc(50% - 9px);
    left: 0;
    width: 18px;
    aspect-ratio: 1;
    background: url(../img/svg/sprite.svg#star) center/contain no-repeat;
}

.arr-right {
    display: flex;
    width: 30px;
    height: 10px;
    background: url(../img/svg/sprite.svg#arr-right) center/cover no-repeat;
}

.table {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.table.m-even tr:nth-child(even) {
    background-color: #1d2139;
}

.table.m-odd tr:nth-child(odd) {
    background-color: #1d2139;
}

.table__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    gap: 20px;
    background-color: #1f243e;
    padding: 27px;
}

.table__row:not(:last-child) {
    margin-bottom: 4px;
}

.table__cell {
    font-size: 14px;
}

.table__link {
    color: #F3A091;
    cursor: pointer;
    text-decoration: underline;
}

.table__cell:last-child {
    text-align: right;
    color: #fff;
}

.table__cell.m-fw500 {
    font-weight: 500;
    color: #999eb0;
}

figure {
    background: #222843;
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

figcaption {
    font-style: italic;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    padding: 35px 50px;
}

figure img {
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.accordion__group {
    border-radius: 10px;
    background-color: #232844;
    padding: 0 30px;
}

.accordion__btn {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    padding: 25px 70px 25px 0;
    cursor: pointer;
    color: #fff;
}

.accordion__btn::after {
    position: absolute;
    content: "";
    top: calc(50% - 12px);
    right: 0px;
    width: 28px;
    aspect-ratio: 1;
    background: url(../img/svg/sprite.svg#arr-down-red) center/contain no-repeat;
    -webkit-transition: -webkit-transform .1s linear 0s;
    transition: -webkit-transform .1s linear 0s;
    transition: transform .1s linear 0s;
    transition: transform .1s linear 0s, -webkit-transform .1s linear 0s;
}

.accordion__btn.j-active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion__dropdown {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .1s linear 0s;
    transition: height .1s linear 0s;
}

.accordion__dropdown-inner {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.accordion__dropdown-text {
    line-height: 1.85;
    color: #9b9fb6;
}

.splide .splide__arrow {
    width: 45px;
    height: 45px;
    opacity: 1;
    -webkit-transition: opacity .1s linear 0s;
    transition: opacity .1s linear 0s;
    background-color: transparent;
}

.splide .splide__arrow svg {
    display: none;
}

.splide .splide__arrow::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .1s linear 0s;
    transition: opacity .1s linear 0s;
}

.splide .splide__arrow:hover::after {
    opacity: 1;
}

.splide .splide__arrow--prev {
    left: calc(50% - 60px);
    background: url(../img/svg/sprite.svg#prev) center/cover no-repeat;
}

.splide .splide__arrow--prev::after {
    z-index: 5;
    background-image: url(../img/svg/sprite.svg#prev-act);
}

.splide .splide__arrow--next {
    right: calc(50% - 60px);
    background: url(../img/svg/sprite.svg#next) center/cover no-repeat;
}

.splide .splide__arrow--next::after {
    z-index: 5;
    background-image: url(../img/svg/sprite.svg#next-act);
}

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 6px;
}

.breadcrumb__link {
    position: relative;
    font-weight: 300;
    font-size: 12px;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #e8553b;
    margin-right: 34px;
}

.breadcrumb__link::after {
    position: absolute;
    content: "";
    top: calc(50% - 8px);
    right: -26px;
    width: 16px;
    height: 16px;
    background: url(../img/svg/sprite.svg#arr-bc) center/contain no-repeat;
    pointer-events: none
}

.breadcrumb__link:last-child {
    color: #B0BCCE;
    pointer-events: none;
}

.breadcrumb__link:last-child::after {
    display: none;
}

.reaction {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    color: #fff;
}

.reaction__like {
    position: relative;
    padding-right: 35px;
    cursor: pointer;
}

.reaction__like::after {
    position: absolute;
    content: "";
    bottom: -2px;
    right: 0;
    width: 30px;
    aspect-ratio: 1;
    background: url(../img/svg/sprite.svg#like) center/contain no-repeat;
}

.reaction__dislike {
    position: relative;
    padding-right: 35px;
    cursor: pointer;
}

.reaction__dislike::after {
    position: absolute;
    content: "";
    top: -2px;
    right: 0;
    width: 30px;
    aspect-ratio: 1;
    background: url(../img/svg/sprite.svg#dislike) center/contain no-repeat;
}

.choice {
    position: relative;
    z-index: 20;
}

.choice__btn {
    width: 100%;
}

.choice__btn.j-active {
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}

.choice__btn.j-active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.choice__dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0;
    padding: 0 15px 13px 0;
    -webkit-transition: height .1s linear 0s;
    transition: height .1s linear 0s;
    background-color: #1f243e;
}

.choice__dropdown.j-show {
    height: 102px;
    border: 1px solid #2e3352;
    border-top: none;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.choice__dropdown.m-bg {
    background-color: #232844;
}

.choice__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 0 0 20px;
    overflow: auto;
}

.choice__inner::-webkit-scrollbar-button {
    width: 6px;
    height: 0;
}

.choice__inner::-webkit-scrollbar-track {
    background-color: #535c8c;
    -webkit-box-shadow: 2px 0 0 #1f243e inset, -2px 0 0 #1f243e inset;
    box-shadow: 2px 0 0 #1f243e inset, -2px 0 0 #1f243e inset;
}

.choice__inner::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#c62d71), to(#e8553b));
    background: linear-gradient(90deg, #c62d71 0, #e8553b 100%);
    background-position: center;
    background-repeat: no-repeat;
}

.choice__inner::-webkit-resizer {
    width: 7px;
    height: 0;
}

.choice__inner::-webkit-scrollbar {
    width: 7px;
}

.choice__item {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    color: #fff;
}

.choice__item-btn {
    position: relative;
    display: flex;
    width: 13px;
    height: 13px;
    border: 1px solid #e8553b;
}

.choice__item-btn:has(input:checked)::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    aspect-ratio: 1;
    background: url(../img/svg/sprite.svg#check) center/contain no-repeat;
    pointer-events: none;
}

.choice__item-btn input {
    opacity: 0;
    visibility: hidden;
}

.navigation {
    width: 100%;
    max-width: 620px;
    display: flex;
    flex-direction: column;
    background-color: #232844;
    border: 1px solid #2e3352;
    border-radius: 6px;
    margin-bottom: 40px;
}

.navigation__btn {
    position: relative;
    font-weight: 500;
    text-align: left;
    padding: 20px 25px;
    font-size: 14px;
    color: #fff;
}

.navigation__btn::after {
    position: absolute;
    content: "";
    top: calc(50% - 6px);
    right: 30px;
    width: 12px;
    height: 12px;
    background: url(../img/svg/sprite.svg#arr-down-red) center/contain no-repeat;
    pointer-events: none;
    -webkit-transition: -webkit-transform .1s linear 0s;
    transition: -webkit-transform .1s linear 0s;
    transition: transform .1s linear 0s;
    transition: transform .1s linear 0s, -webkit-transform .1s linear 0s;
}

.navigation__btn.j-active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.navigation__nav {
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .1s linear 0s;
    transition: height .1s linear 0s;
}

.navigation__nav.j-show {
    height: auto;
}

.navigation__list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    gap: 30px;
    padding: 30px 30px;
    border-top: 1px solid #2e3352;
}

.navigation__link {
    color: #999eb0;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.promo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1.6352;
    background: url(../img/svg/bd-promo.svg) center/100% 100% no-repeat;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.promo__desc {
    background: -webkit-gradient(linear, left top, right top, from(#c62d71), to(#e8553b));
    background: linear-gradient(90deg, #c62d71 0, #e8553b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 12px;
    margin-bottom: 5px;
}

.promo__code {
    background: -webkit-gradient(linear, left top, right top, from(#c62d71), to(#e8553b));
    background: linear-gradient(90deg, #c62d71 0, #e8553b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 47px;
}

.social.m-full {
    gap: 10px;
    justify-content: space-between;
}

.social__btn {
    position: relative;
    width: 48px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #1e243d;
}

.casino__common-social-btn:hover {
    border: 1px solid #cd425d;
}

.social__btn::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    aspect-ratio: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.social__btn.m-zoom::after {
    background-image: url(../img/svg/sprite.svg#zoom);
}

.social__btn.m-present::after {
    background-image: url(../img/svg/sprite.svg#present);
}

.social__btn.m-voice::after {
    background-image: url(../img/svg/sprite.svg#voice);
}

.aside-card {
    position: relative;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 14px;
    gap: 14px;
    border-radius: 10px;
    background-color: #232844;
    padding: 15px;
}

.eye {
    align-self: self-start;
    position: relative;
    font-size: 10px;
    color: #ffffff;
    padding-right: 20px;
}

.eye::after {
    position: absolute;
    content: "";
    top: calc(50% - 7px);
    right: 0;
    width: 14px;
    aspect-ratio: 1;
    background: url(../img/svg/sprite.svg#eye) center/contain no-repeat;
}

.header {
    position: relative;
    background-color: #232844;
    z-index: 100;
}

.header::after {
    position: absolute;
    content: "";
    width: 67px;
    bottom: -40px;
    right: calc(50% + 260px);
    aspect-ratio: .859;
    background: url(../img/header-decor.png) center/contain no-repeat;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    padding: 15px 0 15px;
}

.header__nav {
    margin-left: auto;
}

.header__nav-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__nav-item {
    position: relative;
}

.header__nav-item:has(ul)>a {
    position: relative;
    padding-right: 25px;
}

.header__nav-item:has(ul)>a::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: 0;
    background: url(../img/svg/sprite.svg#arr-down-red) center/contain no-repeat;
}

.header__nav-item:has(ul)>a.j-active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.header__nav-link {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #fff;
}

.header__nav-sublist {
    position: absolute;
    top: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    top: 15px;
    gap: 18px;
    padding: 20px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s linear 0s, visibility .1s linear 0s;
    transition: opacity .1s linear 0s, visibility .1s linear 0s;
}

.header__nav-sublist.j-show {
    opacity: 1;
    visibility: visible;
}

.header__nav-sublink {
    display: flex;
    font-size: 13px;
    color: #8d94b3;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.header__nav-sublink:hover {
    color: #e45b3c;
}

.header__lang {
    flex-shrink: 0;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.header__lang-current {
    text-transform: inherit;
    color: #555e88;
}

.header__lang-dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #2e3352;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s linear 0s, visibility .1s linear 0s;
    transition: opacity .1s linear 0s, visibility .1s linear 0s;
}

.header__lang-dropdown.j-show {
    opacity: 1;
    visibility: visible;
}

.header__lang-inner {
    display: flex;
    flex-direction: column;
}

.header__lang-item {
    padding: 13px;
    background-color: #232844;
}

.header__lang-item+a {
    border-top: 1px solid #2e3352;
}

.header__burger {
    display: none;
}

.aside {
    display: flex;
    flex-direction: column;
}

.aside div:last-child {
    margin-bottom: 0;
}

.aside__title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.aside__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
}

.aside__rating {
    padding: 30px 10px 16px;
}

.aside__rating.m-choice {
    padding: 36px 12px 12px;
}

.aside__rating .aside__rating-choice {
    display: flex;
}

.aside__rating-main {
    display: flex;
    flex-direction: column;
}

.aside__rating-visual {
    aspect-ratio: 1.8519;
    margin-bottom: 9px;
}

.aside__rating-visual-img {
    border-radius: 4px;
}

.aside__rating-social {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    gap: 5px;
}

.aside__rating-social-btn {
    width: auto;
    background: #1e243d;
}

.aside__rating-social-btn:hover {
    border: 1px solid #cd425d;
}

.aside__rating-social-btn::after {
    width: 12px;
}

.aside__rating-info {
    display: flex;
    flex-direction: column;
}

.aside__rating-head {
    display: flex;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    height: 25px;
    margin-bottom: 12px;
}

.aside__rating-title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.aside__rating-desc {
    font-size: 9px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.aside__rating-desc b {
    background: -webkit-gradient(linear, left top, right top, from(#c62d71), to(#e8553b));
    background: linear-gradient(90deg, #c62d71 0, #e8553b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aside__rating-num {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0px 5px 0;
    font-size: 10px;
    font-weight: 500;
    background-color: #c62d71;
    color: #fff;
    width: 26px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside__rating-choice {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 22px;
    align-items: center;
    border-radius: 0 10px 0 5px;
    padding: 5px 15px;
    background-color: #005aa8;
    color: #fff;
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.aside__article-main {
    display: flex;
    flex-direction: column;
}

.aside__article-visual {
    aspect-ratio: 1.8519;
    margin-bottom: 15px;
}

.aside__article-date {
    font-size: 10px;
    color: #B0BCCE;
    margin-bottom: 12px;
}

.aside__article-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aside__article-title {
    flex-grow: 1;
    font-size: 12px;
    color: #fff;
}

.aside__game-visual {
    aspect-ratio: 1;
}

.aside__game-visual-img {
    border-radius: 4px;
}

.aside__game-info {
    display: flex;
    flex-direction: column;
}

.aside__game-title {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 12px;
}

.aside__game-desc {
    font-size: 9px;
}

.aside__game-desc.m-rtp {
    color: #999eaf;
    margin-bottom: 6px;
}

.aside__game-desc.m-rtp b {
    color: #fff;
}

.aside__game-desc.m-vol {
    color: #999eaf;
    flex-grow: 1;
    margin-bottom: 6px;
}

.aside__game-desc.m-vol b {
    color: #fff;
}

.aside__btn {
    width: 100%;
    max-width: 106px;
    font-size: 10px;
    padding: 10px;
}

.main__breadcrumb {
    padding: 40px 0 50px 0px;
}

.main__categories {
    margin-bottom: 80px;
}

.main__casinos {
    margin-bottom: 80px;
}

.main__content {
    margin-bottom: 80px;
}

.main__content.m-mb0 {
    margin-bottom: 0;
}

.main__games {
    margin-bottom: 80px;
}

.main__top {
    margin-bottom: 80px;
}

.main__politic {
    padding-bottom: 50px;
}

.main__responsibility {
    padding-bottom: 50px;
}

.main__contacts {
    padding-bottom: 80px;
}

.greet__container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding-top: 70px;
}

.greet__container.m-info {
    padding-top: 0;
    flex-direction: column;
}

.greet__info {
    padding-top: 45px;
}

.greet__info-title {
    margin-bottom: 22px;
}

.greet__info-text {
    display: flex;
    font-weight: 200;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #999eb1;
}

.greet__info-text.m-full {
    display: none;
}

.greet__top {
    flex-shrink: 0;
}

.greet__top-title {
    font-weight: 400;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 20px;
    color: #fff;
}

.greet__slider {
    width: 100%;
    max-width: 600px;
}

.greet__slider .splide__arrow {
    top: auto;
    bottom: -90px;
}

.greet__slider-track {
    border-radius: 10px;
}

.greet__slide-inner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-top: 2px solid #252b47;
    border-bottom: 3px solid #1d233b;
    background: url(../img/svg/glow.svg) left -120px top -120px/420px no-repeat, url(../img/svg/glow.svg) right -120px bottom -300px/400px no-repeat, #222843;
    border-radius: 10px;
    padding: 44px 20px 30px;
}

.greet__slide-visual {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.greet__slide-visual-img {
    width: 267px;
    border-radius: 5px;
}

.greet__slide-visual-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.greet__slide-visual-name {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.greet__slide-info {
    display: flex;
    flex-direction: column;
}

.greet__slide-desc {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 5px 15px;
    color: #fff;
}

.greet__slide-desc-title {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(#c62d71), to(#e8553b));
    background: linear-gradient(90deg, #c62d71 0, #e8553b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.greet__slide-price {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    gap: 10px;
    text-align: center;
    border-top: 1px solid #313861;
    border-bottom: 1px solid #313861;
    padding: 7px 0;
    margin-bottom: 20px;
    color: #fff;
}

.greet__slide-price-plank {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 8px 5px
}

.greet__slide-price-plank.m-min {
    background: -webkit-gradient(linear, left top, right top, from(#2dbdc6), to(#2d73c6));
    background: linear-gradient(90deg, #2dbdc6 0, #2d73c6 100%);
}

.greet__slide-price-plank.m-max {
    background: -webkit-gradient(linear, left top, right top, from(#139b6d), to(#0b5e42));
    background: linear-gradient(90deg, #139b6d 0, #0b5e42 100%);
}

.greet__slide-price-plank-cost {
    font-weight: 600;
    font-size: 14px;
}

.greet__slide-price-plank-desc {
    font-size: 12px;
    font-weight: 400;
}

.greet__slide-btn {
    padding: 14px 20px;
    margin: 0 32px 15px;
}

.greet__slide-more {
    align-self: flex-start;
    margin: 0 32px;
}

.categories__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 21px;
    gap: 21px;
}

.categories__btn {
    border-left: 3px solid #404767;
    position: relative;
    border-radius: 10px;
    padding: 34px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.categories__btn:hover {
    border-left: 3px solid #c4386c;
}

.categories__btn.m-machines {
    background-image: url(../img/cat-1.webp);
    background-color: #222843;
}

.categories__btn.m-roulette {
    background-image: url(../img/cat-2.webp);
}

.categories__btn.m-blackjack {
    background-image: url(../img/cat-3.webp);
}

.categories__btn-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.01em;
    background: -webkit-gradient(linear, left top, right top, from(#c62d71), to(#e8553b));
    background: linear-gradient(90deg, #c62d71 0, #e8553b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.categories__btn-arrow {
    position: absolute;
    bottom: 15px;
    right: 30px;
}

.casinos__container {
    display: flex;
    flex-direction: column;
}

.casinos__head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
    z-index: 10;
}

.casinos__head.m-marg {
    margin-bottom: 20px;
}

.casinos__title {
    width: 100%;
    max-width: 750px;
    color: #fff;
}

.casinos__title.m-min {
    font-size: 14px;
}

.casinos__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
}

.casinos__show {
    display: flex;
    align-items: center;
    gap: 10px;
}

.casinos__show.m-pd {
    padding-right: 0;
}

.casinos__change {
    display: flex;
    align-items: center;
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid #2e3352;
    padding: 8px 15px;
}

.casinos__change-text {
    font-weight: 600;
    color: #fff;
}

.casinos__change-select {
    position: relative;
}

.casinos__change-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 200;
    padding: 3px 10px;
    color: #8d94b3;
}

.casinos__change-btn::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: url(../img/svg/sprite.svg#arr-down-red) center/contain no-repeat;
    -webkit-transition: -webkit-transform .1s linear 0s;
    transition: -webkit-transform .1s linear 0s;
    transition: transform .1s linear 0s;
    transition: transform .1s linear 0s, -webkit-transform .1s linear 0s;
}

.casinos__change-btn.j-active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.casinos__change-dropdown {
    height: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #1f243e;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    -webkit-transition: height .1s linear 0s;
    transition: height .1s linear 0s;
}

.casinos__change-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.casinos__change-link {
    font-weight: 100;
    font-size: 11px;
    cursor: pointer;
    color: #fff;
}

.casinos__change-link:hover {
    color: #e45b3c;
}

.casinos__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.casinos__more {
    align-self: center;
}

.casino {
    border-top: 2px solid #252b47;
    border-bottom: 3px solid #1d233b;
    position: relative;
    background: #232844 url(../img/svg/glow.svg) left -150px top -200px / 600px no-repeat;
    border-radius: 10px;
    padding: 30px 30px;
}

.casino.m-choice {
    border: 2px solid #005aa8;
}

.casino.m-choice .casino__choice {
    display: inline-flex;
}

.casino.m-choice:has(.casino__dop-inner) {
    padding-bottom: 50px;
}

.casino__main {
    display: grid;
    grid-template-columns: auto 1fr 243px;
    align-items: flex-start;
    grid-gap: 30px;
    gap: 30px;
}

.casino__common-visual {
    width: 334px;
    margin-bottom: 18px;
    border-radius: 5px;
}

.casino__common-visual.m-min {
    width: 237px;
}

.casino__common-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 20px;
}

.casino__common-name {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.casino__common-social {
    margin-bottom: 26px;
}

.casino__info-name {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.casino__info-bonus {
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 400;
    color: #fff;
}

.casino__info-desc {
    font-size: 11px;
    font-weight: 300;
    color: #535c8c;
    margin-bottom: 20px;
}

.casino__info-period {
    font-size: 12px;
    font-weight: 300;
    color: #505c8a;
}

.casino__info-bonus-title {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(#c62d71), to(#e8553b));
    background: linear-gradient(90deg, #c62d71 0, #e8553b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    margin-right: 8px;
}

.casino__info-bonus-text.m-min {
    font-size: 12px;
}

.casino__info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.casino__info-list-item {
    position: relative;
    font-size: 13px;
    padding-left: 24px;
    color: #999eb1;
}

.casino__info-list-item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 15px;
    aspect-ratio: 1;
    background: url(../img/svg/sprite.svg#check-green) center/contain no-repeat;
}

.casino__info-license {
    position: relative;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.8;
    color: #ffffff;
    padding-left: 35px;
}

.casino__info-license::after {
    position: absolute;
    content: "";
    width: 25px;
    top: -4px;
    left: 0;
    aspect-ratio: 1;
    background: url(../img/svg/sprite.svg#license) center/contain no-repeat;
}

.casino__info-license:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.casino__more {
    display: flex;
    flex-direction: column;
}

.casino__more.m-react {
    align-self: start;
    gap: 35px;
    justify-content: space-between;
}

.casino__more-btn {
    margin-bottom: 38px;
}

.casino__more-btn.m-down {
    margin-bottom: 0;
}

.casino__more-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.casino__more-row-btn {
    position: relative;
    width: 52px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #1e243d;
}

.casino__more-row-btn:hover {
    border: 1px solid #cd425d;
}

.casino__more-row-btn::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    aspect-ratio: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.casino__more-row-btn.m-zoom::after {
    background-image: url(../img/svg/sprite.svg#zoom);
}

.casino__more-row-btn.m-present::after {
    background-image: url(../img/svg/sprite.svg#present);
}

.casino__more-row-btn.m-voice::after {
    background-image: url(../img/svg/sprite.svg#voice);
}

.a-disabled {
    pointer-events: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.casino__dop {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .1s linear 0s;
    transition: height .1s linear 0s;
}

.casino__dop.j-show {
    height: auto;
}

.casino__dop-inner {
    display: grid;
    grid-template-columns: 1fr 530px;
    align-items: stretch;
    grid-gap: 60px;
    gap: 60px;
    padding: 30px 0 0;
}

.casino__dop-inner.m-conditions {
    display: flex;
    flex-direction: column;
}

.casino__charact {
    display: flex;
    flex-direction: column;
}

.casino__charact-title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
    padding: 0 20px;
    color: #fff;
}

.casino__charact-table {
    height: 100%;
}

.casino__pay {
    display: flex;
    flex-direction: column;
}

.casino__pay-title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
    padding: 0 20px;
    color: #fff;
}

.casino__pay-box {
    display: grid;
    grid-template-columns: repeat(6, 8fr);
    align-content: start;
    align-items: center;
    justify-items: center;
    grid-gap: 13px;
    gap: 13px;
    background-color: #1f243e;
    border-radius: 10px;
    padding: 20px;
}

.casino__pay-box-img {
    width: 64px;
    height: 42px;
    aspect-ratio: 1.5353;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px;
}

.casino__pay-info {
    font-size: 12px;
    padding: 25px 0;
    color: #999eb1;
    line-height: 1.7;
}

.casino__btnmore-mob {
    display: none;
}

.casino__choice {
    position: absolute;
    display: none;
    bottom: 0;
    right: 0;
    border-radius: 5px 0 5px 0;
    padding: 10px 20px 7px 20px;
    background-color: #005aa8;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.casino__conditions {
    padding: 30px;
    font-weight: 250;
    font-size: 12px;
    line-height: 1.7;
    background-color: #1f243e;
    color: #999eb1;
    border-radius: 10px;
}

.content__author {
    width: 100%;
    max-width: 780px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-top: 50px;
}

.content__author-visual {
    flex-shrink: 0;
    width: 91px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.content__author-info {
    display: flex;
    flex-direction: column;
}

.content__author-info-name {
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.content__author-info-desc {
    font-style: italic;
    font-weight: 275;
    font-size: 12px;
    line-height: 1.85;
}

.content-main h2:not(:first-child) {
    margin-top: 60px;
}

.content-main h1,
.content-main h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}

.content-main h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.content-main h1 {
    font-size: 28px;
}

.content-main p {
    line-height: 1.85;
    margin-bottom: 30px;
}

.content-main ol,
.content-main ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #222843;
    border-radius: 10px;
    line-height: 1.85;
    padding: 36px 70px;
    margin-bottom: 30px;
}

.content-main ol b,
.content-main ul b {
    font-weight: 600;
}

.content-main ol h3,
.content-main ul h3 {
    font-size: 16px;
    font-weight: 700;
}

.content-main ul li {
    position: relative;
    color: #fff;
}

.content-main ul li::after {
    position: absolute;
    content: "";
    left: -33px;
    top: 4px;
    width: 20px;
    aspect-ratio: 1;
    background: url(../img/svg/sprite.svg#check-green) center/contain no-repeat;
}

.content-main ol li {
    position: relative;
    counter-increment: new 1;
    color: #fff;
}

.content-main ol li::after {
    position: absolute;
    content: counter(new) ".";
    left: -33px;
    top: 0;
    width: 30px;
    aspect-ratio: 1;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, right top, from(#139b6d), to(#0b5e42));
    background: linear-gradient(90deg, #139b6d 0, #0b5e42 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-main div:has(table) {
    overflow-x: auto;
    margin-bottom: 30px;
}

.content-main table {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.content-main table tr:has(td:nth-last-child(4)),
.content-main table tr:has(th:nth-last-child(4)) {
    grid-template-columns: repeat(4, 1fr);
}

.content-main table tr:has(td:nth-last-child(5)),
.content-main table tr:has(th:nth-last-child(5)) {
    grid-template-columns: repeat(5, 1fr);
}

.content-main table tr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    gap: 20px;
    background-color: #1d2139;
    padding: 27px;
}

.content-main table tr:not(:last-child) {
    margin-bottom: 4px;
}

.content-main table tr:nth-child(odd) {
    background-color: #191d32;
}

.content-main table th {
    text-align: left;
    color: #fff;
}

.content-main blockquote {
    position: relative;
    width: 100%;
    max-width: 1040px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    padding-left: 193px;
    margin-bottom: 30px;
    color: #fff;
}

.content-main blockquote::after {
    position: absolute;
    content: "";
    left: 68px;
    top: calc(50% - 54px);
    width: 108px;
    aspect-ratio: 1;
    background: url(../img/svg/sprite.svg#quote) center/contain no-repeat;
}

.reviews {
    padding: 50px 0 110px;
    background-color: #232844;
}

.reviews__title {
    margin-bottom: 30px;
    color: #fff;
}

.reviews__slider .splide__arrow {
    top: auto;
    bottom: -90px;
}

.reviews__slider-track {
    border-radius: 10px;
}

.reviews__slide-inner {
    display: flex;
    flex-direction: column;
    border-top: 2px solid #2a2f47;
    border-bottom: 3px solid #202740;
    background: #ffffff03 url(../img/svg/glow.svg) left -150px top -200px / 600px no-repeat;
    border-radius: 10px;
    padding: 28px
}

.reviews__slide-visual {
    width: 236px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.reviews__slide-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #fff;
}

.reviews__slide-text {
    line-height: 1.7;
    margin-bottom: 20px;
    color: #999eb0;
}

.reviews__slide-more {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #F3A091;
    margin-bottom: 32px
}

.reviews__slide-more:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

.reviews__slide-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.reviews__slide-author {
    display: flex;
    align-items: center;
    gap: 20px
}

.reviews__slide-author-img {
    width: 84px;
    aspect-ratio: 1;
    border-radius: 50px
}

.reviews__slide-author-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #fff;
}

.reviews__slide-author-time {
    font-size: 10px;
    color: #444c79;
}

.reviews__slide-rating {
    position: absolute;
    top: 28px;
    right: 28px
}

.faq__container {
    padding: 80px 0
}

.faq__container.m-padd {
    padding-top: 0
}

.faq__title {
    margin-bottom: 30px;
    color: #fff;
}

.games__container {
    display: flex;
    flex-direction: column
}

.games__title {
    margin-bottom: 40px
}

.games__choice {
    position: relative;
    display: grid;
    grid-gap: 20px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    background-color: #232844;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
    z-index: 20
}

.games__choice.m-three {
    grid-template-columns: repeat(3, 1fr)
}

.games__choice-select {
    position: relative
}

.games__choice-select.m-1 {
    z-index: 10
}

.games__choice-select.m-2 {
    z-index: 5
}

.games__choice-search {
    position: relative;
    z-index: 3
}

.games__choice-search-inp {
    width: 100%;
    height: 45px;
    border: 1px solid #2e3352;
    background-color: transparent;
    border-radius: 6px;
    padding: 0 40px 0 13px;
    font-size: 14px;
    color: #fff;
}

.games__choice-search-btn {
    position: absolute;
    content: "";
    top: calc(50% - 12px);
    right: 13px;
    width: 24px;
    height: 24px;
    background: url(../img/svg/sprite.svg#zoom) center/contain no-repeat;
    z-index: 10;
}

.games__box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    gap: 50px 20px;
    margin-bottom: 50px;
}

.games__more {
    align-self: center
}

.game-card {
    display: flex;
    flex-direction: column
}

.game-card:hover .game-card__inner img {
    filter: blur(2px);
    opacity: .5;
}

.game-card:hover .game-card__inner .game-card__play {
    opacity: 1;
    visibility: visible;
}

.game-card__inner {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 23px;
    margin-bottom: 20px;
    border: 0 solid #c62d71;
    -webkit-transition: border .1s linear 0s;
    transition: border .1s linear 0s;
    aspect-ratio: 280/333;
}

.game-card__inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 50%, #171d37f7 90%);
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 50%, #171d37f7 90%);
    z-index: 10;
}

.game-card__img {
    z-index: 5;
    border-radius: 14px
}

.game-card__play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: url(../img/svg/sprite.svg#play) center/contain no-repeat;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.game-card__play:hover {
    width: 110px;
    height: 110px;
}

.game-card__info {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 15
}

.game-card__info-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.game-card__info-col {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.game-card__info-main {
    font-weight: 500;
    color: #999eaf;
    font-size: 12px;
}

.game-card__info-desc {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
}

.game-card__name {
    align-self: center;
    font-weight: 600;
    color: #fff;
}

.top__title {
    margin-bottom: 30px;
    color: #fff;
}

.top__box {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.page-game__container {
    padding-bottom: 80px
}

.page-game__title {
    margin-bottom: 40px
}

.page-game__box {
    display: grid;
    grid-template-columns: 1fr 280px;
    grid-gap: 40px;
    gap: 40px;
}

.page-game__main {
    display: flex;
    flex-direction: column
}

.page-game__info {
    display: grid;
    grid-template-columns: 336px 1fr;
    grid-gap: 20px;
    gap: 20px;
    background-color: #232844;
    border-radius: 10px;
    padding: 30px 30px;
    margin-bottom: 80px
}

.page-game__info-visual {
    width: 100%;
    aspect-ratio: .8767
}

.page-game__info-visual-img {
    border-radius: 10px;
    opacity: .2;
}

.page-game__info-visual-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    background: url(../img/svg/sprite.svg#play) center/contain no-repeat;
    z-index: 20;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-game__info-visual-play:hover {
    width: 150px;
    height: 150px;
}

.page-game__game-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    background-color: #222843;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.page-game__game-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}

.page-game__game-wrapper iframe {
    display: block;
    margin: 0 auto auto;
    border: none;
    overflow: hidden;
    width: 100%;
    height: 484px;
    max-width: 100%;
    max-height: 100%;
}

.page-game__game-reflink {
    padding: 40px 0;
    text-align: center;
}

.blog {
    padding-bottom: 80px
}

.blog__title {
    margin-bottom: 40px
}

.blog__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    gap: 20px;
}

.blog__card {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #232844;
}

.blog__card-visual {
    width: 100%;
    aspect-ratio: 1.5834
}

.blog__card-visual-img {
    border-radius: 10px;
}

.blog__card-info {
    display: flex;
    flex-direction: column;
    padding: 25px 20px 25px;
}

.blog__card-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog__card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 10px;
}

.blog__card-col {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.blog__card-date {
    font-size: 12px;
    color: #3d446d;
}

.blog__card-views {
    font-size: 12px;
}

.blog__card-btn {
    font-size: 12px;
}

.article__container {
    display: grid;
    grid-template-columns: 1fr 280px;
    grid-gap: 40px;
    gap: 40px;
}

.article__main {
    padding-bottom: 50px;
}

.article__info {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.article__title {
    margin-bottom: 30px;
}

.article__visual {
    aspect-ratio: 1.8107;
    margin-bottom: 30px;
}

.article__visual-img {
    border-radius: 10px;
}

.article__panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article__panel-date {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.article__panel-date time {
    font-weight: 600;
    color: #c3386a;
    background: -webkit-gradient(linear, left top, right top, from(#c62d71), to(#e8553b));
    background: linear-gradient(90deg, #c62d71 0, #e8553b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.article__panel-views {
    font-size: 16px;
    color: #fff;
    padding-right: 36px;
}

.article__panel-views::after {
    width: 26px;
    top: calc(50% - 13px);
}

.review {
    padding-bottom: 80px;
}

.review__title {
    margin-bottom: 30px;
}

.review__casino {
    margin-bottom: 80px;
}

.review__main {
    display: grid;
    grid-template-columns: 1fr 280px;
    grid-gap: 40px;
    gap: 40px;
}

.review__tabs-btns {
    display: flex;
    align-items: flex-end;
    gap: 140px;
    border-bottom: 1px solid #3d446d;
    margin-bottom: 80px;
}

.review__tabs-btn {
    font-size: 18px;
    color: #B0BCCE;
    padding: 0 0 12px 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 400;
}

.review__tabs-btn.j-active {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#c62d71), to(#e8553b));
    background: linear-gradient(90deg, #c62d71 0, #e8553b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.review__tabs-btn.j-active::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#c62d71), to(#e8553b));
    background: linear-gradient(90deg, #c62d71 0, #e8553b 100%);
}

.review__tabs-panel {
    display: none;
    flex-direction: column;
}

.review__tabs-panel.j-show {
    display: flex;
}

.review__panel-reviews-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.review__panel-reviews-more {
    align-self: center;
    margin-bottom: 80px;
}

.review__panel-bonuses-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
}

.feedback {
    border-radius: 10px;
    padding: 44px 40px;
    background-color: #232844;
}

.feedback__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}

.feedback__head-name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.feedback__text {
    font-weight: 300;
    line-height: 1.85;
    margin-bottom: 30px;
    color: #999eb0;
}

.feedback__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.feedback__info-user {
    display: flex;
    align-items: center;
    gap: 20px;
}

.feedback__info-user-img {
    flex-shrink: 0;
    width: 84px;
    aspect-ratio: 1;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.feedback__info-user-col {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.feedback__info-user-date {
    font-size: 10px;
    color: #3d446d;
}

.reviews-form {
    display: flex;
    flex-direction: column;
    background-color: #232844;
    border-radius: 10px;
    padding: 80px 130px;
}

.reviews-form__title {
    align-self: center;
    margin-bottom: 20px;
    color: #fff;
}

.reviews-form__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.reviews-form__inp {
    padding: 14px;
    background-color: transparent;
    border-radius: 6px;
    font-weight: 300;
    border: 1px solid #2e3352;
    color: #fff;
}

.reviews-form__inp.m-area {
    height: 145px;
}

.reviews-form__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 10px;
}

.reviews-form__rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviews-form__rating-btns {
    display: flex;
    align-items: center;
    gap: 5px;
}

.reviews-form__rating-btn {
    flex-shrink: 0;
    width: 14px;
    aspect-ratio: 1;
    background: url(../img/svg/sprite.svg#star) center/cover no-repeat;
    opacity: 1;
    cursor: pointer;
}

.reviews-form__rating-btn:has(input:checked)~label {
    filter: grayscale(1);
}

.reviews-form__rating-btn-inp {
    display: none;
}

.contacts__title {
    margin-bottom: 30px;
}

.contacts__text {
    line-height: 1.85;
    margin-bottom: 50px;
}

.contacts__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.contacts__form {
    flex-shrink: 0;
    width: 100%;
    max-width: 577px;
    padding: 40px;
    background-color: #232844;
    border-radius: 10px;
}

.contacts__form-title {
    margin-bottom: 25px;
    color: #fff;
}

.contacts__form-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

.contacts__form-inp {
    padding: 14px;
    background-color: transparent;
    font-weight: 300;
    border-radius: 6px;
    border: 1px solid #2e3352;
    color: #fff;
}

.contacts__form-inp.m-area {
    height: 145px;
}

.contacts__other-title {
    margin-bottom: 20px;
    color: #fff;
}

.contacts__other-text {
    line-height: 1.85;
    margin-bottom: 50px;
}

.contacts__other-mail {
    position: relative;
    display: inline-flex;
    font-weight: 600;
    font-size: 18px;
    color: #c62d71;
    padding-left: 70px;
}

.contacts__other-mail::after {
    position: absolute;
    content: "";
    width: 50px;
    top: calc(50% - 22px);
    left: 0;
    aspect-ratio: 1;
    background: url(../img/svg/sprite.svg#mail) center/contain no-repeat;
}

.contacts__other-mail:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.footer {
    background-color: #1b2038;
}

.footer__container {
    padding-top: 80px;
}

.footer__main {
    display: grid;
    grid-template-columns: 290px 1fr 290px;
    grid-gap: 60px;
    gap: 60px;
    margin-bottom: 50px;
}

.footer__logo {
    margin-bottom: 15px;
}

.footer__text {
    font-weight: 300;
    font-size: 10px;
    line-height: 1.85;
    color: #999eb1;
}

.footer__nav-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    gap: 15px;
}

.footer__nav-item {
    display: flex;
    flex-direction: column;
}

.footer__nav-link {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
}

.footer__sublist {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__nav-sublink {
    font-size: 13px;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #F3A091;
}

.footer__nav-sublink:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.footer__social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 17px;
}

.footer__social-link {
    position: relative;
    width: 45px;
    aspect-ratio: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
}

.footer__social-link::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .1s linear 0s;
    transition: opacity .1s linear 0s;
}

.footer__social-link.m-x {
    background-image: url(../img/svg/sprite.svg#x);
}

.footer__social-link.m-x::after {
    background-image: url(../img/svg/sprite.svg#x-act);
}

.footer__social-link.m-insta {
    background-image: url(../img/svg/sprite.svg#insta);
}

.footer__social-link.m-insta::after {
    background-image: url(../img/svg/sprite.svg#insta-act);
}

.footer__social-link.m-fb {
    background-image: url(../img/svg/sprite.svg#fb);
}

.footer__social-link.m-fb::after {
    background-image: url(../img/svg/sprite.svg#fb-act);
}

.footer__social-link.m-in {
    background-image: url(../img/svg/sprite.svg#in);
}

.footer__social-link.m-in::after {
    background-image: url(../img/svg/sprite.svg#in-act);
}

.footer__social-link:hover::after {
    opacity: 1
}

.footer__bottom {
    padding: 32px 0;
    border-top: 1px solid #232844;
}

.footer__copyright {
    display: block;
    text-align: center;
    font-family: var(--font-family);
    font-size: 12px;
    color: #ACB2D3;
}

@media screen and (min-width: 1025px) {
    .header__nav-sublist {
        background-color: #232844;
        border-radius: 0 0 10px 10px;
        gap: 18px;
        padding: 20px 15px;
    }
}

@media screen and (max-width: 1400px) {
    .footer__main {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer__subscribe {
        grid-column: 1/3;
    }

    .footer__form {
        align-items: center
    }

    .footer__form-desc {
        text-align: center;
    }

    .footer__form-row {
        align-items: center;
    }

    .footer__form-inp {
        text-align: center;
    }

    .footer__social {
        justify-content: center;
    }
}

@media screen and (max-width: 1300px) {
    .greet__container {
        flex-direction: column;
    }

    .greet__top {
        align-self: center;
    }
}

@media screen and (max-width: 1280px) {
    body.page {
        background: url(../img/greet-decor-right.png) right 250px/130px no-repeat, url(../img/svg/glow.svg) calc(50% + 700px) -250px/626px no-repeat, url(../img/svg/glow.svg) calc(50% - 700px) -150px/427px no-repeat, url(../img/svg/glow.svg) calc(50% - 950px) 250px/427px no-repeat, url(../img/main-bg-img.png) calc(50% - 300px) 50px/1000px no-repeat, #1f243e;
        background: url(../img/greet-decor-right.png) right 250px/130px no-repeat, url(../img/svg/glow.svg) calc(50% + 700px) -250px/626px no-repeat, url(../img/svg/glow.svg) calc(50% - 700px) -150px/427px no-repeat, url(../img/svg/glow.svg) calc(50% - 950px) 250px/427px no-repeat, url(../img/main-bg-img.png) calc(50% - 300px) 50px/1000px no-repeat, #1f243e;
    }

    .header__container {
        gap: 30px;
    }

    .greet__top-title {
        margin-bottom: 15px;
    }

    .casinos__head {
        flex-direction: column;
    }

    .casinos__title {
        max-width: none;
    }

    .casinos__wrap {
        margin-left: auto;
    }

    .casinos__show {
        padding-right: 0;
        margin-left: auto;
    }

    .casino__info-bonus {
        flex-direction: column;
    }

    .casino__dop-inner {
        gap: 30px;
    }
}

@media screen and (max-width: 1180px) {
    .games__box {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1100px) {
    .header::after {
        display: none;
    }

    .greet__container {
        padding-top: 40px;
    }

    .greet__info {
        padding-top: 0;
    }

    .page-game__box {
        grid-template-columns: 1fr;
    }

    .aside__box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .blog__box {
        grid-template-columns: repeat(2, 1fr);
    }

    .article__container {
        grid-template-columns: 1fr;
    }

    .article__aside {
        display: none;
    }

    .review__main {
        grid-template-columns: 1fr;
    }

    .review__aside {
        display: none;
    }

    .contacts__box {
        flex-direction: column;
    }

    .contacts__form {
        align-self: center;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }

    .reaction {
        justify-content: center;
    }

    .social.m-full {
        justify-content: center;
        gap: 30px;
    }

    .header__container {
        height: 80px;
        padding: 0;
    }

    .header__nav {
        position: absolute;
        top: 80px;
        left: -10px;
        height: 0;
        width: calc(100% + 20px);
        overflow-y: auto;
        background-color: #232844;
        -webkit-transition: height .2s linear 0s;
        transition: height .2s linear 0s;
    }

    .header__nav.j-show {
        height: calc(100dvh - 80px);
    }

    .header__nav-list {
        flex-direction: column;
        padding: 10px 0 30px;
    }

    .header__nav-item:has(ul)>a {
        padding-right: 0;
    }

    .header__nav-item:has(ul)>a::after {
        right: -25px;
    }

    .header__nav-sublist {
        position: relative;
        height: 0;
        visibility: visible;
        overflow: hidden;
        padding: 0;
        text-align: center;
    }

    .header__nav-sublist.j-show {
        height: auto;
        padding: 10px 0 0;
    }

    .header__nav-sublink {
        justify-content: center;
        font-size: 14px;
    }

    .header__lang {
        margin-left: auto;
    }

    .header__burger {
        flex-shrink: 0;
        position: relative;
        display: flex;
        align-items: center;
        width: 30px;
        height: 20px;
        cursor: pointer;
        padding: 0;
    }

    .header__burger span {
        width: 100%;
        height: 2px;
        background-color: #fff;
        -webkit-transition: opacity .3s linear 0s, -webkit-transform .3s linear 0s;
        transition: opacity .3s linear 0s, -webkit-transform .3s linear 0s;
        transition: transform .3s linear 0s, opacity .3s linear 0s;
        transition: transform .3s linear 0s, opacity .3s linear 0s, -webkit-transform .3s linear 0s;
        border-radius: 5px;
    }

    .header__burger::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        -webkit-transition: top .3s linear 0s, -webkit-transform .3s linear 0s;
        transition: top .3s linear 0s, -webkit-transform .3s linear 0s;
        transition: transform .3s linear 0s, top .3s linear 0s;
        transition: transform .3s linear 0s, top .3s linear 0s, -webkit-transform .3s linear 0s;
        border-radius: 5px;
    }

    .header__burger::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        -webkit-transition: bottom .3s linear 0s, -webkit-transform .3s linear 0s;
        transition: bottom .3s linear 0s, -webkit-transform .3s linear 0s;
        transition: transform .3s linear 0s, bottom .3s linear 0s;
        transition: transform .3s linear 0s, bottom .3s linear 0s, -webkit-transform .3s linear 0s;
        border-radius: 5px;
    }

    .header__burger.j-active span {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    .header__burger.j-active::after {
        top: 9px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header__burger.j-active::before {
        bottom: 9px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .categories__container {
        grid-template-columns: 1fr;
    }

    .categories__btn-arrow {
        bottom: calc(50% - 5px);
        right: 30px;
    }

    .greet__slide-visual-img {
        height: auto;
    }

    .casinos__box {
        align-items: center;
    }

    .casino {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .casino__main {
        grid-template-columns: 1fr;
        padding: 0 30px;
    }

    .casino__common-visual {
        width: 100%;
        height: auto;
    }

    .casino__common-visual.m-min {
        width: 100%;
        height: auto;
    }

    .casino__common-row {
        margin-bottom: 10px;
    }

    .casino__common-btnmore {
        display: none;
    }

    .casino__more {
        margin: 0 auto;
    }

    .casino__dop-inner {
        display: flex;
        flex-direction: column;
    }

    .casino__btnmore-mob {
        display: flex;
        margin: 20px auto;
    }

    .casino__info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .casino__info-license {
        align-self: center;
    }

    .casino__pay-box {
        grid-template-columns: repeat(5, 1fr);
    }

    .games__choice.m-three {
        grid-template-columns: 1fr 1fr;
    }

    .games__choice.m-three .games__choice-search {
        grid-row: 2/3;
        grid-column: 1/3;
    }

    .top__box {
        align-items: center;
    }

    .review__tabs-btns {
        justify-content: space-between;
        gap: 10px;
    }

    .review__panel-bonuses-box {
        align-items: center;
    }

    .footer__main {
        grid-template-columns: 1fr;
    }

    .footer__subscribe {
        grid-column: auto;
        margin: 0 auto;
    }

    .footer__info {
        text-align: center;
    }

    .footer__logo {
        margin: 0 auto 15px;
    }

    .footer__nav-list {
        text-align: center;
    }
}

@media screen and (max-width: 900px) {

    h1,
    h2 {
        text-align: center;
    }

    .games__box {
        grid-template-columns: repeat(2, 1fr);
    }

    .greet__info-text {
        font-size: 18px;
    }

    .container {
        padding: 0px 20px;
    }

    .casinos__wrap {
        margin-right: auto;
    }
}

@media screen and (max-width: 800px) {
    .page-game__info {
        grid-template-columns: 1fr;
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    .main__breadcrumb {
        padding: 40px 0 30px;
    }

    .casino {
        padding: 50px 15px;
    }

    .content-main ul li::after {
        top: 5px;
        width: 16px;
    }

    .content-main blockquote::after {
        left: 5px;
        width: 30px;
        top: calc(50% - 15px);
    }

    .content-main blockquote {
        padding-left: 40px;
    }

    .blog__card-row {
        flex-direction: column;
    }

    .blog__card-col {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .blog__card-btn {
        align-self: center;
    }

    .feedback {
        padding: 20px 10px;
    }

    .reviews-form {
        padding: 20px 10px;
    }

    .casino__info-bonus,
    .greet__top-title {
        text-align: center;
    }

    .accordion__btn {
        font-size: 16px;
    }

    .accordion__dropdown-text {
        font-size: 13px;
    }

    .content-main table {
        min-width: 100%;
    }

    .footer__info {
        text-align: center;
    }

    .footer__logo {
        margin: 0 auto 15px;
    }

    .footer__nav-list {
        text-align: center;
    }

    .casinos__wrap {
        margin-right: auto;
    }
}

@media screen and (max-width: 760px) {
    .greet__container {
        display: block;
    }

    .greet__info {
        margin-bottom: 30px;
    }

    .greet__slider {
        max-width: none;
    }

    .greet__slide-inner {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 30px 30px;
    }
}

@media screen and (max-width: 640px) {
    body.page {
        background: #1f243e;
    }

    .container {
        padding: 0 15px;
    }

    .table__row {
        font-size: 12px;
        gap: 10px;
        padding: 27px 10px;
    }

    .navigation__btn::after {
        right: 10px;
    }

    .navigation__btn {
        font-size: 16px;
        padding: 30px 10px;
    }

    .navigation__list {
        padding: 20px 10px 30px;
    }

    .greet__container {
        padding-top: 50px;
        gap: 30px;
    }

    .greet__slide-visual-img {
        width: 100%;
        height: auto;
    }

    .greet__slide-desc {
        margin: 0 0 15px;
    }

    .greet__slide-btn {
        margin: 0 0 15px;
    }

    .greet__slide-more {
        margin: 0;
    }

    .greet__info-text {
        font-size: 14px;
    }

    .casinos__show {
        flex-direction: column;
        align-items: flex-end;
    }

    .casinos__change {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .casino.m-choice {
        padding-bottom: 80px;
    }

    .casino__pay-box {
        grid-template-columns: repeat(5, 1fr);
    }

    .games__choice.m-three {
        grid-template-columns: 1fr;
    }

    .games__choice.m-three .games__choice-search {
        grid-row: auto;
        grid-column: auto;
    }

    .games__choice {
        grid-template-columns: 1fr;
        gap: 20px 10px;
        padding: 20px;
    }

    .review__tabs-btn {
        text-align: left;
    }

    .feedback__info {
        flex-direction: column;
        align-items: flex-start;
    }

    .feedback__info-reaction {
        margin-left: auto;
    }

    .reviews-form__row {
        flex-direction: column;
    }

    .contacts__form {}

    .contacts__other-mail {
        padding-left: 40px;
    }

    .contacts__other-mail::after {
        width: 30px;
        top: calc(50% - 15px);
    }

    .footer__main {
        gap: 40px;
    }

    .content-main ol,
    .content-main ul {
        padding: 25px 20px 25px 60px;
    }

    .content-main table {
        min-width: 600px;
    }

    .content-main table tr {
        grid-gap: 10px;
        padding: 22px 15px;
    }

    .faq__container {
        padding: 40px 0;
    }

    .start__iframe table {
        min-width: 100%;
    }

    .page-game__main {
        max-width: calc(100vw - 30px);
    }

    .aside__box {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 540px) {
    .games__box {
        grid-template-columns: 1fr;
    }

    .casino {
        padding: 30px 15px;
    }

    .casino__main {
        padding: 0 10px;
    }
}

@media screen and (max-width: 520px) {
    .footer__nav-list {
        grid-template-columns: repeat(2, auto);
        gap: 30px;
        justify-items: center;
        text-align: center;
    }

    .footer__nav-item.m-full {
        grid-row: 2/3;
        grid-column: 1/3;
    }

    .footer__nav-link {
        margin-bottom: 15px;
    }

    .footer__sublist {
        gap: 15px;
    }
}

@media screen and (max-width: 500px) {

    h1,
    h2 {
        text-align: center;
    }

    .reviews__slide-visual {
        width: 100%;
        height: auto;
    }

    .reviews__slide-rating {
        position: relative;
        top: auto;
        right: auto;
        display: flex;
        margin: 10px 0 10px auto;
    }

    .content-main h1,
    .content-main h2 {
        font-size: 18px;
    }

    .main__content {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 460px) {
    .title.m-main {
        font-size: 22px;
    }

    .reviews__slide-title {
        text-align: center;
        padding: 0;
    }

    .reviews__slide-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .reviews__slide-reaction,
    .feedback__info-reaction {
        margin-left: auto;
        margin-right: auto;
    }

    .feedback__info-reaction {
        margin-top: 15px;
    }

    .reviews__slide-author,
    .feedback__info-user {
        flex-direction: column;
        margin: 0 auto;
    }

    .reviews__slide-author-info,
    .feedback__info-user-col {
        align-items: center;
    }

    .content-main blockquote {
        font-size: 16px;
    }

    .content-main ol,
    .content-main ul {
        padding: 25px 20px 25px 40px;
        font-size: 12px;
    }

    .content-main ul li::after {
        left: -25px;
    }

    .accordion__group {
        padding: 0 20px;
    }

    .accordion__btn {
        font-size: 14px;
        padding: 25px 50px 25px 0;
    }

    .casino__btnmore-mob {
        margin: 10px auto 0px;
    }

    .promo {
        margin-bottom: 10px;
    }

    .casino__pay-box {
        grid-template-columns: repeat(auto-fit, minmax(64px, 1fr));
        padding: 12px;
    }

    .contacts__form {
        padding: 20px 12px;
    }
}

@media screen and (max-width: 440px) {
    .blog__box {
        grid-template-columns: 1fr;
    }

    .game-card {
        height: auto;
    }

    .game-card__inner {
        aspect-ratio: 280/333;
    }
}

@media screen and (max-width: 400px) {
    .content__author {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .review__tabs-btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {
    .casino__charact-table .table__cell {
        font-size: 12px;
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf;
    }

    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf;
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf;
    }
}