@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

* {
    word-break: break-word;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

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

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

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

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: RosaMarena;
    src: url(../fonts/rosamarena.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Yellowtail;
    src: url(../fonts/Yellowtail-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}


/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.wrapper {
    padding-bottom: 30px;
}

s.adasd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.gam__title {
    font-weight: 400;
    font-size: 20px;
}

.gam-top {
    margin: 20px 0;
}

.gam-nav__text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

.gam-nav {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    margin-bottom: 16px;
    position: relative;
    white-space: nowrap;
    flex-direction: row;
    align-items: normal;
    justify-content: normal;
    padding-right: 16px;
}

.gam-nav__count {
    align-items: center;
    background-color: hsla(40, 87%, 69%, .239);
    border-radius: 12px;
    color: #f5c66b;
    display: flex;
    font-size: 10px;
    font-weight: 500;
    height: 18px;
    justify-content: center;
    line-height: 12px;
    margin: auto 0 auto 8px;
    padding: 0 8px;
    text-align: center;
}

.koll__block {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.koll .slick-list {
    /* padding-left: 190px; */
}

.koll__inn {
    flex: 1;
    height: 100%;
    background: linear-gradient(244deg, #27090E 23.59%, #970719 89.04%);
    border-radius: 12px;
    box-shadow: 0 8px 10px 0 #1d1a1a33;
    min-height: 100%;
    padding: 16px;
    position: relative;
    width: 100%;
    min-height: 220px;
    width: 424px;
}

.koll__imgrig {
    background-size: contain;
    position: absolute;
    right: -7px;
    top: -10px;
    width: 226px;
    height: 226px;
}

.koll__items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 211px;
    width: 100%;
}

.koll__item {
    border-radius: 4px;
    height: 65px;
    overflow: hidden;
    width: 65px;
}

.koll__item img {
    box-shadow: 0 1px 2px 0 #090707;
    height: 100%;
    width: 100%;
}

.koll__title {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.koll__link {
    align-items: center;
    background: #ffffff1a;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    gap: 5px;
    justify-content: center;
    line-height: 16px;
    border-radius: 4px;
    height: 65px;
    overflow: hidden;
    width: 65px;
}

.koll__link svg {
    transform: rotate(90deg);
    width: 12px;
}

.gam__content {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -8px;
    row-gap: 16px;
}

.semerka-btns {
    border-radius: 50%;
    left: 25px;
    right: 25px;
    top: 16px;
    position: absolute;
    bottom: 0;
    align-items: normal;
    background-color: #000c;
    display: flex;
    flex-direction: column;
    height: 132px;
    justify-content: center;
    opacity: 0;
    text-align: center;
    transition: opacity .2s ease-in-out;
    z-index: 9;
}

.semerka-btns__inn {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.semerka-btns__play {
    bottom: 16px;
    height: 48px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 32px);
    left: 0px;
    top: 40px;
    transform: translateY(-30px);
    transition: .4s ease-out;
    background: linear-gradient(180deg, #d1021b, #a71023);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 16px;
    padding: 0 16px;
    align-items: center;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 #2727274d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    position: relative;
    text-align: center;
}

.semerka-btns__demo {
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    line-height: 18px;
    opacity: 0;
    position: absolute;
    bottom: 16px;
    left: 50%;
    top: unset;
    transform: translateY(30px);
    transition: .4s ease-out;
}

.gam__gam {
    position: relative;
    width: calc(16.666% - 16px);
    margin: 0 8px;
}

.gam__img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-position: center;
    height: 132px;
    width: 100%;
    align-items: normal;
    background-color: #000c;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 132px;
    justify-content: center;
    text-align: center;
    transition: opacity .2s ease-in-out;
    z-index: 9;
}

.gam__tit {
    color: #D1D1D1;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 18px;
    margin-top: 8px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

body {
    background: #110D0E;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

.main {
    margin-top: 64px;
}

audio,
canvas,
object,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

.intro__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em
}

article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

.toc__wrap {
    padding: 10px 0;
    color: #000;
    cursor: pointer;
    font-size: 14px
}

.footer-method__arrow {
    margin-left: 10px
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-nav__link {
    color: #d2a4f7;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    margin-right: 30px;
    margin: 5px 30px 5px 0
}

.footer-nav__link:hover {
    color: #428cdc
}

.footer-nav__link:last-child {
    margin-right: 0
}

.toc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    padding: 20px 0
}

.toc__item {
    display: block;
    margin-bottom: 5px
}

.toc__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button,
input,
select {
    overflow: visible
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

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

button:-moz-focusring,
input:-moz-focusring {
    outline: 0
}

fieldset {
    min-width: 0
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

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
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

img,
object,
svg,
ymaps {
    max-width: 100%;
    max-height: 100%
}

textarea {
    resize: none
}

table {
    border-spacing: 0
}

a,
button,
input[type=submit],
label {
    cursor: pointer
}

button {
    text-align: left
}

* {
    margin: 0;
    padding: 0;
    position: static;
    outline: 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

menu,
ol,
ul {
    list-style-type: none
}

.header {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    /* padding: 10px 0; */
    background: #110d0e;
    box-shadow: 0 2px 4px 0 #2626264d;
    height: 64px;
    z-index: 1000;
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-out {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    transform: scaleX(-1);
}

.wr-block__title {
    color: #8194c8;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wr-block__item {
    padding: 12px 16px;
    display: flex;
    align-items: center;
}

.wr-block__text {
    font-size: 14px;
}

.wr-block {
    margin-top: 8px;
}

.wr-block__icon {
    margin-right: 8px;
}

.search {
    background: linear-gradient(180deg, rgba(166, 3, 22, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), #1F1A1B;
    border-radius: 10px;
    bottom: auto;
    height: 64px;
    left: auto;
    max-width: 304px;
    width: 100%;
    z-index: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.search__text {
    background: none;
    border: none;
    color: #fff6;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    max-width: 98%;
    max-width: none;
    overflow: hidden;
    padding-inline: 80px 64px;
    text-overflow: ellipsis;
    transition: none;
    white-space: nowrap;
    width: 100%;
}


/* .slick-slide {
    display: flex !important;
} */

.semerka__block {
    padding-top: 54px;
    position: relative;
}

.slick-slide {}

.semerka__item {
    min-height: unset;
    /* width: 182px; */
    align-items: flex-end;
    background: linear-gradient(180deg, #4d0716, #320d14);
    border-color: #7e091899 #7e091852 #7e09180d;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    display: flex;
    height: 168px;
    padding-bottom: 12px;
}

.semerka__container {
    position: relative;
}

.semerka .slick-slide {
    /* padding: 10px; */
    /* width: 182px !important; */
    /* margin-right: 14px;
    display: flex; */
}

.slick-track {
    column-gap: 16.5px;
    row-gap: 0px;
    display: flex;
    justify-content: flex-end;
    height: 222px;
    margin-left: -10px;
}

.footer-scroll__inn {
    color: #D1D1D1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 8px;
}

.footer-scroll {
    height: 310px;
    margin: 20px 0;
    cursor: pointer;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-mask-image: linear-gradient(180deg, #eae6e1 75.89%, #eae6e100 97.32%), linear-gradient(270deg, #000 4px, #0000 0);
    padding-bottom: 16px;
    padding: 5px 10px 16px 10px;
}

.footer-scroll::-webkit-scrollbar {
    width: 4px;
}

.footer-scroll::-webkit-scrollbar {
    width: 4px;
}

.footer-scroll::-webkit-scrollbar-thumb {
    background: #fff3;
    border-radius: 12px;
}

.footer-scroll::-webkit-scrollbar-thumb {
    border-radius: 12px;
}

.footer-scroll::-webkit-scrollbar-track {
    background: #ffffff1a;
    border-radius: 12px;
    margin-bottom: 28px;
}

.footer-scroll::-webkit-scrollbar-track {
    border-radius: 32px;
}

.gam-nav__arrow {
    border-bottom: 1px solid rgba(255, 255, 255, .9);
    border-left: 1px solid rgba(255, 255, 255, .9);
    display: inline-block;
    height: 8px;
    transform: rotate(-135deg) translate(-12px, 2px);
    width: 8px;
}

.semerka__container::before {
    bottom: 0px;
    content: "";
    height: 215px;
    left: auto;
    position: absolute;
    right: -2px;
    top: 1px;
    width: 60px;
    z-index: 1;
    height: 100%;
    background: linear-gradient(270deg, #110D0E 30%, #110d0e00 100%);
}

.semerka-bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.semerka-bottom__title {
    color: #ffffffe6;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 8px auto 0;
    max-width: 150px;
    position: relative;
    width: 100%;
    z-index: 9;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.semerka-bottom__logo {
    align-items: center;
    background: none;
    border-radius: 0 0 var(--buttons-border-radius) var(--buttons-border-radius);
    bottom: 0;
    display: flex;
    flex-direction: row;
    height: 24px;
    justify-content: center;
    left: 0;
    overflow: visible;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 1;
}

.semerka__fon {
    border-radius: 10px;
    bottom: 0;
    height: 168px;
    left: unset;
    overflow: hidden;
    position: absolute;
    top: unset;
    width: 182px;
    z-index: 0;
}

.semerka__fon:before {
    background: url("../img/fon.svg") 50% no-repeat;
    bottom: unset;
    content: "";
    display: block;
    height: 280px;
    left: 50%;
    opacity: .2;
    position: absolute;
    right: unset;
    top: -128px;
    transform: translateX(-50%);
    width: 280px;
    z-index: 1;
}

.krug {
    background: linear-gradient(180deg, #7C0818 0%, #830B1A 100%);
    border-radius: 10px;
    box-shadow: 0 0 0 2px linear-gradient(180deg, #7C0818 0%, #830B1A 100%);
    min-height: 132px;
    position: relative;
    width: 100%;
    border-radius: 50%;
    bottom: 0;
    height: 132px;
    left: 50%;
    position: absolute;
    right: 0;
    top: 16px;
    transform: translateX(-50%);
    width: 132px;
    z-index: 0;
}

.krug::after {
    background: url("../img/krug.svg") 50% no-repeat;
    bottom: unset;
    content: "";
    display: block;
    height: 150px;
    left: unset;
    opacity: 0;
    position: absolute;
    right: 50%;
    top: -9px;
    transform: translateX(50%);
    width: 150px;
    z-index: 0;
}

@keyframes appearChip___S1ULz {
    0% {
        transform: translateX(50%) rotate(0deg);
    }
    100% {
        transform: translateX(50%) rotate(90deg);
    }
}

@keyframes rotateChip___PkHjG {
    0% {
        transform: translateX(50%) rotate(90deg);
    }
    100% {
        transform: translateX(50%) rotate(450deg);
    }
}

@keyframes appearLights___cZMyx {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(90deg);
    }
}

.block-title {
    align-items: center;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    font-size: 18px;
    font-weight: 700;
    height: 24px;
    margin-bottom: 16px;
    position: relative;
    white-space: nowrap;
    font-weight: 600;
    justify-content: flex-start;
    margin-bottom: 6px;
    gap: 8px;
    padding: 0px;
}

@keyframes rotateLights___zd6SS {
    0% {
        transform: translateX(-50%) rotate(90deg);
    }
    100% {
        transform: translateX(-50%) rotate(450deg);
    }
}

.semerka__block:hover .semerka__fon::before {
    opacity: 0.5;
    animation: 0.5s linear 0s 1 normal none running appearLights___cZMyx, 12s linear 0.5s infinite normal none running rotateLights___zd6SS;
}

.semerka__block:hover .krug::after {
    animation: appearChip___S1ULz .5s linear, rotateChip___PkHjG 12s linear .5s infinite;
    opacity: 1;
}

.semerka__block:hover .semerka__item {
    background: linear-gradient(rgb(57, 5, 12), rgb(144, 10, 26));
}

.krug::before {
    background: linear-gradient(180deg, #d1021b, #a71023);
    bottom: 0;
    content: "";
    display: block;
    filter: blur(37px);
    height: 69px;
    left: unset;
    position: absolute;
    right: 50%;
    top: unset;
    transform: translateX(50%);
    width: 99px;
    z-index: 0;
}

.semerka__img {
    background-position: 50%;
    border-radius: 50%;
    display: block;
    height: 132px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.semerka__image {
    border-radius: 8px;
    display: block;
    height: 100%;
    position: relative;
    transition: transform .2sease-out;
    width: 100%;
    z-index: 10;
}

.search__icon {
    height: 24px;
    left: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.header__overlay {
    opacity: .5;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    background: rgba(45, 52, 54, .95);
    top: 0;
    left: 0;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.categories__wrap,
.header__wrap,
.tourney-item__tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__left {
    display: flex;
    align-items: center;
}

.header__right {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.logo {
    height: 24px;
    display: flex;
    flex-direction: row;
    height: 64px;
    justify-content: center;
    max-width: 144px;
    position: relative;
}

.header-auth__in {
    letter-spacing: .04em;
    background: linear-gradient(180deg, #d1021b, #a71023);
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
    font-weight: 700;
    height: 48px;
    line-height: 16px;
    padding: 0 16px;
    align-items: center;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 #2727274d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 65.02px;
    white-space: nowrap;
    align-items: center;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 #2727274d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    position: relative;
    text-align: center;
}

.gold-left__img {
    bottom: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 204px;
    width: 100%;
}

.header-auth__register {
    letter-spacing: .1px;
    margin: 0 16px 0 0;
    width: 169.98px;
    background: linear-gradient(180deg, #fff, #dadada);
    color: #000;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 16px;
    padding: 0 16px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-auth {
    display: flex;
    align-items: center;
    padding: 0px 4px 0px 20px;
}

.intro {
    max-height: 400px;
    position: relative;
}

.intro__block {
    height: 328px;
    padding: 20px 0;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.jack__text {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(358.88deg, #E4C47E -101.79%, #F9D380 -69.74%, #FFF5A4 -33.32%, #F7EB76 -4.16%, #D5A857 31.07%, #FFF9C7 60.89%, #F0C358 89.74%);
    background-clip: text;
    -webkit-background-clip: text;
    display: inline-block;
    color: #F5C66B;
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -.2px;
    white-space: nowrap;
    line-height: 36px;
    position: relative;
    text-transform: uppercase;
}

.jack__text:after {
    background: radial-gradient(50% 50% at 50% 50%, #FDF6B0 0%, rgba(253, 245, 171, 0.00) 100%);
    border: none;
    border-radius: 50%;
    bottom: -8px;
    box-shadow: 0 0 12px 0 #9b2033;
    content: "";
    height: 4px;
    left: -38px;
    position: absolute;
    width: calc(100% + 76px);
}

.jack__summ {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(358.88deg, #E4C47E -101.79%, #F9D380 -69.74%, #FFF5A4 -33.32%, #F7EB76 -4.16%, #D5A857 31.07%, #FFF9C7 60.89%, #F0C358 89.74%);
    background-clip: text;
    -webkit-background-clip: text;
    box-sizing: border-box;
    color: #F5C66B;
    display: flex;
    flex-direction: row-reverse;
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -.6px;
    line-height: 36px;
    margin-left: 23px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}

.intro__img {
    object-fit: cover;
    object-position: 0px 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
}

.categories {
    align-items: center;
    background: linear-gradient(180deg, rgba(166, 3, 22, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), #1F1A1B;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(209, 2, 27, 0.10) inset;
    display: flex;
    height: inherit;
    justify-content: space-between;
    opacity: 1;
    padding: 0 20px 0 36px;
    transition: margin .2s ease-in-out, opacity .3s ease-in-out;
    max-width: 648px;
    width: 100%;
    margin-right: 10px;
}

.categories::-webkit-scrollbar {
    height: 3px;
    width: 30px;
}

.categories::-webkit-scrollbar-thumb {
    background: rgba(118, 151, 244, .5);
    border-radius: 10px;
}

.categories::-webkit-scrollbar-track {
    margin: 5px;
    background: #131a2d;
    border-radius: 10px;
}

.btn-up {
    background: linear-gradient(180deg, #2c0d14, #5a0819);
    border-radius: 100%;
    cursor: pointer;
    height: 40px;
    left: unset;
    position: fixed;
    right: 8px;
    top: unset;
    transition: opacity .3s linear;
    z-index: 11;
    bottom: 20px;
    height: 48px;
    right: 16px;
    width: 48px;
}

.btn-up__arr {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    margin-top: 0 !important;
    right: 0;
    top: 0;
    z-index: 0;
}


/* .btn-up_hide {
    visibility: hidden;
    opacity: 0;
} */

.btn-up::before {
    content: "";
    height: 20px;
    width: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E") center center / 100% 100% no-repeat;
}

p {
    color: #D1D1D1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 8px;
}

.categories__button {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 600;
    height: 64px;
    justify-content: center;
    line-height: 22px;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    transition: color .2sease-in-out;
    white-space: nowrap;
}

.categories__button:last-child {
    margin-right: 0px;
}

.categories__icon {
    margin-right: 15px;
    height: 16px;
    flex-shrink: 0;
    fill: #fff;
}

.categories__text {
    line-height: 1.2;
    text-align: center;
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .header-auth__register {
        font-size: 13px;
        height: 35px;
    }
    .header {
        height: auto;
    }
    .header-auth__register {
        width: auto;
    }
    .prov__item {
        width: 100px;
        flex-shrink: 0;
    }
    .header-auth__in {
        font-size: 13px;
        height: 35px;
        min-width: 70px;
    }
    .main {
        margin-top: 60px;
    }
}

.button-bot {
    transition: filter .3s linear;
    width: 170px;
    height: 40px;
    padding: 0 10px;
    background: #242d48;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8194c8;
    font-size: 14px;
    width: 50%;
}

.button-prov {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../img/prov.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

.button-bot__flex {
    display: flex;
    margin-left: 10px;
    flex-shrink: 0;
}

.icon-list__wrapper svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    color: #fff;
    fill: #8194c8;
    height: 32px;
    width: auto;
}

.buttons {
    display: flex;
    grid-area: search-merch;
    gap: 10px;
    align-items: center;
    justify-self: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 60px;
    width: 100%;
    background: #131a2d;
    border-radius: 8px;
}

.buttons__container {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.button-bot:first-child {
    margin-right: 10px;
}

.footer-top__tit {
    color: #ffffffe6;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 26px;
    position: relative;
    cursor: default;
    margin-bottom: 8px;
    text-align: left;
}

.footer {
    padding: 40px 0;
    background: transparent;
    color: #fff;
}

.footer-top__block {
    margin: 0 10px;
}

.footer-top__logo {
    height: 30px;
    margin-right: 30px;
}

.footer-logo {
    height: 100%;
    width: 100%;
}

.lang {
    position: relative;
}

.lang__selector {
    padding: 12px 0px;
    position: absolute;
    transition: opacity .3s;
    width: max-content;
    z-index: 1000;
    background: #252323;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 #0f0f0f;
    min-width: 158px;
    border-bottom-right-radius: 0;
    bottom: calc(100% - 1px);
    right: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
}

.vb {
    opacity: 1;
    visibility: visible;
}

.footer-chng__bl {
    display: flex;
    align-items: center
}

.container-medium {
    margin: 0 auto;
    padding: 12px 20px 0 20px;
    position: relative;
    max-width: 970px;
}

.footer-cont {
    margin: 0 auto;
    max-width: 872px;
    padding: 48px 0 70px;
}

.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
}

.footer-icons {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer-icons__icon {
    height: 32px;
    margin-right: 20px;
}

.footer-icons__icon:last-child {
    margin-right: 0;
}

.footer-top__link {
    color: #D1D1D1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 0;
    display: block;
}

.footer-top__flex {
    display: flex;
    align-items: flex-start;
    margin: 0 -10px;
}

.btn-white {
    letter-spacing: .1px;
    margin: 0 16px 0 0;
    max-width: 260px;
    min-width: 139px;
    background: linear-gradient(180deg, #fff, #dadada);
    color: #000;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 16px;
    padding: 0 16px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.jack__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    flex-wrap: wrap;
}

.jack__btn {
    max-width: 255px;
    width: 100%;
}

.jack__left {
    display: flex;
    flex-wrap: wrap;
}

.btn-red {
    letter-spacing: .04em;
    background: linear-gradient(180deg, #d1021b, #a71023);
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
    font-weight: 700;
    height: 48px;
    line-height: 16px;
    padding: 0 16px;
    align-items: center;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 #2727274d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    position: relative;
    text-align: center;
}

.footer-top__line {
    display: flex;
    align-items: center;
}

.icon-list__wrapper {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 0 0 24px;
    padding: 15px 0 16px;
}

.footer-kart {
    margin-bottom: 16px;
}

.footer-kart__img {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 0;
    grid-area: disclaimer;
    background-size: contain;
    height: 36px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 16px;
}

.footer-kart__text {
    color: #D1D1D1;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.wp {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 24px;
    justify-content: center;
}

.footer-goog {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-items: flex-end;
    border: none;
    justify-content: flex-end;
    margin: 0 1px 40px 0;
    padding-block: 0;
}

.semerka__block:hover .semerka-btns {
    opacity: 1;
    visibility: visible;
}

.semerka__block:hover .semerka-btns__play {
    opacity: 1;
    transform: translate(0);
}

.semerka__block:hover .semerka-btns__demo {
    opacity: 1;
    transform: translate(-50%, 0);
}

.footer-goog__img {
    display: block;
    height: 40px;
    width: 140px;
}

.intro-block__content {
    z-index: 100;
}

.intro-block__fiol {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-shadow: 1px 1px 1px #1e225d, 1px -1px 1px #1e225d, -1px 1px 1px #1e225d, -1px -1px 1px #1e225d, 0 0 1px #1e225d;
}

.intro-block__btn {
    z-index: 100;
    margin-top: 16px;
    width: 127px;
}

.bot-menu {
    align-items: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: linear-gradient(0deg, #000000b3, #000000b3), linear-gradient(180deg, #c8c8c8b3, #1f1a1b00);
    border-radius: 20px 20px 0 0;
    bottom: 0;
    box-shadow: inset 0 0 2px 0 #ffffff40;
    display: flex;
    flex-direction: row;
    height: 60px;
    overflow: auto;
    justify-content: space-around;
    left: 0;
    margin: auto;
    max-width: max-content;
    min-width: 961px;
    padding: 0 34px;
    position: fixed;
    right: 0;
    z-index: 1000;
}

.bot-menu__item {
    align-items: center;
    color: #ffffffe6;
    display: flex;
    flex-shrink: 0;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    line-height: 22px;
    padding: 0 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color .2s ease-in-out;
}

.intro-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-block__title {
    text-shadow: 1px 1px 1px #1e225d, 1px -1px 1px #1e225d, -1px 1px 1px #1e225d, -1px -1px 1px #1e225d, 0 0 1px #1e225d;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 8px;
}


/* Стилизация скроллбара для WebKit (Chrome, Safari) */

.bot-menu::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.bot-menu::-webkit-scrollbar-track {
    background: #e0e0e0;
    /* Цвет фона трека */
    border-radius: 10px;
    /* Закругление углов */
}

.bot-menu::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #2c0d14, #5a0819);
    /* Цвет ползунка */
    border-radius: 10px;
    /* Закругление углов */
}

.bot-menu::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #2c0d14, #5a0819);
    /* Цвет ползунка при наведении */
}

@media(max-width: 991px) {
    .wp {
        flex-shrink: 0;
        height: 20px;
    }
    .btn-up {
        bottom: 50px;
    }
    .bot-menu__item {
        font-size: 12px;
    }
    .bot-menu {
        min-width: inherit;
        /* flex-wrap: wrap; */
        align-items: center;
        justify-content: flex-start;
        padding: 0 5px;
        height: 40px;
    }
    .bot-menu__item {
        margin: 3px 0;
    }
    .search__text {
        font-size: 14px;
    }
    .categories__button {
        font-size: 12px;
    }
    .gam__content {
        flex-wrap: wrap;
    }
    .gam__gam {
        margin: 8px 8px;
        width: calc(14% - 16px);
    }
    .gam__puc {
        height: 110px
    }
    .header {
        left: 0;
        width: 100%;
    }
    .cat-wrap {
        flex-direction: column;
        margin-top: 20px;
    }
    .search {
        width: 100%;
        max-width: 100%;
    }
    .jack__wrap {
        flex-direction: column;
    }
    .jack__left {
        margin-bottom: 30px
    }
    .categories__zvezda {
        margin-top: 15px;
        display: block;
        display: flex;
        justify-content: center;
    }
    .categories {
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        display: block;
        padding: 10px 20px 10px 20px;
    }
    .container-medium {
        padding: 12px 18px 0 18px;
    }
    /* .icon-list__wrapper {
        overflow-x: scroll;
    }
    .icon-list__wrapper::-webkit-scrollbar {
        height: 5px;
    }
    .icon-list__wrapper::-webkit-scrollbar-track {
        background: #131a2d;
        border-radius: 10px;
    } */
    /* .icon-list__wrapper::-webkit-scrollbar-thumb {
        background: rgba(118, 151, 244, .5);
        border-radius: 10px;
    } */
}

@media (max-width: 767px) {
    .logo {
        max-width: 207px;
        height: 50px;
        margin: 5px 0;
    }
    .footer-top {
        flex-wrap: wrap;
    }
    .footer-top__left {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: inherit;
    }
    .gam__gam {
        margin: 8px 8px;
        width: calc(20% - 16px);
    }
    body {
        padding-bottom: 0px;
    }
    .logo__img {
        max-width: 225px;
        object-fit: cover;
    }
}

@media(max-width: 467px) {
    .footer-top__right {}
    .footer-top__block {
        width: 33.333%;
    }
    .jack__left {
        flex-direction: column-reverse;
    }
    .jack__summ {
        margin-left: 0;
    }
    .jack__summ {
        margin-bottom: 5px
    }
    .intro__img {
        object-position: -600px center;
    }
}

h3,
h4 {
    margin: 10px 0;
    color: #8194c8;
}

.main-btn {
    max-width: 300px;
    margin: 10px auto;
    text-align: center;
    display: flex;
}

.categories__button_active {
    font-weight: bold;
    color: #c9051d;
}

.gam-btns {
    align-items: normal;
    background-color: #000c;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 132px;
    justify-content: center;
    opacity: 0;
    text-align: center;
    transition: opacity .2s ease-in-out;
    z-index: 9;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gam-btns__inn {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.gam-btns__play {
    bottom: 16px;
    height: 48px;
    left: 16px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transform: translateY(30px);
    transition: .2s ease-out;
    width: calc(100% - 32px);
    background: linear-gradient(180deg, #d1021b, #a71023);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 16px;
    padding: 0 16px;
    align-items: center;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 #2727274d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}

.gam-btns__demo {
    order: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    left: 8px;
    line-height: 18px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: translateY(-20px);
    transition: .2s ease-out;
}

.gold {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 20px 0;
}

.gold-left {
    height: 490px;
    align-items: normal;
    background: linear-gradient(180deg, #7e0918, #8b1221 32.29%, #761126);
    border-radius: 12px;
    box-shadow: 0 6px 12px #0000001a;
    display: flex;
    flex-direction: row;
    height: 434px;
    justify-content: normal;
    overflow: hidden;
    padding: 16px;
    position: relative;
    justify-content: space-between;
    width: 70%;
}

.paym {
    align-items: center;
    background: linear-gradient(270deg, #ffffff0f, #ffffff0a 40.7%, #ffffff0a 82.26%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 16px;
    grid-area: payments;
    margin-bottom: 40px;
}

.footer-chng__item {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
    padding-block: 4px;
    color: #ffffffe6;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.footer-chng__rus {
    border-radius: 2px;
    display: block;
}

.footer-chng__flag {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    transition: background-color .3s;
    border-radius: 4px;
    height: 32px;
    padding: 0px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-chng__flag span {
    margin-left: 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #D1D1D1;
}

.footer-chng__item svg {
    width: 24px;
    height: 24px;
}

.footer-chng {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 11px 0;
}

.game-selector {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-top: 12px;
}

.game-selector svg {
    margin-right: 5px;
}

.game-selector__select {
    background: transparent;
    color: #D1D1D1;
    font-size: 12px;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 18px;
    -webkit-appearance: none;
    /* Для Safari */
    -moz-appearance: none;
    /* Для Firefox */
    appearance: none;
    /* Для остальных браузеров */
    background: transparent;
    /* Убираем фон */
    border: none;
    /* Убираем границу */
    outline: none;
    /* Убираем обводку */
}

.game-selector::after {
    content: "";
    display: inline-block;
    height: 0px;
    position: absolute;
    right: -16px;
    width: 0px;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #D1D1D1;
}

.bot-menu__item svg {
    margin-right: 5px;
}

.paym__item {
    flex: 0 1 84px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0
}

.paym__img {
    object-fit: contain;
}

.partn {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    overflow: hidden;
    transition: max-height .5s linear;
    gap: 8px 15px;
    max-height: -moz-fit-content;
    max-height: fit-content;
    grid-area: developers;
}

.partn__img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.partn__item {
    margin: 0;
    flex: 0 1 84px;
    height: 24px;
}

.gold-left__img img {
    width: 100%;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(180deg, #c4c4c4 34.09%, #c4c4c400 98.06%);
    mask-image: linear-gradient(180deg, #c4c4c4 34.09%, #c4c4c400 98.06%);
    object-fit: cover;
}

.gold-left__title {
    font-feature-settings: "pnum" on, "lnum" on;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 700;
    height: 52px;
    line-height: 26px;
    margin-bottom: 27px;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    width: 265px;
    position: relative;
    z-index: 10;
}

.gold-left__block {
    margin-bottom: 18px;
    position: relative;
    z-index: 10;
}

.gold-left__gray {
    color: #fff9;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 4px;
}

.gold-left__left {
    width: 100%;
}

.gold-left__top {
    margin-bottom: 15px;
    padding-left: 8px;
    padding-top: 8px;
    position: relative;
    width: 100%;
    z-index: 1;
    width: 100%;
}

.gold-gray {
    background: #ffffff1a;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 16px;
    padding: 16px 0;
}

.gold-gray__block {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: normal;
    margin: 2px 0;
    padding: 0 16px;
}

.gold-gray__first {
    color: #fff9;
    width: 7%;
}

.gold-gray__name {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
}

.gold-gray__last {
    text-align: right;
    width: 43%;
}

.gold-rig {
    width: 96px;
    margin: 16px 0 0 32px;
    overflow: hidden;
    flex-shrink: 0;
}

.gold-rig__content {
    --mask-height: 13px;
    margin-top: 8px;
    -webkit-mask-image: linear-gradient(to bottom, #0000, #000 13px, #000 calc(100% - 13px), #0000);
    mask-image: linear-gradient(to bottom, #0000, #000 13px, #000 calc(100% - 13px), #0000);
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    padding-top: 5px;
    height: 100%;
    max-height: 336px;
    overflow: auto;
}

.gold-rig__item {
    height: 80px;
    min-height: 80px;
    width: 80px;
    margin-top: 8px;
    border-radius: 10px;
    box-shadow: 0 0 0 2px linear-gradient(180deg, #7C0818 0%, #830B1A 100%);
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
}

.gold-right {
    margin-left: 24px;
    display: flex;
    min-height: 326px;
    width: 30%;
}

.gold-right__btn {
    width: 100%;
}

.gold-right__inn {
    border-radius: 12px;
    box-shadow: 0 8px 16px #191e2d99;
    min-height: 200px;
    overflow: hidden;
    padding: 26px 32px 32px;
    position: relative;
    background: linear-gradient(180deg, #39050c, #900a1a);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.gold-right__inn:before {
    background: url('../img/gold-rig.png') round;
    background-size: cover;
    border-radius: 12px;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: auto;
}

.gold-rig__title {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    margin-bottom: -5px;
    margin-top: 2px;
    overflow: hidden;
    position: relative;
}

.gold-gray__block__top .gold-gray__last {
    color: #fff9;
}

.gold-gray__block__top .gold-gray__name {
    color: #fff9;
}

.gold-gray__block__top {
    height: 20px;
    margin-bottom: 10px;
}

.gold-left__btn {
    font-size: 10px;
    font-weight: 700;
    height: 32px;
    line-height: 12px;
    padding: 0 8px;
    min-height: 40px;
    min-width: 112px;
}

.gold-left__val {
    font-weight: 500;
    text-shadow: 0 0 4px #00000059;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.gam__gam:hover .gam-btns {
    opacity: 1;
    visibility: visible;
}

.gam__gam:hover .gam-btns__play {
    opacity: 1;
    transform: translate(0);
}

.gam__puc {
    position: relative
}

.gam__gam:hover .gam-btns__demo {
    opacity: 1;
    transform: translate(0);
}

.categories__button_active:after {
    background: #c9051d;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 1;
}

.gold-left__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1,
h2 {
    color: #ffffffe6;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 12px;
    text-align: left;
}

.categories__zvezda {
    flex-shrink: 0;
}

p {
    margin: 5px 0;
}

.faq__item {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: block;
    background: linear-gradient(180deg, rgba(166, 3, 22, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), #1F1A1B;
    padding: 14px 12px 0;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 30px;
}

.faq__item summary {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    padding-bottom: 14px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq summary img {
    width: 20px;
    height: 20px;
}

.faq__answer {
    margin: 0;
    padding: 20px 8px 20px 28px;
    text-align: left;
}

ul,
ol {
    margin: 10px 0;
    color: #D1D1D1;
}

@media (max-width: 575px) {
    .categories__button {
        padding: 15px 10px;
    }
    .gold-left {
        display: block;
        height: auto;
    }
    .gold-rig__content {
        max-height: 338px;
    }
    .categories {
        padding: 10px 15px 10px 15px;
    }
    .categories__button {
        padding: 10px 20px
    }
    .categories__wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .categories__icon {
        height: 20px;
    }
    .categories__text {
        font-size: 12px;
    }
    .gam__gam {
        margin: 8px 8px;
        width: calc(33.333% - 16px);
    }
    .gold-left__line {
        display: block;
    }
    .gold-gray__block {
        padding: 0 10px;
    }
    .gold-rig {
        margin: 16px 0 0 0px;
        width: 100%;
    }
    .gold-rig__content {
        display: flex;
        overflow-y: hidden;
        overflow-x: scroll;
        mask-image: linear-gradient(to right, #000, #000 13px, #000 calc(100% - 13px), #000);
    }
    .gold-rig__item {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
        margin-right: 10px;
    }
    .gold-rig__item:last-child {
        margin-right: 0px;
    }
    .gold-left__left {
        width: 100%;
    }
}

@media(max-width: 420px) {
    .gam__gam {
        margin: 8px 8px;
        width: calc(50% - 16px);
    }
}

li {
    margin: 5px 0;
}

.scroll {
    overflow-x: scroll;
}

table {
    width: 100%;
    margin: 30px 0;
    border-spacing: 0;
    background: linear-gradient(180deg, rgba(166, 3, 22, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), #1F1A1B;
    border: 1px solid #5a0819;
    min-width: 750px
}

caption {
    margin-bottom: 10px;
}

table td,
th {
    text-align: left;
    border: 1px solid #5a0819;
    padding: 20px 30px;
}

@media(max-width: 767px) {
    .gold {
        flex-direction: column-reverse;
    }
    .gold-left {
        width: 100%;
    }
    .gold-right {
        margin-left: 0;
        margin: 0 auto 20px auto;
        width: 255px;
    }
}

.wr-block_trans {
    background: transparent;
}

.footer-text {
    color: #c7bfb5;
    display: block;
    font-size: 10px;
    font-weight: 400;
    grid-area: copyright;
    line-height: 14px;
    text-align: center;
}

.wr-block__icon_flag {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.slick-dots {
    bottom: 0;
    display: flex !important;
    justify-content: center;
    /* left: 50%; */
    right: unset;
    top: unset;
    /* transform: translateX(-50%); */
    z-index: 0;
}

.slick-dots li {
    align-items: center;
    display: flex;
    margin-right: 0;
}

.slick-dots li button {
    background: #ffffff1a;
    border: none;
    font-size: 0;
    height: 2px;
    line-height: 1;
    width: 4px;
}

.slick-dots .slick-active {
    background: linear-gradient(4deg, #CB8130 0%, #CEA334 14.72%, #CEA334 31.44%, #F6EB76 44.59%, #CEA334 61.01%, #F6EB76 80.72%, #D6770D 99.99%, #BB772D 100%);
    border-radius: 4px;
    opacity: 1;
}

.gold-left__val__yel {
    color: #F5C66B;
}