/*!* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
/*!normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css*/
html {
        font-family: sans-serif;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%
}

body {
        margin: 0
}

footer,
header,
section {
        display: block
}

a {
        background-color: transparent
}

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

strong {
        font-weight: 700
}

h1 {
        margin: .67em 0;
        font-size: 2em
}

img {
        border: 0
}

svg:not(:root) {
        overflow: hidden
}

button,
select {
        margin: 0;
        font: inherit;
        color: inherit
}

button {
        overflow: visible
}

button,
select {
        text-transform: none
}

button {
        -webkit-appearance: button;
        cursor: pointer
}

button::-moz-focus-inner {
        padding: 0;
        border: 0
}

table {
        border-spacing: 0;
        border-collapse: collapse
}

td,
th {
        padding: 0
}

/*!Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/
@media print {

        *,
        :after,
        :before {
                color: #000 !important;
                text-shadow: none !important;
                background: 0 0 !important;
                box-shadow: none !important
        }

        a,
        a:visited {
                text-decoration: underline
        }

        a[href]:after {
                content: " (" attr(href) ")"
        }

        a[href^="#"]:after {
                content: ""
        }

        thead {
                display: table-header-group
        }

        img,
        tr {
                page-break-inside: avoid
        }

        img {
                max-width: 100% !important
        }

        h2,
        h3,
        p {
                orphans: 3;
                widows: 3
        }

        h2,
        h3 {
                page-break-after: avoid
        }
}

@font-face {
        font-family: glyphicons halflings;
        src: url(../fonts/glyphicons-halflings-regular.eot);
        src: url(../fonts/glyphicons-halflings-regular.eot) format("embedded-opentype"),
                url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
                url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
                url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
                url(../fonts/glyphicons-halflings-regular.svg) format("svg")
}

.glyphicon {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: glyphicons halflings;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
}

.glyphicon-chevron-left:before {
        content: "\e079"
}

.glyphicon-chevron-right:before {
        content: "\e080"
}

* {
        box-sizing: border-box
}

:after,
:before {
        box-sizing: border-box
}

html {
        font-size: 10px;
        -webkit-tap-highlight-color: transparent
}

body {
        font-family: helvetica neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #333;
        background-color: #fff
}

button,
select {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit
}

a {
        color: #337ab7;
        text-decoration: none
}

a:focus,
a:hover {
        color: #23527c;
        text-decoration: underline
}

a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
}

img {
        vertical-align: middle
}

h1,
h2,
h3 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit
}

h1,
h2,
h3 {
        margin-top: 20px;
        margin-bottom: 10px
}

h1 {
        font-size: 36px
}

h2 {
        font-size: 30px
}

h3 {
        font-size: 24px
}

p {
        margin: 0 0 10px
}

.text-center {
        text-align: center
}

ul {
        margin-top: 0;
        margin-bottom: 10px
}

table {
        background-color: transparent
}

th {
        text-align: left
}

.carousel {
        position: relative
}

.carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden
}

.carousel-inner>.item {
        position: relative;
        display: none;
        transition: .6s ease-in-out left
}

@media all and (transform-3d),
(-webkit-transform-3d) {
        .carousel-inner>.item {
                transition: transform .6s ease-in-out;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                perspective: 1000px
        }

        .carousel-inner>.item.active {
                left: 0;
                transform: translate3d(0, 0, 0)
        }
}

.carousel-inner>.active {
        display: block
}

.carousel-inner>.active {
        left: 0
}

.carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 15%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        filter: alpha(opacity=50);
        opacity: .5
}

.carousel-control.left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x
}

.carousel-control.right {
        right: 0;
        left: auto;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px
}

.carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px
}

.carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px
}

/* .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px
} */

@media screen and (min-width:768px) {

        .carousel-control .glyphicon-chevron-left,
        .carousel-control .glyphicon-chevron-right {
                width: 30px;
                height: 30px;
                margin-top: -15px;
                font-size: 30px
        }

        .carousel-control .glyphicon-chevron-left {
                margin-left: -15px
        }

        .carousel-control .glyphicon-chevron-right {
                margin-right: -15px
        }
}

.clearfix:after,
.clearfix:before {
        display: table;
        content: " "
}

.clearfix:after {
        clear: both
}

@-ms-viewport {
        width: device-width
}

/*!* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/

.carousel {
        position: relative
}

.carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden
}

.carousel-inner>.item {
        position: relative;
        display: none;
        transition: .6s ease-in-out left
}

@media all and (transform-3d),
(-webkit-transform-3d) {
        .carousel-inner>.item {
                transition: transform .6s ease-in-out;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                perspective: 1000px
        }

        .carousel-inner>.item.active {
                left: 0;
                transform: translate3d(0, 0, 0)
        }
}

.carousel-inner>.active {
        display: block
}

.carousel-inner>.active {
        left: 0
}

.carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 15%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        filter: alpha(opacity=50);
        opacity: .5
}

.carousel-control.left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x
}

.carousel-control.right {
        right: 0;
        left: auto;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x
}

.carousel-control:hover,
.carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block
}

.carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px
}

.carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px
}

@media screen and (min-width:768px) {

        .carousel-control .glyphicon-chevron-left,
        .carousel-control .glyphicon-chevron-right {
                width: 30px;
                height: 30px;
                margin-top: -15px;
                font-size: 30px
        }

        .carousel-control .glyphicon-chevron-left {
                margin-left: -15px
        }

        .carousel-control .glyphicon-chevron-right {
                margin-right: -15px
        }
}

/*!*background: #ababab;*!*/
/*!*background: #ababab;*!*/
/*!*background: #f6e599;*!*/
/*!*background: #f6e599;*!*/
/*!*background: #c1c1c1;*!*/
/*!*border: 1px solid #fff;*!*/

@font-face {
        font-family: glyphicons halflings;
        src: url(../fonts/glyphicons-halflings-regular.eot);
        src: url(../fonts/glyphicons-halflings-regular.eot) format("embedded-opentype"),
                url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
                url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
                url(../fonts/glyphicons-halflings-regular.svg) format("svg")
}

.glyphicon {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: glyphicons halflings;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
}

.glyphicon-chevron-left:before {
        content: "\e079"
}

.glyphicon-chevron-right:before {
        content: "\e080"
}

/*!*http://danielstern.ca/range.css/#/*/
.antillephone-wrp {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
}

@media(min-width:960px) {
        .antillephone-wrp {
                -ms-flex-direction: row;
                flex-direction: row
        }
}

#apg-seal-container {
        width: 60px;
        height: 60px
}

.antillephone-copyright {
        font-size: 14px;
        line-height: calc(14px * 1.618);
        color: #aeb4bb;
        text-align: start;
        margin-bottom: 30px
}

@media(min-width:960px) {
        .antillephone-copyright {
                margin-left: 20px;
                margin-bottom: 0
        }
}

th {
        text-align: left
}

@font-face {
        font-family: icosocial;
        src: url(../fonts/icosocial.eot);
        src: url(../fonts/icosocial.eot) format("embedded-opentype"),
                url(../fonts/icosocial.ttf) format("truetype"),
                url(../fonts/icosocial.woff) format("woff"),
                url(../fonts/icosocial.svg) format("svg");
        font-weight: 400;
        font-style: normal
}

.notifications-centre__wrapper {
        height: 100%;
        margin-right: 20px
}

/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/
html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%
}

body {
        margin: 0
}

h1 {
        font-size: 2em;
        margin: .67em 0
}

a {
        background-color: transparent
}

strong {
        font-weight: bolder
}

img {
        border-style: none
}

button,
select {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0
}

button {
        overflow: visible
}

button,
select {
        text-transform: none
}

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

button:-moz-focusring,
[type=button]:-moz-focusring {
        outline: 1px dotted ButtonText
}

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

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

body {
        margin: 0
}

footer,
header,
section {
        display: block
}

html {
        font-size: 10px;
        -webkit-tap-highlight-color: transparent
}

body {
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 1.416;
        color: #333;
        background-color: #fff
}

button,
select {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit
}

h1 {
        font-size: 36px
}

h2 {
        font-size: 30px
}

h3 {
        font-size: 24px
}

h1,
h2,
h3 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit
}

p {
        margin: 0 0 10px
}

a {
        color: #337ab7;
        text-decoration: none
}

a:focus,
a:hover {
        color: #23527c;
        text-decoration: underline
}

a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
}

img {
        vertical-align: middle
}

a {
        background-color: transparent
}

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

strong {
        font-weight: 700
}

h1 {
        margin: .67em 0;
        font-size: 2em
}

img {
        border: 0
}

svg:not(:root) {
        overflow: hidden
}

ul {
        margin-top: 0;
        margin-bottom: 10px
}

button,
select {
        margin: 0;
        font: inherit;
        color: inherit
}

button {
        overflow: visible
}

button,
select {
        text-transform: none
}

button {
        -webkit-appearance: button;
        cursor: pointer
}

button::-moz-focus-inner {
        padding: 0;
        border: 0
}

table {
        border-spacing: 0;
        border-collapse: collapse
}

td,
th {
        padding: 0
}

@media print {

        *,
        :after,
        :before {
                color: #000 !important;
                text-shadow: none !important;
                background: 0 0 !important;
                box-shadow: none !important
        }

        a,
        a:visited {
                text-decoration: underline
        }

        a[href]:after {
                content: " (" attr(href) ")"
        }

        a[href^="#"]:after {
                content: ""
        }

        thead {
                display: table-header-group
        }

        img,
        tr {
                page-break-inside: avoid
        }

        img {
                max-width: 100% !important
        }

        h2,
        h3,
        p {
                orphans: 3;
                widows: 3
        }

        h2,
        h3 {
                page-break-after: avoid
        }
}

@font-face {
        font-family: ilucki;
        src: url(../fonts/ilucki/ilucki.eot);
        src: url(../fonts/ilucki/ilucki.eot) format("embedded-opentype"),
                url(../fonts/ilucki/ilucki.woff) format("woff"),
                url(../fonts/ilucki/ilucki.ttf) format("truetype"),
                url(../fonts/ilucki/ilucki.svg) format("svg");
        font-weight: 400;
        font-style: normal;
        font-display: swap
}

[class^=icon-]:before,
[class*=" icon-"]:before {
        font-family: ilucki !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: never;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
}

[class^=icon-].icon--bold::before,
[class*=" icon-"].icon--bold::before {
        font-weight: 700 !important
}

.icon-arrow-right:before {
        content: "\6a"
}

.icon-bar:before {
        content: "\6d"
}

.icon-caret:before {
        content: "\6e"
}

.icon-close:before {
        content: "\70"
}

.icon-games-crypto-btc:before {
        content: "\5a"
}

.icon-games-new:before {
        content: "\31"
}

.icon-games-hot:before {
        content: "\32"
}

.icon-games-jackpot:before {
        content: "\33"
}

.icon-games-live-casino:before {
        content: "\34"
}

.icon-games-lobby:before {
        content: "\35"
}

.icon-games-table-games:before {
        content: "\38"
}

.icon-profile-user:before {
        content: "\24"
}

.icon-sign-out:before {
        content: "\25"
}

.icon-news:before {
        content: "\28"
}

.icon-winners-top-winners:before {
        content: "\2f"
}

.icon-winners-jackpots:before {
        content: "\3a"
}

.icon-winners-latest-winners:before {
        content: "\3d"
}

.icon-payments:before {
        content: "\e002"
}

.icon-promotions:before {
        content: "\e003"
}

.icon-quest:before {
        content: "\e004"
}

.icon-tournaments:before {
        content: "\e005"
}

.icon-vip:before {
        content: "\e006"
}

.icon-games-bonus-buy:before {
        content: "\e00a"
}

.icon-games-slots:before {
        content: "\37"
}

.icon-games-megaways:before {
        content: "\2c"
}

.icon-play:before {
        content: "\e00d"
}

.icon-games-roulette:before {
        content: "\e00f"
}

.icon-games-video-poker:before {
        content: "\e010"
}

.icon-profile-bonuses:before {
        content: "\e011"
}

.icon-profile-dashboard:before {
        content: "\e012"
}

.icon-profile-documents:before {
        content: "\e013"
}

.icon-profile-history:before {
        content: "\e014"
}

.icon-profile-limits:before {
        content: "\e015"
}

.icon-profile-info:before {
        content: "\e016"
}

*,
::after,
::before {
        box-sizing: border-box
}

html {
        height: 100%;
        width: 100%
}

html {
        overflow-y: scroll
}

::-webkit-scrollbar {
        width: 3px;
        height: 0
}

::-webkit-scrollbar-track {
        background: #1b222b
}

::-webkit-scrollbar-thumb {
        background: #6944d2
}

::-webkit-scrollbar-thumb:hover {
        background: #6944d2
}

body {
        padding: 0;
        margin: 0;
        width: 100%;
        min-height: 100%;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: .015em;
        color: #fff;
        font-family: roboto, sans-serif;
        background-color: #1b222b
}

body.page-home {
        background-image: none
}

.body__main {
        padding: 0;
        overflow: hidden;
        position: relative
}

body.page-home .body__main {
        padding-top: 0
}

.logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%
}

.logo:hover,
.logo:active,
.logo:focus,
.logo:active:hover,
.logo:active:focus {
        text-decoration: none;
        outline: none;
        cursor: pointer
}

.lds-ellipsis {
        width: 64px;
        height: 64px;
        position: relative;
        display: inline-block
}

.lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:nth-child(1) {
        left: 6px;
        animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
        left: 6px;
        animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
        left: 26px;
        animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
        left: 45px;
        animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
        0% {
                transform: scale(0)
        }

        100% {
                transform: scale(1)
        }
}

@keyframes lds-ellipsis3 {
        0% {
                transform: scale(1)
        }

        100% {
                transform: scale(0)
        }
}

@keyframes lds-ellipsis2 {
        0% {
                transform: translate(0, 0)
        }

        100% {
                transform: translate(19px, 0)
        }
}

.inner {
        width: 100%;
        margin: 0 auto;
        padding: 0
}

@media(min-width:768px) {
        .inner {
                max-width: 768px
        }
}

@media(min-width:960px) {
        .inner {
                max-width: 960px
        }
}

@media(min-width:1440px) {
        .inner {
                max-width: 1440px
        }
}

.home .promotions__verify-wrapper {
        max-width: 1464px;
        margin: 0 auto;
        padding: 0 12px;
        position: relative;
        z-index: 1
}

@media(max-width:767px) {
        .home .promotions__verify-wrapper {
                padding: 0 10px
        }
}

.home .promotions__section--bg-verify {
        margin: 38px 0 30px
}

@media(max-width:767px) {
        .home .promotions__section--bg-verify {
                margin: 28px 0 20px
        }
}

body {
        overscroll-behavior-y: none
}

.text-center {
        text-align: center
}

.page-default-title-3 {
        line-height: 1.25;
        font-weight: 800;
        text-transform: uppercase;
        color: #fff;
        margin: 0;
        font-size: calc(28px + 1vw)
}

@media(max-width:768px) {
        .page-default-title-3 {
                font-size: 18px
        }
}

.page-default-title-5 {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        margin: 0
}

@media(max-width:768px) {
        .page-default-title-5 {
                font-size: 16px
        }
}

.page-default-title-6 {
        font-size: 18px;
        line-height: 1.25;
        font-weight: 800;
        text-transform: uppercase;
        color: #fff;
        margin: 0
}

@media(max-width:767px) {
        .page-default-title-6 {
                font-size: 14px
        }
}

.page-default-title-6--fw-thin {
        font-weight: 300
}

.default-paragraph {
        font-size: 14px;
        line-height: 1.7;
        color: rgba(255, 255, 255, .8);
        overflow-wrap: break-word;
        margin: 0;
        font-weight: 600
}

@media(max-width:767px) {
        .default-paragraph {
                font-size: 12px
        }
}

.color-primary {
        color: #f09e1a
}

.font-weight-700 {
        font-weight: 700 !important
}

.line-height-1 {
        line-height: 1 !important
}

.reset-link {
        color: inherit;
        text-decoration: inherit
}

.reset-link:hover,
.reset-link:active,
.reset-link:focus,
.reset-link:active:hover,
.reset-link:active:focus {
        color: inherit;
        text-decoration: inherit
}

.reset-btn {
        margin: 0;
        padding: 0;
        width: auto;
        overflow: visible;
        color: inherit;
        font: inherit;
        text-align: inherit;
        line-height: normal;
        outline: none;
        background: 0 0;
        border: 0;
        border: none;
        cursor: pointer;
        -webkit-font-smoothing: inherit;
        -moz-osx-font-smoothing: inherit;
        -webkit-appearance: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
}

.reset-btn :focus:not(:focus-visible) {
        outline: none
}

.reset-btn :focus:not(:-moz-focusring) {
        outline: none
}

.reset-btn ::-moz-focus-inner {
        border: 0;
        padding: 0
}

.text-shadow-4px-hard {
        text-shadow: 3px 3px 1px rgba(0, 0, 0, .5)
}

@media(min-width:768px) {
        .text-shadow-4px-hard {
                text-shadow: 4px 4px 1px rgba(0, 0, 0, .5)
        }
}

.button {
        border: none;
        outline: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        cursor: pointer;
        min-width: 120px;
        box-shadow: none;
        font-weight: 700;
        font-style: normal;
        position: relative;
        line-height: 1.22em;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-decoration: none;
        letter-spacing: normal;
        vertical-align: middle;
        background-image: none;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: uppercase;
        font-family: roboto, sans-serif;
        transition: color .3s, background-color .3s, opacity .3s
}

.button:hover,
.button:active,
.button:focus,
.button:active:hover,
.button:active:focus {
        outline: none;
        cursor: pointer;
        box-shadow: none;
        text-decoration: none
}

.button--primary-colors,
.button--base,
.button--base-sm,
.button--table,
.button--gradient {
        background-color: #6944d2;
        color: #fff
}

.button--primary-colors:hover,
.button--base:hover,
.button--base-sm:hover,
.button--table:hover,
.button--gradient:hover,
.button--primary-colors:active,
.button--base:active,
.button--base-sm:active,
.button--table:active,
.button--gradient:active,
.button--primary-colors:focus,
.button--base:focus,
.button--base-sm:focus,
.button--table:focus,
.button--gradient:focus,
.button--primary-colors:active:hover,
.button--base:active:hover,
.button--base-sm:active:hover,
.button--table:active:hover,
.button--gradient:active:hover,
.button--primary-colors:active:focus,
.button--base:active:focus,
.button--base-sm:active:focus,
.button--table:active:focus,
.button--gradient:active:focus {
        background-color: #9c86d9;
        color: #fff
}

.button--secondary-sm {
        background-color: rgba(255, 255, 255, .1);
        color: #fff
}

.button--secondary-sm:hover,
.button--secondary-sm:active,
.button--secondary-sm:focus,
.button--secondary-sm:active:hover,
.button--secondary-sm:active:focus {
        background-color: rgba(255, 255, 255, .3);
        color: #fff
}

.button--base,
.button--gradient {
        font-size: 18px;
        min-height: 48px;
        padding: 5px 30px;
        border-radius: 5px
}

.button--base-sm,
.button--table,
.button--secondary-sm {
        font-size: 14px;
        min-height: 40px;
        padding: 5px 20px;
        border-radius: 5px
}

.button--signin,
.button--signup {
        margin: 0 7px
}

.button--play {
        width: 70px;
        height: 70px;
        position: relative;
        color: #fff;
        border-radius: 50%;
        background: rgba(0, 0, 0, .5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: unset
}

.button--play:hover,
.button--play:focus {
        color: #fff
}

.button--play .icon-play {
        font-size: 30px;
        margin-left: 5px
}

.button--with-shadow {
        box-shadow: 0 4px 1px 0 rgba(0, 0, 0, .5);
        transition: box-shadow .3s, color .3s, background-color .3s, opacity .3s
}

.faq-accordion {
        overflow: hidden;
        color: #fff
}

.faq-q {
        font-size: 16px !important;
        line-height: 1.4 !important;
        font-weight: 700;
        margin: 0;
        padding: 16px 56px 16px 16px;
        cursor: pointer;
        position: relative;
        border-radius: 6px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: rgba(255, 255, 255, .1);
        transition: background-color .25s
}

.faq-q:hover {
        background-color: #101a24
}

.faq-q:after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 0;
        width: 56px;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 700;
        color: #fff;
        font-size: 20px
}

.faq-a {
        margin: 0;
        padding: 16px;
        background-color: transparent;
        color: #ddd;
        font-size: 14px;
        line-height: 1.618;
        display: none
}

.faq-a p {
        font-size: 14px !important;
        line-height: 1.618 !important;
        margin: 0 0 10px !important
}

@media(min-width:768px) {
        .faq-a {
                padding: 16px 36px
        }
}

.faq-accordion-item {
        margin-bottom: 16px
}

.faq-accordion .faq-accordion-item:last-child {
        margin-bottom: 0
}

.header {
        top: 0;
        left: 0;
        width: 100%;
        font-size: 0;
        height: 60px;
        z-index: 1001;
        display: -ms-flexbox;
        display: flex;
        line-height: 0;
        position: fixed;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
        letter-spacing: normal;
        -ms-flex-pack: justify;
        justify-content: space-between;
        box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
        background-color: #1b222b;
        transition: background-color .3s ease;
        padding: 0 15px
}

@media(max-width:767px) {
        .header {
                height: 60px;
                padding: 0 10px
        }
}

.header__inner {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -ms-flex-pack: justify;
        justify-content: space-between;
        transition: opacity .3s ease;
        margin-left: auto;
        margin-right: auto
}

@media(min-width:2561px) {
        .header__inner {
                max-width: 2560px
        }
}

body:not(.body--sticky) .header__inner {
        padding: 0
}

.header__item {
        width: auto;
        max-width: 50%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 100%;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        display: -ms-inline-flexbox;
        display: inline-flex
}

@media(min-width:1366px) {
        .header__item {
                width: 100%
        }
}

.header__item--end {
        -ms-flex-pack: end;
        justify-content: flex-end
}

.header__logo {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
}

.header__logo img {
        display: block;
        height: 50px;
        width: auto;
        max-width: 136px
}

.header__menu {
        -ms-flex: 1;
        flex: 1;
        margin: 0;
        display: none;
        overflow: hidden
}

@media(min-width:1366px) {
        .header__menu {
                display: -ms-inline-flexbox;
                display: inline-flex;
                -ms-flex-item-align: stretch;
                align-self: stretch;
                max-height: 100%
        }
}

.header__auth {
        width: auto;
        max-height: 100%;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #1b222b;
        transition: left .3s
}

@media(min-width:768px) and (max-width:1365px) {
        .header__auth {
                padding-right: 28px
        }
}

@media(min-width:768px) {
        .header__auth {
                position: static
        }
}

.header__bar {
        width: 20px;
        height: 100%;
        outline: none;
        color: #fff;
        font-size: 20px;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-decoration: none;
        -ms-flex-pack: center;
        justify-content: center
}

.header__bar:hover,
.header__bar:active,
.header__bar:focus {
        color: #fff;
        text-decoration: none;
        outline: none;
        cursor: pointer
}

@media(min-width:1366px) {
        .header__bar {
                display: none;
                width: 40px
        }
}

@media(max-width:767px) {
        .header {
                z-index: 1001;
                position: fixed;
                top: 0;
                left: 0
        }
}

@-moz-document url-prefix() {
}

.header__button {
        font-size: 16px;
        font-size: calc(10px + 0.2125vw);
        min-width: 8.33vw;
        width: 50%;
        width: 50vw;
        margin: 0 10px;
        margin: 0 .5vw
}

@media(max-width:767px) {
        .header__button {
                margin: 0;
                border-radius: 0;
                min-height: 48px
        }
}

@media(min-width:768px) {
        .header__button {
                width: auto
        }
}

@media(min-width:1920px) {
        .header__button {
                min-width: 160px
        }
}

@media(max-width:767px) {
        .header__button--hide {
                display: none
        }
}

@media(max-width:767px) {
        .header__user-btn {
                display: none
        }
}

.header__center-action-btn {
        position: absolute;
        text-align: center;
        top: 10px;
        padding: 0 5px;
        font-size: 11px;
        width: 25vw;
        min-width: 90px;
        max-width: 130px;
        word-break: break-word
}

@media(min-width:360px) {
        .header__center-action-btn {
                font-size: 12px;
                min-width: 96px
        }
}

@media(min-width:480px) {
        .header__center-action-btn {
                font-size: 13px
        }
}

@media(min-width:768px) {
        .header__center-action-btn {
                display: none
        }
}

.header__center-action-btn--left {
        left: 13%
}

@media(min-width:468px) {
        .header__center-action-btn--left {
                left: 14%
        }
}

.header__center-action-btn--right {
        right: 13%
}

@media(min-width:468px) {
        .header__center-action-btn--right {
                right: 14%
        }
}

.locales-selector {
        z-index: 100;
        width: auto;
        height: auto;
        font-size: 0;
        line-height: 0;
        max-width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        letter-spacing: normal;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #aeb4bb;
        border-radius: 6px;
        padding: 0 5px
}

.locales-selector__button {
        width: 100%;
        height: 52px;
        outline: none;
        margin: 0 auto;
        cursor: pointer;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 700;
        text-align: left;
        min-width: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-radius: 2px;
        position: relative;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        letter-spacing: .02em;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px 42px 10px 20px;
        color: #fff;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
        transition: background-color .3s ease, border-radius .3s ease, color .3s ease;
        background-color: #1b222b;
        border: none
}

.locales-selector__caret {
        margin: 0;
        right: 22px;
        font-size: 12px;
        font-weight: 700;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1em;
        position: absolute;
        -ms-flex-align: center;
        align-items: center;
        top: calc(50% - 6px);
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        transition: transform .3s ease, color .3s ease;
        color: #fff
}

.locales-selector__menu {
        left: 0;
        width: auto;
        height: auto;
        bottom: 100%;
        bottom: auto;
        display: none;
        overflow: auto;
        padding: 0;
        min-width: 192px;
        list-style: none;
        position: absolute;
        margin: 10px 0 0;
        margin-top: 0;
        border-radius: 2px;
        max-height: calc(100vh - 60px);
        background-color: #11181b
}

.locales-selector__menu>li {
        cursor: pointer;
        font-size: 13px;
        overflow: hidden;
        text-align: left;
        line-height: 1.4em;
        padding: 10px 16px;
        white-space: nowrap;
        letter-spacing: .02em;
        text-overflow: ellipsis;
        color: #fff;
        background-color: transparent;
        transition: background-color .3s ease
}

.locales-selector__menu>li:hover,
.locales-selector__menu>li:active,
.locales-selector__menu>li:focus,
.locales-selector__menu>li:active:hover,
.locales-selector__menu>li:active:focus {
        outline: none;
        background-color: #2d3642
}

.footer {
        display: block;
        width: 100%;
        background-color: #11181b
}

@media(max-width:767px) {
        .footer--no-user {
                padding-bottom: 40px
        }
}

.footer__inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px
}

@media(min-width:960px) {
        .footer__inner {
                padding: 0 15px
        }
}

@media(min-width:1440px) {
        .footer__inner {
                max-width: 1440px
        }
}

.footer__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start
}

.footer__block-license {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
}

@media(min-width:960px) {
        .footer__block-license {
                width: 40%;
                margin-right: 50px
        }
}

.footer__block-menu {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        padding: 20px 0
}

@media(min-width:960px) {
        .footer__block-menu {
                padding-top: 94px;
                -ms-flex: 1;
                flex: 1
        }
}

.footer__block-lang-social {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-item-align: stretch;
        align-self: stretch
}

@media(min-width:960px) {
        .footer__block-lang-social {
                width: auto
        }
}

.footer__logo {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: auto;
        max-height: 100%;
        padding: 30px 0
}

.footer__logo a {
        width: auto;
        height: auto;
        text-align: center
}

.footer__logo img {
        display: block;
        width: auto;
        height: 50px
}

.footer__license {
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        line-height: 17px;
        text-align: left;
        letter-spacing: .19px;
        display: block;
        width: 100%
}

@media(min-width:768px) {
        .footer__license {
                font-size: 12px
        }
}

@media(min-width:960px) {
        .footer__license {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-preferred-size: 40%;
                flex-basis: 40%
        }
}

.footer__menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        -ms-flex-pack: start;
        justify-content: flex-start
}

@media(min-width:768px) {
        .footer__menu {
                -ms-flex-pack: start;
                justify-content: flex-start
        }
}

.footer__menu-item {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        margin: 0;
        width: 48%
}

@media(min-width:768px) {
        .footer__menu-item {
                width: 33.33%
        }
}

@media(min-width:960px) {
        .footer__menu-item {
                width: 50%
        }
}

@media(min-width:1440px) {
        .footer__menu-item {
                width: 33.33%
        }
}

.footer__menu-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        min-height: 32px;
        margin: 0;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 8px 16px 8px 0;
        line-height: calc(12px * 1.618);
        font-weight: 700;
        color: #aeb4bb;
        font-size: 12px
}

@media(min-width:768px) {
        .footer__menu-link {
                text-align: left;
                -ms-flex-pack: start;
                justify-content: flex-start
        }
}

@media(min-width:960px) {
        .footer__menu-link {
                text-align: left;
                -ms-flex-pack: start;
                justify-content: flex-start;
                font-size: 14px;
                line-height: calc(14px * 1.618);
                padding: 8px 30px 8px 0
        }
}

.footer__menu-link:hover,
.footer__menu-link:active,
.footer__menu-link:focus {
        color: #9c86d9;
        text-decoration: none;
        outline: none;
        cursor: pointer
}

.footer__payments-and-providers {
        padding: 50px 0 25px;
        border-bottom: 1px solid rgba(174, 180, 187, .2);
        border-top: 1px solid rgba(174, 180, 187, .2);
        text-align: center
}

@media(max-width:768px) {
        .footer__payments-and-providers {
                padding-bottom: 40px
        }
}

.footer__copyright-and-license-wrapper {
        padding: 30px 0
}

@media(min-width:960px) {
        .footer__copyright-and-license-wrapper {
                display: -ms-flexbox;
                display: flex;
                padding: 50px 0
        }
}

.footer__copyright {
        display: block;
        width: 100%;
        height: auto;
        color: rgba(255, 255, 255, .8);
        font-size: 10px;
        font-weight: 400;
        line-height: 17px;
        text-align: justify;
        letter-spacing: .19px;
        text-transform: capitalize;
        background-color: #11181b
}

@media(min-width:768px) {
        .footer__copyright {
                font-size: 11px;
                text-align: center
        }
}

@media(min-width:960px) {
        .footer__copyright {
                margin-right: 50px
        }
}

.footer__copyright external-antillephone {
        display: block;
        float: left;
        width: 60px;
        height: 60px;
        margin-bottom: 20px
}

@media(min-width:960px) {
        .footer__copyright external-antillephone {
                margin-bottom: 0
        }
}

.footer__locales {
        display: none;
        width: 100%;
        text-align: center
}

@media(min-width:768px) {
        .footer__locales {
                padding: 0 10px 20px;
                min-height: 73px;
                height: 40%;
                border-bottom: 1px solid rgba(255, 255, 255, .1)
        }
}

@media(min-width:960px) {
        .footer__locales {
                padding-top: 50px;
                height: 35%
        }
}

@media(min-width:1440px) {
        .footer__locales {
                padding-top: 36px
        }
}

.footer__social {
        display: block;
        width: 100%;
        text-align: center;
        padding: 20px 0
}

@media(min-width:768px) {
        .footer__social {
                min-height: 120px
        }
}

@media(min-width:960px) {
        .footer__social {
                padding-top: 120px;
                padding-top: 102px;
                width: auto
        }
}

.footer-seo__nav {
        list-style: none;
        padding: 0;
        margin: 0 0 10px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 0
}

.footer-seo__tabs {
        font-size: 14px;
        line-height: calc(14px * 1.618);
        color: #aeb4bb
}

.footer-seo__desc {
        margin-bottom: 20px
}

.main-slider {
        width: 100%;
        display: block;
        margin: 60px 0 0;
        overflow: hidden;
        position: relative;
        min-height: 250px
}

.main-slider .slider__slide {
        min-height: 250px
}

.main-slider,
.main-slider .slider__slide {
        height: 250px
}

@media(min-width:768px) {

        .main-slider,
        .main-slider .slider__slide {
                min-height: 300px;
                height: 30.416666666666668vw;
                max-height: 400px
        }
}

@media(max-width:767px) {
        .main-slider {
                margin-top: 60px
        }
}

.slider {
        margin: 0;
        padding: 0;
        position: relative;
        background-color: #1b222b
}

.slider__carousel {
        min-height: inherit;
        width: 100%
}

.slider__carousel .carousel-inner {
        min-height: inherit;
        overflow: visible
}

.slider__slide {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        background-color: #11181b
}

.slider__slide.active {
        display: -ms-flexbox;
        display: flex
}

.slider .carousel-control {
        top: 50%;
        opacity: 1;
        width: 48px;
        height: 72px;
        font-size: 0;
        display: none;
        padding: 16px;
        cursor: pointer;
        box-shadow: none;
        margin: -24px 0 0;
        position: absolute;
        border-radius: 5px;
        -ms-flex-align: center;
        align-items: center;
        pointer-events: auto;
        -ms-flex-pack: center;
        justify-content: center;
        transition: .2s linear;
        background-image: none;
        background-color: rgba(0, 0, 0, .5)
}

.slider .carousel-control .glyphicon {
        display: none
}

.slider .carousel-control:before {
        font-size: 24px;
        transition: color .2s ease;
        color: #fff;
        font-weight: 700
}

.slider .carousel-control:hover {
        background-color: #000
}

.slider .carousel-control:hover:before {
        color: #fff
}

.slider .carousel-control.left {
        left: 0
}

@media(min-width:768px) {
        .slider .carousel-control.left {
                left: 20px
        }
}

@media(min-width:768px) {
        .slider .carousel-control.left {
                left: 35px
        }
}

@media(min-width:1440px) {
        .slider .carousel-control.left {
                left: 40px
        }
}

.slider .carousel-control.left:before {
        content: 'i';
        font-family: ilucki !important
}

.slider .carousel-control.right {
        right: 0
}

@media(min-width:768px) {
        .slider .carousel-control.right {
                right: 20px
        }
}

@media(min-width:768px) {
        .slider .carousel-control.right {
                right: 35px
        }
}

@media(min-width:1440px) {
        .slider .carousel-control.right {
                right: 40px
        }
}

.slider .carousel-control.right:before {
        content: 'j';
        font-family: ilucki !important
}

.slider__banner {
        width: 100%;
        height: 100%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
}

.slider__banner-content {
        text-align: center;
        max-width: 700px;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
}

.slider__banner-bonus {
        font-weight: 700
}

.slider__banner-text_md {
        font-size: 3.33333333333vw;
        line-height: 2.63888888889vw;
        letter-spacing: 1px;
        margin: 0
}

.slider__banner-text_xl {
        font-size: 7.333333333333334vw;
        line-height: 5.944444444444445vw;
        letter-spacing: 1.2px
}

.slider__banner-btn-box .button {
        width: 240px;
        min-height: 48px;
        margin-top: 25px
}

@media(min-width:1441px) {

        .slider__banner-text_md {
                font-size: 48px;
                line-height: 38px
        }

        .slider__banner-text_xl {
                font-size: 120px;
                line-height: 100px
        }
}

@media(max-width:768px) {

        .slider__banner-text_md {
                font-size: 30px;
                line-height: 30px;
                letter-spacing: .79px
        }

        .slider__banner-text_xl {
                font-size: 50px;
                line-height: 50px;
                letter-spacing: .8px;
                margin: 0
        }

        .slider__banner-btn-box .button {
                width: 200px;
                min-height: 48px;
                margin-top: 20px
        }

        .slider .carousel-control.left,
        .slider .carousel-control.right {
                display: none
        }
}

.slider__banner-inner {
        max-width: 1440px;
        margin: 0 auto;
        height: 100%;
        position: relative;
        z-index: 1
}

@media(max-width:1200px) {
        .slider__banner-inner {
                display: -ms-flexbox;
                display: flex;
                padding-left: 13%
        }
}

.device-mobile .slider__banner {
        position: relative
}

.device-mobile .slider__banner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%)
}

.device-mobile .slider__banner-inner {
        padding-left: 0;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 50px
}

.device-mobile .slider__banner-content {
        -ms-flex-pack: end;
        justify-content: flex-end
}

.notifications-centre__wrapper {
        height: 100%;
        margin-right: 20px
}

.home .cms__grid-cards {
        max-width: 1464px;
        margin: 0 auto;
        padding: 0 12px;
        position: relative;
        z-index: 1;
        display: block
}

@media(max-width:767px) {
        .home .cms__grid-cards {
                padding: 0 10px
        }
}

.home .cms__grid-cards .cms__grid-cards__row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        max-width: 100%
}

.home .cms__grid-cards .cms__grid-cards__column {
        width: unset;
        -ms-flex: 1;
        flex: 1;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 25%;
        min-width: 334px
}

.home .cms__grid-cards .cms__grid-cards__column:first-child {
        min-width: 322px;
        padding-left: 0
}

.home .cms__grid-cards .cms__grid-cards__column:last-child {
        min-width: 322px;
        padding-right: 0
}

@media(max-width:767px) {
        .home .cms__grid-cards .cms__grid-cards__column {
                padding: 0 5px;
                min-width: 320px
        }

        .home .cms__grid-cards .cms__grid-cards__column:first-child {
                min-width: 315px;
                padding-left: 0
        }

        .home .cms__grid-cards .cms__grid-cards__column:last-child {
                min-width: 315px;
                padding-right: 0
        }
}

.home .cms__grid-cards .cms__card-news {
        width: 100%;
        min-width: 310px;
        max-width: unset;
        margin: 0 auto
}

@media(max-width:767px) {
        .home .cms__grid-cards .games-grid__title {
                margin-left: -5px
        }
}

.top-menu {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 89%;
        height: auto;
        overflow: hidden;
        position: relative
}

.top-menu__inner {
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        padding: 0 0 0 10px;
        position: relative
}

.top-menu ul {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        list-style: none
}

.top-menu ul li {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        height: 100%;
        padding: 0;
        margin: 0
}

.top-menu__item {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        width: auto;
        height: auto;
        padding: .625vw;
        margin: 0;
        text-decoration: none;
        cursor: pointer;
        color: #aeb4bb;
        font-size: calc(9px + 0.1vw);
        font-weight: 700;
        line-height: 1.2;
        box-shadow: none;
        background-color: transparent;
        transition: color .3s, border-bottom-color .3s;
        text-transform: uppercase;
        font-family: roboto, sans-serif;
        border-bottom: 2px solid transparent
}

.top-menu__item:hover,
.top-menu__item:active:hover,
.top-menu__item:active:focus,
.top-menu__item:active,
.top-menu__item:focus {
        text-decoration: none;
        outline: none;
        cursor: pointer;
        color: #fff;
        border-bottom-color: #9c86d9
}

.top-menu__item:hover .top-menu__item-icon,
.top-menu__item:hover .top-menu__item-icon svg {
        opacity: 1
}

.top-menu__item-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.top-menu .top-menu__item-icon {
        font-size: 18px;
        margin-right: 5px
}

.top-menu .top-menu__item-icon svg {
        width: 20px;
        height: 20px;
        fill: #fff;
        opacity: .7;
        transition: opacity .2s
}

.top-menu--mobile {
        max-width: 100%
}

.top-menu--mobile .top-menu__inner {
        padding: 0
}

.top-menu--mobile ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        white-space: normal;
        padding: 0;
        margin: 0;
        max-width: 100%
}

.top-menu--mobile ul li {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        max-width: 100%
}

.top-menu--mobile ul li:last-child {
        margin: 0
}

.top-menu--mobile ul li a {
        position: relative;
        padding: 15px 20px;
        display: block;
        white-space: normal;
        min-height: auto;
        color: #aeb4bb;
        font-size: 16px;
        line-height: 1;
        font-weight: 600;
        width: 100%;
        max-width: 100%;
        text-align: left;
        word-wrap: break-word;
        border: none;
        background-color: transparent !important;
        border-left: 2px solid transparent;
        transition: color .3s, border-left-color .3s
}

.top-menu--mobile ul li a:hover {
        color: #fff;
        border-left-color: #9c86d9
}

.top-menu--mobile .top-menu__item-icon {
        margin-right: 10px
}

.menu-mobile {
        display: block;
        width: calc(100% - 50px);
        max-width: 400px;
        height: auto;
        overflow: visible;
        margin: 0;
        background-color: #11181b;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1010;
        -ms-transform: translate(calc(-100% - 50px), 0);
        transform: translate(calc(-100% - 50px), 0);
        transition: transform .25s
}

.menu-mobile__container {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        padding: 0 10px;
        margin: 0;
        overflow: scroll;
        overflow-x: hidden
}

.menu-mobile__container:before,
.menu-mobile__container:after {
        content: '';
        display: block;
        height: 20px
}

.menu-mobile__top-menu {
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-top: 1px solid rgba(174, 180, 187, .2);
        border-bottom: 1px solid rgba(174, 180, 187, .2);
        padding: 16px 0;
        margin: 0 0 12px
}

.menu-mobile__logo {
        margin-top: -20px;
        height: 66px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
}

.menu-mobile__logo-img {
        display: block;
        height: 50px;
        width: auto
}

.menu-mobile__close-icon-wrapper {
        position: absolute;
        z-index: 1;
        top: 0;
        right: -50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        width: 50px;
        height: 60px;
        background-color: inherit;
        visibility: hidden;
        opacity: 0;
        transition: opacity .2s, visibility .2s
}

.menu-mobile__close-icon {
        font-size: 20px;
        color: #fff
}

.menu-mobile .user__block ul {
        max-height: none
}

.menu-mobile-backdrop {
        background-color: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1005;
        visibility: hidden;
        opacity: 0;
        transition: opacity .25s
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
        .menu-mobile {
                width: 85%;
                -ms-transform: translate(-115%, 0);
                transform: translate(-115%, 0)
        }
}

.auth {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        width: auto;
        max-width: 100%
}

.auth__level-anon,
.auth__level-user {
        padding: 0;
        margin: 0;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        width: auto;
        max-width: 100%
}

@media(max-width:767px) {
        .auth__level-anon {
                display: none
        }
}

.auth__balance {
        display: none
}

@media(min-width:960px) {
        .auth__balance {
                display: -ms-inline-flexbox;
                display: inline-flex;
                width: auto;
                -ms-flex-item-align: stretch;
                align-self: stretch;
                max-height: 100%
        }
}

.auth__balance .balance-selector {
        height: 100%
}

.auth__game-modal-selector {
        display: none
}

.auth__user {
        padding: 0;
        margin: 0;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        max-width: 100%;
        -ms-flex-item-align: stretch;
        align-self: stretch
}

@media(max-width:767px) {
        .auth__user {
                display: none
        }
}

@supports(-webkit-marquee-repetition:infinite) and (object-fit:fill) {
        @media screen and (max-width:767px) {
                .auth {
                        height: auto
                }
        }
}

.auth-mobile__level-user,
.auth-mobile__level-anon {
        text-align: center
}

.auth-mobile__balance {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 10px
}

.auth-mobile .auth-mobile__balance-currency {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        min-height: auto;
        border-radius: 2px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1;
        letter-spacing: .17px
}

.auth-mobile__deposit,
.auth-mobile__login,
.auth-mobile__sign {
        width: 100%;
        min-height: 40px !important;
        font-size: 15px !important;
        margin: 0 0 10px
}

.auth-mobile__login {
        margin: 0 0 30px
}

.auth-mobile__level-anon .balance-selector {
        margin: 10px 0
}

.auth-mobile__level-anon .currency-selector-desktop {
        display: none
}

.balance-selector {
        position: relative;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding: 0;
        font-size: 0;
        font-weight: 400;
        line-height: 0;
        text-transform: none;
        letter-spacing: normal
}

.balance-selector__button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
        padding: 0 15px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: none;
        letter-spacing: normal;
        white-space: nowrap;
        height: 100%;
        transition: color .3s ease
}

.balance-selector__button:hover {
        color: #9c86d9
}

.balance-selector__button:hover .balance-selector__caret {
        color: #9c86d9
}

.balance-selector__caret {
        display: inline-block;
        margin: 0 0 0 6px;
        color: #fff;
        font-size: 12px;
        transition: transform .3s ease, color .3s ease;
        font-weight: 800
}

.balance-selector__currency {
        font-weight: 800
}

.balance-selector__menu {
        display: none;
        position: absolute;
        top: 100%;
        margin: 0;
        right: 50%;
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        box-shadow: none;
        border-radius: 2px 2px 0 0;
        background-color: #11181b;
        width: auto;
        overflow: auto;
        max-height: calc(100vh - 100px);
        z-index: 999
}

.balance-selector__menu ul {
        display: block;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0
}

.balance-selector__menu ul li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(199, 199, 199, .2)
}

.balance-selector__menu ul li:last-child {
        border-bottom: 0
}

.balance-selector__menu ul li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: auto;
        min-height: 46px;
        padding: 5px 24px;
        margin: 0;
        text-decoration: none;
        background-color: transparent;
        transition: color .3s ease;
        cursor: pointer;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: .14px
}

.balance-selector__menu ul li a:hover,
.balance-selector__menu ul li a:active,
.balance-selector__menu ul li a:focus,
.balance-selector__menu ul li a:active:hover,
.balance-selector__menu ul li a:active:focus {
        text-decoration: none;
        outline: none;
        cursor: pointer;
        background-color: transparent;
        color: #9c86d9
}

.user {
        width: 100%;
        height: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 5px
}

.user:hover.user--mobile .user__block {
        display: none
}

.user__button {
        width: auto;
        height: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        cursor: pointer;
        padding: 0 10px;
        font-size: 14px;
        font-weight: 800;
        line-height: 18px;
        text-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        transition: color .3s ease;
        background-color: transparent;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #fff
}

.user__button:hover.header__user-btn {
        color: #9c86d9
}

.user__button:hover.header__user-btn .icon-caret {
        color: #9c86d9
}

.user__button .icon-caret {
        opacity: 1;
        font-size: 12px;
        font-weight: 700;
        margin: 0 0 0 6px;
        display: inline-block;
        color: #fff;
        transition: transform .3s ease, color .3s ease
}

.user__name {
        display: none
}

@media(min-width:1100px) {
        .user__name {
                margin-left: 10px;
                display: inline-block
        }
}

.user__nickname span {
        width: auto;
        min-width: auto;
        max-width: 100px;
        overflow: hidden;
        text-align: left;
        white-space: nowrap;
        vertical-align: top;
        display: inline-block;
        text-overflow: ellipsis
}

@media(max-width:767px) {
        .user__caret {
                display: none !important
        }
}

.user__block {
        display: none;
        top: 100%;
        right: 0;
        margin: 0;
        min-width: 180px;
        box-shadow: none;
        overflow: hidden;
        position: absolute;
        border-radius: 0 0 16px 16px;
        background-color: #11181b
}

@media(max-width:419px) {
        .header__auth .user__block {
                right: auto;
                left: -40px
        }
}

.user__block ul {
        margin: 0;
        width: 100%;
        overflow: auto;
        display: block;
        list-style: none;
        padding: 0 0 15px;
        max-height: calc(100vh - 60px)
}

.user__block ul li {
        margin: 0;
        width: 100%;
        padding: 0;
        display: block
}

@media(max-width:959px) {
        .user__block ul .user__vip {
                display: none
        }
}

.user__link {
        margin: 0;
        width: 100%;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        font-size: 13px;
        font-weight: 600;
        line-height: 1em;
        min-height: 46px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 5px 24px;
        white-space: nowrap;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        transition: color .3s ease;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: transparent;
        color: #fff
}

.user__link:hover,
.user__link:active,
.user__link:focus,
.user__link:active:hover,
.user__link:active:focus {
        outline: none;
        cursor: pointer;
        text-decoration: none;
        background-color: transparent;
        color: #9c86d9
}

.user__link i {
        font-size: 16px;
        margin-right: 8px
}

.user__icon {
        font-size: 25px;
        font-weight: 400;
        fill: #fff;
        transition: fill .3s
}

.user--mobile .user__button {
        width: 100%;
        position: relative;
        background-color: rgba(255, 255, 255, .1);
        transition: background-color .3s ease;
        padding: 0;
        min-height: 40px;
        border-radius: 5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px
}

@media(min-width:768px) {
        .user--mobile .user__button:hover {
                background-color: rgba(255, 255, 255, .3)
        }
}

.user--mobile .user__button:hover .user__caret {
        color: #fff
}

.user--mobile .user__icon {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
        -ms-flex: none;
        flex: none;
        font-size: 20px
}

.user--mobile .user__name {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 106px;
        min-width: auto;
        margin: 0 8px;
        padding: 0;
        text-align: left;
        overflow: hidden
}

.user--mobile .user__name span {
        max-width: 100%
}

.user--mobile .user__caret {
        position: static;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        transition: color .3s ease, transform .3s ease;
        fill: #fff;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
}

.user--mobile .user__link {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 15px 0;
        min-height: auto;
        text-align: left;
        color: #fff;
        background-color: transparent !important
}

.user--mobile .user__link:hover {
        color: #9c86d9
}

@supports(--css:variables) {
}

.filter__main-collections-item label input[type=checkbox]:not(:checked):disabled,
.filter__main-collections-item label input[type=checkbox]:not(:checked):disabled+div,
.filter__main-collections-item label input[type=checkbox]:not(:checked):disabled+div:hover {
        cursor: initial
}

.filter__main-collections-item label input[type=checkbox]:not(:checked):disabled .filter__main-collections-icon,
.filter__main-collections-item label input[type=checkbox]:not(:checked):disabled+div .filter__main-collections-icon,
.filter__main-collections-item label input[type=checkbox]:not(:checked):disabled+div:hover .filter__main-collections-icon {
        opacity: .1;
        cursor: initial
}

.filter__main-collections-item label input[type=checkbox]:not(:checked):disabled .filter__main-collections-text,
.filter__main-collections-item label input[type=checkbox]:not(:checked):disabled+div .filter__main-collections-text,
.filter__main-collections-item label input[type=checkbox]:not(:checked):disabled+div:hover .filter__main-collections-text {
        color: #444;
        cursor: initial
}

.filter__radio-item input[type=checkbox]:not(:checked):disabled,
.filter__radio-item input[type=checkbox]:not(:checked):disabled+span,
.filter__radio-item input[type=checkbox]:not(:checked):disabled+span:hover {
        cursor: initial;
        color: #444 !important;
        border-color: #444 !important
}

.filter__radio-item input[type=checkbox]:not(:checked):disabled:before,
.filter__radio-item input[type=checkbox]:not(:checked):disabled+span:before,
.filter__radio-item input[type=checkbox]:not(:checked):disabled+span:hover:before {
        border-color: #444 !important
}

.filter__checkbox-item label input[type=checkbox]:not(:checked):disabled,
.filter__checkbox-item label input[type=checkbox]:not(:checked):disabled+span,
.filter__checkbox-item label input[type=checkbox]:not(:checked):disabled+span:hover {
        cursor: initial;
        color: #444 !important;
        border-color: #444 !important
}

.filter__checkbox-item label input[type=checkbox]:not(:checked):disabled .name__checkbox-item,
.filter__checkbox-item label input[type=checkbox]:not(:checked):disabled+span .name__checkbox-item,
.filter__checkbox-item label input[type=checkbox]:not(:checked):disabled+span:hover .name__checkbox-item {
        cursor: initial;
        color: #444 !important;
        border-color: #444 !important
}

.winners-bg-wrapper {
        background-size: cover;
        padding: 30px 15px
}

.winners-bg-wrapper.desktop {
        position: relative
}

.winners-bg-wrapper.desktop:before,
.winners-bg-wrapper.desktop:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40%
}

.winners-bg-wrapper.desktop:before {
        right: 60%;
        background-size: cover
}

.winners-bg-wrapper.desktop:after {
        left: 60%;
        background-size: cover
}

.winners {
        overflow: hidden;
        position: relative;
        z-index: 2
}

@media(min-width:960px) {
        .winners {
                max-width: 100%;
                padding: 0 12px
        }
}

@media(min-width:1440px) {
        .winners {
                max-width: 1440px
        }
}

.winners__head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
}

.winners__jackpot-caption {
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        text-shadow: 9px 8px 1px rgba(0, 0, 0, .5);
        margin: 15px 0
}

@media(max-width:767px) {
        .winners__jackpot-caption {
                font-size: 20px;
                line-height: 20px
        }
}

.winners__jackpot-amount {
        font-size: 60px;
        line-height: 60px;
        color: #ffc547;
        font-weight: 600;
        text-shadow: 6px 6px 1px rgba(0, 0, 0, .5);
        margin-bottom: 30px;
        text-align: center
}

@media(max-width:767px) {
        .winners__jackpot-amount {
                font-size: 40px;
                line-height: 40px;
                margin-bottom: 20px
        }
}

.winners__select-wrapper {
        position: relative;
        z-index: 5
}

.winners__select-wrapper::after {
        content: '';
        position: absolute;
        width: calc(100% - 30px);
        left: 50%;
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        bottom: 0;
        height: 1px;
        opacity: .2;
        background-color: #aeb4bb
}

@media(min-width:400px) {
        .winners__select-wrapper::after {
                width: calc(100% - 60px)
        }
}

.winners__icon {
        font-size: 24px;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 15px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #f09e1a
}

@media(min-width:400px) {
        .winners__icon {
                left: 30px;
                margin-top: -2px
        }
}

@media(min-width:960px) {
        .winners__icon {
                font-size: 24px;
                width: 24px;
                height: auto;
                position: initial;
                -ms-transform: none;
                transform: none;
                margin-right: 10px;
                margin-top: 0
        }
}

@media(min-width:1440px) {
        .winners__icon {
                font-size: 32px;
                width: 32px;
                margin-right: 16px
        }
}

.winners__article {
        overflow: scroll;
        border-radius: 10px;
        max-width: 400px;
        margin: 0 auto;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -ms-flexbox;
        display: flex
}

@media(min-width:960px) {
        .winners__article {
                -ms-flex-direction: row;
                flex-direction: row;
                max-width: none
        }
}

.winners__article--desktop {
        -ms-flex: 1;
        flex: 1;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: transparent;
        max-width: unset;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.winners__select {
        -webkit-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        width: 100%;
        background-image: url(/files/winners/arrow-down-sign-to-navigate.svg);
        background-color: rgba(45, 54, 66, .9);
        background-size: 1em;
        background-position: right 15px center;
        background-repeat: no-repeat;
        font-weight: 700;
        font-size: 15px;
        line-height: 21px;
        padding: 16px 40px 16px 50px;
        border-radius: 0
}

@media(min-width:360px) {
        .winners__select {
                font-size: 17px
        }
}

@media(min-width:400px) {
        .winners__select {
                font-size: 18px;
                line-height: 24px;
                background-position: calc(100% - 30px) center;
                padding: 16px 64px
        }
}

.winners__option {
        position: relative
}

.winners__section {
        background-color: rgba(45, 54, 66, .9);
        margin: 10px;
        border-radius: 10px
}

@media(min-width:960px) {
        .winners__section {
                -ms-flex: 1;
                flex: 1;
                min-width: 290px;
                max-width: 404px;
                margin: 15px
        }
}

.winners__title {
        font-weight: 700;
        padding: 15px 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
}

@media(min-width:960px) {
        .winners__title {
                -ms-flex-pack: start;
                justify-content: flex-start
        }
}

.winners__title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        background-color: #aeb4bb;
        opacity: .2;
        height: 1px;
        width: calc(100% - 60px)
}

.winners__text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
        display: inline-block;
        vertical-align: middle
}

@media(min-width:1440px) {
        .winners__text {
                font-size: 18px;
                letter-spacing: normal
        }
}

.winners__list {
        list-style: none;
        margin: 10px;
        padding: 10px;
        max-height: 350px;
        overflow-y: scroll
}

@media(min-width:400px) {
        .winners__list {
                padding: 30px
        }
}

@media(min-width:960px) {
        .winners__list {
                max-height: 380px;
                overflow-y: scroll;
                margin: 30px;
                padding: 0
        }

        .winners__list::-webkit-scrollbar-track {
                background: rgba(45, 54, 66, .75)
        }
}

@media(min-width:1440px) {
        .winners__list {
                max-height: 400px
        }
}

.winners__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 58px;
        margin-bottom: 20px
}

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

@media(min-width:1440px) {
        .winners__item {
                min-height: 64px
        }
}

.winners__link {
        margin-right: 15px;
        color: #337ab7;
        height: 56px;
        width: 104px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        border-radius: 5px
}

.winners__img {
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        border-radius: 5px;
        transition: .3s ease
}

.winners__info {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: calc(12px * 1.618);
        margin-right: 5px;
        font-weight: 500;
        color: #aeb4bb
}

.winners__name {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
        color: #fff
}

@media(min-width:1440px) {
        .winners__name {
                font-size: 14px;
                line-height: 17px
        }
}

.winners__summ {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff
}

@media(min-width:1440px) {
        .winners__summ {
                font-size: 18px
        }
}

.winners__game-title {
        font-weight: 700;
        font-size: 14px;
        line-height: calc(14px * 1.618);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #4890d4
}

.winners__game-title:hover,
.winners__game-title:focus,
.winners__game-title:active {
        color: #4890d4;
        text-decoration: underline
}

@media(min-width:1440px) {
        .winners__game-title {
                font-size: 14px;
                line-height: 17px
        }
}

.winners__overlay {
        opacity: 0;
        border-radius: 5px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .6);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        transition: .3s ease;
        cursor: pointer
}

.winners__overlay .button--play {
        height: 36px;
        width: 36px
}

.winners__overlay .icon-play {
        font-size: 16px;
        margin: 3px 0 0 3px
}

.seo-text-wrapper {
        max-width: 1100px;
        padding: 15px;
        margin: 0 auto
}

.seo-text-wrapper .seo-text {
        color: #aeb4bb
}

.seo-text-wrapper .seo-text h3 {
        font-size: 18.72px;
        line-height: calc(18.72px * 1.618)
}

.seo-text-wrapper .seo-text ul li,
.seo-text-wrapper .seo-text p {
        font-size: 14px;
        line-height: calc(14px * 1.618);
        margin: 5px 0
}

.games__wrapper {
        background-color: #1b222b
}

.games-filter {
        margin-bottom: 10px;
        position: relative;
        z-index: 100
}

.games-filter__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        max-width: 1464px;
        padding: 0 12px;
        margin: 0 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

@media(max-width:768px) {
        .games-filter__inner {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                padding: 0 10px
        }
}

.games-filter__collections {
        margin: 10px 0 0;
        -ms-flex: 1;
        flex: 1;
        width: calc(100% - 350px)
}

@media(max-width:1260px) {
        .games-filter__collections {
                width: 100%
        }
}

.games-filter__collections-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        list-style: none;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        line-height: calc(12px * 1.618);
        overflow-x: auto;
        overflow-y: hidden
}

@media(max-width:768px) {
        .games-filter__collections-list {
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%
        }
}

.collections-list__link {
        text-decoration: none;
        color: #aeb4bb;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 100%;
        padding: 0 10px;
        white-space: nowrap;
        line-height: 48px
}

.collections-list__link span,
.collections-list__link i {
        transition: color .15s ease;
}

.collections-list__link:hover,
.collections-list__link:focus {
        text-decoration: none;
        outline: 0;
}

.device-mobile .collections-list__link:hover,
.device-mobile .collections-list__link:focus {
        color: inherit;
}

@media(max-width:1400px) {
        .collections-list__link {
                padding: 0 6px;
        }
}

@media(max-width:768px) {
        .collections-list__link {
                padding: 0 10px;
        }
}

.collections-list__item {
        height: 48px;
        position: relative;
}

.collections-list__item:last-child {
        margin-right: 0;
}

.collections-list__item:before,
.collections-list__item:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        height: 2px;
        background-color: #9c86d9;
        transition: left .15s ease, right .15s ease;
        will-change: left, right;
        left: 50%;
        right: 50%
}

.collections-list__item_active:before {
        left: 0
}

.collections-list__item_active:after {
        right: 0
}

.collections-list__item_active .collections-list__link {
        color: #9c86d9
}

.collections-list__item_active .collections-list__link span {
        color: #fff
}

.collections-list__icon {
        font-size: 24px;
        vertical-align: middle;
        margin-right: 8px
}

.collections-list__icon:before {
        display: inline-block;
        vertical-align: middle;
        margin-top: -7px
}

@media(max-width:1400px) {
        .collections-list__icon {
                margin-right: 5px
        }
}

.games-filter__providers {
        margin: 10px 0 0 auto;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: end;
        justify-content: flex-end
}

@media(max-width:1260px) {
        .games-filter__providers {
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%
        }
}

.providers-selector__menu {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-flow: column;
        display: none;
        list-style: none;
        margin: 0;
        padding: 20px 10px 0;
        position: absolute;
        z-index: 1000;
        top: 100%;
        left: 12px;
        right: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #11181b;
        border-radius: 0 0 5px 5px
}

.providers-selector__menu-item {
        margin-bottom: 15px
}

.providers-selector__provider {
        display: block;
        max-width: 210px;
        line-height: 40px;
        vertical-align: top;
        font-weight: 700;
        font-size: 13px;
        color: #aeb4bb;
        text-decoration: none;
        cursor: pointer;
        transition: color .15s ease;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

.providers-selector__provider:hover,
.providers-selector__provider:focus {
        color: #fff;
        text-decoration: none
}

.providers-selector__provider-img {
        max-width: 30px;
        max-height: 30px;
        margin-right: 10px;
        border: 1px solid transparent
}

.games-grid {
        max-width: 1464px;
        margin: 0 auto;
        padding: 0 12px;
        position: relative;
        z-index: 1
}

@media(max-width:767px) {
        .games-grid {
                padding: 0 5px
        }
}

.games-grid__title {
        height: 40px;
        font-size: 24px;
        margin-bottom: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

@media(max-width:767px) {
        .games-grid__title {
                font-size: 18px
        }
}

.games-grid__title-inner {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center
}

.games-grid__title-inner h2 {
        font-size: 24px;
        margin: 0
}

@media(max-width:767px) {

        .games-grid__title-inner h2 {
                font-size: 18px
        }
}

.games-grid__title-icon {
        font-size: 32px;
        margin-right: 16px;
        width: 40px;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-inline-flexbox;
        display: inline-flex
}

.games-grid__title-icon.icon-games-hot {
        color: #d2274f
}

@media(max-width:767px) {
        .games-grid__title-icon {
                font-size: 24px;
                margin-right: 5px
        }
}

.games-catalog {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -12px
}

@media(max-width:767px) {
        .games-catalog {
                margin: 0
        }
}

.games-catalog__item {
        width: 20%;
        overflow: hidden;
        padding: 0 12px;
        margin-bottom: 15px
}

@media(max-width:1280px) {
        .games-catalog__item {
                width: 25%
        }
}

@media(max-width:1024px) {
        .games-catalog__item {
                width: 33.333333%
        }
}

@media(max-width:767px) {
        .games-catalog__item {
                width: 50%;
                padding: 0 5px;
                margin-bottom: 10px
        }
}

.game-v2__inner {
        display: block;
        position: relative;
        overflow: hidden;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding-bottom: 53.70919881305638%
}

.game-v2__inner:hover {
        text-decoration: none
}

.game-v2__inner:hover .game-v2__overlay,
.game-v2__inner:hover .game-v2__provider-icon {
        opacity: 1;
        visibility: visible
}

.game-v2__inner:hover .game-v2__image {
        -ms-transform: scale(1.07);
        transform: scale(1.07)
}

.device-mobile .game-v2__inner:hover .game-v2__image {
        -ms-transform: none;
        transform: none
}

.game-v2__inner:hover+.game-v2__info {
        background-color: #60656b
}

.game-v2__overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        transition: opacity .3s ease;
        opacity: 0;
        background: rgba(0, 0, 0, .6);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 7% 0;
        visibility: hidden;
        cursor: pointer;
        will-change: visibility, opacity
}

@media(max-width:767px) {
        .game-v2__overlay {
                padding: 5% 0
        }
}

.device-mobile .game-v2__overlay {
        display: none
}

.game-v2__img-loader {
        background-color: transparent;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
}

.game-v2__image {
        display: block;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        transition: transform .3s ease;
        -ms-transform: scale(1);
        transform: scale(1);
        will-change: transform;
        background-color: rgba(0, 0, 0, .5);
        z-index: -1
}

.game-v2__image:not([src="/files/blank/blank-transparent.png"])+.game-v2__img-loader {
        display: none
}

.game-v2__info {
        background-color: #333942;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 10px 5px;
        transition: background-color .15s ease
}

.game-v2__title {
        font-weight: 500;
        font-size: 16px !important;
        line-height: 18px !important;
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        letter-spacing: 0;
        text-align: center
}

@media(max-width:767px) {
        .game-v2__title {
                font-size: 12px;
                line-height: calc(12px * 1.618)
        }
}

.game-v2__provider-icon {
        position: absolute;
        display: block;
        top: 5px;
        right: 5px;
        z-index: 1;
        background-color: #000;
        width: 30px;
        height: 30px;
        padding: 5px;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .15s;
        will-change: visibility, opacity
}

.device-mobile .game-v2__provider-icon {
        opacity: 1;
        visibility: visible
}

.game-v2__play {
        transition: filter .15s ease;
        margin: auto
}

.game-v2__badges {
        position: absolute;
        top: 6px;
        left: 6px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
}

.game-v2__badge {
        display: inline-block;
        border-radius: 4px;
        padding: 2px 6px;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        margin-top: 6px;
        line-height: 1
}

.game-v2__badge:first-child {
        margin-top: 0
}

@media(max-width:767px) {
        .game-v2__badge {
                font-size: 12px;
                padding: 4px
        }
}

.game-v2__badge_hot {
        background: #d2274f
}

.game-v2__badge_popular {
        background: #239e2e
}

.game-v2__badge_new {
        background: #6944d2
}

.providers-selector {
        background-color: #11181b;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px;
        border-radius: 10px;
        width: 100%
}

.providers-filter-wrapper {
        margin: 0 10px;
        padding: 0 10px;
        border-radius: 5px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        position: relative;
        overflow: auto
}

.providers-filter-wrapper {
        display: none
}

@media(min-width:769px) {
        .providers-filter-wrapper {
                display: block
        }
}

.providers-filter {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style: none;
        width: 100%;
        margin: 0;
        overflow: auto;
        padding: 10px 5px
}

.providers-filter__item {
        display: -ms-flexbox;
        display: flex
}

.providers-filter__link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #aeb4bb;
        text-decoration: none;
        transition: color .2s;
        font-size: 12px;
        padding: 0 10px
}

.providers-filter__link:hover,
.providers-filter__link:focus {
        color: #fff;
        text-decoration: none
}

.providers-filter__icon {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        padding: 5px;
        margin-bottom: 5px;
        border: 1px solid transparent
}

.providers-filter__icon-img {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-width: 30px;
        max-height: 30px
}

.providers-filter__name {
        display: inline-block;
        max-width: 65px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
}

@media(max-width:360px) {
        .providers-selector {
                padding: 5px
        }
}

@media(max-width:960px) {

        .providers-selector__menu-item {
                -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
                max-width: 50%
        }
}

@media(max-width:768px) {
        .providers-selector {
                -ms-flex-pack: justify;
                justify-content: space-between;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                padding: 0
        }

        .providers-selector>* {
                margin: 5px
        }
}

@supports not (color:rgba(255, 255, 255, 0.1)) {
}

.leaderboard__table td {
        font-weight: 700
}

.leaderboard {
        background-color: #101a24;
        border-radius: 20px;
        padding: 30px 25px 20px;
        margin-bottom: 80px
}

@media(max-width:767px) {
        .leaderboard {
                margin-bottom: 50px
        }
}

.leaderboard--sidebar {
        padding: 15px;
        background-color: #0a1018
}

.leaderboard__title--sidebar {
        font-weight: 600;
        font-size: 16px;
        line-height: 1.617;
        text-align: center;
        color: #fff;
        margin-bottom: 10px;
        margin-top: 20px
}

.leaderboard__table {
        table-layout: fixed;
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        background-color: transparent
}

.leaderboard__table th {
        font-weight: 800;
        font-size: 18px;
        text-transform: uppercase;
        color: #101a24;
        border-radius: 0;
        background-color: #f09e1a;
        text-align: center;
        vertical-align: middle;
        padding: 17px 5px
}

.leaderboard__table th:first-child {
        padding-left: 80px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px
}

.leaderboard__table th:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px
}

.leaderboard__table td {
        color: #fff;
        font-size: 16px;
        line-height: 48px;
        text-align: center;
        padding: 0 5px
}

.leaderboard__table .leaderboard__award-place-active {
        padding-right: 0;
        max-width: 20%
}

.leaderboard__table .leaderboard__award-place-active span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
}

.leaderboard__table tr.leaderboard__tr-current-palayer td {
        background-color: #375a80 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
}

.leaderboard__table tr.leaderboard__tr-current-palayer td:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px
}

.leaderboard__table tr.leaderboard__tr-current-palayer td:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px
}

.leaderboard__table tr.leaderboard__tr-current-palayer--sidebar td {
        font-weight: 700
}

.leaderboard__table tbody td:first-child {
        padding-left: 72px
}

.leaderboard__table tbody tr:nth-child(even) td {
        background-color: #162433
}

.leaderboard__table tbody tr:nth-child(even) td:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px
}

.leaderboard__table tbody tr:nth-child(even) td:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px
}

.leaderboard__table tbody tr:nth-child(1) td {
        position: relative
}

.leaderboard__table tbody tr:nth-child(1) td:first-child:before {
        content: '';
        position: absolute;
        left: 24px;
        top: 12px;
        display: inline-block;
        height: 24px;
        width: 24px;
        background-position: center center;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBjbGlwLXBhdGg9J3VybCgjY2xpcDApJz48cGF0aCBkPSdNMjEuMjIzOCAwLjkwNTIxM0gxOC4wNjg5VjAuNzk4NzA4QzE4LjA2ODkgMC4zNTc2NTcgMTcuNzExMyAwIDE3LjI3MDMgMEg2LjcyNzkxQzYuMjg2ODYgMCA1LjkyOTIgMC4zNTc2NTcgNS45MjkyIDAuNzk4NzA4VjAuOTA1MjEzSDIuNzc0NDZDMi4zMzM0MSAwLjkwNTIxMyAxLjk3NTgzIDEuMjYyNzkgMS45NzU4MyAxLjcwMzkyVjYuMDY5OUMxLjk3NTgzIDkuMDc5NzcgMy42MDQ5MiAxMC43NjAzIDYuNTY2NzggMTAuODE5MkM2Ljg0NTE2IDExLjUwNzYgNy4yMDk3NyAxMi4xMzM5IDcuNjU2NCAxMi42NzM4QzguMjgzMzkgMTMuNDMxNiA5LjA0MjA5IDEzLjk5ODYgOS44ODI2NiAxNC4zNTE3VjE4LjQ0OTNINi43Mjc5MUM2LjI4Njg2IDE4LjQ0OTMgNS45MjkyIDE4LjgwNjkgNS45MjkyIDE5LjI0OFYyMy4yMDE0QzUuOTI5MiAyMy42NDI0IDYuMjg2ODYgMjQuMDAwMSA2LjcyNzkxIDI0LjAwMDFIMTcuMjcwNEMxNy43MTE0IDI0LjAwMDEgMTguMDY5IDIzLjY0MjQgMTguMDY5IDIzLjIwMTRWMTkuMjQ4QzE4LjA2OSAxOC44MDY5IDE3LjcxMTQgMTguNDQ5MyAxNy4yNzA0IDE4LjQ0OTNIMTQuMTE1NlYxNC4zNTE3QzE0Ljk1NjEgMTMuOTk4NiAxNS43MTQ5IDEzLjQzMTYgMTYuMzQxOSAxMi42NzM4QzE2Ljc4ODUgMTIuMTMzOSAxNy4xNTMxIDExLjUwNzYgMTcuNDMxNSAxMC44MTkyQzIwLjM5MzMgMTAuNzYwMyAyMi4wMjI0IDkuMDc5ODUgMjIuMDIyNCA2LjA2OTlWMS43MDM5MkMyMi4wMjI0IDEuMjYyNzkgMjEuNjY0OCAwLjkwNTIxMyAyMS4yMjM4IDAuOTA1MjEzWk0zLjU3MzE2IDYuMDY5OVYyLjUwMjU1SDUuOTI5MlY3LjM4NzcyQzUuOTI5MiA4LjAwOTYyIDUuOTg2MDEgOC42MTQzMSA2LjA5NDQ2IDkuMTkyOThDNC4zNTcyNCA5LjAxMTQ4IDMuNTczMTYgOC4wMjc1NiAzLjU3MzE2IDYuMDY5OVpNMTYuNDcxNyAyMC4wNDY2VjIyLjQwMjZINy41MjY1NFYyMC4wNDY2SDE2LjQ3MTdaTTEyLjUxODMgMTguNDQ5M0gxMS40Nzk5VjE0Ljc0OTNDMTEuNjUxNSAxNC43NjU0IDExLjgyNDMgMTQuNzc1NCAxMS45OTkxIDE0Ljc3NTRDMTIuMTczOSAxNC43NzU0IDEyLjM0NjcgMTQuNzY1NCAxMi41MTgzIDE0Ljc0OTNWMTguNDQ5M1pNMTEuOTk5MSAxMy4xNzhDOS40MDc1OSAxMy4xNzggNy41MjY1NCAxMC43NDI5IDcuNTI2NTQgNy4zODc3MlYxLjU5NzQySDE2LjQ3MTZWNy4zODc3MkMxNi40NzE3IDEwLjc0MjkgMTQuNTkwNiAxMy4xNzggMTEuOTk5MSAxMy4xNzhaTTIwLjQyNSA2LjA2OTlDMjAuNDI1IDguMDI3NTYgMTkuNjQxIDkuMDExNCAxNy45MDM4IDkuMTkyOThDMTguMDEyMiA4LjYxNDMxIDE4LjA2ODkgOC4wMDk2MiAxOC4wNjg5IDcuMzg3NzJWMi41MDI1NUgyMC40MjVWNi4wNjk5WicgZmlsbD0nI0ZGRDcwMCcvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9J2NsaXAwJz48cmVjdCB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIGZpbGw9J3doaXRlJy8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+Cg==)
}

@media(max-width:767px) {
        .leaderboard__table tbody tr:nth-child(1) td:first-child:before {
                -ms-transform: scale(.7);
                transform: scale(.7)
        }
}

.leaderboard__table tbody tr:nth-child(2) td {
        position: relative
}

.leaderboard__table tbody tr:nth-child(2) td:first-child:before {
        content: '';
        position: absolute;
        left: 24px;
        top: 12px;
        display: inline-block;
        height: 24px;
        width: 24px;
        background-position: center center;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBjbGlwLXBhdGg9J3VybCgjY2xpcDApJz48cGF0aCBkPSdNMjEuMjIzOCAwLjkwNTIxM0gxOC4wNjg5VjAuNzk4NzA4QzE4LjA2ODkgMC4zNTc2NTcgMTcuNzExMyAwIDE3LjI3MDMgMEg2LjcyNzkxQzYuMjg2ODYgMCA1LjkyOTIgMC4zNTc2NTcgNS45MjkyIDAuNzk4NzA4VjAuOTA1MjEzSDIuNzc0NDZDMi4zMzM0MSAwLjkwNTIxMyAxLjk3NTgzIDEuMjYyNzkgMS45NzU4MyAxLjcwMzkyVjYuMDY5OUMxLjk3NTgzIDkuMDc5NzcgMy42MDQ5MiAxMC43NjAzIDYuNTY2NzggMTAuODE5MkM2Ljg0NTE2IDExLjUwNzYgNy4yMDk3NyAxMi4xMzM5IDcuNjU2NCAxMi42NzM4QzguMjgzMzkgMTMuNDMxNiA5LjA0MjA5IDEzLjk5ODYgOS44ODI2NiAxNC4zNTE3VjE4LjQ0OTNINi43Mjc5MUM2LjI4Njg2IDE4LjQ0OTMgNS45MjkyIDE4LjgwNjkgNS45MjkyIDE5LjI0OFYyMy4yMDE0QzUuOTI5MiAyMy42NDI0IDYuMjg2ODYgMjQuMDAwMSA2LjcyNzkxIDI0LjAwMDFIMTcuMjcwNEMxNy43MTE0IDI0LjAwMDEgMTguMDY5IDIzLjY0MjQgMTguMDY5IDIzLjIwMTRWMTkuMjQ4QzE4LjA2OSAxOC44MDY5IDE3LjcxMTQgMTguNDQ5MyAxNy4yNzA0IDE4LjQ0OTNIMTQuMTE1NlYxNC4zNTE3QzE0Ljk1NjEgMTMuOTk4NiAxNS43MTQ5IDEzLjQzMTYgMTYuMzQxOSAxMi42NzM4QzE2Ljc4ODUgMTIuMTMzOSAxNy4xNTMxIDExLjUwNzYgMTcuNDMxNSAxMC44MTkyQzIwLjM5MzMgMTAuNzYwMyAyMi4wMjI0IDkuMDc5ODUgMjIuMDIyNCA2LjA2OTlWMS43MDM5MkMyMi4wMjI0IDEuMjYyNzkgMjEuNjY0OCAwLjkwNTIxMyAyMS4yMjM4IDAuOTA1MjEzWk0zLjU3MzE2IDYuMDY5OVYyLjUwMjU1SDUuOTI5MlY3LjM4NzcyQzUuOTI5MiA4LjAwOTYyIDUuOTg2MDEgOC42MTQzMSA2LjA5NDQ2IDkuMTkyOThDNC4zNTcyNCA5LjAxMTQ4IDMuNTczMTYgOC4wMjc1NiAzLjU3MzE2IDYuMDY5OVpNMTYuNDcxNyAyMC4wNDY2VjIyLjQwMjZINy41MjY1NFYyMC4wNDY2SDE2LjQ3MTdaTTEyLjUxODMgMTguNDQ5M0gxMS40Nzk5VjE0Ljc0OTNDMTEuNjUxNSAxNC43NjU0IDExLjgyNDMgMTQuNzc1NCAxMS45OTkxIDE0Ljc3NTRDMTIuMTczOSAxNC43NzU0IDEyLjM0NjcgMTQuNzY1NCAxMi41MTgzIDE0Ljc0OTNWMTguNDQ5M1pNMTEuOTk5MSAxMy4xNzhDOS40MDc1OSAxMy4xNzggNy41MjY1NCAxMC43NDI5IDcuNTI2NTQgNy4zODc3MlYxLjU5NzQySDE2LjQ3MTZWNy4zODc3MkMxNi40NzE3IDEwLjc0MjkgMTQuNTkwNiAxMy4xNzggMTEuOTk5MSAxMy4xNzhaTTIwLjQyNSA2LjA2OTlDMjAuNDI1IDguMDI3NTYgMTkuNjQxIDkuMDExNCAxNy45MDM4IDkuMTkyOThDMTguMDEyMiA4LjYxNDMxIDE4LjA2ODkgOC4wMDk2MiAxOC4wNjg5IDcuMzg3NzJWMi41MDI1NUgyMC40MjVWNi4wNjk5WicgZmlsbD0nI0MwQzBDMCcvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9J2NsaXAwJz48cmVjdCB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIGZpbGw9J3doaXRlJy8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+IA==)
}

@media(max-width:767px) {
        .leaderboard__table tbody tr:nth-child(2) td:first-child:before {
                -ms-transform: scale(.7);
                transform: scale(.7)
        }
}

.leaderboard__table tbody tr:nth-child(3) td {
        position: relative
}

.leaderboard__table tbody tr:nth-child(3) td:first-child:before {
        content: '';
        position: absolute;
        left: 24px;
        top: 12px;
        display: inline-block;
        height: 24px;
        width: 24px;
        background-position: center center;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBjbGlwLXBhdGg9J3VybCgjY2xpcDApJz48cGF0aCBkPSdNMjEuMjIzOCAwLjkwNTIxM0gxOC4wNjg5VjAuNzk4NzA4QzE4LjA2ODkgMC4zNTc2NTcgMTcuNzExMyAwIDE3LjI3MDMgMEg2LjcyNzkxQzYuMjg2ODYgMCA1LjkyOTIgMC4zNTc2NTcgNS45MjkyIDAuNzk4NzA4VjAuOTA1MjEzSDIuNzc0NDZDMi4zMzM0MSAwLjkwNTIxMyAxLjk3NTgzIDEuMjYyNzkgMS45NzU4MyAxLjcwMzkyVjYuMDY5OUMxLjk3NTgzIDkuMDc5NzcgMy42MDQ5MiAxMC43NjAzIDYuNTY2NzggMTAuODE5MkM2Ljg0NTE2IDExLjUwNzYgNy4yMDk3NyAxMi4xMzM5IDcuNjU2NCAxMi42NzM4QzguMjgzMzkgMTMuNDMxNiA5LjA0MjA5IDEzLjk5ODYgOS44ODI2NiAxNC4zNTE3VjE4LjQ0OTNINi43Mjc5MUM2LjI4Njg2IDE4LjQ0OTMgNS45MjkyIDE4LjgwNjkgNS45MjkyIDE5LjI0OFYyMy4yMDE0QzUuOTI5MiAyMy42NDI0IDYuMjg2ODYgMjQuMDAwMSA2LjcyNzkxIDI0LjAwMDFIMTcuMjcwNEMxNy43MTE0IDI0LjAwMDEgMTguMDY5IDIzLjY0MjQgMTguMDY5IDIzLjIwMTRWMTkuMjQ4QzE4LjA2OSAxOC44MDY5IDE3LjcxMTQgMTguNDQ5MyAxNy4yNzA0IDE4LjQ0OTNIMTQuMTE1NlYxNC4zNTE3QzE0Ljk1NjEgMTMuOTk4NiAxNS43MTQ5IDEzLjQzMTYgMTYuMzQxOSAxMi42NzM4QzE2Ljc4ODUgMTIuMTMzOSAxNy4xNTMxIDExLjUwNzYgMTcuNDMxNSAxMC44MTkyQzIwLjM5MzMgMTAuNzYwMyAyMi4wMjI0IDkuMDc5ODUgMjIuMDIyNCA2LjA2OTlWMS43MDM5MkMyMi4wMjI0IDEuMjYyNzkgMjEuNjY0OCAwLjkwNTIxMyAyMS4yMjM4IDAuOTA1MjEzWk0zLjU3MzE2IDYuMDY5OVYyLjUwMjU1SDUuOTI5MlY3LjM4NzcyQzUuOTI5MiA4LjAwOTYyIDUuOTg2MDEgOC42MTQzMSA2LjA5NDQ2IDkuMTkyOThDNC4zNTcyNCA5LjAxMTQ4IDMuNTczMTYgOC4wMjc1NiAzLjU3MzE2IDYuMDY5OVpNMTYuNDcxNyAyMC4wNDY2VjIyLjQwMjZINy41MjY1NFYyMC4wNDY2SDE2LjQ3MTdaTTEyLjUxODMgMTguNDQ5M0gxMS40Nzk5VjE0Ljc0OTNDMTEuNjUxNSAxNC43NjU0IDExLjgyNDMgMTQuNzc1NCAxMS45OTkxIDE0Ljc3NTRDMTIuMTczOSAxNC43NzU0IDEyLjM0NjcgMTQuNzY1NCAxMi41MTgzIDE0Ljc0OTNWMTguNDQ5M1pNMTEuOTk5MSAxMy4xNzhDOS40MDc1OSAxMy4xNzggNy41MjY1NCAxMC43NDI5IDcuNTI2NTQgNy4zODc3MlYxLjU5NzQySDE2LjQ3MTZWNy4zODc3MkMxNi40NzE3IDEwLjc0MjkgMTQuNTkwNiAxMy4xNzggMTEuOTk5MSAxMy4xNzhaTTIwLjQyNSA2LjA2OTlDMjAuNDI1IDguMDI3NTYgMTkuNjQxIDkuMDExNCAxNy45MDM4IDkuMTkyOThDMTguMDEyMiA4LjYxNDMxIDE4LjA2ODkgOC4wMDk2MiAxOC4wNjg5IDcuMzg3NzJWMi41MDI1NUgyMC40MjVWNi4wNjk5WicgZmlsbD0nI0NEN0YzMicvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9J2NsaXAwJz48cmVjdCB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIGZpbGw9J3doaXRlJy8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+Cg==)
}

@media(max-width:767px) {
        .leaderboard__table tbody tr:nth-child(3) td:first-child:before {
                -ms-transform: scale(.7);
                transform: scale(.7)
        }
}

.leaderboard__table--sidebar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
}

.leaderboard__table--sidebar thead tr {
        width: 100%;
        display: -ms-flexbox;
        display: flex
}

.leaderboard__table--sidebar thead th {
        width: 100%;
        padding: 10px 15px !important;
        font-size: 12px;
        text-align: left
}

.leaderboard__table--sidebar thead th:first-child {
        width: 1em !important
}

.leaderboard__table--sidebar tbody {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: stretch;
        justify-content: stretch
}

.leaderboard__table--sidebar tbody td {
        width: 100%;
        font-size: 12px;
        line-height: 1em;
        padding: 5px 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start
}

.leaderboard__table--sidebar tbody td span {
        text-align: left
}

.leaderboard__table--sidebar tbody td:first-child {
        padding-left: 15px
}

.leaderboard__table--sidebar tbody td.leaderboard__place {
        width: 1em
}

.leaderboard__table--sidebar tbody tr {
        width: 100%;
        height: 32px;
        display: -ms-flexbox;
        display: flex
}

.leaderboard__table--sidebar tbody tr td::before {
        display: none !important
}

.leaderboard__nickname {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
}

.leaderboard__nickname span {
        line-height: 1;
        display: inline
}

@media(max-width:767px) {
        .leaderboard {
                padding: 10px
        }

        .leaderboard__table-container {
                width: 100%;
                overflow-x: auto
        }

        .leaderboard__table th {
                font-size: 13px;
                font-size: calc(10px + 0.5vw)
        }

        .leaderboard__table td {
                font-size: 12px;
                font-size: calc(9px + 0.5vw)
        }
}

.tournament-sidebar {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 1050;
        min-height: 300px;
        max-height: 100%;
        -ms-transform: translate(calc(100% + 50px), 0);
        transform: translate(calc(100% + 50px), 0);
        transition: transform .25s;
        will-change: transform;
        width: calc(100% - 50px);
        max-width: 400px;
        background-color: #11181b
}

.tournament-sidebar__inner {
        overflow: auto;
        height: 100%
}

.tournament-sidebar .leaderboard--sidebar {
        padding: 0;
        background-color: #101a24
}

.tournament-sidebar .leaderboard__nickname,
.tournament-sidebar .leaderboard__points,
.tournament-sidebar .leaderboard__place {
        font-weight: 700
}

.tournament-sidebar::-webkit-scrollbar {
        display: none
}

.tournament-sidebar--close {
        -ms-transform: translate(calc(100% + 50px), 0);
        transform: translate(calc(100% + 50px), 0)
}

.tournament-sidebar__main {
        padding: 0 15px
}

.tournament-sidebar__top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px;
        position: sticky;
        top: 0;
        height: 50px;
        background-color: #11181b;
        z-index: 2
}

.tournament-sidebar__top span {
        font-family: roboto, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 1em;
        color: #fff;
        white-space: nowrap
}

.tournament-sidebar__dropdown {
        position: sticky;
        top: 50px;
        z-index: 2;
        padding: 0 15px
}

.tournament-sidebar__title-wrapper {
        padding: 10px 0;
        position: relative;
        background-color: #11181b;
        border-bottom: solid 1px transparent
}

.tournament-sidebar__title-wrapper:not(.tournament-sidebar__title-wrapper--with-dropdown) {
        border-bottom-color: rgba(196, 196, 196, .2)
}

.tournament-sidebar__selected {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
}

.tournament-sidebar__selected__title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        max-width: 60%;
        width: 100%
}

.tournament-sidebar__selected__title span {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2em;
        transition: color .3s;
        color: #fff
}

.tournament-sidebar__selected a {
        font-size: 12px;
        margin-left: 1em;
        font-weight: 700;
        display: inline-block;
        text-decoration: none;
        transition: border-bottom-color .3s
}

.tournament-sidebar__close-btn {
        font-size: 20px;
        position: absolute;
        top: 0;
        left: -50px;
        z-index: 10;
        width: 50px;
        height: 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: inherit
}

.tournament-sidebar-backdrop {
        background-color: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1005;
        visibility: hidden;
        opacity: 0;
        transition: opacity .25s
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
        .tournament-sidebar {
                width: 85%;
                -ms-transform: translate(115%, 0);
                transform: translate(115%, 0)
        }

        .tournament-sidebar--close {
                -ms-transform: translate(115%, 0);
                transform: translate(115%, 0)
        }
}

.sidebar-timer {
        width: 100%;
        border-radius: 4px;
        margin-top: 20px
}

.sidebar-timer__title {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 1em;
        color: #fff;
        margin-bottom: 10px
}

.sidebar-timer__value {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
}

.sidebar-timer__list {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start
}

.sidebar-timer__day {
        padding-left: .2em;
        padding-right: .3em;
        display: inline-block
}

.sidebar-timer__item {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center
}

.sidebar-timer__item span {
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 1em;
        color: #f09e1a
}

@font-face {
        font-family: icosocial;
        src: url(/fonts/icosocial/icosocial.ttf?6ycv5n) format("truetype"), url(/fonts/icosocial/icosocial.woff?6ycv5n) format("woff"), url(/fonts/icosocial/icosocial.svg?6ycv5n#icosocial) format("svg");
        font-weight: 400;
        font-style: normal
}

.social {
        display: block;
        width: 100%;
        text-align: center
}

.social__title {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
        text-align: center;
        letter-spacing: normal;
        color: #aeb4bb;
        font-size: 14px;
        line-height: calc(14px * 1.618)
}

@media(min-width:960px) {
        .social__title {
                text-align: left;
                padding-left: 12px
        }
}

.social__list {
        display: block;
        width: 100%;
        text-align: center;
        list-style: none;
        margin: 0;
        letter-spacing: normal;
        padding: 0
}

.social__link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        background-color: #252c36;
        color: #fff;
        letter-spacing: normal;
        text-decoration: none;
        transition: background-color .3s ease;
        border-radius: 10px;
        margin: 10px;
        width: 32px;
        height: 32px
}

@media(min-width:960px) {
        .social__link {
                width: 40px;
                height: 40px;
                margin: 10px
        }
}

.social__link:hover,
.social__link:active,
.social__link:focus,
.social__link:active:hover,
.social__link:active:focus {
        text-decoration: none;
        outline: none;
        background-color: #101318;
        cursor: pointer;
        color: #fff
}

.social__link--twitter {
        background-color: #36c4eb
}

.social__link--twitter:hover,
.social__link--twitter:active,
.social__link--twitter:focus,
.social__link--twitter:active:hover,
.social__link--twitter:active:focus {
        background-color: #16aed8
}

.social__link--facebook {
        background-color: #536cfe
}

.social__link--facebook:hover,
.social__link--facebook:active,
.social__link--facebook:focus,
.social__link--facebook:active:hover,
.social__link--facebook:active:focus {
        background-color: #2041fe
}

.social__link:before {
        display: none;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1;
        letter-spacing: normal;
        color: inherit;
        font-size: 16px
}

@media(min-width:768px) {
        .social__link:before {
                font-size: 22px
        }
}

.social__link--twitter:before {
        content: ""
}

.social__link--facebook:before {
        content: ""
}

.social__link--instagram:before {
        content: ""
}

.social__img {
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 10px
}

.footer-content__icons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
}

.footer-content__item {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin: 7px 6px;
        width: auto
}

@media(min-width:960px) {
        .footer-content__item {
                margin: 7px 10px
        }
}

.footer-content__item:first-child {
        margin-left: 0
}

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

.footer-content__item img {
        display: block;
        object-fit: contain;
        opacity: .4;
        transition: opacity .3s ease;
        width: auto;
        max-height: 24px
}

@media(min-width:960px) {
        .footer-content__item img {
                max-height: 30px
        }
}

.footer-content__item img:hover {
        opacity: 1
}

.footer-content__item--softswiss {
        width: 90px
}

.footer-content__item--softswiss a {
        display: block;
        width: 100%;
        height: auto;
        text-decoration: none;
        outline: none
}

.footer-icons {
        position: relative;
        transition: max-height .3s
}

body.device-mobile .footer-icons {
        max-height: 98px;
        overflow: hidden
}

body.device-mobile .footer-icons::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100px;
        bottom: 0;
        background-image: linear-gradient(180deg, rgba(16, 24, 27, 0.3), #10181b 100%)
}

.footer-icons__list {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
}

.footer-icons__item {
        margin: 0 10px 25px
}

@media(max-width:768px) {
        .footer-icons__item {
                margin: 0 10px 10px
        }
}

.footer-icons__img-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 30px
}

body.device-mobile .footer-icons__img-wrapper {
        height: 24px
}

.footer-icons__img {
        height: 100%;
        width: auto;
        max-width: 130px;
        opacity: .5;
        transition: opacity .3s ease
}

body.device-mobile .footer-icons__img {
        width: 66px
}

.footer-icons__img:hover {
        opacity: 1
}

body.device-mobile .footer-icons__img:hover {
        opacity: .5
}

.footer-icons--payments {
        margin-bottom: 33px
}

@media(max-width:768px) {
        .footer-icons--payments {
                margin-bottom: 40px
        }
}

/* .vip-landing__lvls-table {
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        display: -ms-grid;
        display: grid;
        border-collapse: collapse;
        min-width: 100%;
        -ms-grid-columns: (minmax(125px, 1fr))[5];
        grid-template-columns: repeat(5, minmax(125px, 1fr));
        background-color: #101a24;
        border-radius: 20px;
        padding: 0 40px 40px;
}

@media(max-width:767px) {
        .vip-landing__lvls-table {
                -ms-grid-columns: (minmax(50px, 1fr))[5];
                grid-template-columns: repeat(5, minmax(50px, 1fr));
                padding: 0 20px 20px;
        }
} */

@supports not (display:contents) {
}

/* .payments-table__list {
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        display: -ms-grid;
        display: grid;
        border-collapse: collapse;
        min-width: 100%;
        -ms-grid-columns: (minmax(105px, 1fr))[6];
        grid-template-columns: repeat(6, minmax(105px, 1fr));
        grid-row-gap: 8px;
} */

@supports not (display:contents) {
}

@media(max-width:767px) {

        @supports(-webkit-touch-callout:none) {
        }
}

@media(max-width:767px) {
        @supports(-webkit-touch-callout:none) {
        }
}

@media(max-width:767px) {

        @supports(-webkit-touch-callout:none) {
        }
}

.cms__card-news {
        background-position: top -30px center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
        overflow: hidden;
        padding-top: 170px;
        max-width: 310px;
        height: 340px;
        width: 100%;
        background-color: #000;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
}

.cms__card-news::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: linear-gradient(0deg, #000 18.65%, rgba(0, 0, 0, 0) 79.17%)
}

.cms__card-news__mobile-link {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 3
}

.cms__card-news__content {
        padding: 0 20px 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        z-index: 2;
        min-height: 100%;
        transition: transform .2s
}

.cms__card-news__title {
        font-family: open sans, sans-serif;
        font-weight: 800;
        font-size: 16px;
        line-height: 1.5em;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 20px
}

.cms__card-news__date {
        font-family: open sans, sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 1em;
        color: #aeb4bb;
        transition: transform .3s;
        display: none
}

.cms__card-news__description {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.5em;
        color: #aeb4bb;
        overflow: hidden;
        transition: transform .3s
}

.cms__grid-cards {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
}

.cms__grid-cards__row {
        width: 100%;
        max-width: 1040px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

@media(max-width:1050px) {
        .cms__grid-cards__row {
                max-width: 684px
        }
}

.cms__grid-cards__column {
        width: 33.33%;
        padding: 12px
}

@media(max-width:1050px) {
        .cms__grid-cards__column {
                width: 50%
        }
}

@media(max-width:700px) {
        .cms__grid-cards__column {
                width: 100%;
                padding: 0 0 24px;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: center;
                justify-content: center
        }
}

.promotions__section {
        border-radius: 10px;
        padding: 30px 40px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 50px;
        background-color: #1b222b;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .5), 0 2px 0 rgba(0, 0, 0, .25)
}

@media(max-width:1439px) {
        .promotions__section {
                padding: 30px 20px
        }
}

@media(max-width:767px) {
        .promotions__section {
                margin-bottom: 30px
        }
}

.promotions__section--flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
        align-items: baseline
}

@media(max-width:767px) {
        .promotions__section--flex {
                -ms-flex-align: center;
                align-items: center
        }
}

.promotions__verify-text-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
        align-items: baseline
}

@media(max-width:767px) {
        .promotions__verify-text-wrapper {
                display: block;
                word-break: break-word;
                margin-right: 5px
        }
}

.promotions__button {
        min-height: 48px;
        max-width: 250px;
        font-size: 18px;
        width: 100%;
        text-transform: uppercase;
        border-radius: 5px
}

@media(max-width:767px) {
        .promotions__button {
                max-width: 250px;
                font-size: 14px;
                min-height: 40px
        }
}

.promotions__button--verify {
        margin-left: auto;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
}

.promotions__section {
        border-radius: 15px
}

@media(max-width:768px) {
        .promotions__button {
                margin-bottom: 5px
        }

        .promotions__section--bg-verify {
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex-align: start;
                align-items: flex-start
        }

        .promotions__button--verify {
                margin: 25px auto 0 0;
                max-width: 170px
        }
}



/* .new-year-gifts__grid {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[7];
        grid-template-columns: repeat(7, 1fr);
        -ms-grid-rows: (1fr)[5];
        grid-template-rows: repeat(5, 1fr);
        grid-gap: 50px;
        text-align: center;
} */

/* @media(max-width:980px) {
        .new-year-gifts__wrapper {
                background-size: auto 100%
        }

        .new-year-gifts__grid {
                -ms-grid-columns: (1fr)[5];
                grid-template-columns: repeat(5, 1fr);
                -ms-grid-rows: (1fr)[7];
                grid-template-rows: repeat(7, 1fr);
        }
}

@media(max-width:800px) {
        .new-year-gifts__grid {
                -ms-grid-columns: (1fr)[4];
                grid-template-columns: repeat(4, 1fr);
                -ms-grid-rows: (1fr)[8];
                grid-template-rows: repeat(8, 1fr);
        }
} */

/* @media(max-width:570px) {
        .new-year-gifts__grid {
                -ms-grid-columns: (1fr)[3];
                grid-template-columns: repeat(3, 1fr);
                -ms-grid-rows: (1fr)[11];
                grid-template-rows: repeat(11, 1fr);
        }

        .new-year-gifts__title {
                font-size: 35px;
                line-height: 35px;
        }

        .new-year-gifts__subtitle {
                font-size: 20px;
                line-height: 24px;
                margin: 0 0 25px;
        }
}

@media(max-width:430px) {
        .new-year-gifts__grid {
                -ms-grid-columns: (1fr)[2];
                grid-template-columns: repeat(2, 1fr);
                -ms-grid-rows: (1fr)[16];
                grid-template-rows: repeat(16, 1fr);
        }
} */

.subscriptions-edit .edit-form .view-mode input[type=radio]:not(:checked)+label,
.profile-edit .edit-form .view-mode input[type=radio]:not(:checked)+label,
.change-password .edit-form .view-mode input[type=radio]:not(:checked)+label,
.two-factor .edit-form .view-mode input[type=radio]:not(:checked)+label,
.verified-phone .edit-form .view-mode input[type=radio]:not(:checked)+label,
.profile-payments .edit-form .view-mode input[type=radio]:not(:checked)+label {
        display: none
}

.profile-input:active:not(:hover) {
        background: none #fff
}

.profile-input:-webkit-autofill:active:not(:hover) {
        -webkit-text-fill-color: rgba(16, 26, 36, .8) !important
}

/* .profile-payments__cards section {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
} */

.info-seo__center {
        max-width: 1100px;
        margin: 0 auto;
}


.faq-q2 {
        font-size: 16px !important;
        line-height: 1.4 !important;
        font-weight: 700;
        margin: 0;
        padding: 16px 56px 16px 16px;
        cursor: pointer;
        position: relative;
        border-radius: 6px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: rgba(255, 255, 255, .1);
        transition: background-color .25s
}

.faq-q2:hover {
        background-color: #101a24
}

.faq-q2:after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 0;
        width: 56px;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 700;
        color: #fff;
        font-size: 20px
}

.faq-a2 {
        margin: 0;
        padding: 16px;
        background-color: transparent;
        color: #ddd;
        font-size: 14px;
        line-height: 1.618;
        display: none
}

.faq-a2 p {
        font-size: 14px !important;
        line-height: 1.618 !important;
        margin: 0 0 10px !important
}

@media(min-width:768px) {
        .faq-a2 {
                padding: 16px 36px
        }
}


.faq-q3 {
        font-size: 16px !important;
        line-height: 1.4 !important;
        font-weight: 700;
        margin: 0;
        padding: 16px 56px 16px 16px;
        cursor: pointer;
        position: relative;
        border-radius: 6px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: rgba(255, 255, 255, .1);
        transition: background-color .25s
}

.faq-q3:hover {
        background-color: #101a24
}

.faq-q3:after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 0;
        width: 56px;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 700;
        color: #fff;
        font-size: 20px
}

.faq-a3 {
        margin: 0;
        padding: 16px;
        background-color: transparent;
        color: #ddd;
        font-size: 14px;
        line-height: 1.618;
        display: none
}

.faq-a3 p {
        font-size: 14px !important;
        line-height: 1.618 !important;
        margin: 0 0 10px !important
}

.faq-a3 li {
        font-size: 14px !important;
        line-height: 2.2 !important
}

@media(min-width:768px) {
        .faq-a3 {
                padding: 16px 36px
        }
}




.faq-q4 {
        font-size: 16px !important;
        line-height: 1.4 !important;
        font-weight: 700;
        margin: 0;
        padding: 16px 56px 16px 16px;
        cursor: pointer;
        position: relative;
        border-radius: 6px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: rgba(255, 255, 255, .1);
        transition: background-color .25s
}

.faq-q4:hover {
        background-color: #101a24
}

.faq-q4:after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 0;
        width: 56px;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 700;
        color: #fff;
        font-size: 20px
}

.faq-a4 {
        margin: 0;
        padding: 16px;
        background-color: transparent;
        color: #ddd;
        font-size: 14px;
        line-height: 1.618;
        display: none
}

.faq-a4 p {
        font-size: 14px !important;
        line-height: 1.618 !important;
        margin: 0 0 10px !important
}

.faq-a4 li {
        font-size: 14px !important;
        line-height: 2.2 !important
}

@media(min-width:768px) {
        .faq-a4 {
                padding: 16px 36px
        }
}


.faq-q5 {
        font-size: 16px !important;
        line-height: 1.4 !important;
        font-weight: 700;
        margin: 0;
        padding: 16px 56px 16px 16px;
        cursor: pointer;
        position: relative;
        border-radius: 6px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: rgba(255, 255, 255, .1);
        transition: background-color .25s
}

.faq-q5:hover {
        background-color: #101a24
}

.faq-q5:after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 0;
        width: 56px;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 700;
        color: #fff;
        font-size: 20px
}

.faq-a5 {
        margin: 0;
        padding: 16px;
        background-color: transparent;
        color: #ddd;
        font-size: 14px;
        line-height: 1.618;
        display: none
}

.faq-a5 p {
        font-size: 14px !important;
        line-height: 1.618 !important;
        margin: 0 0 10px !important
}

.faq-a5 li {
        font-size: 14px !important;
        line-height: 2.2 !important
}

@media(min-width:768px) {
        .faq-a5 {
                padding: 16px 36px
        }
}




.faq-q6 {
        font-size: 16px !important;
        line-height: 1.4 !important;
        font-weight: 700;
        margin: 0;
        padding: 16px 56px 16px 16px;
        cursor: pointer;
        position: relative;
        border-radius: 6px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: rgba(255, 255, 255, .1);
        transition: background-color .25s
}

.faq-q6:hover {
        background-color: #101a24
}

.faq-q6:after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 0;
        width: 56px;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 700;
        color: #fff;
        font-size: 20px
}

.faq-a6 {

        margin: 0;
        padding: 16px;
        background-color: transparent;
        color: #ddd;
        font-size: 14px;
        line-height: 1.618;
        display: none;
}

.faq-a6 p {
        font-size: 14px !important;
        line-height: 1.618 !important;
        margin: 0 0 10px !important
}

@media(min-width:768px) {
        .faq-a6 {
                padding: 16px 36px;
        }
}
faq-q.faq-q-open {
        background-color: #101a24
}

.faq-q.faq-q-open:after {
        content: "-";
        font-size: 30px
}
.faq-q2.faq-q-open {
        background-color: #101a24
}

.faq-q2.faq-q-open:after {
        content: "-";
        font-size: 30px
}
.faq-q3.faq-q-open {
        background-color: #101a24
}

.faq-q3.faq-q-open:after {
        content: "-";
        font-size: 30px
}
.faq-q4.faq-q-open {
        background-color: #101a24
}

.faq-q4.faq-q-open:after {
        content: "-";
        font-size: 30px
}
.faq-q5.faq-q-open {
        background-color: #101a24
}

.faq-q5.faq-q-open:after {
        content: "-";
        font-size: 30px
}
.faq-q6.faq-q-open {
        background-color: #101a24
}

.faq-q6.faq-q-open:after {
        content: "-";
        font-size: 30px;
}
.faq-a-open{
        display: block;
}
.faq-a-open2{
        display: block;
}
.faq-a-open3{
        display: block;
}
.faq-a-open4{
        display: block;
}
.faq-a-open5{
        display: block;
}
.faq-a-open6{
        display: block;
}
.menu-mobile-outer.is-visible .menu-mobile {
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
}

.menu-mobile-outer.is-visible .menu-mobile-backdrop,
.menu-mobile-outer.is-visible .menu-mobile__close-icon-wrapper {
        visibility: visible;
        opacity: 1
}
.slider__banner{
        cursor: pointer;
         background-image: url(../files/homepage-background.jpg);
}
.card-news__img1{
        background-image: url(../files/how-to-win-slots-card.jpg)
}

.card-news__img2{

        background-image: url(../files/how-to-play-roulette-card.jpg);
}
.card-news__img3{
        background-image: url(../files/casino-bonuses-guide-card.jpg);
}
.card-news__img4{
        background-image: url(../files/popular-australian-pokies-card.jpg);
}
/* new1 */

*,
::after,
::before {
        box-sizing: border-box
}

html {
        font-family: sans-serif;
        background-color: #1b222b;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        height: 100%;
        width: 100%;
        overflow-y: scroll
}

body {
        padding: 0;
        margin: 0;
        width: 100%;
        min-height: 100%;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: .015em;
        color: #fff;
        font-family: roboto, sans-serif;
        background-color: #1b222b;
        overscroll-behavior-y: none
}

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

.clearfix:after,
.clearfix:before {
        display: table;
        content: " "
}

.clearfix:after {
        clear: both
}

@-ms-viewport {
        width: device-width
}

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

::-webkit-scrollbar {
        width: 3px;
        height: 0
}

::-webkit-scrollbar-track {
        background: #1b222b
}

::-webkit-scrollbar-thumb {
        background: #6944d2
}

::-webkit-scrollbar-thumb:hover {
        background: #6944d2
}

.body__main {
        padding: 0;
        overflow: hidden;
        position: relative
}

.tournament_go_button {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%) translateX(0) translate3d(0, 0, 0);
        min-width: 40px;
        min-height: 40px;
        background-color: #6944d2;
        border-radius: 5px 0 0 5px;
        z-index: 1000;
        padding: 10px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
}

@media (max-width: 768px) {
        .tournament_go_button {
        min-width: 40px;
        min-height: 40px;
        padding: 6px 4px
        }
}

.tournament_go_button img {
        display: block;
        max-width: 100%;
        width: 25px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
        transform: translate3d(0, 0, 0)
}

@media (max-width: 768px) {
        .tournament_go_button img {
        width: 25px
        }
}


#splash-screen {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #1b222b;
        z-index: 999999;
}

#splash-screen.hide {
        display: none;
}



@keyframes spinner-line-fade-more {

        0%,
        100% {
        opacity: 0;
        /* minimum opacity */
        }

        1% {
        opacity: 1;
        }
}

@keyframes spinner-line-fade-quick {

        0%,
        39%,
        100% {
        opacity: 0.25;
        /* minimum opacity */
        }

        40% {
        opacity: 1;
        }
}

@keyframes spinner-line-fade-default {

        0%,
        100% {
        opacity: 0.22;
        /* minimum opacity */
        }

        1% {
        opacity: 1;
        }
}


#devcode_popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
}

#devcode_popup .background {
        position: fixed;
        background-color: black;
        opacity: 0.7;
        width: 100%;
        height: 100%;
}

#devcode_popup .outer-container {
        padding: 40px 20px 10px;
        background-color: white;
        border-radius: 10px;
        height: auto;
        min-height: 10px;
        overflow-y: auto;
        transform: none;
        position: relative;
        left: 0;
        top: 0;
        right: auto;
        bottom: auto;
        width: auto;
        display: inline-block;
        margin: 0 auto;
}

#devcode_popup .outer-container .close {
        position: absolute;
        font-size: 20px !important;
        cursor: pointer;
        z-index: 100;
        right: 10px !important;
        top: 10px !important;
}

#devcode_popup .outer-container .inner-container {
        max-height: calc(100vh - 100px);
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
}

body.device-desktop #devcode_popup .outer-container .inner-container {
        max-height: calc(100vh - 60px);
}

#devcode_popup .outer-container .inner-container iframe {
        border: none;
        display: block;
        margin: 0 auto;
        max-width: 100% !important;
}

#devcode_popup .outer-container .inner-container .devcode-success-messages li {
        list-style: none;
        padding: 5px;
}

#devcode_popup .outer-container .inner-container .devcode-success-messages li span {
        font-weight: bolder;
}

#devcode_popup .polling-container {
        width: 50px;
        height: 50px;
}



iframe#_hjRemoteVarsFrame {
        display: none !important;
        width: 1px !important;
        height: 1px !important;
        opacity: 0 !important;
        pointer-events: none !important;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
        display: none !important;
}

ng\:form {
        display: block;
}

.ng-animate-shim {
        visibility: hidden;
}

.ng-anchor {
        position: absolute;
}