* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    line-height: 1.1;
    background-image: url(../img/bg.svg);
    background-repeat: repeat;
    -webkit-font-smoothing: antialiased;
    background-color: #212132;
    color: #fff;
    padding-top: 50px;
    font-family: Muller, sans-serif
}

ol,
ul {
    list-style: none
}

.container {
    max-width: 1400px;
    margin: 10px auto;
    padding: 10px
}

.header {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%
}

.entry-box {
    justify-self: end
}

.logo-box {
    margin-right: auto
}

table {
    border-collapse: collapse;
    width: 100%
}

h1 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700
}

h2 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px
}

h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px
}

img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #60677d;
    text-align: center;
    text-transform: uppercase
}

p {
    line-height: 1.4 !important;
    font-size: 1.1rem;
    margin-bottom: 12px
}

a {
    color: #fff
}

a:hover {
    color: unset
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(37, 37, 54, .95);
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px
}

header .simple {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.h-logo {
    height: 100%;
    width: 200px
}

.btn-primary,
.btn-secondary {
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    background-color: #fe284a;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    padding: 5px 25px;
    outline: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    transition: .2s;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none
}

.btn-secondary {
    box-shadow: 0 3px 0 0 #336321, 0 4px 4px 0 #000;
    background-color: #69c046;
    font-size: 16px
}

.btn-primary:hover {
    border-color: #fe284a;
    background-color: #fe284a;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4)
}

.main_banner img {
    width: 100%;
    object-fit: cover;
    min-height: 150px;
    margin-top: 100px
}

.beam-categories {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 5px;
    box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, .8)
}

.beam-categories .nav-categories_list {
    display: flex;
    width: inherit;
    flex-wrap: wrap
}

.beam-categories .nav-categories_list>* {
    position: relative;
    width: 50%
}

.nav-categories {
    width: 100%
}

.nav-categories_item.x_slots,
.text_slots {
    color: #17eada
}

.nav-categories_item.x_slots .nav-categories_img {
    background-image: url(../img/icon4.svg);
    width: 42px
}

.nav-categories_item.x_live,
.text_live {
    color: #de593e
}

.nav-categories_item.x_live .nav-categories_img {
    background-image: url(../img/icon1.svg);
    width: 37px
}

.nav-categories_item.x_casino,
.text_casino {
    color: #6ef770
}

.nav-categories_item.x_casino .nav-categories_img {
    background-image: url(../img/icon2.svg);
    width: 34px
}

.nav-categories_item.x_tournament,
.text_tournament {
    color: #e8ce3a
}

.nav-categories_item.x_tournament .nav-categories_img {
    background-image: url(../img/icon3.svg);
    width: 33px
}

.nav-categories_link {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    font-family: Muller, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 2px
}

.nav-categories_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    height: 40px;
    max-height: 40px;
    border-radius: 8px;
    padding-left: 4px
}

.nav-categories_content:hover {
    box-shadow: inset 0 0 0 32px rgba(255, 255, 255, .05)
}

.nav-categories_img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    height: inherit;
    width: 42px
}

.nav-categories_img {
    height: inherit;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.nav-categories_text {
    text-overflow: ellipsis;
    display: inline-block;
    max-height: 100%;
    max-width: 70%;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap
}

.beam-categories_canvas {
    display: none
}

.search_form {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px
}

.search-wrapper {
    position: relative
}

.search {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 20px;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    text-align: left;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative
}

.search_form button {
    position: absolute;
    top: 0;
    right: 10px;
    height: 35px;
    width: 35px;
    background: url(../img/search.svg) 50%/18px no-repeat;
    cursor: pointer;
    border: unset
}

.providers {
    margin: 20px 0
}

.select {
    text-align: center
}

.select label {
    color: #60677d;
    font-size: 14px
}

.select select {
    background: #191929;
    color: #fff;
    border: 1px solid #313047;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px
}

.bg-text {
    box-shadow: 0 0 8px 20px #1a1a30;
    background: #1a1a30
}

.content ul,
.content ol {
    list-style-position: inside
}

.content li {
    list-style-type: disc
}

ul li {
    line-height: 1.3;
    margin-bottom: 10px
}

.ovx-a {
    overflow-x: auto;
    margin: 20px 0
}

table td,
table th {
    border: 1px solid #fff;
    padding: 10px
}

table thead {
    background: #172e43;
    color: #fff
}

.text-center {
    text-align: center
}

.faq__item {
    margin-bottom: 10px
}

.faq__box {
    box-shadow: 6px 5px 4px #181927;
    background: #28293f;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px
}

.faq__answer {
    padding: 20px;
    background: #1a1a30;
    border-radius: 0 0 10px 10px;
    margin-top: 10px
}

details summary {
    cursor: pointer;
    font-weight: 700
}

.footer_payments,
.footer_providers {
    display: flex;
    flex-wrap: wrap
}

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

.footer_providers img {
    height: 100%;
    max-height: 50px;
    width: 100px;
    object-fit: contain
}

.footer_payments li,
.footer_providers li {
    align-items: center;
    background-color: rgba(255, 255, 255, .03);
    border-radius: 5px;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    height: 40px;
    padding: 10px;
    margin: 0 10px 10px 0;
    min-width: 80px;
    width: auto
}

.support {
    margin-bottom: 40px;
    text-align: center
}

.support a {
    display: inline-block;
    margin-right: 30px;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 10px
}

.sub_footer {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between
}

.sub_footer img {
    height: 40px;
    padding: 0 10px
}

.sub_footer p {
    font-size: 12px
}

.left,
.right {
    display: flex;
    align-items: start;
    margin-bottom: 10px
}

@media (min-width:340px) {
    .nav-categories_link {
        font-size: 14px
    }
}

@media (min-width:669px) {
    .beam-categories {
        padding: 5px 0 0;
        box-shadow: none
    }

    .beam-categories .nav-categories {
        margin: 0 auto;
        box-sizing: border-box;
        max-width: 1200px;
        width: 100%;
        padding: 0 15px
    }

    .beam-categories .nav-categories_list {
        flex-wrap: nowrap
    }

    .beam-categories .nav-categories_list>* {
        width: 25%
    }

    .beam-categories .nav-categories_item.x_slots .nav-categories_img {
        width: 52px
    }

    .beam-categories .nav-categories_item.x_live .nav-categories_img {
        width: 40px
    }

    .beam-categories .nav-categories_item.x_casino .nav-categories_img,
    .beam-categories .nav-categories_item.x_tournament .nav-categories_img {
        width: 37px
    }

    .beam-categories .nav-categories_content,
    .beam-categories .nav-categories_link {
        border-radius: 10px 10px 0 0
    }

    .beam-categories .nav-categories_link {
        padding: 0
    }

    .beam-categories .nav-categories_content {
        justify-content: center;
        height: 55px;
        max-height: 55px;
        padding: 0 5px
    }

    .beam-categories .nav-categories_img-wrapper {
        position: relative;
        margin-right: 10px
    }

    .beam-categories .nav-categories_img {
        position: absolute;
        top: 0;
        right: 0
    }
}

@media (min-width:780px) {
    .beam-categories .nav-categories_text {
        overflow: visible
    }
}

@media (min-width:1025px) {
    .beam-categories .nav-categories_item.x_slots .nav-categories_img {
        width: 60px
    }

    .beam-categories .nav-categories_item.x_live .nav-categories_img {
        width: 55px
    }

    .beam-categories .nav-categories_item.x_casino .nav-categories_img,
    .beam-categories .nav-categories_item.x_tournament .nav-categories_img {
        width: 45px
    }

    .beam-categories .nav-categories_link {
        font-size: 16px
    }

    .beam-categories .nav-categories_img-wrapper {
        margin-right: 15px;
        width: 50px
    }
}

@media (max-width:768px) {
    .header {
        flex-wrap: wrap
    }

    .registration-box {
        width: 100%;
        text-align: center;
        margin-top: 20px
    }

    .h-logo {
        max-width: 130px
    }

    .btn-primary {
        font-size: 14px
    }

    .support a {
        margin-right: 0;
        display: block
    }

    .sub_footer {
        flex-direction: column
    }
}