/*! 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%
}

body {
    margin: 0
}

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

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
}

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
}

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
}

.content ol,
.content ul {
    padding-left: 20px;
    list-style: auto;
    margin: 10px 0;
}

.content ol li::marker {
    color: #ffce01;
}

.content ul li::marker {
    color: #ffce01;
}

.header {
    transition: transform .7s, background .5s, -webkit-transform .7s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

.header__animate {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header__animated {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.header__wrap {
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.header-search:hover .icon {
    background: #ccc
}

.header-nav {
    width: 100%
}

.header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-nav li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.header-nav a {
    letter-spacing: .36px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 10px;
    display: block;
    padding: 20px 15px;
    font-size: 14px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-nav a:hover {
    color: #fddd04;
    background: rgba(253, 221, 4, .08)
}

.header-nav .current_page_item a {
    color: #ccc
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0 20px;
    width: 100%;
    color: #333;
    height: auto;
    background-color: #333;
    text-align: left
}

.header__wrap {
    padding: 10px 20px
}

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

.header-auth__in {
    background-color: #ffce01;
    border-color: #ffce01;
    margin-right: 20px
}

.header-auth__in:hover {
    background-color: #e7ba00
}

.header-auth__reg {
    background-color: #0080f6;
    color: #fff;
    margin-right: 20px
}

.header-auth__reg:hover {
    background-color: #0073dd
}

.footer {
    color: #fff
}

.footer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 40px 0
}

.footer-block:last-child {
    margin: 40px 0 0 0
}

.footer-block__title {
    margin-bottom: 20px
}

.footer-block__left {
    width: 50%;
    margin-right: 30px
}

.footer-block__right {
    width: 50%
}

.footer-top {
    background: #333;
    padding: 20px 0
}

.footer-top__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

.footer-top__desc {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5
}

.part__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.part-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.part-item {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.part-item:last-child {
    margin-right: 0
}

.part-item__text {
    font-size: 14px
}

.part-item__img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px
}

.footer-logo {
    max-width: 212px
}

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

.elem__item {
    margin-right: 15px
}

.elem__item:last-child {
    margin-right: 0
}

.footer-bottom {
    background: #000;
    padding: 20px 0
}

.footer-bottom__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

.footer-bottom__desc {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px
}

.footer-bottom__read {
    color: #00f;
    text-decoration: underline
}

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

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

.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content {
    padding: 20px 0
}

h2 {
    font-size: 20px;
    color: #000;
    margin: 10px 0
}

.main {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.main__animate {
    opacity: 1
}

body {
    font-family: Helvetica
}

.icon {
    width: 25px;
    height: 25px;
    background-color: #c0c1c2;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.icon--like {
    -webkit-mask-image: url(../img/like.svg);
    mask-image: url(../img/like.svg);
    width: 18px;
    height: 16px;
    background: #000
}

.icon--close {
    -webkit-mask-image: url(../img/close.svg);
    mask-image: url(../img/close.svg);
    width: 18px;
    height: 18px;
    background: #000
}

.icon--search {
    -webkit-mask-image: url(../img/search.svg);
    mask-image: url(../img/search.svg);
    width: 11px;
    height: 11px;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: #000;
    stroke-width: 1.5px
}

.icon--facebook {
    -webkit-mask-image: url(../img/facebook.svg);
    mask-image: url(../img/facebook.svg)
}

.icon--inst {
    -webkit-mask-image: url(../img/inst.svg);
    mask-image: url(../img/inst.svg)
}

.icon--be {
    -webkit-mask-image: url(../img/be.svg);
    mask-image: url(../img/be.svg)
}

.logo {
    max-width: 312px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn-up {
    position: fixed;
    right: 20px;
    bottom: 10px;
    border: 2px solid #000;
    border-radius: 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #333;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 40px;
    height: 40px;
    opacity: 1
}

.btn-up__arr {
    width: 20px;
    height: 20px
}

.btn {
    height: auto;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px;
    font-weight: 700;
    width: 110px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.burger {
    display: none
}

.burger__bar {
    width: 20px;
    height: 2px;
    background-color: #000;
    margin: 5px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 10px
}

.burger__change .burger__bar_one {
    -webkit-transform: rotate(-45deg) translate(-3.5px, 3.5px);
    -ms-transform: rotate(-45deg) translate(-3.5px, 3.5px);
    transform: rotate(-45deg) translate(-3.5px, 3.5px)
}

.burger__change .burger__bar_two {
    opacity: 0
}

.burger__change .burger__bar_three {
    -webkit-transform: rotate(45deg) translate(-6px, -7px);
    -ms-transform: rotate(45deg) translate(-6px, -7px);
    transform: rotate(45deg) translate(-6px, -7px);
    margin-bottom: 0
}

.language {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.language__flag {
    width: 20px;
    height: 12px
}

.language-head {
    padding: 5px 25px 5px 15px;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    color: #fff;
    background: #e3e3e3;
    position: relative
}

.language-head:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 5px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom: none;
    border-top: 5px solid #000;
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.language ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #e3e3e3
}

.language ul li a {
    display: block;
    color: #fff;
    padding: 5px 15px
}

.intro {
    /* background: url(../img/banner.webp) no-repeat center center; */
    display: flex;
}

.intro__img_small {
    display: none;
}

.intro__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: block;
}

.breadcrumbs {
    padding: 10px 0;
    background: #333
}

.breadcrumbs a {
    display: block;
    line-height: 1.5;
    color: #fff
}

.breadcrumbs a:hover {
    color: #ccc
}

.section-items__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.game {
    margin: 10px 10px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 15px;
    width: calc(20% - 20px)
}

.game__button_blue {
    display: none
}

.game__play {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
    z-index: 2
}

.game__play:hover .game__button {
    display: none
}

.game__play:hover .game__button_blue {
    display: block!important
}

.game__img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 150px
}

.game__img:hover .game__play {
    opacity: 1
}

.game__img:before {
    background-color: rgba(255, 255, 255, .5);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 0;
    border-radius: 15px;
    z-index: 1;
    width: 100%;
    height: 100%
}

.game__img:hover::before {
    opacity: 1
}

.game__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.game__name {
    color: #000;
    font-weight: 500;
    margin-top: 2px;
    font-size: 14px
}

.game__desc {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    margin-top: 5px
}

.faq__item {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: block;
    background-color: #333;
    padding: 14px 12px 0;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 30px
}

details[open] summary {
    border-color: #e4e5eb
}

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

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

.faq summary {
    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
}

.categories__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 5px 0;
    overflow: scroll;
    width: 100%
}

.categories__wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 10px;
    background: #ffce5e;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.categories__wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    height: 10px
}

.categories__item {
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    min-width: 70px;
    width: 70px;
    height: 73px;
    text-transform: capitalize;
    padding: 10px 0;
    background-color: #333;
    color: #fff;
    margin: 0 10px 3px 0;
    border-radius: 4px
}

.categories__item:last-child {
    margin: 0 0 3px 0
}

.categories__image {
    width: 35px;
    height: 39px;
    margin-left: 8px
}

.categories__icon {
    width: 100%;
    height: 100%
}

.categories__text {
    font-size: 10px;
    margin-top: 3px;
    margin-left: 8px;
    line-height: 1.25rem
}

@media(max-width: 1180px) {}

table {
    margin: 15px 0;
    border: 1px solid #fff;
    background: #333;
    color: #fff;
    width: 100%;
    border-spacing: 0;
}

.scroll {
    overflow: scroll;
}

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

@media (max-width:991px) {
    .header-search {
        margin-right: 25px
    }
    table td,
    table th {
        padding: 10px 20px;
        font-size: 14px;
    }
    .intro {}
    .header-search .icon {
        width: 20px;
        height: 20px
    }
    .header-auth {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 0;
        z-index: 100;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #161626;
        margin-right: 0;
        left: 0
    }
    .header-auth__in {
        width: 50%;
        margin-right: 0;
        border-radius: 0;
        min-height: 60px
    }
    .header-auth__reg {
        width: 50%;
        margin-right: 0;
        border-radius: 0;
        min-height: 60px
    }
    .wrapper {
        padding-bottom: 60px
    }
    .logo {
        max-width: 250px
    }
    .burger {
        display: block;
        z-index: 111;
        position: relative
    }
    .language {
        margin-left: 0;
        margin-right: 10px
    }
    .game {
        width: calc(25% - 20px)
    }
    .categories__wrap::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }
}

@media (max-width:826px) {
    .intro__img {
        display: none;
    }
    .intro__img_small {
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media (max-width:767px) {
    .footer-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer-block__left {
        width: 100%;
        margin-right: 0
    }
    .footer-block__right {
        width: 100%;
        margin-top: 20px
    }
    .intro {}
    .game {
        width: calc(33.333% - 20px)
    }
}

@media (max-width:650px) {
    .intro {}
}

@media (max-width:575px) {
    .game {
        width: calc(50% - 20px)
    }
}

@media (max-width:550px) {
    .intro {}
}

@media (max-width:470px) {
    .intro {}
}

@media (max-width:390px) {
    .intro {}
}