/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    margin: 30px 0;
  }
  
  #customers tr:hover {background-color: #747474;}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }

  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  figure img {
    border-radius: 14px;
    margin: 20px auto;
  }

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

@font-face {
    font-family: "Proxima Nova Rg";
    src: url(../fonts/ProximaNova-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Proxima Nova Rg";
    src: url(../fonts/ProximaNova-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

* {
    font-family: "Proxima Nova Rg", sans-serif
}

body {
    display: flex;
    background-color: #1a2c38
}

body {
    scrollbar-width: auto;
    scrollbar-color: #4d4850 #090f1e
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background: #1a2c38
}

body::-webkit-scrollbar-thumb {
    background-color: #2f4553;
    border-radius: 10px;
    border: 3px solid #1a2c38
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

aside {
    width: 240px;
    background-color: #0f212e;
    display: flex;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    flex-direction: column;
    height: 100vh;
    position: sticky;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0
}

@media(max-width:1350px) {
    aside {
        display: none
    }
}

aside::-webkit-scrollbar {
    width: 0
}

aside .logo__wrapper {
    width: 240px;
    height: 64px;
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px
}

aside .logo__wrapper .logo__btn {
    width: 44px;
    height: 44px;
    flex: none;
    background: #24262b;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s
}

aside .logo__wrapper .logo__btn:hover {
    background-color: #4d565e;
    color: #fff
}

aside .logo__wrapper .logo__btn:hover svg {
    color: #fff
}

aside .logo__img {
    height: 32px
}

aside .logo__img img {
    height: 100%
}

aside .telegram {
    margin-top: 30px;
    padding-left: 25px
}

aside .telegram svg {
    width: 40px;
    height: 40px
}

aside .lang__switcher {
    width: 200px;
    margin: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
    cursor: pointer
}

aside .lang__switcher__item {
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px
}

aside .lang__switcher__item img {
    width: 16px
}

aside .lang__switcher__item span {
    color: #fff
}

aside .lang__switcher svg {
    color: #fff;
    width: 10px
}

.menu {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    width: 100%
}

.menu .head {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .2), 0 4px 6px -2px rgba(0, 0, 0, .1);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.menu__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    padding: 10px 16px
}

.menu__wrapper__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.menu__wrapper__item svg {
    width: 16px;
    height: 16px;
    color: #8994aa;
    transition: all .3s;
    margin-left: 5px
}

.menu__wrapper__item svg:nth-child(2) {
    width: 30px;
    height: 30px;
    color: #6f1137;
    transform: rotate(180deg)
}

.menu__wrapper__item svg:hover {
    color: #fff;
    cursor: pointer
}

.menu__wrapper__item__btns {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 7px;
    column-gap: 7px
}

.menu__wrapper__item__casino {
    border-radius: 5px;
    width: 78px;
    height: 36px;
    background-image: url(../img/casino-poker.avif);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    transition: all .3s
}

.menu__wrapper__item__casino:hover {
    background-image: url(../img/casino-poker-green.avif)
}

.menu__wrapper__item__sport {
    border-radius: 5px;
    width: 78px;
    height: 36px;
    background-image: url(../img/sports.jpg);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    transition: all .3s
}

.menu__wrapper__item__sport:hover {
    background-image: url(../img/sports-balls-orange.avif)
}

.menu__item {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 14px 20px;
    width: 100%;
    color: #fff;
    transition: all .3s;
    -moz-column-gap: 10px;
    column-gap: 10px;
    background-color: #1a2c38
}

.menu__item:nth-child(1) {
    border-radius: 3px 3px 0 0
}

.menu__item:nth-last-child(1) {
    border-radius: 0 0 3px 3px
}

.menu__item svg {
    color: #b1bad3
}

.menu__item:hover {
    background-color: #213743
}

.menu__item:hover svg {
    color: #fff
}

.menu__item__img {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #67707b
}

.menu__item__img svg {
    width: 100%;
    height: 100%;
    transition: all .3s
}

.menu__item__text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.menu__item .yellow {
    color: #ffbf39
}

.menu__item .white {
    color: #fff
}

.menu__item .green {
    color: #3bc117
}

.menu .bg-black {
    background-color: #17191b;
    padding: 8px
}

.container {
    width: 1200px;
    margin: 0 auto
}

@media(max-width:1550px) {
    .container {
        width: 100%;
        padding: 0 20px
    }
}

@media(max-width:425px) {
    .container {
        overflow: hidden
    }
}

.main {
    padding: 0;
    width: calc(100vw - 240px)
}

@media(max-width:1350px) {
    .main {
        width: 100vw
    }
}

.main .nav-wrapper {
    background-color: #1a2c38;
    position: sticky;
    top: 0;
    z-index: 1000000;
    box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px
}

@media(max-width:1350px) {
    .main .nav-wrapper {
        width: 100vw
    }
}

.main .nav {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
    width: 100%;
    height: 60px;
    justify-content: space-between
}

.main .nav__wrapper {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.main .nav__wrapper:nth-child(1) {
    -moz-column-gap: 40px;
    column-gap: 40px
}

.main .nav__wrapper__mobile {
    display: none
}

.main .nav__item svg {
    width: 67px;
    height: 34px;
    color: #fff
}

.main .nav__item__sec-btn__login {
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.main .nav__item__sec-btn__register {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #1475e1;
    padding: 10px 20px;
    border-radius: .25rem;
    transition: background-color .3s
}

.main .nav__item__sec-btn__register:hover {
    background-color: #105eb4
}

.main .promo {
    background-color: #0f212e
}

.main .promo__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

@media(max-width:930px) {
    .main .promo__wrapper {
        flex-direction: column;
        padding: 20px 0
    }
}

.main .promo__wrapper__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100000
}

.main .promo__wrapper__title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.main .promo__wrapper__title__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #1475e1;
    padding: 10px 65px;
    border-radius: 4rem;
    transition: background-color .3s
}

.main .promo__wrapper__title__btn:hover {
    background-color: #105eb4
}

.main .promo__wrapper__title__or {
    padding: 10px 0;
    text-transform: uppercase;
    color: #b1bad3;
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-self: center
}

.main .promo__wrapper__title__or span {
    padding: 0 7px
}

.main .promo__wrapper__title__or:after,
.main .promo__wrapper__title__or:before {
    content: "";
    display: inline-flex;
    height: 1px;
    background: #2f4553;
    flex: 1
}

.main .promo__wrapper__title__icons {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.main .promo__wrapper__title__icons__icon {
    padding: 13px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2f4553;
    box-shadow: 0rem .0625rem .1875rem #00000033, 0rem .0625rem .125rem #0000001f;
    border-radius: .25rem;
    transition: background-color .3s
}

.main .promo__wrapper__title__icons__icon:hover {
    background-color: #557086
}

.main .promo__wrapper__title__icons__icon svg {
    width: 14px;
    height: 14px;
    fill: #fff
}

.main .promo__wrapper__img {
    position: relative;
    z-index: 10000
}

@media(max-width:560px) {
    .main .promo__wrapper__img {
        width: 100%
    }

    .main .promo__wrapper__img img {
        width: 100%
    }
}

.main .promo__wrapper__img:before {
    content: "";
    height: 100%;
    width: 100%;
    right: 75%;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../icons/abstract-bg.71bdcaae.svg);
    z-index: -1
}

@media(max-width:930px) {
    .main .promo__wrapper__img:before {
        top: -75%;
        right: 0
    }
}

.main .cards__wrapper {
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media(max-width:930px) {
    .main .cards__wrapper {
        flex-direction: column;
        row-gap: 30px
    }
}

.main .cards__wrapper__item {
    width: 50%
}

@media(max-width:930px) {
    .main .cards__wrapper__item {
        width: 90%
    }
}

@media(max-width:590px) {
    .main .cards__wrapper__item {
        width: 100%
    }
}

.main .cards__wrapper__item__title {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    transition: all .3s;
    margin-bottom: 15px
}

.main .cards__wrapper__item__title:hover svg {
    color: #fff
}

.main .cards__wrapper__item__title svg {
    width: 16px;
    height: 16px;
    color: #b1bad3;
    transition: color .3s
}

.main .cards__wrapper__item__title span {
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

.main .cards__wrapper__item__img {
    transition: all .3s;
    width: 100%
}

.main .cards__wrapper__item__img:hover {
    transform: translateY(-5px)
}

.main .cards__wrapper__item__img img {
    width: 100%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .2), 0 4px 6px -2px rgba(0, 0, 0, .1);
    border-radius: 6px
}

.main .cards__wrapper__item h2 {
    color: #fff;
    font-size: 16px;
    margin-top: 15px
}

.main .cards__wrapper__item p {
    color: #b1bad3;
    font-size: 14px
}

.main .cards__wrapper__item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #1475e1;
    padding: 10px 65px;
    border-radius: .25rem;
    transition: background-color .3s
}

.main .cards__wrapper__item__btn:hover {
    background-color: #105eb4
}

.main .drake {
    background-color: #0f212e;
    height: 80px;
    margin: 20px 0;
    border-radius: 5px
}

.main .drake__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px
}

@media(max-width:768px) {
    .main .drake__wrapper {
        flex-direction: row-reverse
    }
}

.main .drake__wrapper__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #2f4553;
    border-radius: 5px;
    transition: background-color .3s
}

.main .drake__wrapper__btn:hover {
    background-color: #557086
}

@media(max-width:440px) {
    .main .drake__wrapper__btn {
        padding: 10px
    }
}

.main .drake__wrapper__logo {
    color: #fff;
    fill: #fff
}

@media(max-width:440px) {
    .main .drake__wrapper__logo {
        width: 160px
    }

    .main .drake__wrapper__logo svg {
        width: 100%
    }
}

.main .drake__wrapper__img {
    height: 100%
}

.main .drake__wrapper__img img {
    height: 100%
}

@media(max-width:768px) {
    .main .drake__wrapper__img {
        display: none
    }
}

.main .crypto {
    background-color: #0f212e;
    height: 92px;
    margin: 20px 0;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center
}

@media(max-width:930px) {
    .main .crypto {
        height: auto;
        padding: 20px 0
    }
}

.main .crypto__wrapper {
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:930px) {
    .main .crypto__wrapper {
        flex-direction: column;
        row-gap: 15px
    }
}

.main .crypto__wrapper__title {
    color: #fff;
    font-weight: 700;
    font-size: 16px
}

.main .crypto__wrapper__icons {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media(max-width:400px) {
    .main .crypto__wrapper__icons {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

.main .crypto__wrapper__buy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #2f4553;
    border-radius: 5px;
    transition: background-color .3s
}

.main .crypto__wrapper__buy:hover {
    background-color: #557086
}

.main .footer {
    background-color: #071d2a
}

.main .footer__grid-wrapper {
    padding: 30px 0;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(14ch, 1fr));
    width: 100%;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.main .footer__grid-wrapper__column {
    display: grid;
    grid-gap: .5rem;
    align-content: flex-start
}

.main .footer__grid-wrapper__column p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.main .footer__grid-wrapper__column p svg {
    width: 14px;
    height: 14px
}

.main .footer__grid-wrapper__column ul {
    display: flex;
    flex-direction: column;
    gap: .375rem;
    padding: 0
}

.main .footer__grid-wrapper__column ul li {
    list-style: none;
    color: #b1bad3;
    transition: color .3s;
    font-size: 14px;
    font-weight: 700
}

.main .footer__grid-wrapper__column ul li svg {
    width: 14px;
    height: 14px
}

.main .footer__grid-wrapper__column ul li:hover {
    color: #fff
}

.main .footer__hr {
    width: 100%;
    border-top: 2px solid #213743;
    padding-bottom: 30px
}

.main .footer__methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 30px
}

.main .footer__methods img {
    width: auto;
    height: 2.5rem;
    margin: 0 auto
}

.main .footer__license {
    padding-bottom: 30px
}

.main .footer__license__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px
}

.main .footer__license__wrapper img,
.main .footer__license__wrapper svg {
    height: 60px;
    fill: #fff
}

.main .footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px
}

.main .footer__bottom svg {
    width: 67px;
    height: 34px;
    color: #fff
}

.main .footer__bottom span {
    font-size: 14px;
    color: #b1bad3
}

.main .footer__bottom p {
    text-align: center;
    font-size: 12px;
    color: #b1bad3
}

.main .footer__bottom__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap
}

.main .footer__bottom__wrapper span {
    font-size: 12px
}

.main .footer__bottom__wrapper span:nth-last-child(1) {
    color: #fff
}

.main .footer__aware {
    padding: 10px 0
}

.main .footer__aware__wrapper {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.main .footer__aware__wrapper img {
    width: 32px;
    height: 32px
}

.stake__text {
    padding: 20px 40px;
    color: #fff;
    background-color: #0f212e;
    margin: 20px 0;
    border-radius: 7px
}

.stake__text table {
    margin: 20px 0
}

.stake__text tr {
    border: 1px solid #fff
}

.stake__text td {
    padding: 10px;
    border: 1px solid #fff;
    text-align: center
}