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

.intro-block__plash {
    font-size: 32px;
    line-height: 50px;
    font-weight: 700;
    font-style: normal;
    max-width: 70%;
    margin: 0 0 10px;
    color: #fff;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    z-index: 10;
    position: relative
}

.game-selector__select {
    background: 0 0;
    font-style: normal;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer
}

@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: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p {
    font-size: 14px;
}

.gam-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;
    margin: 40px 0 20px 0;
    color: #fff
}

.gam-titl {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1
}

.gam-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#75e6ff), color-stop(.01%, #75e6ff), to(#878bff));
    background: -o-linear-gradient(top, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    background: linear-gradient(180deg, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: .3s linear(.4 -50%, 1 100%);
    -o-transition: .3s linear(.4 -50%, 1 100%);
    transition: .3s linear(.4 -50%, 1 100%);
    white-space: nowrap
}

.gam__title {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gam__title svg {
    margin-right: 10px;
    width: 28px;
    height: 28px
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.jack__box {
    width: 25%;
    margin-right: 15px
}

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

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

.gam-nav__btn {
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    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;
    width: var(--wlc-navi-button-size, 40px);
    height: var(--wlc-navi-button-size, 40px);
    color: #fff;
    background: rgba(255, 255, 255, .1);
    outline: 0;
    border-radius: 20px;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gam-nav__btn svg {
    -webkit-transform: skew(10deg) rotate(-90deg);
    -ms-transform: skew(10deg) rotate(-90deg);
    transform: skew(10deg) rotate(-90deg)
}

.gam-nav__btn_first {
    opacity: .5;
    margin-right: 5px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .1);
    margin-right: 10px
}

.tgs {
    margin: 40px 0
}

.tgs__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 40px;
    min-height: 136px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#60bfef), to(#0194fe));
    background: -o-linear-gradient(top, #60bfef 0, #0194fe 100%);
    background: linear-gradient(180deg, #60bfef 0, #0194fe 100%);
    border-radius: 32px
}

.tgs__title {
    padding: 30px 0;
    font-size: 24px;
    max-width: 453px;
    width: 100%;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 1.45;
    text-transform: uppercase
}

.tgs-desc {
    display: block
}

.tgs-desc img {
    width: 100%
}

.tgs-mob {
    display: none
}

.tgs__link {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-width: 120px;
    padding: 10px 24px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 100px
}

.car-1 {
    background-image: url(../img/slide-bg-2.png)!important
}

.car-2 {
    background-image: url(../img/slide-bg-1.webp)!important
}

.car-3 {
    background-image: url(../img/slide-bg-2.png)!important
}

.gam-nav__btn_first svg {
    -webkit-transform: skew(10deg) rotate(90deg);
    -ms-transform: skew(10deg) rotate(90deg);
    transform: skew(10deg) rotate(90deg)
}

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

.padde {
    min-height: 472.3px
}

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

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

.prov__content::-webkit-scrollbar-thumb {
    background: #7fb8ff;
    border-radius: 10px
}

.our__title {
    font-size: 26px;
    color: #fff;
    font-style: normal;
    line-height: 1.45;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase
}

.our__title span {
    background: -webkit-gradient(linear, left top, left bottom, from(#75e6ff), color-stop(.01%, #75e6ff), to(#878bff));
    background: -o-linear-gradient(top, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    background: linear-gradient(180deg, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.prov__content::-webkit-scrollbar-track {
    margin: 5px;
    background: rgba(255, 255, 255, .1);
    border-radius: 10px
}

.prov__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.prov__item {
    font-size: 2rem;
    padding: 8px 15px;
    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;
    width: 100%;
    height: 100%;
    background: -o-radial-gradient(46.15% 100%, 117.25% 64.17%, rgba(117, 230, 255, .2), rgba(117, 230, 255, 0) 70.03%);
    background: radial-gradient(117.25% 64.17% at 46.15% 100%, rgba(117, 230, 255, .2), rgba(117, 230, 255, 0) 70.03%);
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    margin-right: 16px;
    height: 85px;
    border-radius: 6px;
    -webkit-transition: -webkit-transform .2s, -webkit-box-shadow 2s;
    transition: -webkit-transform .2s, -webkit-box-shadow 2s;
    -o-transition: transform .2s, box-shadow 2s;
    transition: transform .2s, box-shadow 2s;
    transition: transform .2s, box-shadow 2s, -webkit-transform .2s, -webkit-box-shadow 2s
}

.prov__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

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

.prov__icon {
    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;
    width: 100%;
    max-width: 125px;
    height: 100%;
    max-height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.gam-nav__count {
    margin: 0 30px 0 0;
    font-weight: 400;
    color: #7fb8ff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: 400
}

.wrapper-left {
    width: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #0f1127;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto
}

.wrapper-left::-webkit-scrollbar {
    display: none
}

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

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

.gam__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gam__gam {
    position: relative;
    width: calc(16.666% - 10px);
    margin: 0 5px;
    display: block;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.jack__btn {
    height: 40px;
    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;
    min-width: 128px;
    padding: 5px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    margin: 45px 0 0 20px;
    background: 0 0;
    background: 0 0;
    border: 2px solid #7fb8ff;
    border-radius: 100px
}

.our {
    margin: 40px 0
}

.our__content {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    background: 0 0;
    display: grid
}

.our__item {
    border-radius: 32px;
    background: -o-radial-gradient(46.15% 100%, 117.25% 64.17%, rgba(117, 230, 255, .2), rgba(117, 230, 255, 0) 70.03%);
    background: radial-gradient(117.25% 64.17% at 46.15% 100%, rgba(117, 230, 255, .2), rgba(117, 230, 255, 0) 70.03%);
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    border: 1px solid #75e6ff
}

.our__img {
    width: 65%
}

.our__name {
    font-size: 20px;
    padding: 0 40px;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, from(#75e6ff), color-stop(.01%, #75e6ff), to(#878bff));
    background: -o-linear-gradient(top, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    background: linear-gradient(180deg, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.our__desc {
    font-size: 16px;
    padding: 16px 40px 24px;
    color: #fff;
    text-wrap: balance;
    text-align: center
}

.jack__btn span {
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    z-index: 10
}

.gam__img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    border-radius: 6px;
    height: 140px
}

.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: 0 0 0 48px;
    width: 100%;
    background: url(../img/body_Bg.png) top center no-repeat
}

body {
    min-width: 340px;
    background: -o-linear-gradient(278.71deg, #050311, #060727);
    background: linear-gradient(171.29deg, #050311, #060727)
}

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

.main {
    margin-top: 110px
}

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 {
    display: block;
    width: 100%;
    max-height: 100%;
    will-change: transform;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right
}

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: 600px
}

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
}

.text ul,
text ol {
    list-style: disc;
    padding-left: 20px
}

.text ul li::marker,
text ol li::marker {
    color: #f06
}

.header {
    position: fixed;
    left: 48px;
    top: 0;
    width: calc(100% - 48px);
    z-index: 1000
}

.header:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#050311), to(#060727));
    background: -o-linear-gradient(top, #050311, #060727);
    background: linear-gradient(180deg, #050311, #060727);
    -webkit-transform: scale3d(1, var(--sticky-scale-val, 1), 1);
    transform: scale3d(1, var(--sticky-scale-val, 1), 1);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -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;
    padding: 14px 0 15px 0;
    position: relative
}

.wrapper-left__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;
    z-index: 1000;
    height: 60px
}

.button-out {
    position: relative;
    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;
    padding: 10px 5px;
    color: #fff;
    background: 0 0;
    font-size: 1.4rem;
    font-weight: 700
}

.button-out svg {
    width: 25px;
    height: 25px
}

.wrapper-left__block {
    border-radius: 8px;
    line-height: 1
}

.wr-block__title {
    color: #8194c8;
    font-size: 12px;
    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
}

.wr-block__item {
    display: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 5px
}

.wr-block__item svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    color: #fff
}

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

.mrgs {
    margin-top: 10px
}

.wr-block__span {
    width: 30px;
    height: 30px;
    background: #f06;
    border-radius: 4px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    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
}

.search {
    width: 100%;
    min-height: 41px;
    padding: 3px 5px 3px 12px;
    font-size: 1.6rem;
    background: #251119;
    border-radius: 10px;
    border: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
    font-size: 16px;
    color: #8194c8;
    font-size: 16px;
    background: #0f1127;
    border-radius: 100px;
    transition: all .3s
}

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

.banners-left {
    width: 70%;
    position: relative;
    border-radius: 6px;
    overflow: hidden
}

.banners-right {
    position: relative;
    border-radius: 6px;
    overflow: hidden
}

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

.plash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -o-linear-gradient(57.14deg, #ff00e5 0, #ff008a 100%);
    background: linear-gradient(32.86deg, #ff00e5 0, #ff008a 100%);
    padding: 0 15px;
    line-height: 35px;
    border-radius: 100px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center
}

.plash-block {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 6px;
    line-height: 1.45;
    padding: 0;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10;
    min-width: 140px;
    text-align: center;
    background: 0 0;
    border-radius: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px
}

.plash-white {
    padding: 0 15px;
    line-height: 35px;
    border-radius: 100px;
    border: 1px solid #ff00e5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    display: block;
    max-width: 230px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px
}

.cards-block__btn {
    grid-column-gap: 0;
    min-width: 115px;
    padding: 5px 15px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#75e6ff), color-stop(.01%, #75e6ff), to(#878bff));
    background: -o-linear-gradient(top, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    background: linear-gradient(180deg, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 100px;
    position: relative;
    text-transform: uppercase;
    text-wrap: nowrap;
    color: #fff;
    grid-column: 2;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.cards-block__btn_bord {
    background: 0 0;
    border: 1px solid #7fb8ff
}

.cards-block__bottom {
    margin-top: 20px
}

.cards-block__last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-top: 50px
}

.tour-timer svg {
    width: 18px;
    height: 18px;
    margin-right: 10px
}

.bf {
    position: relative!important
}

.banners-left:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 33px;
    background: #f06
}

.banners-right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 33px;
    background: #f06
}

.banners-left:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 33px;
    background: #f06
}

.winnings-block__top {
    color: #7fb8ff;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 900;
    text-transform: uppercase;
    padding: 40px 0 20px
}

.winnings-block__col .winnings-block__top {
    padding: 0 0 0
}

.plash svg {
    margin-right: 10px
}

.banners-left {
    margin-right: 10px
}

.banners-left__img {
    min-height: 250px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.gam__bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 15px 20px 15px;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 6px;
    background: #0f1127;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 0 16px 16px
}

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

.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: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cat-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    grid-area: search;
    height: 40px;
    border-right: 1px solid transparent;
    -o-border-image: -o-linear-gradient(269deg, rgba(255, 214, 0, 0) 0, rgba(255, 214, 0, .3) 52.73%, rgba(255, 214, 0, 0) 99.69%);
    border-image: linear-gradient(181deg, rgba(255, 214, 0, 0) 0, rgba(255, 214, 0, .3) 52.73%, rgba(255, 214, 0, 0) 99.69%);
    border-image-slice: 1;
    padding: 0 20px
}

.categories__right svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.game-filter {
    width: 170px
}

.game-selector {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 20px;
    height: 40px
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    width: 100%
}

.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;
    z-index: 10
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 10;
    width: 114px;
    height: 22.67px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.logo__mob {
    display: none
}

.header-auth__in {
    background: 0 0;
    border: 2px solid #7fb8ff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 10px;
    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;
    min-width: 115px;
    border-radius: 100px;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.header-auth__register {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: initial;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 115px;
    padding: 5px 10px;
    background: -o-linear-gradient(57.14deg, #ff00e5 0, #ff008a 100%);
    background: linear-gradient(32.86deg, #ff00e5 0, #ff008a 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 100px;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.reg-wrap {
    position: relative
}

.reg-wrap:before {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.45;
    content: "150 FS";
    position: absolute;
    top: -8px;
    right: -6px;
    z-index: 1;
    height: 18px;
    padding-right: 5px;
    padding-left: 20px;
    line-height: 18px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e00f4), to(#9361ff));
    background: -o-linear-gradient(top, #4e00f4, #9361ff);
    background: linear-gradient(180deg, #4e00f4, #9361ff);
    border-radius: 9px
}

.reg-wrap:after {
    content: url(../img/gf.svg);
    position: absolute;
    top: -6px;
    right: 35px;
    z-index: 1;
    width: 9px;
    line-height: 9px
}

.header-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: 20px;
    grid-template-areas: "login sign";
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

.intro__block {
    margin-right: 12px;
    height: 250px;
    padding: 20px;
    width: 50%;
    position: relative;
    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-align: start;
    -ms-flex-align: start;
    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: 0
}

.intro__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    -o-object-fit: cover;
    object-fit: cover
}

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

p {
    color: #fff
}

.button-bot {
    -webkit-transition: -webkit-filter .3s linear;
    transition: -webkit-filter .3s linear;
    -o-transition: filter .3s linear;
    transition: filter .3s linear;
    transition: filter .3s linear, -webkit-filter .3s linear;
    width: 170px;
    height: 40px;
    padding: 0 10px;
    background: #242d48;
    border-radius: 8px;
    color: #fff;
    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;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.icon-list__wrapper svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    fill: rgba(255, 255, 255, .2);
    max-height: 35px;
    width: auto;
    width: 100%;
    max-width: 105px
}

.search-link {
    width: 20px;
    height: 20px;
    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;
    background: 0 0;
    color: #7886ab;
    margin: 0 10px
}

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

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

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

.footer {
    padding: 20px 0 40px 0;
    background: 0 0
}

.footer-top__block {
    margin: 0 0;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-btn {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    grid-column-gap: initial;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 115px;
    background: -webkit-gradient(linear, left top, left bottom, from(#75e6ff), color-stop(.01%, #75e6ff), to(#878bff));
    background: -o-linear-gradient(top, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    background: linear-gradient(180deg, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 100px;
    position: relative;
    width: 185px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    grid-column: 2;
    text-transform: none
}

.footer-top__logo {
    height: 40px;
    margin-right: 0;
    max-width: 184px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

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

.footer-top__left {
    max-width: 38%;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px
}

.footer-icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px
}

.footer-icons__icon {
    height: 32px;
    margin-right: 20px;
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg)
}

.footer-icons__wrap {
    padding: 0 40px;
    border-right: 2px solid transparent;
    -o-border-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
    border-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(0, rgba(255, 255, 255, 0)), color-stop(0, rgba(255, 255, 255, .3)), color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, 0)));
    border-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg)
}

.footer-icons__wrap:last-child {
    -o-border-image: none;
    border-image: none
}

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

.footer-top__link {
    font-size: 12px;
    margin: 0 0 28px 0;
    display: block;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #fff
}

.footer-top__right {
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
    margin-left: 0;
    grid-template-columns: repeat(3, auto)
}

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

.footer-top__line {
    height: 150px;
    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
}

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

.footer-te {
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px
}

.icon-list__wrapper {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

.wp {
    padding: 10px 20px
}

.intro-block__content {
    z-index: 100
}

.intro-block__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(#75e6ff), color-stop(.01%, #75e6ff), to(#878bff));
    background: -o-linear-gradient(top, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    background: linear-gradient(180deg, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    height: 40px;
    display: grid;
    grid-column-gap: initial;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 115px;
    padding: 5px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 100px;
    position: relative;
    color: #fff;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    grid-column: 2;
    z-index: 10
}

.second-screen {
    position: relative
}

.intro-nav {
    position: absolute;
    bottom: 43px;
    left: 48px;
    z-index: 10;
    width: auto;
    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-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px
}

.int-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;
    width: 40px;
    height: 40px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    outline: 0;
    border-radius: 20px;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.int-btn svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 12px;
    height: 12px
}

.int-btn:first-child {
    margin-right: 10px
}

.int-btn:first-child svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.intro-block__btn_yel {
    background: #ffd600;
    color: #000
}

.intro-block {
    position: relative;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 310px;
    padding: 40px 40px 25px;
    text-align: left;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
    width: 100%
}

.intro-bg {
    right: 120px;
    position: absolute;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    height: 100%;
    -o-object-position: initial;
    object-position: initial;
    bottom: 0
}

.intro__bg {
    display: block;
    width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    will-change: transform
}

h3,
h4 {
    margin: 10px 0;
    color: #fff;
    font-size: 20px;
}

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

.cat-botwrap {
    border-right: 1px solid transparent;
    -o-border-image: -o-linear-gradient(268.93deg, rgba(125, 191, 255, 0) 0, rgba(125, 191, 255, .3) 52.73%, rgba(125, 191, 255, 0) 99.69%);
    border-image: linear-gradient(181.07deg, rgba(125, 191, 255, 0) 0, rgba(125, 191, 255, .3) 52.73%, rgba(125, 191, 255, 0) 99.69%);
    border-image-slice: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.categories__button {
    font-size: 14px;
    border-radius: 10px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: 40px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-right: 5px
}

.categories__arr {
    width: 14px;
    height: 8px;
    right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

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

.menu-fixed {
    grid-gap: 8px;
    padding: 0 1rem;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(5, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 600;
    -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, .4);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, .4);
    border-radius: 8px 8px 0 0;
    background: -o-linear-gradient(278.71deg, #050311, #060727);
    background: linear-gradient(171.29deg, #050311, #060727);
    -webkit-transition: bottom .6s;
    -o-transition: bottom .6s;
    transition: bottom .6s;
    display: none;
    min-height: 60px;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    justify-items: center;
    min-height: 60px
}

.menu-fixed:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: -1;
    width: 70px;
    height: 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(#75e6ff), color-stop(.01%, #75e6ff), to(#878bff));
    background: -o-linear-gradient(top, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    background: linear-gradient(180deg, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    border-radius: 100%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 0;
    margin-bottom: -2px;
    -webkit-box-shadow: 0 8px 20px rgba(127, 182, 255, .4);
    box-shadow: 0 8px 20px rgba(127, 182, 255, .4)
}

.menu-fixed__item {
    display: grid;
    text-align: center;
    text-decoration: none;
    padding: 10px 0 5px;
    color: #fff;
    z-index: 10
}

.menu-fixed__item svg {
    width: auto;
    height: 20px
}

.menu-fixed__img {
    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;
    color: #fff
}

.menu-fixed__text {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.45;
    margin: 5px 0 0
}

.menu-fixed__item_jack {
    position: relative;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    width: 70px;
    height: 60px
}

.menu-fixed__item_jack .menu-fixed__img {
    padding-top: 20px;
    position: absolute;
    top: -2px;
    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;
    width: 45px;
    height: 45px;
    background: 0 0;
    border-radius: 100%;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.menu-fixed__item_jack svg {
    height: 27px
}

.menu-fixed__item_jack .menu-fixed__text {
    position: absolute;
    z-index: 3;
    -webkit-transform: translateY(70%);
    -ms-transform: translateY(70%);
    transform: translateY(70%);
    width: calc(100% - 1px);
    left: 1px;
    overflow: inherit;
    bottom: 15px
}

.menu-fixed__picture {
    height: 32px;
    width: 32px
}

.categories {
    padding: 9px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    color: #fff
}

.categories__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto
}

.categories__text {
    margin: 0 5px
}

.categories__wrap {
    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;
    overflow: auto;
    position: relative;
    max-width: 836px
}

.categories__wrap::-webkit-scrollbar {
    display: none
}

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

p {
    margin: 5px 0
}

ol,
ul {
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
    list-style: disc;
    padding-left: 15px;
}

.footer-rate {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.prov .gam-top__left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-rate__title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    font-style: italic
}

.footer-rate__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    max-width: 1008px;
    grid-gap: 60px;
    margin: 0 auto
}

.foot-rat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 296px;
    max-height: 45px
}

.footer-rate__content svg {
    width: 100%;
    height: 100%
}

.plash-d {
    position: absolute;
    top: 0;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 0 20px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#75e6ff), color-stop(.01%, #75e6ff), to(#878bff));
    background: -o-linear-gradient(top, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    background: linear-gradient(180deg, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg)
}

.plash-d span {
    margin-left: 15px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    min-height: unset;
    padding: 0;
    background: 0 0;
    border-radius: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.plash-d:before {
    left: -15px;
    z-index: 1;
    margin-left: 20px;
    background: url(../img/jack_bg.svg) center/contain no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg)
}

.plash-d:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    left: -10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#75e6ff), color-stop(.01%, #75e6ff), to(#878bff));
    background: -o-linear-gradient(top, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    background: linear-gradient(180deg, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    border-radius: 20px 0 0
}

.jack_bg {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/jack_bg.webp) center/contain no-repeat, -o-radial-gradient(50% 99.97%, 80.98% 119.55%, rgba(117, 230, 255, .4), rgba(117, 230, 255, 0));
    background: url(../img/jack_bg.webp) center/contain no-repeat, radial-gradient(80.98% 119.55% at 50% 99.97%, rgba(117, 230, 255, .4), rgba(117, 230, 255, 0))
}

.jack {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 75px 75px;
    background-size: cover;
    border-radius: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    overflow: hidden
}

.jack__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.jack__item {
    border-radius: 6px;
    width: 100%;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative
}

.jack__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0 0;
    text-align: left;
    position: relative;
    z-index: 10
}

.jack__name {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1
}

.gam__vid {
    position: relative;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 140px
}

.jack__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: rgba(255, 255, 255, .6);
    margin-top: 5px
}

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

.jack__summ {
    color: #7fb8ff;
    font-style: normal;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    font-size: 18px;
    padding: 0 0 15px;
    font-weight: 600;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44.56%, rgba(38, 32, 0, 0)), color-stop(77.95%, #060724));
    background: -o-linear-gradient(top, rgba(38, 32, 0, 0) 44.56%, #060724 77.95%);
    background: linear-gradient(180deg, rgba(38, 32, 0, 0) 44.56%, #060724 77.95%)
}

.jack__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 900px;
    margin: 30px auto 0 auto;
    width: 100%
}

.jack__lab {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    padding: 0 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    background: -o-linear-gradient(57.14deg, #ff00e5 0, #ff008a 100%);
    background: linear-gradient(32.86deg, #ff00e5 0, #ff008a 100%);
    border-radius: 100px
}

.jack__title {
    font-weight: 900;
    font-family: Mulish, sans-serif;
    font-size: 80px;
    line-height: 1;
    color: #7fb8ff;
    margin: 90px 0 0
}

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

.sp-dif {
    background-position: 40%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 12px;
    border: 0;
    background: url(../img/tg-bg.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#2aabee), color-stop(99.21%, #229ed9));
    background: url(../img/tg-bg.svg) no-repeat, -o-linear-gradient(top, #2aabee, #229ed9 99.21%);
    background: url(../img/tg-bg.svg) no-repeat, linear-gradient(180deg, #2aabee, #229ed9 99.21%);
    width: 40px;
    height: 40px
}

.mre {
    margin: 8px auto 20px
}

.gam-nav__count {
    margin-right: 10px;
    margin-left: 30px
}

.timer_data div,
.timer_data span {
    white-space: nowrap
}

.banners-left img {
    -o-object-position: -60px;
    object-position: -60px
}

li {
    margin: 5px 0
}

.scroll {
    overflow-x: scroll
}

table {
    width: 100%;
    margin: 30px 0;
    border-spacing: 0;
    background: #0f1127;
    border: 1px solid #7fb8ff;
    color: #fff;
}

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

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

caption {
    margin-bottom: 10px
}

table td,
th {
    text-align: left;
    /* border: 1px solid #f06; */
    border: 1px solid #7fb8ff;
    color: #fff;
    padding: 20px 30px
}

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

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

.intro-block__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-style: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    z-index: 10;
    position: relative
}

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

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

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

.programm {
    margin: 20px 0
}

.programm__wrap {
    background: -o-radial-gradient(-7.94% -29.28%, 36% 110%, rgba(117, 230, 255, .4), rgba(117, 230, 255, 0));
    background: radial-gradient(36% 110% at -7.94% -29.28%, rgba(117, 230, 255, .4), rgba(117, 230, 255, 0));
    -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;
    min-height: 315.59px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 30px;
    overflow: hidden
}

.programm__block {
    z-index: 20;
    padding: 40px;
    max-width: 50%
}

.programm-desc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.programm-desc img {
    -o-object-position: top;
    object-position: top;
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.programm-enot {
    background: url(../img/enot.webp) right/cover no-repeat;
    width: 71%;
    right: 0!important;
    bottom: 0;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 11;
    -o-object-position: initial;
    object-position: initial
}

.programm-mob {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.programm-mob img {
    -o-object-position: top;
    object-position: top;
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.programm__desc {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    margin: 10px 0 20px
}

.programm__title {
    font-size: 4rem;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.45;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.2;
    text-align: left;
    text-shadow: none;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    text-align: left;
    text-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#75e6ff), color-stop(.01%, #75e6ff), to(#878bff));
    background: -o-linear-gradient(top, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    background: linear-gradient(180deg, #75e6ff 0, #75e6ff .01%, #878bff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.programm__title span {
    color: #fff;
    -webkit-text-fill-color: #fff
}

.wr-block_trans {
    background: 0 0
}

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

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

@media (max-width:1180px) {
    .intro-bg {
        right: 0
    }
    .menu-fixed {
        display: grid
    }
}

@media (max-width:1080px) {
    .programm__wrap {
        height: 264px
    }
}

@media (max-width:991px) {
    .intro-block__plash {
        font-size: 20px;
        line-height: 30px
    }
    .tgs__wrap {
        -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;
        min-height: 225px;
        padding: 32px 16px
    }
    .tgs__title {
        max-width: 453px;
        font-size: 20px;
        padding: 0
    }
    .tgs-desc {
        display: none
    }
    .tgs-mob {
        display: block;
        display: block;
        position: absolute;
        top: 22px;
        right: 28px
    }
    .our__content {
        grid-template-columns: repeat(2, 1fr)
    }
    .winnings-block__col .winnings-block__top {
        padding: 0 0 0
    }
    .intro-nav {
        display: none
    }
    .wp {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .help-block {
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0 10px 20px;
        background: #ff7a00;
        border-radius: 20px
    }
    .intro-bg {
        right: -50px
    }
    .cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-top__right {
        width: 100%;
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 40px
    }
    .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-top__left {
        margin-right: 0;
        max-width: 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-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .wrapper-right {
        padding: 0 8px
    }
    .gam__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .gam__gam {
        margin: 5px 5px;
        width: calc(20% - 10px)
    }
    .header {
        left: 0;
        width: 100%
    }
    .wrapper-left {
        display: none
    }
    .icon-list__wrapper::-webkit-scrollbar {
        height: 3px
    }
    .icon-list__wrapper::-webkit-scrollbar-track {
        background: #262000;
        border-radius: 10px
    }
    .icon-list__wrapper::-webkit-scrollbar-thumb {
        background: #ffd600;
        border-radius: 10px
    }
    .categories__right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
    .categories {
        -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
    }
    .programm__wrap {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .programm .intro-block__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .programm__block {
        width: 100%;
        max-width: 100%
    }
    .programm-desc {
        display: none
    }
    .programm-enot {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: static;
        display: block;
        position: relative;
        height: 195px;
        width: 100%;
        right: 0;
        bottom: 0;
        max-width: 100%;
        background-size: contain;
        background: url(../img/enot.webp) center bottom/contain no-repeat
    }
    .programm-mob {
        display: block
    }
    .programm__desc {
        font-size: 14px
    }
    .programm__title {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .search {
        display: none
    }
    .intro-block {
        margin-right: 0
    }
    .prov__item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 70px;
        width: 130px
    }
    .header-auth__in {
        font-size: 14px
    }
    .jack__content {
        display: grid;
        grid-template-columns: repeat(2, auto)
    }
    .footer-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer-top__left {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: inherit
    }
    .gam__gam {
        margin: 5px 5px;
        width: calc(25% - 10px)
    }
    body {
        padding-bottom: 80px
    }
    .intro-block_two {
        display: none
    }
    .banners {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .banners-left {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%
    }
    .banners-right img {
        width: 100%;
        height: 250px;
        -o-object-position: left;
        object-position: left
    }
    .jack__title {
        font-size: 65px
    }
    .jack__box {
        max-width: inherit;
        width: 100%
    }
    .jack {
        padding: 30px 30px 75px
    }
    .jack__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px
    }
    .intro-block {
        width: 100%
    }
}

@media (max-width:575px) {
    .our__content {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px
    }
    .logo {
        width: 40px;
        height: 40px
    }
    .logo__mob {
        display: block
    }
    .logo__img {
        display: none
    }
    .cards-block__img {
        display: none!important
    }
    .jack__content {
        display: grid;
        grid-template-columns: repeat(1, auto)
    }
    .jack__box {
        width: 100%!important
    }
    .jack__content {
        margin: 15px 0
    }
    .jack__title {
        font-size: 50px
    }
    .footer-top__link {
        font-size: 12px
    }
    .gam__gam {
        margin: 5px 5px;
        width: calc(33.333% - 10px)
    }
}

@media (max-width:467px) {
    .footer-top__logo {
        width: 140px
    }
    .icon-list__wrapper svg {
        max-width: 70px
    }
    .footer-rate__title {
        font-size: 14px
    }
    .gam-nav__count {
        font-size: 12px
    }
    .gam__title {
        font-size: 14px
    }
    .cards-slider .plash,
    .cards-slider .plash-white {
        font-size: 12px
    }
    .intro-bg {
        right: -20px;
        width: 50%
    }
    .footer-icons__wrap {
        padding: 0 30px
    }
    .jack__title {
        font-size: 45px
    }
    .gam-nav {
        display: none
    }
}

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