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

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

body {
    margin: 0;
    background: #dde4ec;
    background: url("../img/site_bg.webp") center 0 repeat-y #020100;
    /* background: #000; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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
}

.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 15px 5px 15px
}

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

.intro__img {
    width: 50%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.intro__content {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.btn-up {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    z-index: 100;
    border-radius: 10px;
    cursor: pointer;
    background: #1d0247
}

.bonus-popup {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #003266;
    border-radius: 15px;
    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: 12px;
    padding-top: 20px;
    position: relative;
    width: 240px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    display: none
}

.bonus-popup__close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer
}

.bonus-popup:before {
    background-image: url(../img/korona.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 59px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -15px;
    width: 87px
}

.bonus-popup__btn {
    margin-top: 7px
}

.bonus-popup__wrap {
    background: url(../img/popup-bg.svg) no-repeat center center;
    background-position: 50% 0;
    padding: 15px 20px 20px;
    text-align: center;
    width: 100%
}

.bonus-popup__title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-top: 12px;
    padding: 0 12px;
    text-transform: uppercase
}

.bonus-popup__bonus {
    color: #ffba00;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px;
    min-height: 30px;
    padding: 0 8px;
    text-transform: uppercase
}

.intro__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 20px;
}

.intro__title {
    font-weight: 500;
    line-height: 1.12;
    color: #fff;
    font-size: 29px
}

.intro__desc {
    font-weight: 500;
    letter-spacing: -.31px;
    line-height: 1.31;
    opacity: .8;
    font-size: 13px;
    margin-top: 10px;
    color: #fff;
    z-index: 10;
    margin-bottom: 10px
}

.intro__box {
    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;
    width: 100%
}

.intro__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #c6e66a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6e66a), to(#557b01));
    background: -o-linear-gradient(top, #c6e66a 0, #557b01);
    background: linear-gradient(180deg, #c6e66a 0, #557b01);
    border: 1px solid #79b100;
    margin-right: 10px;
    position: relative;
    min-height: 40px;
    padding: 0 20px;
    color: #000;
    text-transform: uppercase
}

.intro__btn:hover {
    -webkit-transform: scale(1.04) translateZ(0) perspective(1px);
    transform: scale(1.04) translateZ(0) perspective(1px)
}

.intro__btn:hover:after {
    opacity: .7
}

.categories {
    margin-top: 20px;
    position: relative
}

.categories::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    background-image: url(../img/cat-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 2px;
    width: 100%
}

.categories:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    background-image: url(../img/cat-after.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 5px;
    width: 100%
}

.categories__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-evenly;
    width: 100%;
    border-radius: 16px
}

.categories__text {
    z-index: 1;
    padding: 25px 8px;
    display: block;
    text-transform: uppercase;
    color: #a08ec0;
    font-weight: 700;
    font-size: 18px
}

.zerkalo__wrap {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 40px;
    background: #1c0347;
    border-radius: 0px;
    padding: 40px 15px;
    border: 1px solid #2b2b2b;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.categories__sub {
    font-size: 13px;
    letter-spacing: -.21px;
    margin-top: 3px;
    max-width: 170px
}

.min-deposit__block {
    width: 28px;
    height: 28px;
    position: relative;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    margin: 2.5px;
    font-weight: 400;
    z-index: 1;
}

.min-deposit__hidden {
    display: none;
    position: absolute;
    width: 327px;
    background: #29114c;
    box-shadow: 0 4px 15px #000;
    border-radius: 4px;
    padding: 15px;
    bottom: 40px;
    left: 50%;
    margin-left: -163px;
}

.min-deposit__hidden:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: #29114c;
    box-shadow: 0 4px 15px #000;
    z-index: -1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1;
    box-shadow: none;
}

.min-deposit__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px -5px 0 -5px;
    max-width: 500px;
}

.min-deposit img {
    height: 34px;
    width: 38px;
    margin: 5px 5px;
    object-fit: contain;
    padding: 4px;
    background-color: #212132;
    color: #212132;
    border: 1px solid #525e83;
    border-radius: 4px;
    font-size: 12px;
}

.zerkalo-box__text {
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

.categories__button {
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.min-deposit__hidden_visible {
    display: flex;
    flex-wrap: wrap;
}

.categories__button:first-child:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    width: 2px;
    background-image: url(../img/cat_item_before.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0
}

.categories__button:before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    width: 1px;
    background-image: url(../img/cat_item_before.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0
}

.categories__button:hover {
    background: url(../img/cat-active.png);
    background-position: center center;
    background-repeat: no-repeat
}

.categories__button:hover .categories__text {
    color: #fff
}

.categories__button:hover:after {
    opacity: 1
}

.zerkalo {
    margin-top: 20px;
}

.zerkalo__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #c6e66a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6e66a), to(#557b01));
    background: -o-linear-gradient(top, #c6e66a 0, #557b01);
    background: linear-gradient(180deg, #c6e66a 0, #557b01);
    border: 1px solid #79b100;
    margin-right: 10px;
    position: relative;
    min-height: 40px;
    padding: 0 20px;
    color: #000;
    text-transform: uppercase;
    margin: 15px 0;
}

.zerkalo__title {
    text-align: center
}

.reviews__item {
    border: 1px solid #fe284a;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    background-color: rgba(22, 22, 38, .8);
    border-radius: 6px
}

.reviews__title {
    margin-bottom: 10px
}

.reviews-item__top {
    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;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fa4d00;
    font-size: 16px
}

.reviews-item__top:last-child {
    margin-bottom: 0
}

.reviews-item__name {
    margin-right: 20px
}

.reviews-item__review {
    margin-left: 40px
}

.text-block {
    margin-bottom: 30px
}

.text-block p {
    margin: 10px 0;
    font-size: 16px
}

.text-block__title {
    text-align: left;
    margin-bottom: 10px
}

.navigation {
    padding-left: 25px;
    list-style-type: disc;
    font-size: 16px;
    margin-bottom: 15px
}

.navigation li {
    width: 50%
}

.navigation__link {
    color: #46afff;
    text-decoration: none
}

.navigation__link:hover {
    text-decoration: underline
}

.text-block__list {
    list-style-type: disc;
    font-size: 16px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.text-block__list li {
    display: block;
    width: 80%;
    float: left;
    line-height: 22px;
    padding: 6px 6px 6px 20px;
    position: relative
}

.text-block__list li:hover::before {
    color: #337ab7;
    content: "✔"
}

.text-block__list li:before {
    padding-right: 10px;
    font-weight: 700;
    color: #fe284a;
    content: "✔";
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    position: absolute;
    left: 0
}

.table {
    width: 100%;
    border: 1px solid #1d0247
}

table td,
th {
    text-align: left;
    border: 1px solid #1d0247
}

.scroll {
    margin: 30px 0;
    overflow: scroll
}

.table td,
.table th {
    padding: 20px 30px;
    text-align: left;
}

.faq {
    margin-bottom: 30px
}

.faq__title {
    margin-bottom: 10px
}

.faq__item {
    position: relative
}

.faq__item:last-child {
    margin-bottom: 0
}

.faq__answer {
    font-weight: 700
}

.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: #000;
    font-weight: 700;
    padding: 10px 10px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.faq__box {
    margin-bottom: 25px;
    position: relative
}

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

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

.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    background: rgba(190, 190, 190, 0.07);
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 48px
}

.footer-top__logo {
    max-width: 265px;
    width: 100%
}

.footer-bottom {
    border-top: 1px dashed #303036;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.footer-bottom__img {
    height: 100%;
    max-height: 40px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 10px 10px;
}

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

.footer-bottom__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 35px
}

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

.footer-bottom__icon {
    height: 40px;
    width: 40px
}

.footer-bottom__text {
    margin-left: 20px;
    color: #646a87;
    font-size: 12px
}

.footer-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-second__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-second__title {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #5a647a;
    margin-bottom: 40px
}

.footer-second__line {
    display: table-row
}

.footer-second__gray {
    font-size: 13px;
    line-height: 16px;
    padding-right: 20px;
    color: rgba(134, 146, 172, .6509803922);
    display: table-cell;
    padding-bottom: 10px
}

.footer-second__white {
    padding-bottom: 10px;
    display: table-cell;
    font-size: 13px;
    line-height: 16px
}

.footer-second__full {
    width: 100%;
    max-width: 830px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -35px
}

.footer-second__block {
    -webkit-box-flex: .2;
    -ms-flex-positive: .2;
    flex-grow: .2;
    margin: 10px 35px 10px 35px
}

.footer-second__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-second__mrg:first-child {
    margin-right: 20px
}

.footer-three {
    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
}

.footer-three__line {
    width: 100%;
    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;
    padding: 10px
}

.footer-three__logo {
    height: 25px
}

.footer-four {
    padding-top: 20px
}

.logo-wrap {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 13px;
    height: 39px
}

.soc__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    margin-right: 10px
}

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

.soc__icon {
    height: 20px;
    width: 20px;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.soc__icon:hover {
    opacity: 1
}

.show {
    opacity: 1;
    visibility: visible
}

.footer-method__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    max-height: 0;
    margin: 0 -10px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity .5s ease 0s, max-height .5s ease 0s, -webkit-transform .5s ease 0s;
    transition: opacity .5s ease 0s, max-height .5s ease 0s, -webkit-transform .5s ease 0s;
    -o-transition: opacity .5s ease 0s, max-height .5s ease 0s, transform .5s ease 0s;
    transition: opacity .5s ease 0s, max-height .5s ease 0s, transform .5s ease 0s;
    transition: opacity .5s ease 0s, max-height .5s ease 0s, transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.footer-method__list.opened {
    opacity: 1;
    max-height: 100%;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.footer-method li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .03);
    border-radius: 5px;
    width: 100px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin: 0 10px 10px 10px
}

.footer-method img {
    height: 100%;
    max-height: 40px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer-method__container .footer-method__selector {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-method__container .footer-method__arrow {
    margin: 0 8px;
    width: 12px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.footer-method__container .footer-method__selector.opened .footer-method__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

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

.PaymentSection_container_C_cBn {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    margin: 0 20px
}

.PaymentSection_icon-logo_LlyCK [class$=color] {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.PaymentSection_icon-logo_LlyCK [class$=mono] {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.PaymentSection_icon-logo_LlyCK:hover [class$=color] {
    opacity: 1
}

.PaymentSection_icon-logo_LlyCK:hover [class$=mono] {
    opacity: 0
}

.icon-logo {
    display: inherit;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 1em;
    overflow: visible;
    font-size: 19px;
    cursor: pointer;
    margin-bottom: 0
}

.body {
    color: #fff;
    line-height: 1.5;
    font-family: Roboto
}

.body_hidden {
    overflow: hidden
}

.banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 40%
}

.banners__title {
    font-weight: 800;
    font-size: 35px;
    letter-spacing: .33px;
    text-shadow: 0 3px 5px rgba(9, 15, 30, .2);
    width: 100%;
    max-width: 493px;
    font-size: 30px;
    line-height: 106%
}

.banners__block {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px;
    border-radius: 20px;
    min-height: 380px;
    overflow: hidden;
    background-color: #2a3440;
    width: 50%
}

.banners__block_1 {
    background: url(../img/banner-1.png) no-repeat center center;
    background-size: cover;
    margin-right: 15px
}

.banners__block_2 {
    background: url(../img/banner-2.webp) no-repeat center center;
    background-size: cover
}

.banners__btn {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .2);
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    margin-top: auto;
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    mix-blend-mode: lighten;
    min-height: 45px;
    padding: 5px 20px;
    text-align: center;
    margin-top: 30px
}

.wrapper {
    position: relative;
    background-size: 100%
}

.burger {
    margin-left: 10px;
    display: none
}

.burger__bar {
    width: 20px;
    height: 2px;
    background-color: #fff;
    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
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #c6e66a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6e66a), to(#557b01));
    background: -o-linear-gradient(top, #c6e66a 0, #557b01);
    background: linear-gradient(180deg, #c6e66a 0, #557b01);
    border: 1px solid #79b100;
    margin-right: 10px;
    position: relative;
    min-height: 40px;
    padding: 0 20px;
    color: #000;
    text-transform: uppercase
}

ul {
    list-style: none;
    padding: 0
}

.icon {
    width: 25px;
    height: 25px;
    background-color: #fff;
    -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--close {
    -webkit-mask-image: url(../img/close.svg);
    mask-image: url(../img/close.svg);
    width: 17px;
    height: 17px
}

.icon--android {
    -webkit-mask-image: url(../img/android.svg);
    mask-image: url(../img/android.svg);
    width: 20px;
    height: 20px;
    background: #fff;
    opacity: .5;
    -webkit-mask-size: cover;
    mask-size: cover
}

.icon--android:hover {
    opacity: 1
}

.icon--apple {
    -webkit-mask-image: url(../img/apple.svg);
    mask-image: url(../img/apple.svg);
    width: 16px;
    height: 20px;
    background: #fff;
    opacity: .5
}

.icon--apple:hover {
    opacity: 1
}

.icon--mac {
    -webkit-mask-image: url(../img/mac.svg);
    mask-image: url(../img/mac.svg);
    width: 25px;
    height: 25px
}

.game-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
}

.program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 13px;
    height: 39px
}

.program__logo {
    width: 20px;
    height: 20px;
}

.program__block {
    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;
    -webkit-transition: border .25s ease-out;
    -o-transition: border .25s ease-out;
    transition: border .25s ease-out;
    cursor: pointer;
    margin-right: 10px
}

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

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

.intro {
    background: url(../img/intro_bg.jpg) no-repeat center center;
    position: relative
}

.crash span {
    margin-bottom: 10px
}

.game__name {
    position: absolute;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #99caff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    max-height: 32px;
    overflow: hidden;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    z-index: 2
}

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

.section-items {
    border-radius: 12px;
    position: relative;
    min-height: 100%;
    margin: 20px 0;
    padding: 0 15px 15px 15px
}

.section-items__top {
    padding: 20px 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 10
}

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

.section-items__image {
    height: 192px;
    width: 130px
}

.section-items__name {
    color: #94a6cd;
    font-size: 13px;
    min-height: 37.96px;
    line-height: 1.46;
    letter-spacing: -.17px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease
}

.section-items__title {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -.41px
}

.section-items__title span {
    display: inline-block;
    margin-left: 4px;
    opacity: .5;
    font-size: 12px;
    letter-spacing: -.29px;
    font-weight: 400
}

.section-items__block {
    max-width: 130px;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section-items__block:last-child {
    margin-right: 0
}

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

.game:hover:before {
    opacity: 1
}

.game:hover .game__play {
    opacity: 1
}

.game:hover .game__name {
    opacity: 1
}

.game:hover .game__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.game:before {
    background-color: rgba(0, 50, 102, .8);
    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
}

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

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

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav li {
    margin-right: .25rem;
    padding: 0 9px
}

.nav li:last-child {
    margin-right: 0
}

.nav .current_page_item a {
    position: relative
}

.nav .current_page_item a:after {
    content: "";
    background-image: -o-linear-gradient(347deg, #108de7 -30%, #0855c4 100%);
    background-image: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
    border-radius: 4px 4px 0 0;
    height: 4px;
    width: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.nav a {
    color: #d2a4f7;
    font-style: normal;
    padding: 10px 0;
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    white-space: nowrap
}

.nav a:hover {
    color: #ffba00
}

.nav a:hover {
    font-weight: 500
}

.header {
    background: rgba(190, 190, 190, 0.07);
}

.overlay {
    opacity: .6;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background: #000
}

.overlay_z {
    z-index: 101
}

.header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__right {
    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;
    border-radius: 20px;
    padding: 10px 0;
    margin-left: 20px
}

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

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

.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;
    -webkit-transition: border-radius .2s;
    -o-transition: border-radius .2s;
    transition: border-radius .2s;
    padding: 10px 0;
    border-radius: 0
}

.header-ask {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px
}

.header-ask:first-child {
    margin-left: 0;
}

.header-ask__text {
    display: none
}

.header-ask:hover .icon {
    opacity: 1
}

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

.header-auth__in {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009cfe), to(#23499a));
    background: -o-linear-gradient(top, #009cfe 0, #23499a);
    background: linear-gradient(180deg, #009cfe 0, #23499a);
    border: 1px solid #1999d9;
    color: #1c1c1c;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 15px;
    text-decoration: none;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .5), -1px 0 0 rgba(0, 0, 0, .2), 0 1px 1px hsla(0, 0%, 100%, .4);
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px
}

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

.sys-top {
    display: none
}

.header-auth__register {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #c6e66a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6e66a), to(#557b01));
    background: -o-linear-gradient(top, #c6e66a 0, #557b01);
    background: linear-gradient(180deg, #c6e66a 0, #557b01);
    border: 1px solid #79b100;
    margin-right: 10px;
    position: relative;
    min-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    color: #000
}

.header-auth__icon {
    width: 20px;
    height: 20px;
    margin-left: 10px
}

.header-auth__register:hover {
    opacity: .9
}

.header-menu_active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.advantages__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.advantages__icon {
    width: 35px;
    height: 35px;
    margin-right: 20px;
    flex-shrink: 0;
}

.advantages__item {
    width: calc(50% - 20px);
    background: #1c0347;
    border-radius: 0px;
    margin: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: 0.3s;
    cursor: pointer;
}

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

.logo {
    height: 40px;
    display: block;
}

.logo_mob {
    display: none
}

.toc {
    display: block
}

.intro__inn {
    position: relative
}

.logo__img {
    max-width: 195px;
    width: 100%
}

.logo__img_mob {
    display: none
}

.hidden {
    overflow: hidden
}

@-webkit-keyframes jump {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes jump {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.gift {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 9;
    -webkit-animation: jump .5s infinite;
    animation: jump .5s infinite
}

.fire-container {
    padding: 0;
    background: url("../img/bottom_fire.webp") bottom left repeat-x;
    background-size: contain;
    height: 50px;
    width: 100%;
}

.reviews__item {
    border: 1px solid #2b2b2b;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    background: #1c0347;
    border-radius: 6px
}

.gift__img {
    -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    -o-transition: transform .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease
}

@media (min-width:991px) {
    .navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:1280px) {
    .nav a {
        font-size: 16px
    }
    .logo__img_mob {
        display: block
    }
}

@media (max-width:1180px) {
    .game {
        width: calc(25% - 20px)
    }
    .intro__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .intro__inn {
        width: 100%;
        margin-right: 0
    }
    .banners {
        width: 100%;
        margin-top: 20px
    }
    .container {
        padding: 0 20px
    }
}

@media (max-width:991px) {
    .game {
        width: calc(33.333% - 20px);
        height: 150px
    }
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0
    }
    .header-menu {
        -webkit-transform: translate(150%, 0);
        -ms-transform: translate(150%, 0);
        transform: translate(150%, 0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        width: 276px;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        top: 0;
        right: 0;
        background: #1d0247;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        z-index: 110;
        overflow: auto;
        padding: 35px 30px
    }
    .header__block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
    .header-ask:first-child {
        margin-left: 0
    }
    .logo_mob {
        display: block
    }
    .text-block__list li {
        width: 100%
    }
    .table td,
    .table th {
        padding: 10px 20px;
        font-size: 14px
    }
    .footer-second {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-second__full {
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer-three__line_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .burger {
        display: block;
        z-index: 111;
        position: relative
    }
    .btn {
        font-size: 16px;
        padding: 10px 15px
    }
    .nav {
        width: 100%;
        margin-top: 30px
    }
    .header-nav {
        display: none
    }
    .gift {
        left: 20px;
        bottom: 77px;
        width: 50px;
        height: 50px
    }
}

@media (max-width:767px) {
    .categories__text {
        font-size: 14px;
        padding: 15px 8px
    }
    .min-deposit__hidden {
        left: auto !important;
        right: 0;
        margin-left: 38px !important;
        width: 250px !important;
        margin-right: -10px !important;
    }
    .footer-top__logo {
        max-width: 220px
    }
    .PaymentSection_container_C_cBn {
        margin: 0
    }
    .min-deposit__hidden:before {
        right: 10px !important;
        left: inherit !important;
    }
    .intro__img {
        margin-top: 50px;
        min-height: 200px
    }
    .program {
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-three {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .footer-nav {
        order: -1;
        width: 100%;
    }
    .footer-second {
        width: 50%
    }
    .soc {
        width: 100%
    }
    .soc {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .sys {
        display: none
    }
    .sys-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .categories__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer-second__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-second__full {
        margin-bottom: 10px
    }
    .footer-three__logo {
        height: 15px
    }
    .footer-everyday {
        margin-bottom: 10px
    }
    .lang__drop {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        bottom: -12px;
        right: -5px
    }
    .banners__title {
        font-size: 25px
    }
    .banners__block {
        padding: 20px;
        min-height: 280px
    }
    .header-ask__text {
        display: block;
        margin-left: 10px;
        color: #62c23c
    }
    .header__right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.header-ask__icon {
    width: 20px;
    height: 20px;
}

@media (max-width:575px) {
    .categories__text {
        font-size: 12px
    }
    .advantages__item {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .advantages__content {
        flex-direction: column;
        margin: 0;
    }
    .footer-top__logo {
        max-width: 180px
    }
    .icon-logo {
        height: 15px
    }
    .game {
        width: calc(50% - 20px);
        height: 120px
    }
    .intro__img {
        margin-top: 50px;
        min-height: 100px
    }
    .categories__icon {
        margin-top: 5px
    }
    .categories__button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .zerkalo__box {
        padding: 15px 15px;
        margin: 20px 0 40px
    }
    .navigation li {
        width: 100%
    }
    .zerkalo__wrap {
        padding: 15px;
        margin: 20px 0 40px;
        align-items: center;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .footer-bottom__mob {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-bottom__block {
        margin-right: 0;
        margin-bottom: 20px
    }
    .footer-bottom__block:last-child {
        margin-bottom: 0
    }
    .footer-second__right {
        width: 100%
    }
    .footer-three__logo {
        height: 10px
    }
    .banners__btn {
        font-size: 14px;
        padding: 5px 10px
    }
}

.zerkalo__btn_mob {
    display: none;
}

.breadcrumbs {
    background: #1c0347;
    padding: 10px 20px;
}

.breadcrumbs__wrap {
    /* margin: 0 -5px; */
}

.toc__link {
    color: #fff;
}

.breadcrumbs a {
    display: block;
}

.breadcrumbs span {
    display: inline-block;
    padding: 0 10px;
}

.breadcrumbs-container {
    padding: 0;
}

.breadcrumbs a:hover {
    color: #fff
}

@media (max-width:467px) {
    .icon-logo {
        height: 10px
    }
    .header-auth__register {
        font-size: 12px;
    }
    .header-auth__in {
        font-size: 12px;
    }
    .header-auth__icon {
        width: 15px;
        height: 15px;
    }
    .game {
        width: calc(50% - 20px)
    }
    .zerkalo__btn {
        width: 100%;
    }
    .game__img {
        width: 100%;
        height: 120px
    }
    .zerkalo__btn_mob {
        display: flex !important;
    }
}