@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 {
    display: flex;
}

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

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

.gam-nav {
    display: flex;
    align-items: center;
}

.gam-nav__btn {
    transition: background 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--wlc-navi-button-size, 24px);
    height: var(--wlc-navi-button-size, 24px);
    color: var(--mc-baseMain);
    background: rgba(35, 46, 74, .6);
    outline: none;
    border-radius: 20px;
    border: none;
    box-shadow: none;
}

.gam-nav__btn_first {
    background: rgba(35, 46, 74, .4);
    transform: rotate(180deg);
    margin-right: 5px;
}

.prov {
    margin: 20px 0 0 0;
    overflow: auto;
    width: 100%;
}

.prov__content {
    overflow: auto;
    padding-bottom: 10px;
}

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

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

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

.prov__content {
    display: flex;
    align-items: stretch
}

.prov__item {
    font-size: 2rem;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 5px #364a7d;
    font-weight: 700;
    text-decoration: none;
    background: #131a2d;
    border-radius: 10px;
    margin-right: 16px;
}

.prov__title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
}

.prov__item:last-child {
    margin-right: 0;
}

.prov__icon {
    height: 37.2px;
}

.gam-nav__count {
    margin: 0 12px 0 0;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 3px 12px;
    background: rgba(35, 46, 74, .6);
    border-radius: 60px;
    line-height: 1;
}

.wrapper-left {
    width: 230px;
    flex-shrink: 0;
    background: #131a2d;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}

.wrapper-left__inner {
    overflow: auto;
    height: 100%;
    padding: 0 8px 160px;
}

.wrapper-left__inner::-webkit-scrollbar {
    width: 5px;
}

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

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

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

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

.wrapper-left__inner::-webkit-scrollbar-track {
    margin: 5px;
    background: var(--mc-bg700);
    border-radius: 10px;
}

.wrapper-right {
    padding-left: 230px;
    padding: 0 8px 0 238px;
    width: 100%;
}

body {
    margin: 0;
    background: #dde4ec;
    background: #020100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

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

.main {
    margin-top: 60px;
}

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;
    min-width: 400px;
}

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: 230px;
    top: 0;
    width: calc(100% - 230px);
    padding: 10px 0;
    background-color: #000;
    z-index: 1000;
}

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

.wrapper-left__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0px;
    top: 0;
    width: 230px;
    padding: 10px 8px;
    z-index: 1000;
    height: 60px;
}

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

.wrapper-left__block {
    background: rgba(48, 62, 100, .4);
    border-radius: 8px;
    line-height: 1;
}

.wrapper-left__inner {
    margin-top: 60px;
}

.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 {
    color: #7886ab;
    background: #242d48;
    font-size: 16px;
    border-radius: 8px;
    height: 40px;
    padding: 8px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 8px;
}

.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: 1170px;
    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 {
    display: flex;
    justify-content: center;
    height: 24px;
}

.header-auth__in {
    border: 2px solid #00b6ef;
    height: 40px;
    min-width: 82px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;
}

.header-auth__register {
    background: linear-gradient(120deg, #00b6ef 0%, #00b6ef 30%, #75acff 50%, #00b6ef 70%, #00b6ef 100%);
    background-size: 400%;
    height: 40px;
    display: grid;
    grid-column-gap: initial;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    padding: 4px 8px;
    box-shadow: none;
    border: none;
    border-radius: 8px;
    position: relative;
    color: #fff;
}

.header-auth {
    display: flex;
    align-items: center;
}

.intro {
    display: flex;
    max-height: 400px;
}

.intro__block {
    margin-right: 12px;
    height: 250px;
    padding: 20px;
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    text-decoration: none;
    background: #131a2d;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

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

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

.intro-block__plash {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    content: "";
    display: flex;
    gap: 4px;
    align-items: center;
    min-height: 19px;
    padding: 1px 8px;
    line-height: 1;
    border-radius: 10px;
    background: #401166;
    z-index: 100;
}

.intro-block__icon {
    width: 12px;
    height: 12px;
}

.categories {
    padding: 9px 24px;
    overflow: auto;
}

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

p {
    color: #8194c8;
}

.categories__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    transition: .2s;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0 0;
    padding: 12px;
    font-size: 16px;
    margin-right: 18px;
    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;
    color: #fff;
}

@media (max-width: 850px) {
    .categories__button {
        flex-direction: column;
        align-items: center;
    }
    .categories__icon {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .header-auth__register {
        font-size: 14px;
        height: 35px;
    }
    .prov__item {
        width: 100px;
        flex-shrink: 0;
    }
    .header-auth__in {
        font-size: 14px;
        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 {
    padding: 40px 0;
    background: transparent;
}

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

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

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

.footer-top {
    display: flex;
    align-items: flex-start;
}

.footer-top__left {
    max-width: 40%;
    width: 100%;
    flex-shrink: 0;
    margin-right: 20px;
}

.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 {
    font-size: 12px;
    margin: 0 0 15px 0;
    display: block;
}

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

.btn {
    min-height: 40px;
    display: grid;
    grid-column-gap: initial;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    padding: 4px 8px;
    background: linear-gradient(180deg, #00b6ef 0%, #75acff 100%);
    box-shadow: none;
    border: none;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

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

.icon-list__wrapper {
    display: flex;
    align-items: center;
}

.wp {
    margin: 20px 10px;
}

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

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

.intro-block__fiol {
    color: #cd7dfc;
    font-size: 16px;
    margin-bottom: 5px;
}

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

.intro-block__title {
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
}

@media(max-width: 991px) {
    .wp {
        flex-shrink: 0;
        height: 20px;
    }
    .wrapper-right {
        padding: 0 8px;
    }
    .gam__content {
        flex-wrap: wrap;
    }
    .gam__gam {
        margin: 8px 8px;
        width: calc(20% - 16px);
    }
    .header {
        left: 0;
        width: 100%;
    }
    .wrapper-left {
        display: none;
    }
    .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;
    }
    .footer-top {
        flex-wrap: wrap;
    }
    .footer-top__left {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: inherit;
    }
    .gam__gam {
        margin: 8px 8px;
        width: calc(25% - 16px);
    }
    body {
        padding-bottom: 80px;
    }
    .logo__img {
        max-width: 225px;
        object-fit: cover;
    }
}

@media(max-width: 467px) {
    .footer-top__right {}
    .footer-top__block {
        width: 33.333%;
    }
    .intro__img {
        object-position: -182px center;
    }
}

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

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

.categories__button_active {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

h1,
h2 {
    margin: 30px 0 10px 0;
    color: #8194c8;
}

p {
    margin: 5px 0;
}

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

@media (max-width: 575px) {
    .categories__button {
        padding: 15px 10px;
    }
    .categories__icon {
        height: 20px;
    }
    .categories__text {
        font-size: 12px;
    }
    .gam__gam {
        margin: 8px 8px;
        width: calc(33.333% - 16px);
    }
}

@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: #242d48;
    border: 1px solid #525e83;
}

caption {
    margin-bottom: 10px;
}

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

.faq__item {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: block;
    background-color: #242d48;
    padding: 14px 12px 0;
    border: 1px solid #525e83;
    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;
}

@media(max-width: 767px) {
    .intro-block_two {
        display: none;
    }
    .intro-block {
        width: 100%;
    }
}

.wr-block_trans {
    background: transparent;
}

.footer-text {
    color: #454c60;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.45;
    margin-top: 20px;
}

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