@charset "UTF-8";
article,
legend {
    -webkit-box-sizing: border-box
}

progress,
sub,
sup {
    vertical-align: baseline
}

button,
hr,
input,
select {
    overflow: visible
}

a,
legend {
    color: inherit
}

.toc {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 40px
}

.toc li::marker {
    color: rgba(4, 154, 255, .9294117647)
}

.toc__title {
    margin-bottom: 10px;
    font-size: 20px
}

.toc__link {
    color: rgba(4, 154, 255, .9294117647)
}

.toc__link:hover {
    color: rgba(10, 114, 184, .9294117647)
}

*,
body {
    margin: 0
}

.navigation__link:hover,
abbr[title] {
    text-decoration: underline
}

.wrapper,
svg:not(:root) {
    overflow: hidden
}

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

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
}

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

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

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

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em
}

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

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

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

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
a,
button,
input[type=submit],
label {
    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
}

.text-block__list li,
.text-block__wrap li {
    line-height: 22px;
    padding: 6px 6px 6px 20px
}

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

fieldset {
    min-width: 0
}

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

*,
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: none
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

button {
    text-align: left
}

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

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

body {
    background: #212132;
    color: #fff;
    line-height: 1.5
}

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

.top {
    padding: 10px 0;
    background-color: #161626;
    z-index: 1000
}

.top-mob {
    display: none
}

.top__over {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0
}

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

.top-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.top-app__btn {
    height: 48px;
    padding: 14px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    font-weight: 900;
    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
}

.top-app__btn:first-child {
    margin-right: 10px
}

.top-app__img {
    width: 25px;
    height: 20px
}

.top-app__apl {
    padding: 15px;
    background: -o-radial-gradient(circle, #484851 0, #303036 100%);
    background: radial-gradient(circle, #484851 0, #303036 100%);
    max-width: 150px;
    font-size: 14px;
    text-decoration: none
}

.top-app__text {
    font-size: 12px;
    margin-left: 8px;
    line-height: 14px
}

.top-app__android {
    max-width: 150px;
    font-size: 14px;
    text-decoration: none;
    background: #62c23c;
    padding: 12px
}

.top-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.top-login__ent {
    font-size: 14px;
    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;
    margin-right: 20px;
    border-radius: 4px;
    height: 48px;
    padding: 12px;
    max-width: 150px;
    width: 100%;
    background: -o-radial-gradient(circle, #484851 0, #303036 100%);
    background: radial-gradient(circle, #484851 0, #303036 100%);
    font-weight: 900;
    text-transform: uppercase
}

.top-login__reg {
    background-color: #cd1835;
    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-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    outline: 0;
    text-align: center;
    line-height: 22px;
    font-weight: 800;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    text-transform: uppercase;
    max-width: 150px;
    font-size: 14px;
    height: 48px;
    padding: 12px;
    width: 100%;
    font-weight: 900
}

.burg {
    background: -o-radial-gradient(50% 0, 100.01% 100%, #484868 0, #33334a 100%);
    background: radial-gradient(100.01% 100% at 50% 0, #484868 0, #33334a 100%);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .1);
    width: 40px;
    height: 40px;
    border-radius: 8px
}

.hid {
    overflow: hidden
}

.burg-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #161626;
    padding: 50px 20px 25px 20px;
    overflow-y: auto
}

.burg-menu .logotype {
    margin-bottom: 20px
}

.burg-menu__icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px
}

.burg-menu__icons img {
    width: 100%;
    height: 100%
}

.burg-menu__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.burg-menu__menu {
    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: 20px
}

.burg-menu__link {
    padding: 10px 10px;
    margin-bottom: 10px;
    background: #282c48;
    border-radius: 4px;
    border: 1px solid #525e83
}

.burg-menu__link:last-child {
    margin-bottom: 0
}

.burg-menu .top-app__btn .top-app__text {
    display: inline-block
}

.burg-menu__close {
    position: absolute;
    right: 20px;
    top: 25px
}

.sh {
    visibility: visible;
    opacity: 1;
    pointer-events: inherit
}

.hlebs {
    padding: 10px 0;
    background: #282c48
}

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

.logotype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    height: auto;
    margin-top: 30px
}

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

.heading {
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

.main-heading {
    margin-bottom: 15px;
    text-align: center
}

.types {
    -webkit-box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, .8);
    box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, .8);
    background-color: #212132;
    border-bottom: 4px dotted #646a87
}

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

.types__icon {
    margin-right: 15px;
    height: 30px
}

.types__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0 0;
    min-height: 61px;
    padding: 15px
}

.types__button:first-child {
    color: #17eada
}

.types__button:nth-child(2) {
    color: #de593e
}

.types__button:nth-child(3) {
    color: #6ef770
}

.types__button:nth-child(4) {
    color: #e8ce3a
}

.types__button:hover {
    background-color: rgba(255, 255, 255, .05)
}

.types__button:nth-child(3) {
    color: #9a5cff
}

.types__button:nth-child(4) {
    color: #6ef770
}

.types__button:nth-child(5) {
    color: #e8ce3a
}

.types {
    margin-bottom: 20px
}

.types__text {
    font-weight: 900;
    line-height: 1.2;
    text-align: center
}

.info-block {
    margin: 40px 0;
    border: 1px solid #525e83;
    background: #282c48;
    border-radius: 4px;
    padding: 40px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.info-block__gift {
    width: 34px;
    height: 34px;
    display: block;
    margin: 15px auto 0 auto
}

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

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

.plat__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px -5px 0;
    max-width: 500px
}

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

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

.plat__hidden {
    display: none;
    position: absolute;
    width: 327px;
    border-radius: 4px;
    padding: 15px;
    bottom: 40px;
    margin-left: -163px
}

.plat__hidden,
.plat__hidden:before {
    left: 50%;
    background: #282c48;
    -webkit-box-shadow: 0 4px 15px #000;
    box-shadow: 0 4px 15px #000
}

.info-block__btn {
    -webkit-box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000;
    box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000;
    background: #62c23c;
    text-decoration: none;
    overflow: hidden;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 12px 10px;
    max-width: 180px;
    color: #f4f4f4;
    margin: 15px 0;
    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
}

.info-block__btn_mob {
    display: none
}

.info-block__btn {
    font-weight: 500;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.plat__hidden_visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.plat__hidden::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none
}

.anchors {
    padding-left: 0;
    margin-top: 20px;
}

.anchors__wrap {
    border: 1px solid #525e83;
    border-radius: 4px;
    color: #fff;
    overflow: hidden
}

.anchors__title {
    border-bottom: 2px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.anchors__title {
    background-color: #282c48;
    padding: 10px 20px 10px 20px
}

.anchors__list {
    background-color: #282c48;
    padding: 10px 20px 10px 20px;
    border-top: 1px solid #525e83
}

.anchors__item:first-child {
    padding-top: 0
}

.anchors__title h2 {
    font-size: 20px;
    margin: 0;
    font-weight: 400;
    line-height: 1
}

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

.anchors__item {
    padding: 5px 5px;
    display: inline-block;
    text-decoration: underline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.anchors__item {
    display: block
}

.leaf {
    overflow-x: scroll
}

.table-info {
    margin-bottom: 20px
}

table {
    margin: 20px 0;
}


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

.table-info td,
.table-info th {
    background: #161626;
    padding: 10px
}

.table-info td:first-child {
    width: 30%
}

.col-icon__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.col-icon__block {
    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
}

caption {
    margin-bottom: 10px
}

.col-icon__icon {
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.col-icon__name {
    word-break: break-word
}

.deta {
    margin-top: 0;
    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-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .5);
    background-color: #212132;
    padding: 14px 12px 14px 12px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    display: none
}

.deta__icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 1.5px
}

.two-heading {
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

.manual-items {
    background: #fff;
    color: #000;
    padding: 10px 10px 0 10px;
    width: 100%
}

.manual-items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.manual-items__btn {
    width: 16px;
    height: 16px;
    background: 0 0;
    margin-right: 10px;
    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
}

.manual-main {
    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
}

.manual-main__form {
    width: 100%
}

.manual-main__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    position: relative;
    min-height: 44px;
    background: #fff;
    border: 1px solid #dfe1e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 24px 24px 0 0;
    margin: 0 auto;
    width: 638px;
    width: 100%;
    max-width: 584px;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 15px
}

.manual-main__search {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    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
}

.manual-main__icon {
    width: 24px;
    height: 24px
}

.manual-main__input {
    position: absolute;
    left: 0;
    top: 50%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px 0 36px;
    color: #000
}

.manual-main__last {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    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
}

.manual-main__btn {
    background: 0 0;
    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;
    margin-right: 10px
}

.manual {
    margin-bottom: 40px
}

.manual__box {
    margin: 20px 0
}

.manual__wrap {
    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;
    max-width: 544px;
    width: 100%
}

.manual__img {
    max-width: 195px
}

.regestration-block {
    border: 2px solid #55586c;
    border-bottom-color: #fe284a;
    max-width: 500px;
    padding: 30px 2px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: url(../img/regestration-bg.webp) repeat, -webkit-gradient(linear, left top, left bottom, from(#1c2240), to(#1c2240)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#4d5a85), to(rgba(70, 82, 121, 0))) border-box;
    background: url(../img/regestration-bg.webp) repeat, -o-linear-gradient(#1c2240, #1c2240) padding-box, -o-linear-gradient(top, #4d5a85, rgba(70, 82, 121, 0)) border-box;
    background: url(../img/regestration-bg.webp) repeat, linear-gradient(#1c2240, #1c2240) padding-box, linear-gradient(180deg, #4d5a85, rgba(70, 82, 121, 0)) border-box;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 10px #000;
    box-shadow: 0 8px 10px #000;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin: 20px auto
}

.regestration-block__title {
    border: none;
    color: #646a87;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 40px;
    min-height: auto;
    text-align: center;
    text-transform: none
}

.regestration-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    list-style: none!important
}

.regestration-block__item {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 33.3333333333%!important;
    padding: 0!important;
    list-style: none!important;
    position: inherit!important
}

.regestration-block__item::before {
    display: none
}

.regestration-block__block {
    display: inline-block;
    height: 24px;
    position: relative
}

.regestration-block__plash {
    background-color: #433d55;
    -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .2);
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 0
}

.regestration-block__plash:first-of-type {
    top: 8px
}

.regestration-block__plash:last-of-type {
    bottom: 8px
}

.regestration-block__plash:after,
.regestration-block__plash:before {
    background-color: inherit;
    border-radius: 50%;
    content: "";
    height: 3px;
    position: absolute;
    top: -1px;
    width: 3px
}

.regestration-block__plash:before {
    left: 0
}

.regestration-block__plash:after {
    right: 0
}

.regestration-block__number {
    color: #ff5d56;
    display: block;
    font-size: 20px;
    font-weight: 300;
    height: inherit;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 0 8px;
    position: relative;
    text-shadow: 0 0 0 #fa1320, 0 0 5px #fa1320, 0 0 10px #fa1320, 0 0 15px #fa1320, 0 1px 1px #c20b12, 0 2px 1px #c20b12, 0 10px 12px #000;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 2px
}

.regestration-block__number:before {
    -webkit-box-shadow: 0 10px 30px 8px rgba(250, 19, 32, .3019607843);
    box-shadow: 0 10px 30px 8px rgba(250, 19, 32, .3019607843);
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0
}

.regestration-block__top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    position: relative;
    padding-top: 0
}

.regestration-block__top:before {
    background-image: url(../img/toch.svg);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    -webkit-filter: drop-shadow(0 -1.5px 0 #000);
    filter: drop-shadow(0 -1.5px 0 #000);
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%
}

.regestration-block__bottom {
    padding: 50px 20px 40px 20px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.regestration-form__block {
    width: 100%;
    margin-bottom: 15px
}

.regestration-form__field {
    font-size: 16px;
    height: 35px;
    padding: 0 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#191929), to(#191929)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(128, 128, 128, .4))) border-box;
    background: -o-linear-gradient(#191929, #191929) padding-box, -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    -webkit-transition: -webkit-box-shadow .25s ease;
    transition: -webkit-box-shadow .25s ease;
    -o-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
    transition: box-shadow .25s ease, -webkit-box-shadow .25s ease;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.regestration-form__field:hover {
    -webkit-box-shadow: 0 0 0 2px #ffde26;
    box-shadow: 0 0 0 2px #ffde26;
    outline: 0
}

.hidden {
    visibility: hidden
}

.regestration-form__title {
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all
}

.info-block__btn_content {
    width: auto;
    margin: 20px auto;
    display: flex;
}

.valid {
    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: 10px;
    position: relative;
    width: 100%
}

.valid input {
    height: 1px;
    left: 12px;
    opacity: .001;
    position: absolute;
    top: 50%;
    width: 1px;
    z-index: -1
}

.valid input+label {
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #646a87;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10
}

.valid input+label::before {
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px;
    background-color: #191929;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 .2px rgba(128, 128, 128, .4);
    box-shadow: 0 1px 0 .2px rgba(128, 128, 128, .4);
    content: "";
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: -webkit-box-shadow .25s ease;
    transition: -webkit-box-shadow .25s ease;
    -o-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
    transition: box-shadow .25s ease, -webkit-box-shadow .25s ease
}

.valid input+label:after {
    height: 17px;
    top: calc(50% - 8.5px);
    width: 17px;
    content: "";
    left: 4px;
    position: absolute
}

.valid input:checked+label:after {
    background-image: url(../img/galka.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.article-content p {
    margin: 10px 0;
    font-size: 16px
}

.article-content ol,
.article-content ul {
    margin: 10px 0
}

.article-content li {
    display: block;
    width: 100%;
    position: relative;
    line-height: 22px;
    padding: 6px 6px 6px 20px
}

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

.line {
    overflow-x: scroll
}

.niz {
    background: #0a0a14;
    background: url(../img/lat-block-bg.webp), #0a0a14;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%
}

.apeles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.niz .top-app {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.niz-bottom,
.niz-top {
    padding-top: 30px;
    padding-bottom: 30px
}

.niz-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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.niz-top__nizlist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.niz-top__nizlist a {
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    height: 36px;
    padding: 0 8px;
    -webkit-transition: background-color .15s linear, -webkit-transform .15s linear;
    transition: background-color .15s linear, transform .15s linear, -webkit-transform .15s linear;
    -o-transition: background-color .15s linear, transform .15s linear;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.niz-bottom__mob {
    gap: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.apeles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    width: 48px
}

.niz-bottom,
.niz-top__nizlist a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center
}

.niz-bottom {
    border-top: 1px dashed #303036;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px
}

.niz-bottom__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.niz-bottom__block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

.yazik {
    position: relative;
    padding: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.yazik__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.yazik__button {
    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-box-sizing: initial;
    box-sizing: initial;
    height: 30px;
    padding: 5px;
    cursor: pointer
}

.yazik__flag {
    margin-right: 10px;
    width: 30px;
    border-radius: 50%
}

.yazik__button span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px 0 0;
    text-transform: uppercase
}

.yazik__arr {
    width: 12px
}

.yazik__drop,
.yazik__list {
    z-index: 90;
    overflow-y: auto;
    border-radius: 5px;
    padding: 6px 4px;
    background-color: #4a5372;
    bottom: 45.5px;
    left: -255px;
    width: auto;
    color: #fff;
    position: absolute
}

.yazik__drop {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility .5s, opacity .25s;
    -o-transition: visibility .5s, opacity .25s;
    transition: visibility .5s, opacity .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

.yazik__drop li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 3px;
    background: inherit;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    padding: 10px 5px
}

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

.yazik__flag {
    margin-right: 10px;
    width: 30px;
    border-radius: 50%
}

.yazik a span {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.yazik__select {
    display: none
}

.niz-top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 20px
}

.show {
    opacity: 1;
    visibility: visible
}

.kartochki-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;
    padding: 12px 0 10px
}

.kartochki-top__right {
    max-width: 430px;
    width: 100%;
    margin-left: 10px
}

.soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.kartochki-selector {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#191929), to(#191929)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(128, 128, 128, .4))) border-box;
    background: -o-linear-gradient(#191929, #191929) padding-box, -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 35px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: -webkit-box-shadow .25 sease;
    transition: -webkit-box-shadow .25 sease;
    -o-transition: box-shadow .25 sease;
    transition: box-shadow .25 sease;
    transition: box-shadow .25 sease, -webkit-box-shadow .25 sease;
    white-space: nowrap;
    width: 100%
}

.kartochki-selector__select {
    padding: 10px 30px 10px 10px;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/strelka.svg) right/12px no-repeat;
    background-position-x: calc(100% - 12px)
}

.kartochki-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px;
    gap: 10px
}

.kartochki-status__button {
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.kartochki-top__right {
    max-width: 430px;
    width: 100%;
    margin-left: 10px
}

.search {
    background: -o-linear-gradient(#191929, #191929) padding-box, -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#191929), to(#191929)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(128, 128, 128, .4))) border-box;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    border: 1px solid transparent;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    -o-transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 35px
}

.search-field,
.search__button {
    background: 0 0;
    margin-top: 3px
}

.search-field {
    width: 100%;
    color: #fff
}

.search-field,
.search__button {
    background: 0 0;
    margin-top: 3px
}

.search__icon {
    width: 18px;
    height: 18px
}

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

.kartochki__box {
    height: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px 0 #000;
    box-shadow: 0 4px 10px 0 #000;
    position: relative;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    display: block;
    width: calc(20% - 20px);
    margin: 10px
}

.kartochki-links,
.kartochki__image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%
}

.kartochki__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0
}

.kartochki__image {
    height: 150px;
    position: relative
}

.kartochki__title {
    background-color: #161626;
    border: 1px solid #393a51;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-wrap: break-word;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    color: #fff;
    height: 62px
}

.kartochki__box .kartochki__cat {
    height: 35px;
    width: 35px
}

.kartochki-top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.kartochki__cat {
    position: absolute;
    left: 10px;
    top: 0;
    height: 25px;
    width: 25px
}

.kartochki-status__button {
    color: #302e40
}

.kartochki-status__botton_active {
    color: #a91fff
}

.priemush__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.priemush__item {
    width: calc(50% - 20px);
    background-color: #161626;
    border-radius: 6px;
    margin: 10px;
    padding: 20px;
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

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

.frage {
    margin-bottom: 30px
}

.frage__item {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: block;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .5);
    background-color: #212132;
    padding: 14px 12px 0;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 30px
}

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

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

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

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

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

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

.ovsivi-item__ava {
    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
}

.ovsivi-item__ava img {
    width: 100px;
    height: 100px
}

.rat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.otsivi-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;
    margin-bottom: 20px
}

.otsivi-item__status {
    color: gold;
    font-size: 12px
}

.otsivi-item__tex {
    font-weight: 700;
    color: #fe284a;
    font-size: 16px
}

.otsivi__con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

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

@media (max-width:991px) {
    .kartochki__box {
        width: calc(25% - 20px)
    }
}

@media (max-width:850px) {
    .types__icon {
        margin-bottom: 10px;
        margin-right: 0
    }
    .types__button {
        -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
    }
}

@media (max-width:767px) {
    .top-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px
    }
    .top__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .top-app__btn {
        width: 50%;
        max-width: none
    }
    .top-login {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px
    }
    .top-login__ent {
        max-width: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
    .top-login__reg {
        max-width: none;
        width: 100%
    }
    .burg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .logotype {
        display: none
    }
    .logotype_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0
    }
    .types__wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .plat__hidden {
        left: auto!important;
        right: 0;
        margin-left: 38px!important;
        width: 250px!important;
        margin-right: -10px!important
    }
    .yazik__drop {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        bottom: 39px;
        left: -41px
    }
    .niz-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .kartochki__box {
        width: calc(33.333% - 20px)
    }
    .priemush__content {
        margin: 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .priemush__item {
        width: 100%;
        margin: 0;
        margin-bottom: 10px
    }
}

@media (max-width:575px) {
    .top-app__text {
        display: none
    }
    .burg-menu .top-app__btn {
        width: auto;
        width: 50%;
        max-width: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .types__icon {
        height: 20px
    }
    .types__button {
        padding: 15px 10px
    }
    .types__text {
        font-size: 12px
    }
    .info-block {
        padding: 15px;
        margin: 20px 0 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .col-icon__block {
        -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
    }
    .col-icon__icon {
        width: 30px;
        height: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 0;
        margin-bottom: 10px
    }
    .table-info__none {
        display: none
    }
    .deta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .regestration-block__list {
        gap: 10px
    }
    .regestration-block__item {
        width: calc(50% - 10px)!important
    }
    .regestration-block__number {
        font-size: 16px
    }
    .regestration-block__block {
        height: 22px
    }
    .text-block__wrap li {
        width: 50%!important;
        margin: 5px 0
    }
    .regestration-block__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .block {
        display: table-row
    }
    .niz .top-app__btn {
        width: 50px;
        height: 50px;
        padding: 0
    }
    .niz-bottom__mob {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px
    }
    .nizlist__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px
    }
    .kartochki-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
    .kartochki-status__button {
        width: 40px
    }
    .kartochki-top__left {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .kartochki-status {
        gap: 25px
    }
    .kartochki-selector {
        height: 44px
    }
    .kartochki-top__right {
        margin-left: 0;
        max-width: none;
        width: 100%;
        height: 44px
    }
    .search {
        height: 100%
    }
}

@media (max-width:540px) {
    .kartochki__box {
        width: calc(50% - 20px)
    }
    .kartochki__image {
        height: 170px
    }
}

@media (max-width:480px) {
    .kartochki__image {
        height: 150px
    }
}

@media (max-width:467px) {
    .info-block {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .info-block__text:first-child {
        margin-bottom: 15px!important
    }
    .info-block__btn {
        max-width: 100%!important;
        width: 100%;
        margin-bottom: 30px
    }
    .info-block__btn_mob {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .kartochki-status {
        margin-left: 0;
        margin-bottom: 10px
    }
    .kartochki-top__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .kartochki-filter {
        width: 100%
    }
    .ovsivi-item__ava img {
        width: 150px;
        height: 150px
    }
    .otsivi-item__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
    .otsivi-item__status {
        font-size: 14px
    }
    .otsivi__con {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
    .otsivi-item__name {
        margin-right: 0
    }
}

@media (max-width:440px) {
    .kartochki__image {
        height: 130px
    }
}

@media (max-width:400px) {
    .kartochki__image {
        height: 130px
    }
}

.payments {}

.payments__head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px
}

.payments h1 {
    margin: 0 0 10px;
    font-size: 44px;
    line-height: 1.05
}

.payments p {
    margin: 0;
    color: #a9b3df;
    font-size: 18px
}

.secure {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border: 1px solid rgba(135, 120, 255, .25);
    border-radius: 16px;
    background: rgba(255, 255, 255, .04);
    box-shadow: inset 0 0 30px rgba(120, 80, 255, .06)
}

.secure__icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #17d879, #136d4a)
}

.secure span {
    display: block;
    margin-top: 4px;
    color: #9fa8d6
}

.payment-tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-bottom: 22px;
}

.payment-tabs button {
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .03);
    color: #fff;
    padding: 7px 10px;
    border-radius: 12px;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
    transition: .2s;
}

.payment-tabs button:hover {
    background-color: rgba(255, 255, 255, .10);
}

.payment-tabs .active {
    background-color: rgba(255, 255, 255, .10);
}

.payment-grid__logo {
    padding-right: 25px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    height: 50px;
}

.time-icon {
    margin-right: 4px;
    transform: translateY(-1px);
    display: inline-flex;
}

.payment-grid__logo img {
    height: 40px;
    margin: 0px;
}

.payment-tabs button.active {
    /* background: #cd1835;
    border: 1px solid #cd1835; */
}

.payment-tabs button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
    gap: 20px;
}

.payment-tabs button img {
    height: 25px;
    width: 25px;
    flex-shrink: 0;
}

.payment-tabs span {
    float: right;
    color: #fff
}

.payment-grid {
    width: 100%;
}

.payment-grid tbody {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    background: #212132;
}

.payment-card {
    position: relative;
    min-height: 150px;
    padding: 12px 12px 14px 12px;
    border-radius: 16px;
    background: transparent;
    background: linear-gradient( 145deg, rgba(255, 255, 255, .04), rgba(0, 0, 0, .3));
    border: 1px solid rgba(255, 255, 255, .12);
    transition: .25s ease;
    overflow: hidden
}

.payment-card:hover {}

.payment-card.featured {}

.payment-card h3 {
    margin: 0px 0 4px;
    font-size: 20px
}

.payment-card p,
.payment-card small {
    color: #9fa8d6;
    font-size: 12px
}

.star {
    position: absolute;
    right: 20px;
    top: 12px;
    color: #8190d8;
    font-size: 22px;
    z-index: 2
}

.logo {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 30px
}

.visa {
    color: #fff;
    font-size: 22px;
    align-items: flex-start;
    flex-direction: column
}

.visa span {
    color: #ff4a24
}

.flower {
    color: #ff4b88;
    font-size: 48px
}

.text {
    font-size: 17px;
    background: #0d1020
}

.wallet {
    background: #0e1020;
    color: #ff375f
}

.usdt {
    background: linear-gradient(135deg, #15c98b, #6df0c1)
}

.btc {
    background: linear-gradient(135deg, #ff9d00, #ffc048)
}

.eth {
    background: linear-gradient(135deg, #637cff, #c5d1ff)
}

.trx {
    background: linear-gradient(135deg, #ff153f, #c40022)
}

.bybit {
    background: #101322;
    color: #fff
}

.bnb {
    background: linear-gradient(135deg, #e4a800, #ffd54d);
    color: #1a1830
}

.ton,
.usdc {
    background: linear-gradient(135deg, #0098ff, #61d4ff)
}

.badges {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap
}

.badges span {
    padding: 4px 8px;
    border-radius: 9px;
    color: #80ffad;
    background: rgba(13, 190, 98, .15);
    border: 1px solid rgba(13, 190, 98, .2);
    font-size: 12px
}

.badges .no {
    color: #ff5f67;
    background: rgba(255, 58, 75, .12);
    border-color: rgba(255, 58, 75, .2)
}

.time {
    margin-top: 10px;
    color: #b6c0f7;
    font-size: 12px;
    line-height: 1.2;
}

.label {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 14px;
    background: linear-gradient(135deg, #7d42ff, #321185);
    border-radius: 0 16px 0 12px;
    color: #d8c8ff;
    font-size: 13px;
    z-index: 3
}

.support span {
    display: block;
    margin-top: 5px;
    color: #9fa8d6
}

.ap-bt {
    padding: 8px !important;
    max-width: none !important;
}

.ape-bt {
    max-width: none !important;
}

.ap-bt span {
    color: #fff;
    line-height: 1.2;
    font-size: 12px;
    margin-top: 0;
}

.ap-bt img {
    height: 15px;
}

.support button {
    border: 1px solid rgba(135, 120, 255, .35);
    background: linear-gradient(135deg, rgba(111, 61, 255, .32), rgba(60, 35, 145, .25));
    color: #c7b5ff;
    padding: 14px 22px;
    border-radius: 12px;
    cursor: pointer
}

@media(max-width:991px) {
    .payment-grid tbody {
        grid-template-columns: repeat(3, 1fr);
    }
    .payment-tabs {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:640px) {
    .payments__head,
    .support {
        flex-direction: column;
        align-items: flex-start
    }
    .niz-top__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .payment-grid tbody {
        grid-template-columns: repeat(2, 1fr);
    }
    .payment-grid,
    .payment-tabs {
        grid-template-columns: 1fr
    }
    .payments h1 {
        font-size: 32px
    }
}


/* GRID */

.adv-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 20px;
}


/* CARD */

.adv-card {
    position: relative;
    padding: 15px 15px;
    border-radius: 22px;
    background: linear-gradient( 145deg, rgba(255, 255, 255, .04), rgba(0, 0, 0, .7));
    border: 1px solid rgba(255, 255, 255, .12);
    overflow: hidden;
    transition: .3s;
    display: flex;
    flex-direction: column;
}


/* .adv-card:hover {
    transform: translateY(-5px);
    border-color: #d89d00;
} */

.number {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(205, 24, 53, 0.5);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
}

.adv-block {}


/* IMAGE PLACE */

.adv-icon {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adv-icon img {
    max-width: 140px;
}


/* TEXT */

.adv-card h3 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 20px;
}

.adv-card p {
    color: #aaa;
    font-size: 12px;
    line-height: 1.2;
}

.gold {
    color: #f7b900;
    font-weight: 700;
}


/* FOOTER */

.more {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgb(205, 24, 53, 1);
    font-size: 12px;
    margin-top: 12px;
}


/* RESPONSIVE */

@media(max-width:1200px) {
    .adv-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:650px) {
    .adv-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ap-bt span {
        display: none;
    }
    .ap-bt img {
        width: 25px;
        height: 20px;
    }
}

 :root {
    --bg: #212132;
    --main-table__card: #0b122c;
    --border: #1b2450;
    --main-table__text: #fff;
    --muted: #b8bfdc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* TABLE */

.main-table {
    width: 100%;
    border: 0;
}

.main-table tbody {
    display: block;
}

.main-table tr {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: "brand operator launch welcome" "license bonuses games limits" "payments payments app support";
    gap: 24px;
}

.main-table td {
    padding: 0;
    border: 0;
}


/* AREAS */

.brand {
    grid-area: brand;
}

.operator {
    grid-area: operator;
}

.launch {
    grid-area: launch;
}

.welcome {
    grid-area: welcome;
}

.license {
    grid-area: license;
}

.bonuses {
    grid-area: bonuses;
}

.games {
    grid-area: games;
}

.limits {
    grid-area: limits;
}

.payments {
    grid-area: payments;
}

.app {
    grid-area: app;
}

.support {
    grid-area: support;
}


/* main-table__card */

.main-table__card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient( 145deg, rgba(255, 255, 255, .04), rgba(0, 0, 0, .3));
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}

.brand .main-table__card,
.operator .main-table__card,
.launch .main-table__card,
.welcome .main-table__card,
.license .main-table__card,
.bonuses .main-table__card,
.games .main-table__card,
.limits .main-table__card {
    min-height: 130px;
}

.payments .main-table__card,
.app .main-table__card,
.support .main-table__card {
    min-height: 130px;
}

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

.plat__divst div {
    width: 30px;
    display: flex;
}

.plat__divst div img {
    width: 100%;
    height: 100%;
}


/* COLORS */

.yellow {
    color: #ffd84a;
}

.green {
    color: #66ff6e;
}

.pink {
    color: #ff5fcb;
}

.blue {
    color: #6d8aff;
}

.orange {
    color: #ff954d;
}

.cyan {
    color: #4cf2de;
}

.main-table__top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.main-table__divider {
    height: 1px;
    background: rgba(255, 255, 255, .08);
    margin: 10px 0;
}

.main-table__topblo {}

.main-table__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    flex-shrink: 0;
}

.main-table__icon img {
    width: 100%;
    height: 100%;
}

.main-table__info {
    flex: 1;
}

.main-table__label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    word-break: break-word;
    line-height: 1.1;
}

.main-table__text {
    color: #c2c7df;
    font-size: 14px;
    line-height: 1.4;
}

.main-table__value {
    font-size: 14px;
    color: #ff5d56;
    text-shadow: 0 0 0 #fa1320, 0 0 0px #FA1324, 0 0 0px #fa1320, 0 0 0px #fa1320, 0 1px 1px #c20b12, 0 0px 1px #c20b12, 0 0px 0px #000;
    text-transform: uppercase;
    vertical-align: middle;
}


/* MOBILE */

@media (max-width:991px) {
    .main-table tr {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "brand operator" "launch welcome" "license bonuses" "games limits" "payments payments" "app support";
    }
}

@media (max-width:768px) {
    .main-table tr {
        grid-template-columns: 1fr;
        grid-template-areas: "brand" "operator" "launch" "welcome" "license" "bonuses" "games" "limits" "payments" "app" "support";
    }
    .star {
        font-size: 20px;
    }
}

@media (max-width: 467px) {
    .payment-grid tbody {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}