@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

table {
            font-family: Arial, Helvetica, sans-serif;
            border-collapse: collapse;
            width: 100%;
            margin: 30px 0;
        }

         td, th {
            border: 1px solid #ddd;
            padding: 8px;
        }

        tr:hover {
            background-color: #969696;
        }

        th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #04AA6D;
            color: white;
        }


	img {
  display: block;
  max-width: 100%;
  border-radius: 14px;
  margin: 20px auto;
      }

        .g_position {
            color: #fff;
            padding: .5rem;
            position: absolute;
            top: -7px;
            left: -43px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            text-align: center;
            line-height: 13px;
            font-weight: 600;
            font-size: 11px;
            background: #20adff
        }

        a.broken_link {
            box-shadow: 0 0 20px 4px red !important;
            background: red !important;
            color: #fff !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.inner_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link.broken_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }

        a.inner_link.broken_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }

        .SEbear-header-target {
            border-bottom: dashed 3px #c90000 !important;
        }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-nav.disabled {
    display: none
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../../playfortuna.com/en/bundles/intonefront/css/owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    cursor: default;
    background: #fff;
    border-radius: 9px;
    margin: 0 3px 0 0
}

.jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 100%
}

.jcf-radio input[type=radio] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0
}

.jcf-radio.jcf-checked span {
    display: block
}

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    cursor: default;
    background: #fff;
    margin: 0 3px 0 0
}

.jcf-checkbox span {
    position: absolute;
    display: none;
    height: 4px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg)
}

:root .jcf-checkbox span {
    margin: -4px 0 0 -5px
}

.jcf-checkbox input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0
}

.jcf-checkbox.jcf-checked span {
    display: block
}

.jcf-button {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border: 1px solid #777;
    background: #fff;
    margin: 0 10px 10px 0;
    padding: 5px 10px
}

.jcf-button .jcf-real-element {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    outline: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    border: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

.jcf-file {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #fff
}

.jcf-file .jcf-real-element {
    position: absolute;
    font-size: 200px;
    height: 200px;
    margin: 0;
    right: 0;
    top: 0
}

.jcf-file .jcf-fake-input {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    border: 1px solid #777;
    padding: 0 8px;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    width: 125px
}

.jcf-file .jcf-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #777;
    margin: 0 0 0 -1px;
    padding: 0 10px;
    line-height: 28px;
    height: 28px
}

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #e3e3e3;
    width: 14px;
    bottom: 0;
    right: 0;
    top: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #bbb;
    height: 14px;
    width: 14px;
    left: 0;
    top: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #888;
    height: 1px;
    width: 14px
}

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3
}

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    margin: 0 35px 0 8px
}

body>.jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    box-shadow: 0 2px 5px #13100e
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: '...'
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: 0 0
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: '';
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg)
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px
}

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.jcf-list ul li {
    overflow: hidden;
    display: block
}

.jcf-list .jcf-overflow {
    overflow: auto
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    min-height: 14px;
    height: 1%
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important
}

.jcf-list-box .jcf-selected,
.jcf-select-drop .jcf-hover {
    color: #000
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: 700;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px
}

.jcf-textarea {
    border: 1px solid #b8c3c9;
    box-sizing: content-box;
    display: inline-block;
    position: relative
}

.jcf-textarea .jcf-scrollbar-horizontal {
    display: none;
    height: 0
}

.jcf-textarea textarea {
    padding: 8px 10px;
    border: none;
    margin: 0
}

.jcf-textarea .jcf-resize {
    position: absolute;
    text-align: center;
    cursor: se-resize;
    background: #e3e3e3;
    font-weight: 700;
    line-height: 15px;
    text-indent: 1px;
    font-size: 12px;
    height: 15px;
    width: 14px;
    bottom: 0;
    right: 0
}

.jcf-textarea .jcf-resize:before {
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    display: block;
    margin: 4px 0 0 3px;
    width: 6px;
    height: 6px;
    content: ''
}

.jcf-number {
    display: inline-block;
    position: relative;
    height: 32px
}

.jcf-number input {
    -moz-appearance: textfield
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.jcf-number input {
    box-sizing: border-box;
    border: 1px solid #777;
    padding: 3px 27px 3px 7px;
    margin: 0;
    height: 100%
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
    position: absolute;
    background: #aaa;
    width: 20px;
    height: 15px;
    right: 1px;
    top: 1px
}

.jcf-number .jcf-btn-dec {
    top: auto;
    bottom: 1px
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
    background: #e6e6e6
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
    background: #aaa
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    border: 4px solid #aaa;
    border-color: transparent transparent #000 transparent
}

.jcf-number .jcf-btn-dec:before {
    margin: -1px 0 0 -4px;
    border-color: #000 transparent transparent transparent
}

.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before,
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before {
    opacity: .3
}

.jcf-number.jcf-disabled input {
    background: #ddd
}

.jcf-range {
    display: inline-block;
    min-width: 200px;
    margin: 0 10px;
    width: 130px
}

.jcf-range .jcf-range-track {
    margin: 0 20px 0 0;
    position: relative;
    display: block;
    height: 10px
}

.jcf-range .jcf-range-wrapper {
    position: relative;
    background: #e5e5e5;
    border-radius: 5px;
    display: block;
    margin: 5px 0
}

.jcf-range.jcf-vertical {
    min-width: 0;
    width: auto
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
    margin: 0;
    width: 10px;
    height: auto;
    padding: 20px 0 0
}

.jcf-range.jcf-vertical .jcf-range-track {
    height: 180px;
    width: 10px
}

.jcf-range.jcf-vertical .jcf-range-handle {
    left: -5px;
    top: auto
}

.jcf-range .jcf-range-display-wrapper {
    position: absolute;
    min-height: 10px;
    min-width: 10px;
    left: 10px;
    right: 10px
}

.jcf-range .jcf-range-display {
    border-radius: 5px;
    position: absolute;
    background: #888;
    width: 10px;
    height: 10px
}

.jcf-range .jcf-range-display.jcf-range-min {
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px
}

.jcf-range .jcf-range-display.jcf-range-max {
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
    left: auto;
    right: auto;
    top: 10px;
    bottom: 10px
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
    margin: 0 0 -10px;
    padding: 0 0 10px
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
    margin: -10px 0 0;
    padding: 10px 0 0
}

.jcf-range .jcf-range-handle {
    position: absolute;
    background: #aaa;
    border-radius: 19px;
    width: 19px;
    height: 19px;
    margin: -4px 0 0;
    z-index: 1;
    top: 0;
    left: 0
}

.jcf-range .jcf-range-mark {
    position: absolute;
    overflow: hidden;
    background: #000;
    width: 1px;
    height: 3px;
    top: -7px;
    margin: 0 0 0 9px
}

.jcf-range.jcf-vertical .jcf-range-mark {
    margin: 0 0 9px;
    left: 14px;
    top: auto;
    width: 3px;
    height: 1px
}

.jcf-range .jcf-active-handle {
    z-index: 2
}

.jcf-range.jcf-focus .jcf-active-handle {
    border: 1px solid red;
    margin: -5px 0 0 -1px
}

.jcf-range.jcf-disabled {
    background: 0 0 !important;
    opacity: .3
}

.jcf-disabled {
    background: #797979 !important
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0 !important
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    left: 0;
    width: 11%
}

.irs-line-mid {
    left: 9%;
    width: 82%
}

.irs-line-right {
    right: 0;
    width: 11%
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1
}

.irs-slider.type_last {
    z-index: 2
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default
}

.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: 0 0;
    z-index: 2
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important
}

.is-countdown {
    font-family: Tahoma, Verdana, Segoe, sans-serif
}

.countdown-rtl {
    direction: rtl
}

.countdown-holding span {
    color: #13100e
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0 2px;
    text-align: center
}

.countdown-show1 .countdown-section {
    width: 98%;
    border: 1px solid red
}

.countdown-show2 .countdown-section {
    width: 48%
}

.countdown-show3 .countdown-section {
    width: 32.5%
}

.countdown-show4 .countdown-section {
    width: 50px
}

.countdown-show5 .countdown-section {
    width: 19.5%
}

.countdown-show6 .countdown-section {
    width: 16.25%
}

.countdown-show7 .countdown-section {
    width: 14%
}

.countdown-section {
    float: left;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 10px
}

.countdown-amount {
    padding: 5px;
    background-color: #eae8de;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZThkZSIvPjxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZWFlOGRlIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlYWU4ZGUiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(to bottom, #eae8de 0, #eae8de 51%, #eae8de 51%, #fff 51%, #fff 100%);
    color: #13100e;
    border-radius: 5px;
    font-size: 18px
}

.countdown-period {
    display: block;
    margin: 5px 0 0 0
}

.countdown-descr {
    display: block;
    width: 100%
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%
}

.time_circles>div {
    position: absolute;
    text-align: center
}

.time_circles>div>h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
    line-height: 1
}

.time_circles>div>span {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    line-height: 1;
    font-weight: 700
}

.lang-box.is-active .lang-select,
.lang-box.is-active .lang-select::after,
.lang-select,
.lang-select::after {
    transition: all .3s ease-in-out
}

.breadcrumbs-box:after,
.breadcrumbs-box:before,
.btn-box-center:after,
.btn-box-center:before,
.cash-tabs:after,
.cash-tabs:before,
.change-password-box-wrapp .btn-box-center:after,
.change-password-box-wrapp .btn-box-center:before,
.chat-box-info:after,
.chat-box-info:before,
.cookie-policy:after,
.cookie-policy:before,
.dashboard-filters-btn:after,
.dashboard-filters-btn:before,
.dashboard-filters:after,
.dashboard-filters:before,
.demo-game-info-top:after,
.demo-game-info-top:before,
.demo-grid:after,
.demo-grid:before,
.form-line:after,
.form-line:before,
.header-box:after,
.header-box:before,
.nav-general:after,
.nav-general:before,
.popup-header:after,
.popup-header:before,
.profile-box .btn-box-center:after,
.profile-box .btn-box-center:before,
.profile-item:after,
.profile-item:before,
.provider-search-box:after,
.provider-search-box:before,
.social-box:after,
.social-box:before,
.social-list:after,
.social-list:before,
.top-dashboard:after,
.top-dashboard:before {
    content: "";
    display: table
}

.breadcrumbs-box:after,
.btn-box-center:after,
.cash-tabs:after,
.change-password-box-wrapp .btn-box-center:after,
.chat-box-info:after,
.cookie-policy:after,
.dashboard-filters-btn:after,
.dashboard-filters:after,
.demo-game-info-top:after,
.demo-grid:after,
.form-line:after,
.header-box:after,
.nav-general:after,
.popup-header:after,
.profile-box .btn-box-center:after,
.profile-item:after,
.provider-search-box:after,
.social-box:after,
.social-list:after,
.top-dashboard:after {
    clear: both
}

body {
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    outline: 0
}

@keyframes zommy {
    0% {
        transform: scale(1)
    }

    17% {
        transform: scale(1.2)
    }

    34% {
        transform: scale(.8)
    }

    51% {
        transform: scale(1.1)
    }

    68% {
        transform: scale(.9)
    }

    85% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes rubberBand {
    from {
        opacity: .5;
        transform: scale3d(1.03, .8, 1)
    }

    30% {
        transform: scale3d(.99, .8, 1)
    }

    50% {
        transform: scale3d(1.02, .96, 1)
    }

    65% {
        transform: scale3d(.99, 1.05, 1)
    }

    75% {
        transform: scale3d(1.01, 1.01, 1)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes circleOut {
    from {
        transform: scale(0);
        opacity: 1
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes bounceShow {
    0% {
        transform: scale(0);
        opacity: 0
    }

    80% {
        transform: scale(1.1);
        opacity: 1
    }

    100% {
        transform: scale(1)
    }
}

@keyframes bounceShow_2x {
    0% {
        transform: scale(0);
        opacity: 0
    }

    40% {
        transform: scale(1.1);
        opacity: 1
    }

    80% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes bounceOut_2x {
    0% {
        transform: scale(1);
        opacity: 1
    }

    40% {
        transform: scale(1.1);
        opacity: 1
    }

    80% {
        transform: scale(.9)
    }

    100% {
        transform: scale(0);
        opacity: 0
    }
}

@keyframes bounceShow_3x {
    0% {
        transform: scale(0);
        opacity: 0
    }

    40% {
        transform: scale(1.7);
        opacity: 1
    }

    80% {
        transform: scale(.8)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes scaleOut {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(1.3);
        transform-origin: center center
    }
}

@keyframes scaleIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes shake-horizontal {
    0% {
        transform: translate(0, 0)
    }

    4.41177% {
        transform: translate(5px, 0)
    }

    8.82353% {
        transform: translate(0, 0)
    }

    13.23529% {
        transform: translate(5px, 0)
    }

    17.64706% {
        transform: translate(0, 0)
    }

    22.05882% {
        transform: translate(5px, 0)
    }

    26.47059% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes scaleInRotate {
    100% {
        opacity: 1;
        transform: rotate(360deg)
    }
}

@keyframes shrink-bounce {
    0% {
        transform: scale(1)
    }

    33% {
        transform: scale(.85)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #fdc061;
        transform: translate3d(0, 0, 0) rotate(45deg)
    }

    33% {
        width: 7px;
        height: 0;
        transform: translate3d(0, 0, 0) rotate(45deg)
    }

    100% {
        width: 7px;
        height: 15px;
        border-color: #fdc061;
        transform: translate3d(0, -15px, 0) rotate(45deg)
    }
}

@keyframes checkbox-check-is-credited {
    0% {
        width: 0;
        height: 0;
        border-color: #13100e;
        transform: translate3d(0, 0, 0) rotate(45deg)
    }

    33% {
        width: 7px;
        height: 0;
        transform: translate3d(0, 0, 0) rotate(45deg)
    }

    100% {
        width: 7px;
        height: 15px;
        border-color: #13100e;
        transform: translate3d(0, -15px, 0) rotate(45deg)
    }
}

@keyframes checkbox-check-blow {
    0% {
        transform: scale(0);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.page-aboutus-logo {
    float: right;
    text-align: center
}

.page-aboutus-contact {
    margin: 0 0 30px 0
}

.page-aboutus-contact__adress-name {
    padding: 0 0 5px 0
}

.page-aboutus-email-item {
    display: inline-block;
    margin: 5px 50px 0 0
}

.page-aboutus-video {
    width: 560px;
    height: 315px
}

.page-terms-license {
    float: right;
    width: 280px;
    padding: 0 0 0 50px;
    line-height: 22px;
    line-height: 2.2rem
}

.content-image-left {
    margin: 0 30px 30px 0
}

.content-image-right {
    margin: 0 0 30px 30px
}

.small-text {
    font-size: 11px;
    font-size: 1.1rem
}

.list li {
    position: relative;
    padding: 0 0 15px 20px
}

.list li::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    background: #fdc061;
    border-radius: 50%
}

.list-terms {
    padding: 7px 0 0 0
}

.list-terms li {
    line-height: 16px;
    padding: 0 0 7px 0
}

.list-terms-sub {
    padding: 0 0 0 25px
}

.article-game-list {
    text-align: center
}

.article-game-list__item {
    display: inline-block;
    padding: 10px;
    box-sizing: border-box
}

.margin-30 {
    margin: 30px 0
}

.margin-top-30 {
    margin: 30px 0 0 0
}

.margin-btm-30 {
    margin: 0 0 30px 0
}

html {
    height: 100%;
    width: 100%;
    font-size: 10px
}

html[xmlns] .clearfix,
html[xmlns] .row {
    display: block
}

* html .clearfix {
    height: 1%
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 320px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    color: #dcd9d5;
    background: #13100e;
    font-size: 14px;
    font-size: 1.4rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0;
    padding-bottom: .1rem;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fdc061
}

h1 {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-size: 3.2rem
}

h2 {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem
}

h3 {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem
}

h4 {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-size: 1rem
}

h5 {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-size: .8rem
}

h1 {
    font-weight: 700;
    color: #ededed
}

h2 {
    font-weight: 500
}

a {
    color: #fdc061
}

a:hover {
    color: #fdc061;
    text-decoration: none;
    outline: 0
}

a:focus {
    outline: 0
}

video:focus {
    outline: 0
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

ol {
    margin: 0;
    padding: 0 0 0 25px
}

ol li {
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 22px
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

.clear {
    clear: both
}

.clearfix:after,
.row:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.clearfix,
.row {
    display: inline-block
}

.width {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    min-width: 320px
}

.content-width {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 2%
}

.scroll-hide {
    position: fixed;
    overflow: hidden
}

.read-more {
    color: #fdc061
}

.separate {
    height: 1px;
    background: #302d28;
    border: none
}

.table {
    width: 100%;
    border: 1px solid #302d28;
    border-collapse: collapse
}

.table.width50 {
    width: 50%
}

.table.table-center {
    margin: 0 auto
}

.table th {
    background: #302d28;
    padding: 10px 0;
    font-weight: 400;
    color: #797979;
    font-size: 14px;
    font-size: 1.4rem
}

.table td {
    margin: 0 1px;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #302d28;
    font-size: 12px;
    font-size: 1.2rem
}

.table-select-row {
    background: #3daa45
}

.btn-box-center {
    clear: both;
    text-align: center
}

.btn-box-center.border-top {
    border-top: 1px solid #302d28
}

.btn-box-center.border-bottom {
    border-bottom: 1px solid #302d28
}

.center {
    text-align: center
}

.content-box-right {
    text-align: right
}

.left {
    float: left
}

.right {
    float: right
}

.color-white {
    color: #ededed
}

.color-gold {
    color: #fdc061
}

.color-green {
    color: #3daa45
}

.width50 {
    width: 50%
}

.error {
    color: #e50000;
    font-size: 10px;
    font-size: 1rem
}

.bg-color-content {
    background: #302d28
}

.content-padding {
    padding: 30px
}

.mobile-only-show {
    display: none
}

.mobile-only-hide {
    display: block
}

.body-scroll-off {
    overflow: hidden
}

.iframe-winter-land {
    width: 100%;
    height: 750px;
    border: 0
}

.btn {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 -2px 0 0;
    padding: 0 15px;
    border: none;
    background-color: transparent;
    color: #000;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 38px;
    line-height: 3.8rem
}

.btn:hover {
    transition: background .1s ease-in-out
}

.btn:active {
    transform: scale(.95)
}

.btn.disabled {
    border: 1px solid #797979;
    background: #797979;
    color: #302d28;
    pointer-events: none
}

.btn.btn-width-auto {
    width: auto
}

.btn-green {
    border: 1px solid #3daa45;
    background: #3daa45;
    border-radius: 50px
}

.btn-green:hover {
    background: #000;
    color: #3daa45;
    border: 1px solid #3daa45
}

.btn-gold {
    border: 1px solid #fdc061;
    background: #fdc061
}

.btn-gold:hover {
    background: #000;
    color: #fdc061;
    border: 1px solid #fdc061
}

.btn-link,
.btn-link-gold {
    color: #dcd9d5;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem
}

.btn-link-gold:hover,
.btn-link:hover {
    color: #dcd9d5;
    text-decoration: none
}

.btn-link-gold {
    letter-spacing: 1px;
    font-weight: 400;
    color: #7f6031
}

.btn-transparent {
    display: inline-block;
    border-radius: 50px;
    color: #fdc061;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #fdc061;
    font-size: 14px;
    font-size: 1.4rem
}

.btn-transparent.btn-border-dark {
    border: 2px solid #13100e
}

.btn-transparent.btn-border-gold {
    border: 2px solid #fdc061
}

.btn-transparent:active {
    transform: scale(.95)
}

.btn-transparent:hover {
    color: #13100e;
    text-decoration: none;
    background: #fdc061
}

.btn-box-center .btn {
    width: auto;
    white-space: nowrap
}

.tooltip {
    position: relative;
    display: inline-block
}

.tooltip__content {
    position: absolute;
    padding: 8px 10px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    text-transform: initial;
    font-weight: 400;
    background: #fdc061;
    color: #302d28;
    line-height: 1;
    white-space: nowrap;
    transition: all .1s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    font-size: 12px;
    font-size: 1.2rem
}

.tooltip__content.is-active {
    transition: all .1s ease-in-out;
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.tooltip-bottom::after,
.tooltip-left::after,
.tooltip-right::after,
.tooltip-top::after {
    position: absolute;
    content: " ";
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none
}

.tooltip-top::after {
    bottom: 100%;
    left: 50%;
    border-color: rgba(253, 192, 97, 0);
    border-bottom-color: #fdc061;
    border-width: 5px;
    margin-left: -5px
}

.tooltip-right::after {
    right: 100%;
    top: 50%;
    border-color: rgba(253, 192, 97, 0);
    border-right-color: #fdc061;
    border-width: 5px;
    margin-top: -5px
}

.tooltip-bottom::after {
    top: 100%;
    left: 50%;
    border-color: rgba(253, 192, 97, 0);
    border-top-color: #fdc061;
    border-width: 5px;
    margin-left: -5px
}

.tooltip-left::after {
    left: 100%;
    top: 50%;
    border-color: rgba(253, 192, 97, 0);
    border-left-color: #fdc061;
    border-width: 5px;
    margin-top: -5px
}

.tooltip-left {
    top: 50%;
    right: calc(100% + 20px);
    transform: translateY(-50%)
}

.tooltip-right {
    top: 50%;
    left: calc(100% + 20px);
    transform: translateY(-50%)
}

.social-box {
    position: relative
}

.social-text {
    float: left;
    width: 85px;
    color: #797979;
    text-transform: uppercase;
    line-height: 30px;
    line-height: 3rem;
    font-size: 10px;
    font-size: 1rem
}

.social-list {
    position: absolute;
    left: 85px;
    width: 100%
}

.social-list__item {
    float: left;
    margin: 0 1% 0 0
}

.social-list__link:hover {
    transition: all .1s ease-in-out;
    opacity: .7
}

.vkontakte-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3911px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .vkontakte-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3816px;
        height: 30px;
        width: 30px
    }
}

.mailru-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2222px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .mailru-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2169px;
        height: 30px;
        width: 30px
    }
}

.facebook-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1448px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .facebook-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1413px;
        height: 30px;
        width: 30px
    }
}

.twitter-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3800px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .twitter-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3708px;
        height: 30px;
        width: 30px
    }
}

.google-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1648px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .google-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1608px;
        height: 30px;
        width: 30px
    }
}

.yandex-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -4092px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .yandex-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3992px;
        height: 30px;
        width: 30px
    }
}

.instagram-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1789px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .instagram-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1746px;
        height: 30px;
        width: 30px
    }
}

.linkedin-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2067px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .linkedin-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2017px;
        height: 30px;
        width: 30px
    }
}

.tambler-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3528px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .tambler-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3442px;
        height: 30px;
        width: 30px
    }
}

.yahoo-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -4015px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .yahoo-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3917px;
        height: 30px;
        width: 30px
    }
}

.vk-square-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3881px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 28px;
    width: 28px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .vk-square-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3787px;
        height: 28px;
        width: 28px
    }
}

.fb-square-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1480px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 28px;
    width: 28px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .fb-square-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1444px;
        height: 28px;
        width: 28px
    }
}

.is-square-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1821px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 28px;
    width: 28px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .is-square-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1777px;
        height: 28px;
        width: 28px
    }
}

.pt-square-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2918px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 28px;
    width: 28px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .pt-square-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2846px;
        height: 28px;
        width: 28px
    }
}

.tw-square-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3770px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 28px;
    width: 28px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .tw-square-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3679px;
        height: 28px;
        width: 28px
    }
}

.yb-square-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -4124px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 28px;
    width: 28px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .yb-square-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -4023px;
        height: 28px;
        width: 28px
    }
}

.header-box__social-box {
    width: 290px;
    padding: 5px 0 0 0;
    overflow: hidden
}

.popup-header__social-box {
    position: relative;
    float: left;
    left: 50%;
    padding: 20px 0 0 0
}

.popup-header__social-box .social-text {
    margin: 0 10px 0 0
}

.popup-header__social-box .social-list__item {
    margin: 0 5px 0 0
}

.popup-header__social-box .social-list,
.popup-header__social-box .social-text {
    position: relative;
    float: left;
    left: -50%;
    width: auto
}

.social-box__bottom {
    padding: 20px 0 0 0;
    border-top: 1px solid #302d28;
    overflow: hidden
}

.social-box__bottom .social-text {
    width: auto;
    margin: 0 10px 0 0;
    text-transform: capitalize;
    font-size: 13px;
    font-size: 1.3rem
}

.social-box__bottom .social-list {
    position: relative;
    left: 0
}

.slider-general {
    position: relative
}

.slider-general__link {
    display: block
}

.slider-general-box {
    position: relative;
    width: 100%;
    max-height: 315px;
    overflow: hidden;
    z-index: 10
}

.slider-general-box .owl-carousel .owl-item img {
    max-height: 315px
}

.slider-general-box .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    height: 0;
    text-align: center
}

.slider-general-box .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer
}

.slider-general-box .owl-dots .owl-dot span {
    display: block;
    position: relative;
    border-radius: 8px;
    background: #13100e;
    border: 1px solid #797979;
    width: 16px;
    height: 16px
}

.slider-general-box .owl-dots .owl-dot span::before {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 10px;
    height: 10px;
    background: #fdc061;
    border-radius: 5px
}

.slider-general-box .owl-dots .owl-dot.active span::before {
    display: block
}

.search-box {
    position: relative;
    overflow: hidden
}

.search-box .inpt-dark {
    width: 202px;
    transition: background .3s ease-in-out
}

.search-box .search-wrap {
    position: relative;
    z-index: 1
}

.search-box .search-wrap::after,
.search-box .search-wrap::before {
    position: absolute;
    content: ""
}

.search-box .search-wrap::after {
    top: -7px;
    right: -32px;
    width: 30px;
    height: 30px;
    border-radius: 0 25px 25px 0;
    background: #fdc061
}

.search-box .search-wrap::before {
    top: 0;
    right: -25px;
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARBJREFUeNpiFBbgY4ACNiDOAOJIINaFil0G4uVAPAOIfzFgAUxQWhqITwKxMxBXAbE4FIPYLlA5aWwGMAJdwA5VsBqIWxmwg2ogDgNiMyD+iSzBzMXBngWkRYA4iwE3OAzEXkAsBLUMxQtRQNzPQBj0Q8MHwws/oS74TMAAHiB+DsS82AKRGMAIxCzYYuEcEJsQYQBIzSVsBiwD4iIiDCgE4jnYDJgFxLLQqGLAE42+QCyDLgGKxr9AejMQt0Cj6iUQv4GmTGsgngTEmVD19tCwOIAcC9iSsg406d4A4vlALA/ENUgWNwJxA7oBhABIQz26ISAvEGvAAajzHaB8EM1IigHYDDnIwkA6aEBmAwQYAPXHLGjiIOuUAAAAAElFTkSuQmCC);
    transition: all .3s ease-in-out;
    z-index: 10
}

.search-box .search-wrap.active .inpt-dark {
    color: #13100e;
    background: #dcd9d5;
    transition: background .3s ease-in-out
}

.search-box .search-wrap.active::before {
    transform: rotateY(180deg);
    transition: all .3s ease-in-out
}

.pagination-box ul {
    overflow: hidden
}

.pagination-box ul li {
    float: left;
    margin: 0 5px 0 0
}

.pagination-box ul li a {
    display: block;
    width: 32px;
    color: #fdc061;
    border: 1px solid #302d28;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    text-decoration: none
}

.pagination-box ul li a.active {
    color: #dcd9d5;
    background: #302d28;
    pointer-events: none
}

.pagination-box ul li a:hover {
    background: #181714
}

.acc-section {
    padding: 0 0 0 30px
}

.acc-title {
    position: relative;
    padding: 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #fdc061;
    cursor: pointer
}

.icon-acc-title {
    cursor: pointer
}

.icon-acc-title::before {
    position: absolute;
    top: 50%;
    left: -30px;
    content: "";
    transform: translateY(-50%);
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2848px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 18px;
    width: 18px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-acc-title::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2779px;
        height: 18px;
        width: 18px
    }
}

.icon-acc-title.is-active {
    cursor: pointer
}

.icon-acc-title.is-active::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2366px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 18px;
    width: 18px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-acc-title.is-active::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2309px;
        height: 18px;
        width: 18px
    }
}

.acc-text {
    height: 0;
    line-height: 22px;
    overflow: hidden
}

.acc-text_inner {
    padding: 20px 0 0 0
}

.acc-text_inner p {
    margin: 0 0 15px 0
}

.header-box__lang-box,
.header-box__lang-box-auth {
    float: right;
    margin: 10px 0 0 0
}

.header-box__lang-box-auth {
    margin: 7px 0 0 0
}

.lang-box {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 16px;
    z-index: 215
}

.lang-select {
    position: relative;
    display: block;
    height: 16px
}

.lang-select::after {
    position: absolute;
    top: 7px;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #797979 transparent transparent transparent
}

.lang-list {
    position: absolute;
    left: 0;
    top: 35px;
    width: 105px;
    padding: 3px 0 0 0;
    background: #13100e;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.lang-list__item {
    position: relative;
    padding: 0 20px 5px 35px
}

.lang-list__item:hover {
    transition: all .1s ease-in-out;
    opacity: .7
}

.lang-list__link {
    color: #fdc061;
    text-decoration: none
}

.br-icon::before,
.da-icon::before,
.de-icon::before,
.en-icon::before,
.es-icon::before,
.fr-icon::before,
.it-icon::before,
.no-icon::before,
.pl-icon::before,
.pt-icon::before,
.ru-icon::before,
.sv-icon::before,
.zh-icon::before {
    position: absolute;
    top: 0;
    left: 3px;
    content: ""
}

.ru-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3152px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .ru-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3073px;
        height: 16px;
        width: 24px
    }
}

.en-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1190px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .en-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1161px;
        height: 16px;
        width: 24px
    }
}

.da-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1120px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .da-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1094px;
        height: 16px;
        width: 24px
    }
}

.de-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1138px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .de-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1111px;
        height: 16px;
        width: 24px
    }
}

.es-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1410px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .es-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1377px;
        height: 16px;
        width: 24px
    }
}

.fr-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1551px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .fr-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1513px;
        height: 16px;
        width: 24px
    }
}

.it-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1851px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .it-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1806px;
        height: 16px;
        width: 24px
    }
}

.no-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2554px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .no-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2492px;
        height: 16px;
        width: 24px
    }
}

.pl-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2796px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .pl-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2729px;
        height: 16px;
        width: 24px
    }
}

.pt-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2948px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .pt-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2875px;
        height: 16px;
        width: 24px
    }
}

.sv-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3510px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .sv-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3425px;
        height: 16px;
        width: 24px
    }
}

.zh-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -4188px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .zh-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -4085px;
        height: 16px;
        width: 24px
    }
}

.lang-box.is-active .lang-select {
    opacity: .5
}

.lang-box.is-active .lang-select::after {
    transform: rotate(-180deg)
}

.lang-box.is-active .lang-list {
    top: 31px;
    transition: all .5s ease-in-out;
    visibility: visible;
    opacity: 1
}

.last-articles-box h3 {
    padding: 0 0 20px 0
}

.last-articles-box ul li {
    padding: 0 0 15px 0;
    line-height: 20px;
    line-height: 2rem
}

.last-articles-box ul li a {
    color: #fdc061;
    text-decoration: none
}

.bottom-box {
    position: fixed;
    width: 100%;
    background: #fdc061;
    transition: all .1s ease-in-out;
    z-index: 100
}

.game-last-view {
    position: relative;
    padding: 2px 0
}

.game-last-view__title {
    position: absolute;
    top: -29px;
    left: 0;
    padding: 5px 55px 5px 10px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #13100e;
    background: #fdc061;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem
}

.game-last-view__title::before {
    position: absolute;
    top: 13px;
    right: 15px;
    height: 7px;
    width: 7px;
    content: "";
    transform: rotate(45deg);
    transform-origin: center center;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: -3px
}

.game-last-view__title.active::before {
    top: 10px;
    transform: rotate(-135deg)
}

.game-last-list {
    text-align: center
}

.game-last-list__item {
    display: inline-block;
    padding: 4px 3px 0 3px;
    box-sizing: border-box
}

.game-last-list__link {
    display: block;
    transform: scale(1);
    transition: all .1s ease-in-out
}

.game-last-list__link:hover {
    transform: scale(.9);
    transition: all .1s ease-in-out
}

.game-last-list__img {
    display: block;
    width: 135px;
    height: 90px;
    border: 2px solid #13100e;
    box-sizing: border-box
}

.game-last-list__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #302d28;
    color: #dcd9d5;
    text-transform: uppercase;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    font-size: 10px;
    font-size: 1rem
}

.notification-box {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    padding: 10px 10px 20px 10px;
    color: #13100e;
    text-align: center;
    border-radius: 15px;
    box-sizing: border-box;
    z-index: 9999
}

.content .notification-box .sub-title,
.notification-box .content .sub-title,
.notification-box .title {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem
}

.notification-box .text {
    padding: 10px 0 0 0
}

.notification-box .text a {
    color: #13100e
}

.notification-box.active {
    display: block
}

.notification-box.notification-success {
    background: #3daa45
}

.notification-box.notification-error {
    background: #e50000
}

.notification-box.notification-system {
    background: #fdc061
}

.notification-box .close-icon {
    position: absolute;
    top: 10px;
    right: 10px
}

.provider-box {
    float: left;
    width: 240px
}

.provider-box .jcf-scrollbar {
    top: -2px
}

.provider-box .jcf-scrollbar .jcf-scrollbar-handle {
    border-radius: 10px;
    background: #fdc061
}

.provider-box .jcf-scrollbar-vertical {
    background: 0 0
}

.provider-box .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    left: 3px;
    width: 8px
}

.provider-box .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.provider-box .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: 0 0
}

.provider-box .jcf-scrollbar-vertical .jcf-scrollbar-dec::before,
.provider-box .jcf-scrollbar-vertical .jcf-scrollbar-inc::before {
    position: absolute;
    left: 3px;
    content: ""
}

.provider-box .jcf-scrollbar-vertical .jcf-scrollbar-dec::before {
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #fdc161 transparent
}

.provider-box .jcf-scrollbar-vertical .jcf-scrollbar-inc::before {
    bottom: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #fdc161 transparent transparent transparent
}

.preloader-wrapp {
    position: relative
}

.preloader-wrapp__bottom-page {
    width: 100%;
    height: 100px;
    clear: both
}

.preloader-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9999
}

.preloader-box:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    content: "";
    background: url(../images/preloader.gif) no-repeat;
    z-index: 9999
}

.preloader-wrapp__game-page-race,
.preloader-wrapp__tournament-race-page {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%)
}

.preloader-box__tournament {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #302d28;
    opacity: .8;
    z-index: 10
}

.btn-preloader::before,
.form-elem-preloader,
.header-preloader-small {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    fill: #fff;
    width: 30px;
    height: 30px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSczMHB4JyBoZWlnaHQ9JzMwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXNwaW4iPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MCA1MCkiPjxnIHRyYW5zZm9ybT0icm90YXRlKDApIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZGMwNjEiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBmcm9tPSIxLjUiIHRvPSIxIiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmRjMDYxIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC4xMnMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuMTJzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg5MCkgdHJhbnNsYXRlKDM0IDApIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iOCIgZmlsbD0iI2ZkYzA2MSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZnJvbT0iMSIgdG89IjAuMSIgYmVnaW49IjAuMjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjI1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMTM1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmRjMDYxIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC4zN3MiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuMzdzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgxODApIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZGMwNjEiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwLjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgyMjUpIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZGMwNjEiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwLjYycyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBmcm9tPSIxLjUiIHRvPSIxIiBiZWdpbj0iMC42MnMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDI3MCkgdHJhbnNsYXRlKDM0IDApIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iOCIgZmlsbD0iI2ZkYzA2MSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZnJvbT0iMSIgdG89IjAuMSIgYmVnaW49IjAuNzVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjc1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzE1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmRjMDYxIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC44N3MiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuODdzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48L2c+PC9zdmc+)
}

.form-elem-preloader {
    z-index: 10
}

.btn-preloader::before {
    content: "";
    z-index: 10
}

.breadcrumbs-box {
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    color: #797979;
    border-bottom: 1px solid #3d3d3d
}

.breadcrumbs-list__item {
    float: left;
    margin: 0 15px 0 0
}

.breadcrumbs-list__item::after {
    padding: 0 0 0 15px;
    vertical-align: middle;
    content: ">"
}

.breadcrumbs-list__item:last-child::after {
    content: ""
}

.breadcrumbs-list__link {
    color: #fdc061
}

.game-item {
    position: relative;
    padding: 2px;
    background: #302d28
}

.game-item__image {
    display: block;
    width: 100%;
    height: auto
}

.game-item__title {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 7% 0 0 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    color: #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem
}

.game-item__title_mobile {
    position: relative;
    width: 100%;
    height: 24px;
    padding: 5px 0 5px 25px;
    font-size: 10px;
    font-size: 1rem
}

.game-item__link {
    display: block
}

.favorite-icon {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3492px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 16px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .favorite-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3408px;
        height: 16px;
        width: 16px
    }
}

.favorite-icon_mobile {
    left: 6px;
    bottom: 6px
}

.favorite-icon.is-active {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3474px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 16px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .favorite-icon.is-active {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3391px;
        height: 16px;
        width: 16px
    }
}

.game-jackpot {
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background: #fdc061
}

.game-jackpot__title {
    position: relative;
    margin: 0 auto;
    width: 87%
}

.game-jackpot__title::after,
.game-jackpot__title::before {
    position: absolute;
    content: "";
    z-index: 1
}

.game-jackpot__title::before {
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #13100e
}

.game-jackpot__title::after {
    left: 50%;
    margin: 0 0 0 -40px;
    width: 80px;
    height: 14px;
    background-color: #fdc061
}

.game-jackpot__image {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 60px;
    height: 14px;
    margin: 0 0 0 -30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAOCAYAAABzTn/UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAu1JREFUeNrcl1uIjVEUx7/DuBxzYjJJ41LygKRkTO5lGLfyoDTKCxqJJilFIR48SLk+kRB5MGoKDSkl90vuMyi3UDSdHHdjZow55sz4r/p/tSx7n/PNE/nXr/3t/e2z97f2XmvtfWKFBb0DoyngGp9jqj0OPrE8AirUuzHgLOhvxsqA+2C8GbcANILrYCI4DeaBc2Bm8Ke+gmXgBKgC5aC76dMM1oGr4FHgURdHWy+WraZ9Mo0VzTDvSmjse36wUAm6gnGeuVfR2BSNEaVZVqlxbnOBStSGiLGHwAqwHlwG+WAO+AyqwUnwkb+ROV6BZJ7jQ7qx/GHaw5VvAoPACPCMbeE4YvB5z++1ZHG2gA6wFHww7+vVOKvNHC0sxXMOKI8ppUcmwUK2nwFz6ZEbfDvskxjcBo6yXubo06Geb4G+/BirPSAB9jIUoijfeEEUpaO4tEv9wGhQBy6ybZbDK7Rkcb6ABs/itYPdnvkGgqGgUO1sNn03ixIYb+i0wWXsewPcZdtUxqiO+/aI41VzvP0mMYZaxJiTGJxtdquNZUL1/2ncPuhM0gr1TT2XspSs+pqx2seRkBpNkrsHHjjGrmScyk6vNV4hOgyKwEgmKem3WWXjQC12FPUMsqxI3BGPocHFYJqabDq46ZlEYnesx6XF1ZcwMUnyusTFaVYnRIpEUSbH+x7ZdtiebwPAcD6v4c7VmzgOD/MhYB+oAdtUVndJjNzJ+Y4ZF42iuHpucri5U3mMo0lM5Y8dfcLdPc4+Ge7sBTCBieIOeMgzUOL5Kc/GFA0L6NrDzG5sovsmaPguZu13Wb45ybKc3y/zDva4edpl8HLPbrc64jejzsCN4AkTVQ3JJtmFF6ZNks1zVZcFq80xzkr2kUvLYt4JfGpxGRxKrn8LwHzW36gjZyuvdaEa2PY3JNfb7apexORZzISa06VDHVSGyvm4g/WK4N/WW3CKBI779W+K4c/DS7pb+KPa4P/SKF5grkjllwADADCzpyMCCYH8AAAAAElFTkSuQmCC);
    z-index: 10
}

.game-jackpot__total {
    position: relative;
    padding: 15px 0 0 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #13100e;
    font-size: 28px;
    font-size: 2.8rem
}

.icon-tape-cup-yggdrasil,
.icon-tape-free,
.icon-tape-hot,
.icon-tape-new,
.icon-tape-top,
.icon-tape-tournament {
    position: absolute;
    top: 2px;
    left: 2px
}

.icon-tape-new {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2441px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 77px;
    width: 77px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-tape-new {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2381px;
        height: 77px;
        width: 77px
    }
}

.icon-tape-free {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1569px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 77px;
    width: 77px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-tape-free {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1530px;
        height: 77px;
        width: 77px
    }
}

.icon-tape-tournament {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3673px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 77px;
    width: 77px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-tape-tournament {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3584px;
        height: 77px;
        width: 77px
    }
}

.icon-tape-top {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3594px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 77px;
    width: 77px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-tape-top {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3506px;
        height: 77px;
        width: 77px
    }
}

.icon-tape-cup-yggdrasil {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -898px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 80px;
    width: 79px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-tape-cup-yggdrasil {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -875px;
        height: 80px;
        width: 79px
    }
}

.icon-tape-hot {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1710px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 77px;
    width: 77px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-tape-hot {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1668px;
        height: 77px;
        width: 77px
    }
}

.game-item.is-active .game-hover {
    transform: scale(1);
    transition: all .1s ease-in-out
}

.game-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(19, 16, 14, .8);
    transform: scale(0);
    transition: all .1s ease-in-out;
    z-index: 15
}

.game-hover__btn-box {
    padding: 5% 0 0 0;
    position: relative;
    text-align: center
}

.game-hover__btn-demo,
.game-hover__btn-onmoney {
    white-space: nowrap
}

.game-hover__btn-onmoney {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0
}

@media screen and (max-width:1300px) {
    .game-hover__btn-onmoney {
        font-size: 12px
    }
}

@media screen and (max-width:1180px) {
    .game-hover__btn-onmoney {
        font-size: 10px
    }
}

@media screen and (max-width:1100px) {
    .game-hover__btn-onmoney {
        font-size: 8px
    }
}

@media screen and (max-width:992px) {
    .game-hover__btn-onmoney {
        font-size: 13px
    }
}

@media screen and (max-width:820px) {
    .game-hover__btn-onmoney {
        font-size: 11px
    }
}

@media screen and (max-width:768px) {
    .game-hover__btn-onmoney {
        font-size: 14px
    }
}

@media screen and (max-width:680px) {
    .game-hover__btn-onmoney {
        font-size: 12px
    }
}

@media screen and (max-width:620px) {
    .game-hover__btn-onmoney {
        font-size: 10px
    }
}

@media screen and (max-width:540px) {
    .game-hover__btn-onmoney {
        font-size: 14px
    }
}

@media screen and (max-width:450px) {
    .game-hover__btn-onmoney {
        font-size: 12px
    }
}

@media screen and (max-width:400px) {
    .game-hover__btn-onmoney {
        font-size: 10px
    }
}

@media screen and (max-width:340px) {
    .game-hover__btn-onmoney {
        font-size: 10px
    }
}

.game-hover__btn-demo {
    display: inline-block;
    margin: 6% 0 0 0
}

.game-disabled {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 50px;
    background: rgba(19, 16, 14, .9);
    color: #797979;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
    z-index: 15
}

.game-disabled-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.game-disabled-text {
    display: table-cell;
    vertical-align: middle
}

.live-game-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    overflow: hidden
}

.game-item__human {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 95%;
    height: auto
}

.live-game-box__dealer,
.live-game-box__name,
.live-game-box__title,
.live-game-box__value {
    padding: 0 0 0 5.3%
}

.live-game-box__name {
    padding: 4.167% 0 0 5.3%;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem
}

.live-game-box__dealer {
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem
}

.live-game-box__title {
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem
}

.live-game-box__value {
    margin: -3px 0 0 0;
    color: #fdc061;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem
}

.live-bottom-box {
    position: absolute;
    bottom: 10px;
    left: 2px;
    right: 2px;
    height: 40px;
    background: rgba(19, 16, 14, .6);
    overflow: hidden
}

.live-bottom-box__left,
.live-bottom-box__right {
    width: 48%;
    box-sizing: border-box
}

.live-bottom-box__left {
    float: left;
    padding: 0 0 0 10px;
    text-transform: uppercase
}

.live-bottom-box__right {
    float: right;
    padding: 0 10px 0 0;
    text-align: right
}

.live-btn {
    width: auto;
    padding: 0 10px
}

.live-seats-available {
    font-size: 10px;
    font-size: 1rem
}

.have-seats__active,
.have-seats__total,
.no-seats {
    font-size: 18px;
    font-size: 1.8rem
}

.have-seats__total {
    color: #797979
}

.no-seats {
    font-weight: 700;
    color: #e50000
}

.payment-box {
    display: table;
    width: 100%;
    padding: 0 0 10px 0;
    text-align: center
}

.payment-box__item {
    display: table-cell;
    width: 1%;
    margin: 0 5px;
    height: 40px;
    vertical-align: top
}

.payment-box__link {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 9px;
    font-size: .9rem
}

.payment-box__link::before {
    position: absolute;
    left: 0;
    top: 0;
    content: ""
}

.payment-box__text {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -44px;
    padding: 30px 0 0 0;
    width: 88px;
    color: #302d28;
    transition: all .1s ease-in-out;
    font-size: 13px;
    font-size: 1.3rem
}

.payment-box .visa-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3832px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 47px;
    width: 49px;
    margin: -23.5px 0 0 -24.5px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .payment-box .visa-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3739px;
        height: 47px;
        width: 48.5px
    }
}

.payment-box .maestro-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2180px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 40px;
    width: 67px;
    margin: -20px 0 0 -33.5px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .payment-box .maestro-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2128px;
        height: 40px;
        width: 67.5px
    }
}

.payment-box .qiwi-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2983px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 46px;
    width: 44px;
    margin: -23px 0 0 -22px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .payment-box .qiwi-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2908px;
        height: 46.5px;
        width: 44px
    }
}

.payment-box .webmoney-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3968px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 45px;
    width: 45px;
    margin: -22.5px 0 0 -22.5px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .payment-box .webmoney-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3871px;
        height: 45px;
        width: 45px
    }
}

.payment-box .yandex-wallet-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -4047px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 43px;
    width: 38px;
    margin: -21.5px 0 0 -19px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .payment-box .yandex-wallet-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3948px;
        height: 43px;
        width: 38px
    }
}

.payment-box .skrill-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3170px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 26px;
    width: 76px;
    margin: -13px 0 0 -38px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .payment-box .skrill-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3090px;
        height: 26px;
        width: 76px
    }
}

.payment-box .neteller-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2386px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 19px;
    width: 107px;
    margin: -9.5px 0 0 -53.5px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .payment-box .neteller-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2328px;
        height: 19.5px;
        width: 107.5px
    }
}

.change-points__article-left {
    float: left;
    width: 50%;
    margin: 0 20px 20px 0
}

.change-points-box {
    min-height: 350px;
    padding: 35px 50px 10px 50px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    background: #302d28;
    border-radius: 15px;
    box-sizing: border-box
}

.change-points__wrap {
    position: relative
}

.change-points__title {
    padding: 0 0 5px 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    word-spacing: 3px;
    font-size: 20px;
    font-size: 2rem
}

.change-points__title span {
    color: #fdc061
}

.change-points-form-box {
    margin: 40px 0 25px 0
}

.change-points-row {
    margin: 0 0 15px 0;
    overflow: hidden
}

.change-points-text,
.change-points-val {
    float: left;
    box-sizing: border-box
}

.change-points-text {
    width: 51.28%;
    line-height: 28px
}

.change-points-val {
    width: 48.72
}

.change-points-val__price {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    font-size: 2rem
}

.change-points__effect {
    animation: .5s zommy
}

.inpt.inpt__change-points,
.inpt__change-points.inpt-dark,
.inpt__change-points.textarea-custome {
    width: 120px;
    text-align: center
}

.change-points-btn-box {
    margin: 20px 0 0 0;
    text-align: center
}

.change-points-btn-box .btn {
    width: auto
}

.change-points-btn-box .btn-transparent {
    padding: 5px 25px
}

.change-points__notice,
.change-points__notice2 {
    color: #797979
}

.change-points__notice2 {
    margin: 20px 0 0 0;
    text-align: center
}

.change-points__highlights {
    color: #ededed;
    transition: all .2s ease-in-out
}

.change-points-default-box {
    position: relative;
    z-index: 5
}

.change-points-popup-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 290px;
    background: rgba(48, 45, 40, .95);
    text-align: center;
    z-index: 10
}

.change-points__table {
    display: table;
    width: 100%;
    height: 100%
}

.change-points__table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.change-points-complete-box,
.change-points-confirm-box,
.change-points-error-box {
    visibility: hidden;
    opacity: 0
}

.change-points-complete-box.is-active,
.change-points-confirm-box.is-active,
.change-points-error-box.is-active {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s ease-in-out
}

.change-points-confirm-box .btn {
    width: auto
}

.change-points-confirm-box .btn-green {
    width: 50%
}

.change-points-confirm-box .btn-box-center {
    padding: 0 0 10px 0
}

.change-points__message {
    padding: 0 0 20px 0;
    font-size: 20px;
    font-size: 2rem
}

.withdrawal-header {
    margin: 0 0 15px 0
}

.withdrawal-header .jcf-select-withdrawal-select {
    width: 80px;
    min-width: 80px
}

.withdrawal-title {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 28px
}

.winners-title {
    padding: 0 0 10px 0;
    text-align: center;
    color: #ededed;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem
}

.winner-list__item {
    padding: 10px 0;
    border-bottom: 1px solid #13100e;
    transition: filter .2s ease-in-out
}

.winner-list__item:last-child {
    border-bottom: none
}

.winner-list__item-new {
    filter: blur(3px)
}

.winner-list-box {
    overflow: hidden
}

.winner-list-box__left {
    float: left;
    width: 75px
}

.winner-list-box__right {
    float: right;
    width: 155px;
    padding: 0 0 0 5px;
    box-sizing: border-box
}

.winner-list-box__image {
    display: block;
    width: 75px;
    height: 50px
}

.winner-list-box__game-name,
.winner-list-box__user {
    font-size: 10px;
    font-size: 1rem
}

.winner-list-box__user {
    color: #fff
}

.winner-list-box__win {
    padding: 0 0 5px 0;
    color: #3daa45;
    font-size: 14px;
    font-size: 1.4rem
}

.winner-list-box__game-name {
    color: #fdc061
}

.page-info-box {
    padding: 35px 0 0 0
}

.title-info-box {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem
}

.header {
    position: relative;
    padding: 15px 0;
    background: #13100e;
    z-index: 110
}

.header-wrapp {
    position: relative
}

.logo {
    position: relative;
    display: block;
    background-image: url(images-list-s5c52c68e93.png);
    background-position: 0 -2138px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 40px;
    width: 255px;
    z-index: 215
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .logo {
        background-image: url(images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2087px;
        height: 40px;
        width: 255px
    }
}

.header-btn-box {
    position: relative;
    float: right;
    width: 290px;
    overflow: hidden;
    z-index: 210
}

.header-register-btn {
    float: right;
    width: 165px;
    margin: 0 1.764705882352941% 0 0;
    border-radius: 0 50px 50px 0
}

.header-auth-btn {
    position: relative;
    float: right;
    width: 110px;
    margin: 0 2px 0 0;
    border-radius: 50px 0 0 50px
}

.header-auth-btn_lang-sv {
    font-size: 10px;
    font-size: 1rem
}

.header-balance-link,
.header-bonus-link,
.header-email-link,
.header-exit-link,
.header-messages-link,
.header-user-name {
    float: right;
    overflow: hidden
}

.header-balance-link,
.header-bonus-link,
.header-email-link,
.header-messages-link {
    margin: 0 10px 0 0
}

.header-exit-link {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 0 0 15px;
    background: #fdc061;
    border: 1px solid #fdc061;
    border-radius: 30px;
    box-sizing: border-box
}

.header-exit-link .exit-icon {
    position: absolute;
    top: 7px;
    left: 6px;
    width: 16px;
    height: 16px;
    fill: #13100e
}

.header-exit-link:hover {
    border: 1px solid #fdc061;
    background: 0 0
}

.header-exit-link:hover .exit-icon {
    fill: #fdc061
}

.header-balance-link {
    padding: 0 15px;
    background: #302d28;
    border-radius: 0 30px 30px 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    line-height: 30px;
    color: #fdc061;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem
}

.header-user-name {
    margin: 0 2px 0 0;
    padding: 0 15px;
    background: #302d28;
    border-radius: 30px 0 0 30px;
    color: #ededed;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem
}

.header-user-name:hover {
    color: #ededed
}

.header-bonus-link.is-active {
    border: 1px solid #fdc061
}

.header-bonus-link,
.header-email-link,
.header-messages-link {
    position: relative;
    width: auto;
    height: 31px;
    background: #302d28;
    box-sizing: border-box;
    font-weight: 400;
    overflow: hidden
}

.header-bonus-link .bonus-icon,
.header-bonus-link .calendar-icon,
.header-bonus-link .email-icon,
.header-email-link .bonus-icon,
.header-email-link .calendar-icon,
.header-email-link .email-icon,
.header-messages-link .bonus-icon,
.header-messages-link .calendar-icon,
.header-messages-link .email-icon {
    position: absolute;
    left: 8px;
    fill: #fdc061
}

.header-bonus-link .email-icon,
.header-email-link .email-icon,
.header-messages-link .email-icon {
    top: 9px;
    width: 16px;
    height: 12px
}

.header-bonus-link .calendar-icon,
.header-email-link .calendar-icon,
.header-messages-link .calendar-icon {
    top: 4px;
    width: 16px;
    height: 22px
}

.header-bonus-link .bonus-icon,
.header-email-link .bonus-icon,
.header-messages-link .bonus-icon {
    top: 2px;
    width: 16px;
    height: 22px
}

.header-bonus-link .bonus-icon.is-animate,
.header-email-link .bonus-icon.is-animate,
.header-messages-link .bonus-icon.is-animate {
    animation: 1s tada infinite
}

.header-count-notification {
    display: block;
    padding: 0 0 0 15px;
    line-height: 30px;
    color: #fdc061
}

.count-notification {
    color: #e50000
}

.count-notification.is-empty {
    color: #fdc061
}

.content {
    padding-top: 40px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem
}

.content p {
    margin: 15px 0 30px 0;
    line-height: 1.5
}

.content .cols-9 {
    padding: 0 20px 0 0
}

.content .cols-3 {
    padding: 0 0 0 20px
}

.content-toggle {
    position: relative;
    height: 200px;
    overflow: hidden
}

.content-fade-out {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEwMGUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #13100e 100%)
}

.content-toggle-btn-box {
    text-align: right
}

.content-toggle-btn {
    cursor: pointer;
    color: #fdc061;
    text-decoration: underline
}

.content-toggle-btn:hover {
    text-decoration: none
}

.content-top-box {
    position: relative;
    padding: 0 8px
}

.provider-search-box {
    padding: 15px 0 0 0
}

.main-content .search-box {
    float: right;
    width: 235px;
    overflow: hidden
}

.content .sub-title,
.content .title {
    padding: 0 0 20px 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #ededed
}

.content .sub-title {
    color: #fdc061
}

.main-content .last-articles-box {
    padding: 0 0 10px 0
}

.main-content .separate {
    margin: 0 0 20px 0
}

.close-icon {
    display: block;
    width: 16px;
    height: 16px;
    opacity: 1;
    cursor: pointer;
    transition: all .1s ease-in-out;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -758px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 16px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .close-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -738px;
        height: 16px;
        width: 16px
    }
}

.close-icon:hover {
    opacity: .2;
    transition: all .1s ease-in-out
}

.row {
    position: relative;
    box-sizing: border-box
}

.row:before {
    display: table;
    content: ""
}

.row:after,
.row:before {
    box-sizing: border-box
}

.cols-1,
.cols-10,
.cols-11,
.cols-12,
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9 {
    float: left;
    position: relative;
    box-sizing: border-box
}

.cols-1 {
    width: 8.33333%
}

.cols-2 {
    width: 16.66666%
}

.cols-3 {
    width: 25%
}

.cols-4 {
    width: 33.33333%
}

.cols-5 {
    width: 41.66666%
}

.cols-6 {
    width: 50%
}

.cols-7 {
    width: 58.33333%
}

.cols-8 {
    width: 66.66666%
}

.cols-9 {
    width: 75%
}

.cols-10 {
    width: 83.33333%
}

.cols-11 {
    width: 91.66666%
}

.cols-12 {
    width: 100%
}

.inpt,
.inpt-dark,
.textarea-custome {
    position: relative;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    border: none;
    line-height: 1;
    color: #000;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    z-index: 5
}

.inpt[disabled=disabled],
[disabled=disabled].inpt-dark,
[disabled=disabled].textarea-custome {
    height: 34px;
    background: #797979
}

.inpt-dark {
    background: #302d28;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem
}

.form-line {
    position: relative;
    padding: 0 0 15px 0;
    font-size: 13px;
    font-size: 1.3rem
}

.form-box {
    width: 480px;
    margin: 0 auto
}

.form-elem-wrap {
    position: relative;
    width: 100%;
    display: inline-block
}

.form-elem-wrap::before {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    content: "";
    padding: 3px;
    border-radius: 5px;
    border: 2px solid #fdc061;
    opacity: 0
}

.form-elem-wrap .label {
    position: absolute
}

.form-elem-wrap.active::before {
    opacity: 1;
    animation: rubberBand .5s
}

.form-elem-wrap.error-border::before {
    opacity: 1;
    border: 2px solid #e50000
}

.form-elem-wrap.select-border::before {
    border-bottom: none
}

.form-elem-wrap.select-border.error:before {
    border: 2px solid #e50000
}

.error {
    -webkit-transform: translateZ(0)
}

.jcf-disabled .jcf-select-opener {
    border-color: #999 transparent transparent
}

.jcf-checkbox {
    width: 12px;
    height: 12px;
    border-radius: 1px
}

.jcf-checkbox span {
    width: 15px;
    height: 8px;
    border: 3px solid #fdc061;
    border-width: 0 0 3px 3px;
    opacity: 0
}

.jcf-checkbox::before {
    content: "";
    opacity: 0
}

.jcf-checkbox.jcf-checked {
    position: relative;
    z-index: 1
}

.jcf-checkbox.jcf-checked::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -27px 0 0 -27px;
    border-radius: 50%;
    border: 2px solid #fdc061;
    animation: circleOut .3s;
    content: ""
}

.jcf-checkbox.jcf-checked span {
    opacity: 1
}

:root .jcf-checkbox span {
    margin: -11px 0 0 -8px;
    box-shadow: -1px 3px 2px #000
}

.jcf-radio {
    width: 12px;
    height: 12px
}

.jcf-radio span {
    background: #13100e
}

.jcf-radio.jcf-unchecked {
    position: relative;
    z-index: 10
}

.jcf-radio::before {
    content: "";
    opacity: 0;
    z-index: 1
}

.jcf-radio.jcf-checked {
    position: relative;
    z-index: 5
}

.jcf-radio.jcf-checked::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -27px 0 0 -27px;
    border-radius: 50%;
    border: 2px solid #fdc061;
    animation: circleOut .3s;
    content: "";
    z-index: 1
}

.jcf-radio.jcf-checked span {
    opacity: 1
}

.jcf-select {
    width: 100%;
    height: 30px;
    margin: 0;
    border: none;
    border-radius: 3px;
    color: #000
}

.jcf-select .jcf-select-text {
    line-height: 30px
}

.jcf-select .jcf-select-opener {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -2px 0 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #000 transparent transparent transparent
}

.jcf-select .jcf-select-drop {
    left: 0;
    border: none
}

.jcf-select .jcf-select-drop .jcf-select-drop-content {
    border: none
}

.jcf-select .jcf-list-box .jcf-selected,
.jcf-select .jcf-select-drop .jcf-hover {
    background: #fdc061
}

.jcf-select.jcf-drop-active {
    border-radius: 3px 3px 0 0
}

.select-wrap-dark .jcf-list,
.select-wrap-dark .jcf-select {
    background: #302d28;
    color: #fdc061
}

.select-wrap-dark .jcf-option {
    color: #fdc061
}

.select-wrap-dark .jcf-option.jcf-hover {
    color: #302d28
}

.select-wrap-dark .jcf-select-opener {
    border-color: #fdc061 transparent transparent
}

.jcf-scrollbar {
    border: 1px solid #302d28
}

.jcf-scrollbar .jcf-scrollbar-slider {
    background: #13100e
}

.jcf-scrollbar .jcf-scrollbar-handle {
    top: 1px;
    height: 12px;
    background: #ededed;
    border-radius: 10px
}

.jcf-scrollbar .jcf-scrollbar-handle:hover {
    background: #797979
}

.jcf-scrollbar-horizontal {
    background: #13100e
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    margin: 1px 0 0 0;
    width: 12px;
    height: 12px;
    background: #13100e
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec::before,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc::before {
    position: absolute;
    top: 3px;
    content: ""
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec::before {
    left: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #ededed transparent transparent
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc::before {
    right: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #ededed
}

.textarea-custome {
    padding: 5px 10px;
    width: 100%;
    height: 100%;
    line-height: 16px;
    resize: none;
    font-size: 13px;
    font-size: 1.3rem
}

.jcf-file {
    background: 0 0
}

.jcf-file .jcf-upload-button {
    margin: 0 0 0 10px;
    color: #fdc061;
    border: 1px solid #fdc061;
    border-radius: 25px;
    background: 0 0;
    text-transform: capitalize
}

.nav-wrapp {
    position: relative;
    background: #302d28;
    z-index: 100
}

.nav-wrapp-auth {
    overflow: hidden
}

.btn-header-cash {
    display: block;
    width: auto;
    height: 40px;
    padding: 0 40px;
    box-shadow: 0 0 50px #000
}

.nav-general__item {
    float: left;
    text-align: center;
    border-right: 1px solid #000
}

.nav-general__item:last-child {
    border-right: none
}

.nav-general__item_cash {
    float: right
}

.nav-general__link {
    display: block;
    padding: 10px 35px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    color: #fdc061;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .1s ease-in-out;
    font-size: 14px;
    font-size: 1.4rem
}

.nav-general__link.is-active {
    color: #000;
    background: #fdc061;
    pointer-events: none
}

.nav-general__link:hover {
    transition: all .1s ease-in-out;
    background: rgba(253, 192, 97, .1)
}

.nav-general-lottery {
    margin: 0 0 0 5px;
    padding: 0 5px;
    height: 20px;
    background: #3daa45;
    color: #13100e;
    font-weight: 700;
    letter-spacing: 0;
    border-radius: 20px
}

.nav-category {
    position: relative
}

.nav-category-list {
    display: table;
    width: 100%
}

.nav-category-list__item {
    display: table-cell;
    position: relative;
    width: 1%;
    text-align: center;
    overflow: hidden
}

.nav-category-list__item:first-child a {
    margin-left: 0
}

.nav-category-list__item:last-child a {
    margin-right: 0
}

.nav-category__scroll {
    -webkit-overflow-scrolling: touch
}

.nav-category__wrapp {
    position: relative;
    padding: 10px 0 0 0;
    height: 81px;
    overflow: hidden
}

.nav-category__wrapp::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #fdc061;
    z-index: 10
}

.nav-category-desktop-only {
    padding: 0 0 20px 0
}

.nav-category-desktop-only .nav-category__scroll {
    overflow: hidden
}

.nav-category .nav-category__scroll {
    top: 10px;
    transition: top .2s ease-in-out
}

.nav-category .nav-category__wrapp {
    transition: height .2s ease-in-out
}

.nav-category.is-active .nav-category__scroll {
    top: 15px;
    transition: top .2s ease-in-out
}

.nav-category.is-active .nav-category__wrapp {
    transition: height .2s ease-in-out
}

.nav-category-arrow {
    display: none;
    position: absolute;
    right: 0;
    bottom: -5px;
    padding: 5px 40px 5px 10px;
    background: #302d28;
    border-radius: 0 0 5px 5px;
    color: #fdc061;
    text-align: center;
    cursor: pointer;
    z-index: 10
}

.nav-category-arrow__text {
    position: relative
}

.nav-category-arrow.is-show {
    display: block
}

.nav-category-arrow__text::before {
    position: absolute;
    top: 5px;
    right: -30px;
    content: "";
    transition: all .2s ease-in-out;
    transform: rotate(0);
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -51px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 8px;
    width: 16px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .nav-category-arrow__text::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -49px;
        height: 8px;
        width: 16px
    }
}

.nav-category-arrow.is-active .nav-category-arrow__text::before {
    transition: all .2s ease-in-out;
    transform: rotate(-180deg);
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -51px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 8px;
    width: 16px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .nav-category-arrow.is-active .nav-category-arrow__text::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -49px;
        height: 8px;
        width: 16px
    }
}

.nav-category-desktop-only.is-active .nav-category__link.is-active {
    border-bottom: 1px solid #fdc061;
    border-radius: 10px
}

.nav-category-desktop-only.is-active .nav-category__link:hover {
    border-radius: 10px
}

.nav-category__link {
    display: block;
    position: relative;
    height: 81px;
    margin: 0 5px;
    padding: 1px;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    color: #fdc061;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    font-size: 10px;
    font-size: 1rem
}

.nav-category__link .cat-text {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%
}

.nav-category__link:hover {
    background: #fdc061
}

.nav-category__link:hover .cat-text {
    color: #13100e
}

.nav-category__link:hover svg {
    fill: #13100e
}

.nav-category__link.is-active {
    border: 1px solid #fdc061;
    border-bottom: 1px solid #13100e;
    pointer-events: none
}

.nav-category__link.is-active:hover {
    background: 0 0
}

.all-game-icon,
.fav-icon,
.jackpot-icon,
.keno-icon,
.live-icon,
.slots-icon,
.table-games-icon,
.vpoker-icon {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 46px;
    height: 27px;
    margin: 0 0 0 -23px;
    fill: #fdc061
}

.jackpot-icon {
    width: 45px;
    height: 25px
}

.fav-icon {
    width: 26px;
    height: 24px;
    margin: 0 0 0 -13px
}

.game-list-box {
    margin: 15px 0 0 0;
    overflow: hidden
}

.game-list {
    overflow: hidden
}

.game-list__item {
    display: inline-block;
    width: 20%;
    margin: 0 -4px 0 0;
    padding: 8px;
    box-sizing: border-box
}

.btn-all-game {
    width: auto
}

.game-not-found-box {
    position: relative;
    height: 200px;
    font-size: 20px;
    font-size: 2rem
}

.game-not-found-inner {
    position: absolute;
    top: 50%;
    width: 100%
}

.article-title-link {
    color: #fdc061;
    text-decoration: none
}

.article-date-box {
    display: block;
    padding: 15px 0 10px 0;
    color: #797979
}

.article-date-icon {
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    fill: #797979
}

.article-image-link {
    display: block
}

.article-image {
    margin: 15px 0 0 0;
    width: 100%;
    height: auto
}

.article-2-colum {
    overflow: hidden
}

.article-2-colum .left,
.article-2-colum .right {
    box-sizing: border-box
}

.article-2-colum .left {
    padding: 0 30px 0 0
}

.article-2-colum .right {
    padding: 0 0 0 30px
}

.article-notice {
    color: #797979
}

.footer {
    position: relative;
    padding: 40px 0 20px 0
}

.provider-list {
    padding: 40px 0 0 0;
    text-align: center
}

.provider-list__item {
    display: inline-block;
    padding: 0 20px 40px 20px;
    vertical-align: middle
}

.certificate-list {
    text-align: center
}

.certificate-list__item {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle
}

.certificate-list__link {
    display: block
}

.icon-betsoft,
.icon-bigtimegaming,
.icon-blueprint,
.icon-booongo,
.icon-curacao,
.icon-elk,
.icon-endorphina,
.icon-evolutiongaming,
.icon-habanero,
.icon-nextgen,
.icon-nolimitcity,
.icon-pagi,
.icon-quickfire,
.icon-quickspin,
.icon-redtiger,
.icon-relax,
.icon-security,
.icon-thunderkick {
    display: block
}

.icon-quickfire {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3031px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 92px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-quickfire {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2956px;
        height: 32px;
        width: 92px
    }
}

.icon-netent {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2407px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 91px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-netent {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2348px;
        height: 32px;
        width: 91px
    }
}

.icon-yggdrasil {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -4154px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 132px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-yggdrasil {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -4052px;
        height: 32px;
        width: 132px
    }
}

.icon-quickspin {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3065px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 24px;
    width: 100px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-quickspin {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2989px;
        height: 24px;
        width: 100px
    }
}

.icon-curacao {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1060px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 58px;
    width: 50px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-curacao {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1035px;
        height: 58.5px;
        width: 50px
    }
}

.icon-itechlabs {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1869px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 53px;
    width: 53px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-itechlabs {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1823px;
        height: 53px;
        width: 53px
    }
}

.icon-pagi {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2648px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 53px;
    width: 53px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-pagi {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2583px;
        height: 53px;
        width: 53px
    }
}

.icon-comodo {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -776px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 47px;
    width: 119px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-comodo {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -755px;
        height: 47px;
        width: 119px
    }
}

.icon-askgamblers {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -484px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 47px;
    width: 142px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-askgamblers {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -472px;
        height: 47px;
        width: 142px
    }
}

.icon-pushgaming {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2966px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 15px;
    width: 140px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-pushgaming {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2892px;
        height: 15px;
        width: 140px
    }
}

.icon-nextgen {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2520px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 116px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-nextgen {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2459px;
        height: 32px;
        width: 116px
    }
}

.icon-elk {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1156px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 81px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-elk {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1128px;
        height: 32px;
        width: 81px
    }
}

.icon-thunderkick {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3560px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 103px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-thunderkick {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3473px;
        height: 32px;
        width: 103px
    }
}

.icon-playngo {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2814px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 116px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-playngo {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2746px;
        height: 32px;
        width: 116px
    }
}

.icon-amatic {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 104px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-amatic {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 0;
        height: 32px;
        width: 104px
    }
}

.icon-bigtimegaming {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -590px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 127px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-bigtimegaming {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -576px;
        height: 32px;
        width: 127px
    }
}

.icon-betsoft {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -556px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 84px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-betsoft {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -543px;
        height: 32px;
        width: 84px
    }
}

.icon-endorphina {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1360px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 48px;
    width: 105px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-endorphina {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1328px;
        height: 48px;
        width: 105px
    }
}

.icon-relax {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3118px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 103px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-relax {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3040px;
        height: 32px;
        width: 103px
    }
}

.icon-nolimitcity {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2572px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 119px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-nolimitcity {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2509px;
        height: 32px;
        width: 119px
    }
}

.icon-blueprint {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -634px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 137px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-blueprint {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -618px;
        height: 32px;
        width: 137px
    }
}

.icon-habanero {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1680px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 28px;
    width: 136px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-habanero {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1639px;
        height: 28px;
        width: 136px
    }
}

.icon-booongo {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -668px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 132px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-booongo {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -651px;
        height: 32px;
        width: 132px
    }
}

.icon-evolutiongaming {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1428px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 18px;
    width: 140px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-evolutiongaming {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1394px;
        height: 18px;
        width: 140px
    }
}

.icon-redtiger {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3091px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 25px;
    width: 132px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-redtiger {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3014px;
        height: 25px;
        width: 132px
    }
}

.askgamblers-link {
    font-size: 8px;
    font-size: .8rem
}

.copyrights-box {
    width: 40%;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    font-size: 1.3rem
}

.footer__nav-box {
    margin: 50px auto 0;
    padding: 30px 0;
    background: #302d28
}

.footer-nav {
    width: 100%;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: #dcd9d5
}

.footer-nav__item {
    display: table-cell;
    width: 1%
}

.footer-nav__link {
    color: #fdc061;
    text-decoration: none;
    transition: all .1s ease-in-out;
    font-size: 14px;
    font-size: 1.4rem
}

.footer-nav__link:hover {
    color: #dcd9d5
}

.popup-wrapp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 9999
}

.popup-effect {
    filter: blur(5px)
}

.popup-box {
    position: absolute;
    left: 50%;
    width: 480px;
    padding: 20px 0;
    margin: 50px 0 0 -250px;
    border: 1px solid #797979;
    border-radius: 15px;
    background: #302d28
}

.popup-box .close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100
}

.popup-main-messages {
    padding: 0 20px;
    word-wrap: break-word
}

.content .popup-main-messages .sub-title,
.popup-main-messages .content .sub-title,
.popup-main-messages .title {
    font-size: 14px;
    font-size: 1.4rem
}

.popup-main-messages p {
    line-height: 24px
}

.notification-line {
    display: none;
    padding: 10px 0;
    background: #ededed;
    color: #13100e
}

.cookie-policy__link {
    color: #13100e
}

.cookie-policy__left {
    float: left;
    width: 80%;
    padding: 5px 0 0 0
}

.cookie-policy__right {
    float: right;
    width: 20%;
    padding: 0 0 0 20px;
    box-sizing: border-box
}

.btn-cookie-policy {
    border: 1px solid #13100e;
    background: #fdc061;
    line-height: 20px;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 10px;
    font-size: 1rem
}

.btn-cookie-policy_notification-line {
    float: right;
    min-width: 60px
}

.notification-line_game-page {
    position: fixed;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    z-index: 9999
}

.popup-terms {
    left: 50%;
    width: 58%;
    max-width: 750px;
    padding: 45px 8% 55px 8%;
    border: none;
    margin: 0;
    transform: translate(-50%, 70px);
    box-sizing: border-box
}

.popup-terms.disabled {
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.popup-terms__text,
.popup-terms__title {
    letter-spacing: 1px;
    color: #fff
}

.popup-terms__title {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 32px;
    font-size: 3.2rem
}

.popup-terms__text {
    padding: 25px 0 0 0;
    font-size: 14px;
    font-size: 1.4rem
}

.popup-terms-form {
    padding: 25px 0 0 0
}

.checkbox-popup-terms {
    font-size: 14px;
    font-size: 1.4rem
}

.popup-terms-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 40px 0 0 0
}

.popup-terms_btn {
    width: auto;
    min-width: 160px
}

.btn-terms-cancel {
    display: inline-block;
    margin: 0 0 0 30px;
    color: #dcd9d5;
    font-size: 14px;
    font-size: 1.4rem
}

.effect-blur {
    filter: blur(2px)
}

.popup-wrapp-presentation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(19, 16, 14, .7);
    height: 400px;
    border-radius: 0 0 100% 100%
}

.close-icon_popup-wrapp-presentation {
    position: absolute;
    top: 10px;
    right: 10px
}

.bonus-notification {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgba(19, 16, 14, .5);
    z-index: 10
}

.bonus-popup-present-element__text {
    position: absolute;
    top: 80px;
    left: -370px;
    width: 300px;
    text-align: center;
    font-size: 14px
}

.bonus-popup-present-element__text::before {
    position: absolute;
    top: -40px;
    right: -100px;
    width: 88px;
    height: 70px;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABGCAYAAABISVPfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNGQTcxMDY4OTAwMzExRTg4ODlDQUQ1OEYxMzEyMURGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNGQTcxMDY5OTAwMzExRTg4ODlDQUQ1OEYxMzEyMURGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0ZBNzEwNjY5MDAzMTFFODg4OUNBRDU4RjEzMTIxREYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0ZBNzEwNjc5MDAzMTFFODg4OUNBRDU4RjEzMTIxREYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ZSrJMAAAEVklEQVR42uyce2hPYRjHn81P7rPcZWEsRK7TUkqUa2jkfs3tDyFRkoi/JJoQIbnm9oeVcickiviD3GK55DIRkztj2Hyf3ufXtp/ftrNz3rP9Ls+3Pr3vzvltv9O3Z8953/c870koKioilRWNACdDDyaowVbUDNwA7UApQxPVGysaD9qC9NATarAdTZE2U1OEfaWBx9K/B7ppBNvV5BL9rqC9GuxPeqBwaUIN9qYM0EENrpr0EFRf0EQN9q4AmBjmeA2ZdKjBHjUQNC/jXKYa7E96CGoIqKMGu1c9MKqc82zuYDXYvTgFNHDwGTXYpYZTyKJOGPGNroZOle3oI0gGjUBdUEuOv1SDvYtTxRfwHdQPPakpwruSpP0a7qQa7F2tpM1Vg/1RqhrsrzpK+1wN9kddpX2gBvujDGnvhDupwzRvSpHc+wM0BH80gu2qv7TXw5mrBnvXMGnPl/UBNdi9eMF9kPTPqcH2NQA0BS/AbTXYvoKPi45QOStrOopwJ17UeSNtT41g+5oq5t4sz1w12J0SwDzpb6vww5oiKi1+UnECvAetQb5GsF2tknZTReZqBLuP3k9k6oE/V/QLGsHOVRNkSX+9E3PV4MqJb2ydwEuw0fEdUVOEI/FjoftknhzzdoFsp7+oEexMO8XcC5UxVw12ptlkVs2+SJ/UYHvi4uoN0l8s+bdysxLNwWWKK3Sugh7gGJVf7KcR7GI6vFfMfQZmuP1DanB4rZHRwjcyVZKf1GB7WgqWgb9kdhDd8/SvoDm4lDgV7JH+dHDQ6x/UCC7WXLBL8u8iG+aqwcVaDraT2SHE/c22/nAgzo1lQ7NkjMs5dz7YYfML4tlgrkY/BIaCAjCNzANMUoO9i8e3R8mUnn4AY8ElP74oHnPwHJmhpcoQLMMvc+PNYN6VeZzMyhhPg/eBPuCpn18aLwZPAHfBSJmV8QRiJpmqSF8V6zmYX1K0VW5krItibG5VXUCsRjBvdV1B5ikEm8v72GaRKdbLrcoLibUITpTp7mrQkkzNGM/IloC31XFBgRgydgxYScV7JrisaQGZ4uhqvbBon4lxleMdmSSwuU/AJBl+Xa/uC4zWCE6S8exC0EaOPQfrwG7wO1IuNNoMThdjJ1PxFtYcsBYcjiRjo8ngFmCcDK96yrFCcAZsIVO+XxipFx+pBvPLNkfLBKGf5FrWa3CAzKL4o2j4l4sUg/lm251McR3Tu8QNmCsYT4P94BSZZcWoUXUZzBHZmcxGkv4SpY1LnP8hpmaLqd+jdZgTqCIz02QIlSH0ov/feZMjefUsuAJ+xsIA3abB/La7VIEN5UrELhKptcN8/iG4Bi6TWS58FYtz9qDB/KAvucTx4HtnkqXlaGskNJaWl/9SZErK1Yd1yvgOvsPzkuAtmV0F+UhxoABV/PYkJyqSO/wL4bFEaI6QT3GqYAQXhNxIgj9zlH2TPrd5ZDZ/5MniyTsy+8W4KO4Xqf7TPwEGAIlu2s/U9i68AAAAAElFTkSuQmCC)
}

.bonus-popup-present-element {
    position: absolute
}

.header-bonus-link_fake {
    border: 1px solid #fdc061
}

.nav-mobile-icon_fake {
    display: none
}

@media (max-width:768px) {
    .popup-wrapp-presentation {
        bottom: 0;
        height: auto;
        border-radius: 0;
        transition: all .2s ease-in-out
    }

    .header-bonus-link_fake {
        display: none
    }

    .bonus-icon-bonus-presentation {
        position: absolute;
        top: -5px;
        right: -5px;
        padding: 3px 5px;
        background: #302d28;
        border: 1px solid #fdc061;
        border-radius: 100px;
        box-sizing: border-box;
        z-index: 2
    }

    .bonus-icon_bonus-presentation {
        width: 16px;
        height: 16px
    }

    .bonus-popup-present-element__text {
        top: 120px;
        left: 90px
    }

    .bonus-popup-present-element__text::before {
        top: -90px;
        left: -30px;
        right: 200px;
        transform: rotate(-90deg)
    }
}

@media (max-width:450px) {
    .bonus-popup-present-element__text {
        top: 120px;
        left: 5px;
        width: 280px;
        transition: all .2s ease-in-out
    }

    .bonus-popup-present-element__text::before {
        top: -100px;
        left: 60px;
        right: 200px;
        transform: rotate(-90deg)
    }
}

.bonus-code {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0;
    padding: 40px 20px;
    border: 1px solid #797979;
    border-radius: 25px
}

.bonus-code_explanation-page {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0 0 0;
    border: none
}

.bonus-code__item {
    padding: 0 20px;
    box-sizing: border-box
}

.bonus-code__title {
    color: #ededed
}

.bonus-code__title_explanation-page {
    padding: 0 0 25px 0
}

.bonus-code-form {
    width: 325px;
    overflow: hidden
}

.bonus-code-form__inpt,
.bonus-code-form__submit {
    float: left;
    height: 40px
}

.bonus-code-form__inpt {
    width: 165px;
    border-radius: 0
}

.bonus-code-form__submit {
    width: 160px;
    background: #3daa45;
    border-radius: 0 25px 25px 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #13100e;
    border: none
}

.calendar-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.calendar-grid__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.calendar-current-date,
.calendar-filter {
    margin: 0 0 0 5.468%
}

.calendar-current-date {
    font-weight: 700;
    letter-spacing: .8px;
    font-size: 20px;
    font-size: 2rem
}

.calendar-current-date_content {
    margin: 0
}

.calendar-filter {
    padding: 20px 0 0 0
}

.calendar-filter .jcf-select {
    color: #fdc061;
    background: #13100e
}

.calendar-filter .jcf-select-opener {
    border-color: #fdc061 transparent transparent transparent
}

.form-elem-wrap_calendar-filter {
    width: auto
}

.calendar-wrapp {
    padding: 40px 0;
    background: #302d28
}

.calendar {
    padding: 25px 0 0 0
}

.calendar__week {
    display: -ms-flexbox;
    display: flex
}

.calendar__day,
.calendar__day_title {
    height: 85px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem
}

.calendar__day {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.calendar__day_title {
    color: #797979
}

.calendar-item {
    position: relative;
    width: 50%;
    height: 40px;
    margin: 0 auto;
    cursor: pointer;
    box-sizing: border-box
}

.calendar-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #3d3d3d;
    opacity: 0
}

.calendar-item:hover::before {
    animation: bounceShow_2x .3s;
    opacity: 1
}

.calendar-item.is-selected::before {
    background: #3daa45;
    opacity: 1
}

.calendar-item.is-active {
    pointer-events: none
}

.calendar-item.is-active::before {
    background: #3daa45;
    opacity: 1
}

.calendar-item__date {
    position: relative;
    z-index: 1
}

.calendar-item__date-wrapp {
    position: relative;
    z-index: 15
}

.calendar-event {
    position: relative;
    margin: -10px 0 0 0;
    z-index: 15
}

.calendar-event__item {
    display: inline-block
}

.calendar-event-campaigns,
.calendar-event-free-spins,
.calendar-event-shares,
.calendar-event-tournament {
    display: none;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.calendar-event-campaigns.is-active,
.calendar-event-free-spins.is-active,
.calendar-event-shares.is-active,
.calendar-event-tournament.is-active {
    display: inline-block;
    animation: bounceShow_3x .3s
}

.calendar-event-tournament {
    background: #fdc061
}

.calendar-event-shares {
    background: #e50000
}

.calendar-event-free-spins {
    background: #fff
}

.calendar-event-campaigns {
    background: #8e21d3
}

.calendar-content-wrapp {
    padding: 0 0 0 50px;
    box-sizing: border-box
}

.calendar-content {
    padding: 75px 0 0 0
}

.calendar-content__item {
    margin-bottom: 30px
}

.calendar-content__item:last-child {
    margin: 0
}

.calendar-content__link {
    display: block
}

.calendar-content__event {
    width: 100%;
    height: auto;
    border-radius: 15px
}

.calendar-slider {
    position: relative;
    width: 100%
}

.calendar-slider-inner {
    overflow: hidden
}

.calendar-slider-inner-content {
    position: relative
}

.calendar-slider-next,
.calendar-slider-prev {
    position: absolute;
    left: 50%;
    cursor: pointer
}

.calendar-slider-prev {
    top: -25px;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -467px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 15px;
    width: 74px;
    margin: -7.5px 0 0 -37px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .calendar-slider-prev {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -456px;
        height: 15px;
        width: 74px
    }
}

.calendar-slider-next {
    bottom: -25px;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -34px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 15px;
    width: 74px;
    margin: -7.5px 0 0 -37px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .calendar-slider-next {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -33px;
        height: 15px;
        width: 74px
    }
}

.promo-wrapp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0 0 0
}

.promo-item {
    width: 100%;
    max-width: 600px;
    height: 323px;
    overflow: hidden
}

.promo-item__link-wrapp {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none
}

.promo-item-content {
    padding: 70px 0 0 40px;
    width: 64.166%;
    box-sizing: border-box
}

.promo-item__title {
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    line-height: 5rem;
    font-size: 40px;
    font-size: 4rem
}

.promo-item__title-small {
    display: block;
    font-size: 20px;
    font-size: 2rem
}

.promo-item .color-black {
    color: #13100e
}

.promo-item_image-1 {
    background: url(../images/promo/image-1.png) no-repeat;
    background-size: cover
}

.promo-item_image-2 {
    background: url(../images/promo/image-2.png) no-repeat;
    background-size: cover
}

.promo-item_image-3 {
    background: url(../images/promo/image-3.png) no-repeat;
    background-size: cover
}

.promo-item_image-4 {
    background: url(../images/promo/image-4.png) no-repeat;
    background-size: cover
}

.promo-item_image-5 {
    background: url(../images/promo/image-5.png) no-repeat;
    background-size: cover
}

.promo-item_image-6 {
    background: url(../images/promo/image-6.png) no-repeat;
    background-size: cover
}

.bonus-code-text {
    margin: 25px 0 15px 0;
    text-align: center;
    font-size: 20px;
    font-size: 2rem
}

.table-about {
    width: 300px;
    padding: 0 0 0 80px
}

.table-about-title {
    width: 20%;
    vertical-align: top;
    font-weight: 700;
    color: #fdc061;
    font-size: 16px;
    font-size: 1.6rem
}

.table-about-content {
    width: 80%;
    padding: 5px 0 30px 30px
}

.license-box {
    width: 200px;
    text-align: center
}

.license-box a {
    display: block;
    margin: 15px 0 0 0
}

.chat-box-info {
    height: 105px;
    margin: 0 0 15px 0;
    background: #302d28;
    overflow: hidden
}

.chat-box-info-btn,
.chat-box-info-text {
    float: left
}

.chat-box-info-btn .btn {
    letter-spacing: 0;
    white-space: nowrap
}

.chat-box-info-text {
    width: 28%;
    padding: 20px 20px 20px 30px;
    line-height: 22px
}

.chat-box-info-btn {
    position: relative;
    width: 18%;
    padding: 10px 0 0 50px;
    text-align: center
}

.chat-box-info-btn span {
    display: block;
    color: #fdc061;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem
}

.chat-box-info-btn .btn-green {
    margin: 10px 0 0 0
}

.chat-box-info-btn::after {
    position: absolute;
    bottom: -15px;
    right: -120px;
    width: 98px;
    height: 124px;
    content: "";
    background: url(../images/image/cell-lady.png) no-repeat
}

.mobile-chat-box-info-text,
.mobile-license-box {
    display: none
}

.article-2-colum__certificate {
    padding: 0 0 40px 0
}

.article-2-colum__certificate .left,
.article-2-colum__certificate .right {
    float: left;
    padding: 0
}

.article-2-colum__certificate .left {
    width: 30%
}

.article-2-colum__certificate .right {
    width: 50%
}

.certificate-wrap {
    display: table;
    width: 100%;
    height: 350px
}

.certificate-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center
}

.certificate-logo {
    display: inline-block
}

.certificate-small {
    width: 100%;
    height: auto
}

.certificate-big {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -280px 0 0 -370px;
    width: 740px;
    height: 560px;
    z-index: 9999
}

.certificate-big.is-active {
    display: block
}

.page-registration {
    padding: 50px 0 0 0;
    min-height: 600px;
    background: url(../images/bg/bg-reg.jpg) top center no-repeat;
    background-size: cover
}

.reg-bg-ru {
    background: url(../images/bg/bg-reg_ru.jpg) top center no-repeat;
    background-size: cover
}

.reg-bg-en {
    background: url(../images/bg/bg-reg_en.jpg) top center no-repeat;
    background-size: cover
}

.reg-bg-sv {
    background: url(../images/bg/bg-reg_sv.jpg) top center no-repeat;
    background-size: cover
}

.reg-bg-pl {
    background: url(../images/bg/bg-reg_pl.jpg) top center no-repeat;
    background-size: cover
}

.reg-bg-de {
    background: url(../images/bg/bg-reg_de.jpg) top center no-repeat;
    background-size: cover
}

.bonus-reg-bg-ru {
    background: url(../images/bg/bonus-reg-banner_ru.jpg) top center no-repeat;
    background-size: cover
}

.bonus-reg-bg-en {
    background: url(../images/bg/bonus-reg-banner_en.jpg) top center no-repeat;
    background-size: cover
}

.bonus-reg-bg-sv {
    background: url(https://playfortuna.com/bundles/intonefront/images/bg/bonus-reg-banner_sv.jpg) top center no-repeat;
    background-size: cover
}

.bonus-reg-bg-pl {
    background: url(../images/bg/bonus-reg-banner_pl.jpg) top center no-repeat;
    background-size: cover
}

.bonus-reg-bg-de {
    background: url(../images/bg/bonus-reg-banner_de.jpg) top center no-repeat;
    background-size: cover
}

.registration-wrap {
    display: -ms-flexbox;
    display: flex;
    width: 750px;
    margin: 0 auto;
    background: #302d28;
    border-radius: 15px;
    box-shadow: 0 0 35px #13100e;
    overflow: hidden
}

.registration-right {
    width: 300px;
    height: 566px
}

.registration-box {
    width: 450px;
    margin: 0 auto;
    padding: 20px 60px;
    background: #302d28;
    box-sizing: border-box
}

.registration-box .form-line {
    position: relative;
    padding: 0 0 35px 0
}

.registration-box .form-line .error {
    position: absolute;
    left: 115px;
    top: 35px
}

.registration-box .label {
    position: absolute;
    top: 15px;
    left: -115px;
    width: 105px;
    padding: 0 0 0 10px;
    text-align: right;
    box-sizing: border-box;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10
}

.registration-box .form-elem-inpt,
.registration-box .form-elem-select {
    float: right;
    width: 245px;
    z-index: 5
}

.registration-box .form-elem-inpt-captcha {
    float: right;
    width: 80px;
    margin: 0 5px 0 0
}

.registration-box .captcha-img-box {
    float: right
}

.registration-box .captcha-img {
    width: 160px;
    height: 30px
}

.registration-box .captcha-reg .inpt,
.registration-box .captcha-reg .inpt-dark,
.registration-box .captcha-reg .textarea-custome {
    z-index: 1
}

.registration-box .chekcbox-reg {
    float: right;
    width: 245px
}

.registration-box .chekcbox-reg .label {
    float: right;
    position: relative;
    top: 3px;
    left: 0;
    width: 90%;
    line-height: 13px;
    text-align: left;
    color: #dcd9d5;
    transform: translateY(0);
    -ms-transform: translateY(0);
    font-size: 13px;
    font-size: 1.3rem;
    z-index: 1
}

.registration-box .chekcbox-reg .error {
    left: -1px
}

.registration-box .btn-green {
    width: auto
}

.registration-box .social-box {
    width: 290px;
    margin: 0 auto 20px;
    overflow: hidden
}

.info-btm-box {
    padding: 10px 0 15px 0;
    background: #13100e;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem
}

.info-btm-box p {
    margin: 15px 0
}

.info-btm-box .btn {
    width: auto
}

.popup-header {
    padding: 0 10px 25px 0;
    border-bottom: 1px solid #797979;
    overflow: hidden
}

.popup-footer {
    padding: 10px 0 0 0;
    border-top: 1px solid #797979
}

.popup-footer .btn {
    width: auto
}

.authorization-box {
    width: 480px;
    margin: 0 auto;
    padding: 20px 100px 20px 60px;
    border-radius: 15px;
    background: #302d28;
    box-sizing: border-box
}

.authorization-box .content .sub-title,
.authorization-box .title,
.content .authorization-box .sub-title {
    padding: 0 0 20px 0
}

.authorization-box .form-line {
    position: relative;
    padding: 0 0 35px 0
}

.authorization-box .form-line .error {
    position: absolute;
    left: 65px;
    top: 35px
}

.authorization-box .label {
    position: absolute;
    top: 15px;
    left: -115px;
    width: 105px;
    padding: 0 0 0 10px;
    text-align: right;
    box-sizing: border-box;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10
}

.authorization-box .form-elem-inpt {
    float: right;
    width: 255px;
    z-index: 5
}

.authorization-box .btn-box-center:after,
.authorization-box .btn-box-center:before {
    content: "";
    display: table
}

.authorization-box .btn-box-center:after {
    clear: both
}

.authorization-box .auth-btn.btn {
    float: right;
    width: 255px
}

.authorization-box .content-box-right {
    margin: 0 0 20px 0
}

.authorization-box .form-elem-inpt-captcha {
    float: right;
    width: 90px;
    margin: 0 5px 0 0
}

.authorization-box .captcha-img-box {
    float: right
}

.authorization-box .captcha-img {
    width: 160px;
    height: 30px
}

.authorization-box .captcha-reg .inpt,
.authorization-box .captcha-reg .inpt-dark,
.authorization-box .captcha-reg .textarea-custome {
    z-index: 1
}

.form-elem-select-soc-reg {
    float: right;
    width: 255px
}

.restore-box {
    width: 480px;
    margin: 0 auto;
    padding: 20px 60px;
    border-radius: 15px;
    background: #302d28;
    box-sizing: border-box
}

.content .restore-box .sub-title,
.restore-box .content .sub-title,
.restore-box .title {
    padding: 0 0 20px 0
}

.restore-box .form-line {
    position: relative;
    padding: 0 0 35px 0
}

.restore-box .form-line .error {
    position: absolute;
    left: 65px;
    top: 35px
}

.restore-box .restore-email-field .label {
    position: relative;
    left: 0;
    float: right;
    display: block;
    width: 255px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    line-height: 16px
}

.restore-box .restore-email-field .error {
    top: auto;
    bottom: 18px
}

.restore-box .label {
    position: absolute;
    top: 15px;
    left: -115px;
    width: 105px;
    padding: 0 0 0 10px;
    text-align: right;
    box-sizing: border-box;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10
}

.restore-box .form-elem-inpt {
    float: right;
    width: 255px;
    z-index: 5
}

.restore-box .form-elem-inpt-captcha {
    float: right;
    width: 90px;
    margin: 0 5px 0 0
}

.restore-box .captcha-img-box {
    float: right
}

.restore-box .captcha-img {
    width: 160px;
    height: 30px
}

.restore-box .captcha-reg .inpt,
.restore-box .captcha-reg .inpt-dark,
.restore-box .captcha-reg .textarea-custome {
    z-index: 1
}

.restore-box .restore-btn.btn {
    float: right;
    width: 255px;
    margin: 0 0 20px 0
}

.info-btm-box {
    padding: 10px 0 15px 0;
    background: #13100e;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem
}

.info-btm-box p {
    margin: 15px 0
}

.info-btm-box .btn {
    width: auto
}

.bg-default-jackpot {
    background: url(https://playfortuna.com/bundles/intonefront/images/bg/bg-default-jackpot.jpg) top center no-repeat
}

.bg-default-cards {
    background: url(../images/bg/bg-default-cards.jpg) top center no-repeat
}

.bg-default-lottery {
    background: url(../images/bg/bg-default-lottery.jpg) top center no-repeat
}

.bg-default-roulette {
    background: url(../images/bg/bg-default-roulette.jpg) top center no-repeat
}

.bg-default-slots {
    background: url(../images/bg/bg-default-slots.jpg) top center no-repeat
}

.demo-grid {
    overflow: hidden
}

.demo-grid__left,
.demo-grid__right {
    box-sizing: border-box
}

.demo-grid__left {
    float: left
}

.demo-grid__right {
    float: right;
    width: 250px
}

.demo-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow: hidden
}

.demo-tabs__item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #13100e;
    border-radius: 5px 5px 0 0;
    border: 1px solid #302d28;
    box-sizing: border-box;
    cursor: pointer
}

.demo-tabs__item.is-active {
    background: #302d28;
    pointer-events: none
}

.demo-cup-icon,
.demo-present-icon,
.demo-prize-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 10px auto
}

.tab-panes .tab-pane {
    display: none
}

.tab-panes .is-active {
    display: block
}

.demo-sidebar-content {
    height: calc(100% - 46px);
    padding: 10px;
    background: #302d28;
    box-sizing: border-box
}

.demo-sidebar-content__item {
    position: relative;
    height: 100%
}

.demo-sidebar-content__title {
    padding: 0 0 10px 0;
    text-align: center;
    color: #ededed;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem
}

.demo-sidebar-content__image {
    display: block;
    width: 100%;
    height: auto
}

.promo-link {
    display: block
}

.tournament-box {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0 0 50px 0;
    border: 1px solid #fdc061;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box
}

.tournament-box_without-btn {
    border-radius: 10px 10px 0 0;
    padding: 0
}

.tournament-box_without-btn .tournament-tabel {
    overflow: hidden
}

.tournament-box__title {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%
}

.tournament-box__title-bg {
    padding: 0 20px;
    background: #302d28
}

.tournament-box__title-name {
    padding: 15px 0;
    color: #fdc061;
    font-size: 20px;
    font-size: 2rem
}

.tournament-box__jackpot {
    padding: 15px 0
}

.tournament-box__jackpot-total {
    display: block;
    line-height: 22px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 28px;
    font-size: 2.8rem
}

.tournament-icon {
    position: relative;
    margin: 0 auto;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -980px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 78px;
    width: 51px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .tournament-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -956px;
        height: 78px;
        width: 51px
    }
}

.tournament-btn-box {
    position: absolute;
    bottom: -25px;
    width: 100%;
    text-align: center
}

.demo-sidebar-content-btn {
    width: auto;
    letter-spacing: 0
}

.demo-sidebar-content_without-tab {
    height: 100%
}

.page-demo {
    background: #13100e
}

.page-demo .btn-box-center {
    padding: 25px 0
}

.page-demo .btn-box-center.border-bottom,
.page-demo .btn-box-center.border-top {
    padding: 25px 0
}

.page-demo .btn-box-center.border-bottom {
    margin: 0 0 50px 0
}

.page-demo .btn-box-center.demo-btn-box-top {
    margin: -20px 0 50px 0;
    padding: 0 0 25px 0
}

.page-demo .btn {
    width: auto
}

.page-demo .btn-transparent {
    min-width: 200px
}

.js-demo-game-16x9,
.js-demo-game-4x3 {
    margin: 0 auto
}

.js-demo-game-16x9 {
    width: 100%;
    max-width: 1024px;
    height: 576px;
    max-height: 768px
}

.js-demo-game-4x3 {
    width: 100%;
    max-width: 1024px;
    height: 768px;
    max-height: 768px
}

.iframe-demo-game {
    display: block;
    width: 100%;
    height: 100%;
    border: none
}

.demo-game-info-top {
    padding: 0 0 40px 0
}

.demo-game-info-top .feature-box {
    float: left;
    width: 28.57142857142857%
}

.demo-game-info-top .demo-game-description-preview {
    float: right;
    width: 69.38775510204082%;
    box-sizing: border-box
}

.feature-box {
    position: relative;
    padding: 50px 50px 20px 60px;
    border: 1px solid #302d28;
    border-radius: 15px;
    box-sizing: border-box
}

.feature-box .feature-box-title {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem
}

.feature-box .feature-box-title span {
    padding: 0 15px;
    background: #13100e
}

.feature-box ul li {
    position: relative;
    padding: 0 0 15px 0
}

.feature-box ul li::before {
    position: absolute;
    top: 5px;
    left: -20px;
    width: 4px;
    height: 4px;
    content: "";
    background: #fdc061;
    border-radius: 4px
}

.feature-box ul li span {
    color: #fdc061
}

.tournament-tabel-box .tournament-tabel {
    width: 100%;
    background: #13100e;
    text-align: left
}

.tournament-tabel-box .tournament-tabel_th {
    padding: 5px 5px 5px 10px;
    background: #302d28;
    color: #dcd9d5;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem
}

.tournament-tabel-box .tournament-tabel td {
    padding: 5px 5px 5px 10px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #302d28;
    box-sizing: border-box
}

.tournament-tabel-box .tournament-tabel_current {
    font-weight: 700;
    color: #3daa45
}

.info-tournaments-link {
    display: inline-block
}

.icon-info-tournaments {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: #fdc061
}

.icon-info-tournaments:hover {
    fill: #7f6031
}

.tournament-section {
    padding: 0 0 30px 0
}

.tournament-section__title {
    padding: 0 0 25px 0;
    color: #fff;
    text-align: center
}

.tournament-item,
.tournament-item-tour {
    position: relative;
    margin: 0 0 30px 0;
    padding: 20px 40px 40px 40px;
    border-radius: 15px;
    height: 100%;
    box-sizing: border-box;
    background: #302d28
}

.tournament-item-acrticle {
    background: 0 0
}

.tournament-title {
    margin: 0 0 20px 0;
    color: #fdc061;
    font-size: 20px;
    font-size: 2rem
}

.tour-game-list {
    position: relative;
    margin: 15px 0 30px 0
}

.tour-game-list__ended {
    margin: 0
}

.tour-game-list.with-border {
    margin: 50px 0 0 0;
    padding: 25px 50px;
    border: 1px solid #302d28;
    border-radius: 15px
}

.tour-game-list.with-border .tour-game-list__title {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    color: #dcd9d5;
    text-align: center;
    font-size: 20px;
    font-size: 2rem
}

.tour-game-list.with-border .tour-game-list__title span {
    padding: 0 15px;
    background: #13100e
}

.tour-game-list__title {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    color: #797979;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem
}

.tour-game-ended-slider .owl-nav,
.tour-game-slider .owl-nav {
    top: 0
}

.tour-game-ended-slider .owl-nav .owl-next,
.tour-game-ended-slider .owl-nav .owl-prev,
.tour-game-slider .owl-nav .owl-next,
.tour-game-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin: -15px 0 0 0;
    cursor: pointer;
    text-indent: -9999px
}

.tour-game-ended-slider .owl-nav .owl-prev,
.tour-game-slider .owl-nav .owl-prev {
    left: -20px;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -213px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 37px;
    width: 13px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {

    .tour-game-ended-slider .owl-nav .owl-prev,
    .tour-game-slider .owl-nav .owl-prev {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -208px;
        height: 37px;
        width: 13px
    }
}

.tour-game-ended-slider .owl-nav .owl-prev:hover,
.tour-game-slider .owl-nav .owl-prev:hover {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -252px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 37px;
    width: 13px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {

    .tour-game-ended-slider .owl-nav .owl-prev:hover,
    .tour-game-slider .owl-nav .owl-prev:hover {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -246px;
        height: 37px;
        width: 13px
    }
}

.tour-game-ended-slider .owl-nav .owl-next,
.tour-game-slider .owl-nav .owl-next {
    right: -20px;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -389px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 37px;
    width: 13px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {

    .tour-game-ended-slider .owl-nav .owl-next,
    .tour-game-slider .owl-nav .owl-next {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -380px;
        height: 37px;
        width: 13px
    }
}

.tour-game-ended-slider .owl-nav .owl-next:hover,
.tour-game-slider .owl-nav .owl-next:hover {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -428px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 37px;
    width: 13px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {

    .tour-game-ended-slider .owl-nav .owl-next:hover,
    .tour-game-slider .owl-nav .owl-next:hover {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -418px;
        height: 37px;
        width: 13px
    }
}

.tour-game-active-item {
    position: relative;
    width: auto
}

.tour-game-active-item__single {
    margin: 10px 0 0 0;
    width: 120px;
    height: 80px
}

.tour-game-active-item__image {
    width: 120px;
    height: 80px
}

.tour-game-active-list {
    text-align: center
}

.tour-game-active-list .tour-game-active-item {
    display: inline-block
}

.btn-tour {
    width: auto
}

.tournament-notice {
    margin: 30px 0 0 0;
    text-transform: uppercase;
    text-align: center;
    color: #fdc061;
    font-size: 20px;
    font-size: 2rem
}

.tournament-notice__small-text {
    display: block;
    padding: 10px 0;
    text-transform: lowercase;
    color: #dcd9d5;
    font-size: 12px;
    font-size: 1.2rem
}

.tournament-notice.color-green {
    text-align: center;
    color: #3daa45
}

.tour-game-active-item.active .tour-game-hover {
    display: block
}

.tour-game-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(48, 45, 40, .7)
}

.tour-game-hover .btn {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    width: auto;
    height: 30px;
    margin: -15px 0 0 0;
    line-height: 30px;
    font-weight: 400;
    font-size: 11px;
    font-size: 1.1rem
}

.page-tournaments-article .tour-item {
    padding: 0 0 30px 0
}

.tour-game-wrapper {
    position: relative;
    margin: 10px 0 0 0
}

.tour-in-btn {
    width: auto
}

.tournament-spending {
    font-size: 11px;
    font-size: 1.1rem
}

.tournament-item-type {
    margin: 15px 0 0 0
}

.tournament-item-type__title {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem
}

.tournament-item-type__type {
    padding: 0 0 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem
}

.race-section {
    margin: 30px 0 40px 0;
    padding: 50px 0
}

.race-section__title {
    padding: 45px 0 25px 0;
    color: #fff;
    text-align: center
}

.race-bg {
    background: #302d28
}

.race-content {
    position: relative;
    min-height: 600px
}

.race-view {
    position: relative;
    height: 100%;
    box-shadow: 0 0 70px #13100e;
    border-radius: 10px;
    overflow: hidden
}

.race-view__image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.inclined-type {
    position: absolute;
    top: 20px;
    left: -55px;
    width: 215px;
    height: 60px;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #13100e;
    transform: rotate(-45deg);
    font-size: 17px;
    font-size: 1.7rem;
    z-index: 10
}

.inclined-type_gold {
    background: #fdc061
}

.inclined-type__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.race-view-grid {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    z-index: 10
}

.race-view-item-1 {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 35%
}

.race-view-item-2 {
    width: 215px;
    padding: 0 12% 0 0
}

.race-view-item-3 {
    width: 20%;
    padding: 0 2% 0 0
}

.stat-info {
    padding: 0 0 5% 0;
    text-align: center;
    overflow: hidden
}

.stat-info__item {
    float: left;
    width: 33.3%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    font-size: 3.2rem
}

.stat-info__subtext {
    text-transform: lowercase
}

.stat-info__text {
    display: block;
    font-size: 10px;
    font-size: 1rem
}

.race-slider-time {
    width: 100%
}

.race-slider-time-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.race-slider-time__left,
.race-slider-time__right {
    font-weight: 700;
    font-size: 32px;
    font-size: 3.2rem
}

.race-slider-time__left,
.race-slider-time__line,
.race-slider-time__right,
.race-slider-time__title {
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box
}

.race-slider-time__line {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 40px;
    height: 1px;
    margin: 0 5px;
    font-weight: 400;
    background-color: #40b549;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwYjU0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkYzA2MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(to right, #40b549 0, #fdc061 100%)
}

.race-slider-time__left {
    color: #3daa45
}

.race-slider-time__right {
    color: #fdc061
}

.race-slider-time__title {
    display: block;
    margin: 0 0 5px 0;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem
}

.race-slider-time__text {
    display: block;
    margin: 0 0 5px 0;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem
}

.race-slider-time__date {
    display: block;
    margin: 0 0 5px 0;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 10px;
    font-size: 1rem
}

.race-slider-time__utc {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem
}

.race-slider-btn-box {
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center
}

.btn-race-slider {
    width: 90%
}

.participate-timer {
    position: relative;
    width: 100%;
    margin: 15px 0 0 0;
    z-index: 10
}

.participate-tour-list-item {
    width: 280px;
    margin: 0 auto
}

.participate-tour-list-item .time_circles>div>span {
    margin: -2px 0 0 0
}

.participate-tour-list-item .participate-timer .time_circles h4 {
    top: 20px
}

.participate-timer__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    font-size: 1rem
}

.timer-new {
    margin: 0
}

.participate-timer .time_circles h4 {
    position: absolute;
    top: 25px;
    width: 100%;
    box-sizing: border-box;
    color: #fff
}

.race-view-prize__title {
    margin: 0 0 2px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem
}

.stand-lines_gold,
.stand-lines_white {
    position: relative;
    left: 50%
}

.stand-lines_white {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3336px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 136px;
    width: 179px;
    margin: 0 0 0 -89.5px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .stand-lines_white {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3254px;
        height: 136px;
        width: 179px
    }
}

.stand-lines_gold {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3198px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 136px;
    width: 179px;
    margin: 0 0 0 -89.5px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .stand-lines_gold {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3117px;
        height: 136px;
        width: 179px
    }
}

.stand-lines {
    position: relative
}

.stand-lines__1,
.stand-lines__2,
.stand-lines__3 {
    position: absolute;
    left: 50%;
    text-align: center;
    font-weight: 700;
    color: #13100e;
    overflow: hidden
}

.stand-lines__1 {
    top: 13px;
    width: 150px;
    height: 35px;
    transform: translateX(-44%);
    font-size: 30px;
    font-size: 3rem
}

.stand-lines__2 {
    top: 70px;
    width: 100px;
    height: 23px;
    transform: translateX(-42%);
    font-size: 20px;
    font-size: 2rem
}

.stand-lines__3 {
    top: 110px;
    width: 70px;
    height: 20px;
    transform: translateX(-37%);
    font-size: 14px;
    font-size: 1.4rem
}

.icon-medals {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2254px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 80px;
    width: 105px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-medals {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2200px;
        height: 80px;
        width: 105px
    }
}

.icon-medals_stand {
    position: relative;
    left: 50%;
    transform: translateX(-45%)
}

.race-content-separate {
    height: 1px;
    margin: 50px 0;
    background: #13100e
}

.race-view-day {
    border: 8px solid #fdc061
}

.race-view-item-wrapper {
    position: relative
}

.race-view-current {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: visible
}

.race-view-current__text {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: -1px -1px #13100e;
    text-align: center;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    font-size: 30px;
    font-size: 3rem
}

.race-view-current_hide {
    visibility: hidden
}

.race-view-current-out {
    animation: scaleOut .2s
}

.race-view-current-in {
    animation: scaleIn .2s
}

.tournament-filter-box {
    width: 200px;
    margin: 0 0 30px 0
}

.tournament-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tournament-grid__left,
.tournament-grid__right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 47%
}

.tournament-grid__left {
    margin: 0 15px 70px 0
}

.tournament-grid__right {
    margin: 0 0 70px 15px
}

.tournament-item-tour {
    margin: 0;
    background: #302d28
}

.tournament-list-item__title {
    margin: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #fdc061;
    font-size: 20px;
    font-size: 2rem
}

.tournament-list-item-info {
    margin: 0 0 10px 0
}

.tournament-list-item-info__title {
    color: #797979;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem
}

.tournament-list-item-info__value {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem
}

.tournament-list-item-info:last-child {
    margin: 0 0 20px 0
}

.ended-ru-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1284px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 74px;
    width: 74px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .ended-ru-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1253px;
        height: 74px;
        width: 74px
    }
}

.ended-en-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1208px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 74px;
    width: 74px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .ended-en-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1178px;
        height: 74px;
        width: 74px
    }
}

.ended-icon-tournament {
    position: absolute;
    top: 0;
    right: 0
}

.tournament-inner-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.tournament-inner-grid__left {
    width: 100%
}

.tournament-inner-grid__right {
    width: 160px
}

.tournament-inner-grid__item-1 {
    width: 36.6%
}

.tournament-inner-grid__item-2 {
    width: 36.6%;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.tournament-inner-grid__item-3 {
    width: 160px
}

.tournament-inner-grid__item-rest {
    position: relative;
    width: 63%;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.tournament-message {
    position: relative;
    padding: 0 40px 0 0;
    box-sizing: border-box
}

.loader-small-tournaments {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSczMHB4JyBoZWlnaHQ9JzMwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXNwaW4iPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MCA1MCkiPjxnIHRyYW5zZm9ybT0icm90YXRlKDApIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZGMwNjEiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBmcm9tPSIxLjUiIHRvPSIxIiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmRjMDYxIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC4xMnMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuMTJzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg5MCkgdHJhbnNsYXRlKDM0IDApIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iOCIgZmlsbD0iI2ZkYzA2MSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZnJvbT0iMSIgdG89IjAuMSIgYmVnaW49IjAuMjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjI1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMTM1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmRjMDYxIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC4zN3MiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuMzdzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgxODApIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZGMwNjEiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwLjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgyMjUpIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZGMwNjEiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwLjYycyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBmcm9tPSIxLjUiIHRvPSIxIiBiZWdpbj0iMC42MnMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDI3MCkgdHJhbnNsYXRlKDM0IDApIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iOCIgZmlsbD0iI2ZkYzA2MSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZnJvbT0iMSIgdG89IjAuMSIgYmVnaW49IjAuNzVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjc1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzE1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmRjMDYxIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC44N3MiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuODdzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48L2c+PC9zdmc+)
}

.tournament-inner-status-wrapper {
    margin: 0 30px 0 0
}

.icon-medals_ended {
    margin: 0 auto
}

.tour-pedestal {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2703px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 91px;
    width: 147px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .tour-pedestal {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2637px;
        height: 91px;
        width: 147px
    }
}

.tour-pedestal_ended {
    margin: 10px 0 0 0
}

.tour-winner-name {
    margin: 15px 0 0 0;
    color: #797979;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem
}

.tour-ended-win-list {
    margin: 25px 0 0 0;
    white-space: nowrap
}

.tour-ended-win-list__item {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-size: 1.6rem
}

.tour-ended-win-list__item:last-child {
    margin: 0
}

.tour-ended-win-list__number,
.tour-ended-win-list__result,
.tour-ended-win-list__user {
    display: inline-block
}

.tour-ended-win-list__number {
    width: 20px;
    color: #3daa45
}

.tour-ended-win-list__user {
    width: 60px;
    color: #ededed
}

.tour-ended-win-list__result {
    color: #fdc061
}

.tournament-description {
    display: -ms-flexbox;
    display: flex
}

.tournament-description__item-1,
.tournament-description__item-2,
.tournament-description__item-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-preferred-size: 32.7%;
    flex-basis: 32.7%;
    box-sizing: border-box
}

.tournament-description__item-1 {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
}

.tournament-description__item-1.tournament-article {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
}

.tournament-description__item-2 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.tournament-description__item-2.tournament-article {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}

.tournament-description__item-3 {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tournament-description__item-3.tournament-article {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%
}

.tournament-time__title {
    margin: 0 0 8px 0;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem
}

.tournament-time__count {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    text-transform: uppercase
}

.tournament-time .countdown-show3 .countdown-section {
    width: 50px
}

.tournament-point-icon.cup-start {
    position: relative;
    margin: 0 auto;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -980px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 78px;
    width: 51px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .tournament-point-icon.cup-start {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -956px;
        height: 78px;
        width: 51px
    }
}

.tournament-point-icon.cup-end {
    position: relative;
    margin: 0 auto;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -825px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 71px;
    width: 81px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .tournament-point-icon.cup-end {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -803px;
        height: 71px;
        width: 81px
    }
}

.tournament-point__count {
    padding: 10px 0 0 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    font-size: 2rem
}

.tournament-point__count span {
    display: block;
    padding: 7px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-size: 1.3rem
}

.btn-tournament-all {
    display: inline-block;
    padding: 0 20px;
    background: #fdc061;
    border-radius: 20px;
    color: #13100e;
    text-transform: uppercase;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
    transition: opacity .1s ease-in-out;
    font-size: 10px;
    font-size: 1rem
}

.btn-tournament-all.is-active {
    background: #13100e;
    color: #fdc061
}

.btn-tournament-all.disable {
    cursor: default;
    pointer-events: none;
    opacity: .3;
    transition: opacity .1s ease-in-out
}

.tournament-winners-list {
    width: 100%;
    padding: 0 6.7777%;
    background: #302d28;
    border-radius: 0 0 15px 15px;
    box-sizing: border-box
}

.tournament-winners-list__inner {
    height: 200px
}

.tournament-winner-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem
}

.tournament-winner-grid_title {
    padding: 0 0 7px 0;
    background: #302d28
}

.tournament-winner-grid__title-1,
.tournament-winner-grid__title-2,
.tournament-winner-grid__title-3 {
    color: #797979;
    text-transform: uppercase;
    background: #302d28;
    font-size: 10px;
    font-size: 1rem
}

.tournament-winner-grid__title-1 {
    width: 25%
}

.tournament-winner-grid__title-2 {
    width: 50%
}

.tournament-winner-grid__title-3 {
    width: 25%
}

.tournament-winner-grid__item-1,
.tournament-winner-grid__item-2,
.tournament-winner-grid__item-3 {
    padding: 5px;
    border-left: 1px solid #302d28;
    border-bottom: 1px solid #302d28;
    background: #13100e;
    box-sizing: border-box
}

.tournament-winner-grid__item-1.current-user,
.tournament-winner-grid__item-2.current-user,
.tournament-winner-grid__item-3.current-user {
    background: #797979
}

.tournament-winner-grid__item-1 {
    width: 25%;
    color: #3daa45
}

.tournament-winner-grid__item-2 {
    width: 50%;
    color: #fff
}

.tournament-winner-grid__item-3 {
    width: 25%;
    color: #fdc061;
    text-transform: uppercase
}

.tournament-winners {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.tournament-winners.is-active {
    display: block
}

.tournament-winners-list .jcf-scrollbar {
    top: -1px
}

.tournament-winners-list .jcf-scrollbar .jcf-scrollbar-handle {
    background: #fdc061
}

.tournament-winners-list .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    left: 3px;
    width: 8px
}

.tournament-winners-list .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.tournament-winners-list .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #13100e
}

.tournament-winners-list .jcf-scrollbar-vertical .jcf-scrollbar-dec::before,
.tournament-winners-list .jcf-scrollbar-vertical .jcf-scrollbar-inc::before {
    position: absolute;
    left: 3px;
    content: ""
}

.tournament-winners-list .jcf-scrollbar-vertical .jcf-scrollbar-dec::before {
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #fdc161 transparent
}

.tournament-winners-list .jcf-scrollbar-vertical .jcf-scrollbar-inc::before {
    bottom: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #fdc161 transparent transparent transparent
}

.race-slider {
    position: relative;
    width: 87.8%;
    margin: 50px auto 0;
    box-sizing: border-box
}

.race-slider::after,
.race-slider::before {
    position: absolute;
    top: 0;
    width: 20px;
    height: 170px;
    content: "";
    z-index: 10
}

.race-slider::before {
    left: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwMmQyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: linear-gradient(to right, #302d28 0, rgba(255, 255, 255, 0) 100%)
}

.race-slider::after {
    right: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDJkMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #302d28 100%)
}

.race-slider__item {
    position: relative;
    width: 120px;
    cursor: pointer
}

.race-slider__item::after {
    position: absolute;
    top: 85px;
    left: 100%;
    width: 70px;
    height: 1px;
    content: "";
    background: #3daa45
}

.race-slider__item_last::after {
    display: none
}

.race-slider__item.race-right-now {
    cursor: default;
    opacity: .2
}

.race-slider__item.is-active {
    cursor: default
}

.race-slider__item.is-active .race-slider-image-box::after {
    position: absolute;
    top: 3px;
    left: -6px;
    width: 120px;
    height: 84px;
    content: "";
    border-radius: 8px;
    border: 1px solid #3daa45
}

.race-slider__item.is-active .race-line-type,
.race-slider__item.is-active .race-slider__time {
    animation: bounceOut_2x .3s;
    opacity: 0
}

.race-slider-image-box {
    position: relative;
    border: 5px solid #302d28;
    border-radius: 5px
}

.race-slider__image {
    display: block;
    width: 130px;
    margin: 10px 0 0 0;
    border-radius: 5px;
    box-sizing: border-box
}

.race-slider__time {
    padding: 10px 0 0 0;
    letter-spacing: 1px;
    text-align: center;
    opcaity: 1
}

.race-slider .owl-nav {
    cursor: pointer
}

.race-slider .owl-next,
.race-slider .owl-prev {
    position: absolute;
    top: 50px;
    text-indent: -9999px;
    transition: opacity .2s ease-in-out
}

.race-slider .owl-next.disabled,
.race-slider .owl-prev.disabled {
    transition: opacity .2s ease-in-out;
    opacity: .2;
    cursor: default
}

.race-slider .owl-prev {
    left: -40px;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -61px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 74px;
    width: 15px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .race-slider .owl-prev {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -58px;
        height: 74px;
        width: 15px
    }
}

.race-slider .owl-next {
    right: -40px;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -313px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 74px;
    width: 15px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .race-slider .owl-next {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -305px;
        height: 74px;
        width: 15px
    }
}

.effect-fade-in {
    animation: fadeIn .3s
}

.race-available-animation {
    animation: shake-horizontal 2.72s ease infinite;
    animation-delay: 2s;
    transform-origin: 50% 50%
}

.race-available-animation.is-active {
    animation: none
}

.race-view-current.effect-fade-in {
    animation: fadeIn .9s
}

.race-slider-wrapp {
    position: relative
}

.first-slide {
    position: absolute;
    top: 50px;
    animation: bounceOut_2x .3s;
    opacity: 0;
    pointer-events: none;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -137px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 74px;
    width: 15px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .first-slide {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -133px;
        height: 74px;
        width: 15px
    }
}

.first-slide.is-active {
    visibility: visible;
    animation: bounceShow_2x .3s;
    opacity: 1;
    cursor: pointer;
    pointer-events: initial
}

.race-slider-text {
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem
}

.race-slider-time {
    margin: 3px 0 0 0;
    color: #3daa45;
    font-size: 16px;
    font-size: 1.6rem
}

.race-slider-time_gold {
    color: #fdc061
}

.race-slider-time_second {
    margin: 15px 0 0 0
}

.race-slider-time-utc {
    text-transform: uppercase;
    color: #3daa45;
    font-size: 10px;
    font-size: 1rem
}

.race-line-type {
    padding: 7px 0 0 0;
    color: #13100e;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
    opcaity: 1;
    font-size: 16px;
    font-size: 1.6rem
}

.race-line-type__value {
    text-transform: lowercase
}

.race-line-type_white {
    margin: 0 auto;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1961px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 35px;
    width: 98px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .race-line-type_white {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1913px;
        height: 35px;
        width: 99px
    }
}

.race-line-type_gold {
    margin: 0 auto;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1924px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 35px;
    width: 99px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .race-line-type_gold {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1877px;
        height: 35px;
        width: 99px
    }
}

.cash-page-padding {
    padding: 60px 0 0 0
}

.cash-page-back-btn-box {
    position: absolute;
    top: -80px;
    left: 0;
    cursor: pointer;
    visibility: hidden
}

.icon-back-btn {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -291px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 20px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .icon-back-btn {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -284px;
        height: 20px;
        width: 24px
    }
}

.cash-tabs {
    background: #13100e
}

.cash-tabs .tab {
    position: relative;
    float: left;
    width: 50%;
    line-height: 45px;
    color: #fdc061;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem
}

.cash-tabs .tab.active {
    pointer-events: none;
    text-decoration: none
}

.cash-tabs .tab.active::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #fdc061
}

.cash-inner {
    position: relative;
    padding: 20px 5px;
    background: #302d28
}

.cash-iframe {
    width: 100%;
    min-height: 450px;
    border: 0
}

.page-plugin .btn-box-center {
    padding: 50px 0 0 0
}

.page-plugin .btn {
    width: auto;
    padding: 0 50px
}

.plugin-btn-text {
    width: 50%;
    margin: 10px auto 50px;
    text-align: center;
    color: #3daa45
}

.plugin-img-box {
    margin: 20px 0 50px 0;
    text-align: center
}

.plugin-img {
    width: 100%;
    max-width: 730px
}

.chrome-icon,
.firefox-icon,
.opera-icon {
    position: relative;
    overflow: visible
}

.chrome-icon:before,
.firefox-icon:before,
.opera-icon:before {
    position: absolute;
    top: -2px;
    left: -10px;
    content: "";
    border: 2px solid #302d28;
    border-radius: 50%;
    background-color: #302d28
}

.chrome-icon:before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -702px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 40px;
    width: 40px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .chrome-icon:before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -684px;
        height: 40px;
        width: 40px
    }
}

.firefox-icon:before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -1510px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 39px;
    width: 40px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .firefox-icon:before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -1473px;
        height: 39px;
        width: 40px
    }
}

.opera-icon:before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2606px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 40px;
    width: 40px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .opera-icon:before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2542px;
        height: 40px;
        width: 40px
    }
}

.dashboard-nav_help-nav {
    border-right: 1px solid #302d28
}

.content-help {
    margin: 0 0 0 15px
}

.content-help-inner {
    padding: 35px 15px 15px 35px;
    background: #302d28
}

.acc-section-help {
    margin: 0 0 20px 0
}

.content .title_help-4 {
    padding: 0;
    font-weight: 300;
    color: #fdc061
}

.title_help-2 {
    font-size: 28px;
    font-size: 2.8rem
}

.content .title_help-3 {
    padding: 30px 0 20px 0
}

.title_help-3 {
    font-size: 20px;
    font-size: 2rem
}

.title_help-4 {
    position: relative;
    color: #fdc061;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem
}

.help-questions {
    padding: 20px 0 0 0
}

.help-questions_btn {
    margin: 0 0 0 15px;
    width: auto
}

.help-questions_text {
    font-size: 20px;
    font-size: 2rem
}

.wrapp-scroll {
    position: relative
}

.dashboard-content {
    padding: 10px 0;
    background: #302d28;
    overflow: hidden
}

.top-dashboard__left,
.top-dashboard__right {
    overflow: hidden
}

.top-dashboard__left {
    float: left;
    width: 29.687%
}

.top-dashboard__right {
    float: right;
    width: 70.312%
}

.dashboard-top-shadow {
    position: relative
}

.dashboard-top-shadow::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    content: '';
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzEzMTAwZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #13100e 67%);
    z-index: 10
}

.dashboard-username {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 90px;
    position: relative;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #ededed;
    font-size: 28px;
    font-size: 2.8rem
}

.dashboard-username__name {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.dashboard-username__status {
    position: relative;
    top: -8px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.dashboard-username-status {
    padding: 8px 10px;
    line-height: 14px;
    background: #3daa45;
    border-radius: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem
}

.dashboard-username__status-new {
    background: #3daa45
}

.dashboard-username__status-platinum,
.dashboard-username__status-silver {
    background: #ededed
}

.dashboard-username__status-gold,
.dashboard-username__status-vip {
    background: #fdc061
}

.dashboard-username__status-gold,
.dashboard-username__status-platinum,
.dashboard-username__status-silver,
.dashboard-username__status-vip {
    color: #13100e
}

.dashboard-username__status-gold,
.dashboard-username__status-new,
.dashboard-username__status-platinum,
.dashboard-username__status-silver,
.dashboard-username__status-vip {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 2px 10px;
    border-radius: 15px;
    text-transform: capitalize;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem
}

.nav-dashboard-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.nav-dashboard-list__item {
    padding: 0 10px;
    box-sizing: border-box
}

.nav-dashboard-list__link {
    display: block;
    position: relative;
    height: 100%;
    padding: 0 0 15px 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #fdc061;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem
}

.nav-dashboard-list__link.is-active::before,
.nav-dashboard-list__link:hover::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: ''
}

.nav-dashboard-list__link.is-active::before {
    background: #fdc061
}

.nav-dashboard-list__link:hover::before {
    background: rgba(253, 192, 97, .2)
}

.icon-cashwallet-dashboard-nav,
.icon-man-dashboard-nav,
.icon-note-dashboard-nav,
.icon-talk-dashboard-nav {
    display: block;
    margin: 0 auto 20px;
    width: 36px;
    height: 36px
}

.dashboard-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 0 0
}

.dashboard-grid__left {
    width: 18.75%;
    box-shadow: inset -200px 0 12px -194px rgba(0, 0, 0, .75)
}

.dashboard-grid__right {
    width: 81.25%;
    padding: 0 2.404%;
    box-sizing: border-box
}

.dashboard-bg {
    background: #302d28
}

.dashboard-whitout-grid {
    padding: 0 10px
}

.nav-sub-dashboard__item {
    overflow: hidden
}

.nav-sub-dashboard__link {
    display: block;
    padding: 15px 14.5%;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    color: #fdc061;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    transition: background .1s ease-in-out;
    font-size: 14px;
    font-size: 1.4rem
}

.nav-sub-dashboard__link.is-active {
    background: #13100e;
    pointer-events: none;
    border-left: 3px solid #fdc061
}

.nav-sub-dashboard__link:hover {
    transition: background .1s ease-in-out;
    background: rgba(19, 16, 14, .2)
}

.nav-sub-dashboard__info {
    display: inline-block;
    white-space: nowrap
}

.nav-sub-dashboard__count {
    padding: 0 0 0 5px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif
}

.icon-mail-nav-sub-dashboard,
.icon-note-nav-sub-dashboard {
    position: relative;
    top: 3px;
    display: inline-block;
    padding: 0 0 0 5px;
    width: 17px;
    height: 17px
}

.dashboard-table {
    position: relative;
    width: 100%;
    border: 1px solid #13100e
}

.dashboard-table a {
    text-decoration: none
}

.dashboard-table th {
    padding: 10px 15px;
    color: #797979;
    font-weight: 400
}

.dashboard-table td {
    padding: 10px 15px;
    border: 1px solid #13100e
}

.dashboard-table td:first-child {
    border-left: none
}

.dashboard-table td:last-child {
    border-right: none
}

.dashboard-table .tbl-number {
    position: relative;
    display: block;
    padding: 0 0 0 20px
}

.dashboard-table .tbl-number::before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2336px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 13px;
    width: 14px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .dashboard-table .tbl-number::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2281px;
        height: 13px;
        width: 14px
    }
}

.dashboard-table .tbl-number.readed::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2351px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 13px;
    width: 14px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .dashboard-table .tbl-number.readed::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2295px;
        height: 13px;
        width: 14px
    }
}

.dashboard-table .delete-icon {
    margin: 0 auto;
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3752px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 12px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .dashboard-table .delete-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3662px;
        height: 16px;
        width: 12px
    }
}

.dashboard-filters,
.dashboard-filters-btn {
    min-height: 40px;
    padding: 10px 0 20px 10px;
    box-sizing: border-box
}

.dashboard-filters-btn__btn {
    float: right;
    width: auto;
    margin: 0 10px 0 0
}

.dashboard-filters__item {
    display: inline-block;
    width: 290px;
    margin: 0 15px
}

.dashboard-filters__btn,
.dashboard-filters__one-btn {
    float: right;
    width: auto;
    margin: 0 10px 0 0
}

.dashboard-content .jcf-scrollbar .jcf-scrollbar-handle {
    background: #fdc061
}

.dashboard-content .jcf-scrollbar-horizontal .jcf-scrollbar-dec::before {
    border-color: transparent #fdc061 transparent transparent
}

.dashboard-content .jcf-scrollbar-horizontal .jcf-scrollbar-inc::before {
    border-color: transparent transparent transparent #fdc061
}

.dashboard-notification {
    color: #fdc061;
    font-size: 13px;
    font-size: 1.3rem
}

.attention-icon {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -533px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 21px;
    width: 22px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .attention-icon {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -520px;
        height: 21.5px;
        width: 21.5px
    }
}

.attention-icon_profile {
    float: left;
    margin: 0 10px 10px 0
}

.dashboard-balance-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px 0;
    padding: 30px 0;
    background: #302d28;
    overflow: hidden
}

.dashboard-balance-section-item_1 {
    width: 20%
}

.dashboard-balance-section-item_2 {
    width: 45%
}

.dashboard-balance-section-item_3 {
    width: 35%
}

.dashboard-balance-section-item {
    text-align: center
}

.dashboard-balance-text {
    width: 100%;
    padding: 0 0 10px 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem
}

.dashboard-balance-text:last-child {
    padding: 0
}

.dashboard-balance-text__title,
.dashboard-balance-text__value {
    display: inline-block
}

.dashboard-balance-text__title {
    width: 49%;
    padding: 0 0 0 5px;
    text-align: right;
    box-sizing: border-box;
    text-transform: uppercase
}

.dashboard-balance-text__value {
    width: 49%;
    padding: 0 0 0 5px;
    text-align: left;
    font-weight: 700;
    box-sizing: border-box;
    text-transform: uppercase
}

.dashboard-balance-text__huge {
    padding: 0 10px 0 0;
    font-size: 28px;
    font-size: 2.8rem
}

.dashboard-balance-text__lowercase {
    text-transform: lowercase
}

.icon-cashwallet-dashboard-balance,
.icon-point-dashboard-balance,
.icon-present-dashboard-balance {
    width: 64px;
    height: 64px
}

.btn-dashboard-balance {
    width: auto;
    min-width: 56.87%;
    white-space: nowrap
}

.icon-info-balance {
    width: 12px;
    height: 12px;
    fill: #fdc061;
    cursor: pointer;
    z-index: 50
}

.tooltip__content_balance {
    width: 200px;
    white-space: normal
}

.text-inherit {
    text-transform: none
}

.balance-text-lowercase {
    text-transform: lowercase
}

.balance-text-uppercase {
    text-transform: uppercase
}

.balance-text-capitalize {
    text-transform: capitalize
}

.balance-text-inherit {
    text-transform: inherit
}

.profile-box-width {
    width: 420px
}

.profile-top-box {
    margin: 50px auto 20px
}

.profile-item__title.profile-top-box__color {
    color: #dcd9d5
}

.profile-confirm-box {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle
}

.profile-confirm-link {
    color: #fdc061;
    cursor: pointer;
    text-decoration: underline
}

.profile-confirm-link:hover {
    text-decoration: none
}

.profile-box {
    position: relative;
    margin: 35px auto 40px;
    width: 480px;
    padding: 50px 50px 40px 60px;
    border-radius: 15px;
    border: 1px solid #797979;
    box-sizing: border-box
}

.content .profile-box .sub-title,
.profile-box .content .sub-title,
.profile-box .title {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem
}

.content .profile-box .sub-title span,
.profile-box .content .sub-title span,
.profile-box .title span {
    padding: 0 20px;
    background: #302d28
}

.profile-box .form-line {
    position: relative;
    padding: 0 0 35px 0
}

.profile-box .form-line .error {
    position: absolute;
    left: 95px;
    top: 35px
}

.profile-box .label {
    position: absolute;
    top: 0;
    left: -145px;
    width: 135px;
    padding: 0 0 0 10px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    box-sizing: border-box;
    z-index: 10
}

.profile-box .birthday-box .jcf-select {
    min-width: auto
}

.profile-box .birthday-box .form-elem-select-day,
.profile-box .birthday-box .form-elem-select-mounth,
.profile-box .birthday-box .form-elem-select-year {
    float: right;
    margin: 0 0 0 15px
}

.profile-box .birthday-box .form-elem-select-day,
.profile-box .birthday-box .form-elem-select-year {
    width: 75px
}

.profile-box .birthday-box .form-elem-select-mounth {
    width: 95px
}

.profile-box .birthday-box .form-elem-select-day {
    margin: 0
}

.profile-box .birthday-box .label {
    left: -52px
}

.profile-box .form-elem-select {
    z-index: 5
}

.profile-box .form-elem-inpt {
    z-index: 1
}

.profile-box .form-elem-inpt,
.profile-box .form-elem-select {
    float: right;
    width: 275px
}

.profile-box .gender-box {
    padding: 0 0 35px 90px;
    z-index: 10
}

.profile-box .gender-box .gender-label {
    position: absolute;
    top: 0;
    left: -52px;
    width: 135px;
    padding: 0 0 0 10px;
    line-height: 30px;
    box-sizing: border-box
}

.profile-box .gender-box .gender-label .label {
    padding: 0
}

.profile-box .gender-box .label {
    position: relative;
    display: inline-block;
    left: 0;
    width: auto;
    margin: 0 40px 0 0
}

.profile-box .btn-green {
    float: right;
    width: 275px
}

.profile-box .content-box-right {
    margin: 0 0 20px 0
}

.profile-box .country-box {
    z-index: 15
}

.profile-box-disabled {
    position: relative;
    margin: 15px auto 40px;
    padding: 60px 0 0 0;
    border-top: 1px solid #797979;
    box-sizing: border-box
}

.profile-item {
    position: relative;
    padding: 0 0 40px 0;
    font-size: 13px;
    font-size: 1.3rem
}

.profile-item__title {
    float: left;
    width: 120px;
    color: #797979;
    text-transform: uppercase
}

.profile-item__value {
    float: right;
    width: 290px;
    padding: 0 0 0 10px;
    color: #ededed;
    box-sizing: border-box
}

.profile-confirm-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px
}

.phone-confirm-box {
    display: none;
    position: absolute;
    left: -20px;
    bottom: -40px;
    width: 480px;
    padding: 15px 0;
    background: #302d28;
    border-radius: 15px;
    border: 1px solid #797979;
    box-sizing: border-box;
    z-index: 100
}

.phone-confirm-box.is-active {
    display: block
}

.phone-confirm-box .error {
    position: absolute;
    bottom: -15px;
    width: 100%;
    text-align: center
}

.btn-phone-confirm,
.inpt-phone-confirm,
.phone-confirm-title {
    display: inline-block
}

.phone-confirm-title {
    padding: 0 0 0 8.333%;
    font-size: 16px;
    font-size: 1.6rem
}

.inpt-phone-confirm {
    width: 125px;
    height: 31px;
    border-radius: 4px 0 0 4px
}

.btn-phone-confirm {
    width: auto;
    height: 30px;
    padding: 0 10px;
    border-radius: 0 50px 50px 0;
    letter-spacing: 0;
    line-height: 10px;
    font-size: 10px;
    font-size: 1rem
}

.profile-item__label {
    float: left;
    width: 260px;
    padding: 0 60px 0 0
}

.change-password-box-wrapp {
    margin: 25px auto 40px;
    width: 480px;
    padding: 20px 70px 20px 60px;
    border-radius: 15px;
    border: 1px solid #797979;
    box-sizing: border-box
}

.change-password-box-wrapp .content .sub-title,
.change-password-box-wrapp .title,
.content .change-password-box-wrapp .sub-title {
    padding: 0 0 20px 0
}

.change-password-box-wrapp .form-line {
    position: relative;
    padding: 0 0 35px 0
}

.change-password-box-wrapp .form-line .error {
    position: absolute;
    left: 95px;
    top: 32px
}

.change-password-box-wrapp .label {
    position: absolute;
    top: 15px;
    left: -145px;
    width: 135px;
    padding: 0 0 0 10px;
    text-align: right;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    box-sizing: border-box;
    z-index: 10
}

.change-password-box-wrapp .form-elem-inpt {
    float: right;
    width: 255px;
    z-index: 5
}

.change-password-box-wrapp .btn-green {
    float: right;
    width: 255px
}

.change-password-box-wrapp .content-box-right {
    margin: 0 0 20px 0
}

.question-box {
    position: relative;
    width: 725px;
    margin: 30px auto;
    padding: 40px 50px 30px 25px;
    border: 1px solid #797979;
    border-radius: 10px;
    box-sizing: border-box
}

.content .question-box .sub-title,
.question-box .content .sub-title,
.question-box .title {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem
}

.content .question-box .sub-title span,
.question-box .content .sub-title span,
.question-box .title span {
    padding: 0 20px;
    background: #302d28
}

.question-box .form-line {
    position: relative;
    padding: 0 0 35px 0
}

.question-box .form-line .error {
    position: absolute;
    left: 130px;
    top: 35px
}

.question-box .label {
    position: absolute;
    top: 15px;
    left: -140px;
    width: 130px;
    padding: 0 0 0 10px;
    text-align: right;
    box-sizing: border-box;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10
}

.question-box .form-elem-inpt,
.question-box .form-elem-select {
    float: left;
    width: 245px;
    margin: 0 0 0 130px;
    z-index: 5
}

.question-box .form-elem-file {
    float: left;
    margin: 0 0 0 130px
}

.question-box .label-file {
    left: -10px
}

.question-box .form-elem-textarea {
    float: left;
    width: 510px;
    height: 135px;
    margin: 0 0 0 130px;
    z-index: 1
}

.question-box .textarea-box .error {
    top: 140px
}

.question-box .form-elem-inpt-captcha {
    float: right;
    width: 80px;
    margin: 0 5px 0 0
}

.question-box .captcha-question {
    float: left;
    padding: 0 0 30px 130px
}

.question-box .captcha-img-box {
    float: right
}

.question-box .captcha-img {
    width: 160px;
    height: 30px
}

.question-box .captcha-reg .inpt,
.question-box .captcha-reg .inpt-dark,
.question-box .captcha-reg .textarea-custome {
    z-index: 1
}

.question-box .btn-green {
    width: auto
}

.attachment-btn {
    z-index: 1
}

.dashboard-bonus {
    padding: 50px 0 0 0
}

.dashboard-bonus-title {
    padding: 0 0 45px 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ededed;
    font-size: 32px;
    font-size: 3.2rem
}

.bonus-dashboard-list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 65px 0;
    padding: 0 0 100px 0
}

.bonus-dashboard-list__item {
    position: relative;
    width: 25%;
    padding: 0 5px;
    box-sizing: border-box
}

.dashboard-bonus-note {
    position: relative;
    padding: 10px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #fdc061;
    box-sizing: border-box;
    font-size: 10px;
    font-size: 1rem
}

.dashboard-bonus-note::before {
    position: absolute;
    top: -6px;
    left: 50%;
    margin: 0 0 0 -6px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fdc061 transparent
}

.dashboard-bonus-note-link {
    text-transform: uppercase
}

.dashboard-bonus-note_item {
    position: absolute;
    bottom: -85px;
    width: 180px;
    left: 50%;
    transform: translateX(-50%)
}

.bonus-front {
    width: 180px;
    margin: 0 auto
}

.bonus-back {
    max-width: 270px;
    margin: 0 auto
}

.bonus-back,
.bonus-front {
    height: 0;
    opacity: 0;
    z-index: -1
}

.bonus-back.is-active,
.bonus-front.is-active {
    height: auto;
    opacity: 1;
    z-index: 1
}

.bonus-back {
    position: relative;
    top: 0;
    left: 0;
    background: #302d28;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden
}

.bonus-content {
    position: relative;
    padding: 20px 15px 5px 20px
}

.bonus-content__title {
    padding: 0 45px 25px 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 2rem
}

.icon-circle-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.bonus-back.is-active .icon-circle-close_animate {
    animation: bounceIn .75s
}

.bonus-text-wrap {
    position: relative
}

.bonus-text-wrap::after,
.bonus-text-wrap::before {
    position: absolute;
    left: 0;
    right: 5px;
    content: "";
    height: 5px;
    z-index: 10
}

.bonus-text-wrap::before {
    top: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxOCUiIHN0b3AtY29sb3I9IiMzMDJkMjgiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzMwMmQyOCIgc3RvcC1vcGFjaXR5PSIwLjYyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(to bottom, #302d28 18%, rgba(48, 45, 40, .62) 49%, rgba(255, 255, 255, 0) 100%)
}

.bonus-text-wrap::after {
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzMwMmQyOCIgc3RvcC1vcGFjaXR5PSIwLjYyIi8+PHN0b3Agb2Zmc2V0PSI4MiUiIHN0b3AtY29sb3I9IiMzMDJkMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(48, 45, 40, .62) 51%, #302d28 82%)
}

.bonus-text {
    height: 100px;
    position: relative;
    padding: 0 10px 0 0
}

.bonus-text p:first-child {
    margin: 0 0 30px 0
}

.bonus-header {
    position: relative;
    padding: 0 0 20px 0;
    cursor: pointer
}

.bonus-header__image {
    width: 100%;
    height: auto
}

.icon-info-bonus {
    position: absolute;
    top: 0;
    right: -30px;
    width: 32px;
    height: 32px;
    fill: #fff
}

.bonus-info {
    width: 100%;
    margin: 0 auto
}

.bonus-info__title {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    letter-spacing: 1px;
    color: #ededed;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem
}

.bonus-list {
    padding: 0 0 20px 0
}

.bonus-list:last-child {
    padding: 0
}

.bonus-list__item {
    position: relative;
    padding: 0 0 0 10px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #fdc061;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem
}

.bonus-list__item::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background: #fdc061;
    content: ""
}

.bonus-required-is-done {
    color: #797979;
    text-decoration: line-through
}

.bonus-dashboard-list__item_with-note {
    padding: 0 5px 80px 5px
}

.bonus-dashboard-list-wrapp {
    padding: 0 0 50px 0;
    height: 100%;
    box-sizing: border-box
}

.btn-bonus {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    margin: 0 auto
}

.btn-bonus.is-hidden {
    display: none
}

.bonus-content .jcf-scrollbar {
    top: -1px
}

.bonus-content .jcf-scrollbar .jcf-scrollbar-handle {
    background: #fdc061
}

.bonus-content .jcf-scrollbar-vertical {
    right: -10px
}

.bonus-content .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    left: 3px;
    width: 8px
}

.bonus-content .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.bonus-content .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #13100e
}

.bonus-content .jcf-scrollbar-vertical .jcf-scrollbar-dec::before,
.bonus-content .jcf-scrollbar-vertical .jcf-scrollbar-inc::before {
    position: absolute;
    left: 3px;
    content: ""
}

.bonus-content .jcf-scrollbar-vertical .jcf-scrollbar-dec::before {
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #fdc161 transparent
}

.bonus-content .jcf-scrollbar-vertical .jcf-scrollbar-inc::before {
    bottom: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #fdc161 transparent transparent transparent
}

.bonus-congratulation-info {
    text-align: center;
    color: #3daa45;
    font-weight: 700;
    animation: bounceIn .75s
}

.bonus-congratulation-info.is-hidden {
    display: none;
    animation: none
}

.dashboard-bonus-notification {
    padding: 0 0 100px 0;
    color: #797979;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem
}

.mobile-sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 110px 0 25px 0;
    background: #302d28;
    z-index: 200
}

.mobile-sidebar.active {
    display: block
}

.mobile-sidebar .sidebar-inner {
    position: relative;
    width: 290px;
    min-width: 290px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

.mobile-sidebar .sidebar-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAPCAYAAAAlH6X5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADFJREFUeNpiNNDVeMPEwMDwEUS8BhHPQMRDEPEARNyHs96BiA8M////ZwCx0AmAAAMAJq0MqjOr6F8AAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    z-index: 10
}

.mobile-sidebar .sidebar-scroll {
    width: 310px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.mobile-sidebar .sidebar-scroll-wrap {
    width: 290px;
    min-height: 100%;
    padding: 0 0 150px 0
}

.user-auth .mobile-sidebar {
    padding: 70px 0 25px 0
}

.nav-mobile-icon-line,
.nav-mobile-icon::after,
.nav-mobile-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #fdc061
}

.nav-mobile-icon {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #302d28;
    border: 2px solid #13100e;
    z-index: 210
}

.nav-mobile-icon::after,
.nav-mobile-icon::before {
    content: "";
    transition: all .2s ease-in-out
}

.nav-mobile-icon::before {
    margin: -7px 0 0 -10px
}

.nav-mobile-icon::after {
    margin: 5px 0 0 -10px
}

.nav-mobile-icon.close::after,
.nav-mobile-icon.close::before {
    transition: all .2s ease-in-out
}

.nav-mobile-icon.close::before {
    margin: -1px 0 0 -10px;
    transform: rotate(-45deg)
}

.nav-mobile-icon.close::after {
    margin: -1px 0 0 -10px;
    transform: rotate(45deg)
}

.nav-mobile-icon.close .nav-mobile-icon-line,
.nav-mobile-icon.close .nav-mobile-icon::after,
.nav-mobile-icon.close .nav-mobile-icon::before {
    display: none
}

.nav-mobile ul {
    width: 96%
}

.nav-mobile ul li {
    text-align: center;
    border-top: 2px solid #13100e
}

.nav-mobile ul li a {
    display: block;
    padding: 10px 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fdc061;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 24px;
    font-size: 2.4rem
}

.nav-mobile ul li a:hover {
    color: #ededed
}

.nav-mobile ul li:first-child {
    border-top: none
}

.mobile-sidebar .chat-btn {
    margin: 15px 0 0 0
}

.mobile-sidebar .exit-btn {
    margin: 25px 0 0 0
}

.mobile-lang-box {
    margin: 15px 50px 0 50px
}

.mobile-lang-list {
    text-align: center
}

.mobile-lang-list__item {
    position: relative;
    display: inline-block
}

.mobile-lang-list__link {
    display: block;
    width: 50px;
    height: 50px
}

.mobile-lang-list__link::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -12px;
    content: ""
}

.mobile-lang-list__link.is-active::after {
    position: absolute;
    top: -2px;
    left: -3px;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    border: 2px solid #13100e
}

.mobile-sidebar .btn-green {
    margin: 0 0 10px 0
}

.user-bar-box {
    margin: 0 0 15px 0;
    padding: 8px 0 0 0
}

.user-bar-box .user-name {
    padding: 3px 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    background: #13100e;
    border-radius: 5px 5px 0 0;
    color: #ededed;
    font-size: 24px;
    font-size: 2.4rem
}

.user-bar-box .user-bar-info-box {
    margin: 3px 0 0 0;
    padding: 20px 0 5px 0;
    background: #13100e;
    border-radius: 0 0 5px 5px
}

.user-bar-box .user-bar-info-box .user-bar-item {
    padding: 0 0 15px 15px;
    line-height: 26px;
    overflow: hidden
}

.content .user-bar-box .user-bar-info-box .user-bar-item .sub-title,
.user-bar-box .user-bar-info-box .user-bar-item .content .sub-title,
.user-bar-box .user-bar-info-box .user-bar-item .title {
    position: relative;
    float: left;
    width: 125px;
    margin: 0 0 0 35px;
    padding: 0;
    color: #797979;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    font-size: 1rem
}

.user-bar-box .user-bar-info-box .user-bar-item .output {
    position: relative;
    float: right;
    width: 80px;
    padding: 0 30px 0 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: right;
    overflow: hidden;
    font-size: 20px;
    font-size: 2rem
}

.user-bar-box .user-bar-info-box .user-bar-item .output .currency {
    position: absolute;
    top: 10px;
    right: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 10px;
    font-size: 1rem
}

.user-bar-box .user-bar-info-box .user-bar-item .points-icon::before,
.user-bar-box .user-bar-info-box .user-bar-item .present-icon::before,
.user-bar-box .user-bar-info-box .user-bar-item .user-icon::before,
.user-bar-box .user-bar-info-box .user-bar-item .wallet-icon::before {
    position: absolute;
    top: 0;
    left: -35px;
    content: ""
}

.user-bar-box .user-bar-info-box .user-bar-item .wallet-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -3943px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 23px;
    width: 23px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .user-bar-box .user-bar-info-box .user-bar-item .wallet-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -3847px;
        height: 23px;
        width: 23px
    }
}

.user-bar-box .user-bar-info-box .user-bar-item .present-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2893px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 23px;
    width: 23px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .user-bar-box .user-bar-info-box .user-bar-item .present-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2822px;
        height: 23px;
        width: 23px
    }
}

.user-bar-box .user-bar-info-box .user-bar-item .points-icon::before {
    display: block;
    background-image: url(../images/images-list-s5c52c68e93.png);
    background-position: 0 -2868px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 23px;
    width: 23px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .user-bar-box .user-bar-info-box .user-bar-item .points-icon::before {
        background-image: url(../images/images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2798px;
        height: 23px;
        width: 23px
    }
}

.user-bar-info-box_present-icon {
    height: auto
}

.user-name__link {
    color: #fdc061
}

.mobile-user-alerts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px 0
}

.sidebar-bonus-link,
.sidebar-email-link,
.sidebar-messages-line {
    position: relative;
    width: 60px;
    line-height: 31px;
    background: #302d28;
    box-sizing: border-box;
    font-weight: 400;
    text-align: center;
    border: 2px solid #fdc061;
    border-radius: 20px;
    text-decoration: none;
    overflow: hidden
}

.sidebar-bonus-link .calendar-icon,
.sidebar-bonus-link .email-icon,
.sidebar-email-link .calendar-icon,
.sidebar-email-link .email-icon,
.sidebar-messages-line .calendar-icon,
.sidebar-messages-line .email-icon {
    width: 16px;
    height: 14px
}

.sidebar-bonus-link .bonus-icon,
.sidebar-email-link .bonus-icon,
.sidebar-messages-line .bonus-icon {
    width: 22px;
    height: 16px
}

.sidebar-icon-wrapp {
    display: inline-block
}

.sidebar-count-notification {
    display: inline-block
}

@media (max-width:1440px) {
    .lang-list {
        left: -60px
    }
}

@media (max-width:1300px) {
    .width {
        width: 96%
    }
}

@media (max-width:1270px) {
    .promo-wrapp {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .stat-info__item {
        font-size: 22px;
        font-size: 2.2rem
    }

    .estimate-box {
        transform: scale(.7);
        transform-origin: center center
    }

    .race-view-prize {
        transform: scale(.7);
        transform-origin: right center
    }
}

@media (max-width:1200px) {
    .game-jackpot__total {
        font-size: 22px;
        font-size: 2.2rem
    }

    .question-box {
        width: 625px
    }

    .question-box .form-elem-textarea {
        width: 410px
    }

    .cash-grid-page-main .icon-attention_bonus-item {
        position: absolute;
        top: 55px;
        left: -47px
    }
}

@media (max-width:1100px) {
    .dashboard-filters {
        position: relative
    }

    .dashboard-filters__item {
        display: block;
        width: 170px;
        margin: 0 15px 15px 15px
    }

    .dashboard-filters__btn {
        position: absolute;
        top: 10px;
        right: 10px;
        float: none;
        width: auto
    }

    .certificate-box__item {
        padding: 0 15px 15px 15px
    }

    .cash-grid-page-main .cash-bonus-checkbox {
        top: 0;
        left: 10px
    }

    .cash-grid-page-main .icon-attention_bonus-note {
        top: -16px;
        left: 50%;
        margin: 0 0 0 -16px
    }

    .cash-grid-page-main .icon-attention_bonus-item {
        top: -15px;
        left: -10px
    }

    .cash-grid-page-main .cash-bonus-note-inner {
        display: inline-block;
        width: auto;
        margin: 0
    }
}

@media (max-width:1000px) {
    .content-width {
        width: 96%
    }

    .tournament-description {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tournament-description__item-1,
    .tournament-description__item-2,
    .tournament-description__item-3 {
        margin: 0 0 40px 0;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tournament-description__item-3 {
        margin: 0 0 10px 0
    }

    .tournament-description__item-1.tournament-article {
        margin: 25px 0
    }

    .tournament-spending {
        text-align: center
    }

    .tournament-grid__left,
    .tournament-grid__right {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%
    }

    .tournament-grid__left {
        margin: 0 0 25px 0
    }

    .tournament-grid__right {
        margin: 0 0 25px 0
    }

    .tournament-inner-grid__item-1 {
        width: 46.6%
    }
}

@media only screen and (max-width:992px) {
    .header-box__social-box {
        width: 170px;
        padding: 0 0 0 15px;
        overflow: visible;
        box-sizing: border-box
    }

    .header-box__social-box .social-text {
        float: none;
        padding: 0
    }

    .header-box__social-box .social-list {
        top: 0;
        left: 85px;
        width: 100px;
        transform: scale(.8)
    }

    .game-list__item {
        width: 25%
    }

    .game-item-jackpot__total {
        font-size: 26px;
        font-size: 2.6rem
    }

    .question-box {
        width: 525px
    }

    .question-box .form-elem-textarea {
        width: 320px
    }

    .copyrights-box {
        width: 90%
    }
}

@media only screen and (max-width:940px) {
    .game-jackpot__total {
        font-size: 24px;
        font-size: 2.4rem
    }

    .calendar-event {
        margin: -10px 0 0 3px
    }

    .calendar-event__item {
        margin: 0 0 0 -3px
    }

    .bonus-dashboard-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 90px 0
    }

    .bonus-dashboard-list__item {
        width: 50%;
        margin: 0 auto 100px
    }

    .bonus-dashboard-list__item:last-child {
        margin: 0 auto
    }

    .bonus-dashboard-list__item:nth-child(3n) {
        margin: 50px 0 0 0
    }

    .bonus-dashboard-list__item:nth-child(4n) {
        margin: 50px 0 0 0
    }
}

@media only screen and (max-width:820px) {
    .game-jackpot__total {
        font-size: 20px;
        font-size: 2rem
    }
}

@media only screen and (max-width:768px) {
    .notification-line {
        width: 100%;
        position: fixed;
        z-index: 120
    }

    h1 {
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 28px;
        font-size: 2.8rem
    }

    h2 {
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-size: 1.6rem
    }

    h3 {
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-size: 1.2rem
    }

    h4 {
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-size: 1rem
    }

    h5 {
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 8px;
        font-size: .8rem
    }

    .mobile-only-show {
        display: block
    }

    .mobile-only-hide {
        display: none
    }

    .content-image-left {
        float: none;
        width: 100%;
        margin: 0 0 20px 0
    }

    .content-image-right {
        float: none;
        width: 100%;
        margin: 0 0 20px 0
    }

    .header-box__social-box.mobile-only-show {
        display: block;
        margin: 15px 0 0 0
    }

    .header-box__social-box {
        display: none
    }

    .registration-box .header-box__social-box {
        overflow: visible
    }

    .header-box__social-box .social-list {
        width: 210px
    }

    .main-content {
        padding: 120px 0 0 0
    }

    .user-auth .main-content {
        padding: 90px 0 0 0
    }

    .content {
        padding-top: 0
    }

    .page-registration {
        padding-top: 10px;
        background: #302d28
    }

    .page-authorization {
        padding-top: 10px;
        background: #302d28
    }

    .page-restore {
        padding-top: 10px;
        background: #302d28
    }

    .content-device-padding {
        padding-top: 40px
    }

    .header {
        position: fixed;
        width: 100%;
        box-shadow: 0 0 20px #13100e;
        border-bottom: 2px solid #302d28
    }

    .header .cols-4,
    .header .cols-8 {
        float: none;
        width: 100%
    }

    .header .logo {
        margin: 0 auto 15px;
        display: block;
        background-image: url(images-list-s5c52c68e93.png);
        background-position: 0 -2099px;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 37px;
        width: 193px
    }
}

@media only screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:768px) and (min-resolution:2dppx) {
    .header .logo {
        background-image: url(images-list-2x-s2538d1d28d.png);
        background-size: 255px 4100.5px;
        background-position: 0 -2048px;
        height: 37.5px;
        width: 193px
    }
}

@media only screen and (max-width:768px) {
    .header-btn-box {
        float: none;
        margin: 5px auto 0
    }

    .lang-box {
        display: none
    }

    .header-bonus-link,
    .header-email-link,
    .header-exit-link,
    .header-messages-link,
    .header-user-name {
        display: none
    }

    .header-balance-link {
        position: absolute;
        top: -40px;
        right: 0;
        padding: 0;
        background: 0 0;
        font-weight: 400;
        color: #ededed;
        text-decoration: underline;
        font-size: 12px;
        font-size: 1.2rem
    }

    .nav-wrapp {
        display: none
    }

    .nav-mobile-icon {
        display: block
    }

    .slider-general-box {
        display: none
    }

    .nav-category {
        margin: 10px 0 0 0
    }

    .nav-category__scroll {
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        padding: 0 0 20px 0;
        overflow-x: scroll
    }

    .nav-category-list {
        display: block;
        position: relative;
        width: 1210px
    }

    .nav-category-list__item {
        display: inline-block;
        margin-right: -4px;
        min-width: 130px
    }

    .nav-category-desktop-only .nav-category-list {
        display: block;
        text-align: center;
        width: auto
    }

    .nav-category-desktop-only .nav-category-list__item {
        display: inline-block;
        width: 130px
    }

    .provider-box {
        float: none
    }

    .main-content .search-box {
        float: left;
        margin: 10px 0 0 0;
        width: 235px;
        overflow: hidden
    }

    .game-list__item {
        width: 33.333333%
    }

    .game-jackpot__total {
        font-size: 24px;
        font-size: 2.4rem
    }

    .content .cols-3,
    .content .cols-9 {
        float: none;
        width: 100%;
        padding: 0
    }

    .content .cols-9 .separate {
        display: none
    }

    .content .cols-3 .last-articles-box {
        display: none
    }

    .content .article-item {
        padding: 0 0 20px 0
    }

    .content .article-item .article-date-box,
    .content .article-item .article-text-prev {
        display: none
    }

    .content .article-item .article-image {
        margin: 5px 0 0 0
    }

    .bonus-code {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bonus-code__title {
        text-align: center
    }

    .bonus-code-form,
    .bonus-code__title {
        padding: 0 0 25px 0
    }

    .calendar-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: nowrap;
        flex-flow: nowrap;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px
    }

    .calendar-grid__item {
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }

    .calendar-content {
        padding: 25px 0 0 0
    }

    .calendar-content-wrapp {
        padding: 0
    }

    .page-about .article-2-colum .left,
    .page-about .article-2-colum .right {
        float: none;
        width: 100%
    }

    .page-about .article-2-colum .right {
        display: none
    }

    .page-about .article-2-colum.article-2-colum__certificate .right {
        display: block;
        margin: 30px 0 0 0
    }

    .page-about .article-2-colum.article-2-colum__certificate .left {
        display: block
    }

    .certificate-wrap {
        height: auto
    }

    .certificate-small {
        width: 280px;
        height: auto
    }

    .certificate-big {
        left: 0;
        width: 100%;
        height: auto;
        margin-left: 0
    }

    .table-about {
        margin: 0 auto
    }

    .chat-box-info-text {
        display: none
    }

    .chat-box-info-btn {
        float: none;
        width: 210px;
        margin: 0 0 0 25%;
        padding: 10px 0 0 0
    }

    .chat-box-info-btn::after {
        right: -50%
    }

    .mobile-chat-box-info-text,
    .mobile-license-box {
        display: block
    }

    .mobile-license-box {
        width: 200px;
        margin: 0 auto;
        text-align: center
    }

    .mobile-license-box a {
        display: block;
        margin: 15px 0 0 0
    }

    .change-points__article-left {
        float: none;
        width: 100%
    }

    .change-points-box {
        padding: 35px 10px
    }

    .change-points__wrap {
        width: 390px;
        margin: 0 auto
    }

    .registration-wrap {
        width: 280px;
        border-radius: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        box-shadow: none;
        overflow: visible
    }

    .registration-left {
        -ms-flex-order: 2;
        order: 2
    }

    .registration-right {
        -ms-flex-order: 1;
        order: 1;
        width: 280px;
        height: 155px
    }

    .bonus-reg-bg-ru {
        background: url(https://playfortuna.com/bundles/intonefront/images/bg/bonus-reg-banner-mobile_ru.jpg) top center no-repeat;
        background-size: cover
    }

    .bonus-reg-bg-en {
        background: url(https://playfortuna.com/bundles/intonefront/images/bg/bonus-reg-banner-mobile_en.jpg) top center no-repeat;
        background-size: cover
    }

    .bonus-reg-bg-sv {
        background: url(https://playfortuna.com/bundles/intonefront/images/bg/bonus-reg-banner-mobile_sv.jpg) top center no-repeat;
        background-size: cover
    }

    .bonus-reg-bg-pl {
        background: url(https://playfortuna.com/bundles/intonefront/images/bg/bonus-reg-banner-mobile_pl.jpg) top center no-repeat;
        background-size: cover
    }

    .bonus-reg-bg-de {
        background: url(https://playfortuna.com/bundles/intonefront/images/bg/bonus-reg-banner-mobile_de.jpg) top center no-repeat;
        background-size: cover
    }

    .registration-box {
        width: 280px;
        padding: 0 0 30px 0
    }

    .registration-box .form-elem-inpt {
        float: none;
        width: 100%
    }

    .registration-box .form-elem-select {
        width: 165px
    }

    .registration-box .form-elem-select .label {
        left: -115px;
        width: 115px;
        padding: 0 10px 0 0;
        color: #ededed;
        overflow: hidden
    }

    .registration-box .form-line .error {
        left: 0
    }

    .registration-box .label {
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 30px;
        text-align: left;
        color: #797979
    }

    .registration-box .form-elem-inpt-captcha {
        float: right;
        width: 115px;
        margin: 0 5px 0 0
    }

    .registration-box .chekcbox-reg {
        width: 100%
    }

    .authorization-box {
        width: 280px;
        padding: 0 0 30px 0
    }

    .authorization-box .form-elem-inpt {
        float: none;
        width: 100%
    }

    .authorization-box .form-elem-select {
        width: 165px
    }

    .authorization-box .form-elem-select .label {
        left: -115px;
        width: 115px;
        padding: 0 10px 0 0;
        color: #ededed;
        overflow: hidden
    }

    .authorization-box .form-line .error {
        left: 0
    }

    .authorization-box .label {
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 30px;
        text-align: left;
        color: #797979
    }

    .authorization-box .form-elem-inpt-captcha {
        width: 115px
    }

    .authorization-box .auth-btn.btn {
        width: 100%
    }

    .restore-box {
        width: 280px;
        padding: 0 0 30px 0
    }

    .restore-box .form-elem-inpt {
        float: none;
        width: 100%
    }

    .restore-box .form-elem-select {
        width: 165px
    }

    .restore-box .form-elem-select .label {
        left: -115px;
        width: 115px;
        padding: 0 10px 0 0;
        color: #ededed;
        overflow: hidden
    }

    .restore-box .form-line .error {
        left: 0
    }

    .restore-box .label {
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 30px;
        text-align: left;
        color: #797979
    }

    .restore-box .form-elem-inpt-captcha {
        float: right;
        width: 115px;
        margin: 0 5px 0 0
    }

    .restore-box .restore-btn.btn {
        float: none;
        width: 100%
    }

    .breadcrumbs-box {
        margin: 15px 0
    }

    .dashboard-balance-section {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dashboard-balance-section-item_1 {
        display: none
    }

    .dashboard-balance-section-item_2,
    .dashboard-balance-section-item_3 {
        width: 100%;
        padding: 0 0 20px 0
    }

    .dashboard-balance-section-item_2:last-child,
    .dashboard-balance-section-item_3:last-child {
        padding: 0
    }

    .btn-dashboard-balance {
        min-width: auto
    }

    .top-dashboard__left,
    .top-dashboard__right {
        float: none;
        width: 100%;
        padding: 0 0 20px 0;
        overflow: visible
    }

    .top-dashboard__left:last-child,
    .top-dashboard__right:last-child {
        padding: 0
    }

    .dashboard-top-shadow::after {
        display: none
    }

    .nav-dashboard-list {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .dashboard-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

    .dashboard-grid__left {
        width: 100%;
        box-shadow: none
    }

    .dashboard-grid__right {
        width: 100%;
        padding: 0 2.404%;
        box-sizing: border-box
    }

    .nav-sub-dashboard {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        background: #302d28
    }

    .nav-sub-dashboard__item {
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow: hidden
    }

    .nav-sub-dashboard__link {
        display: block;
        padding: 15px 5px;
        text-align: center;
        box-shadow: inset 10px -34px 12px -30px rgba(0, 0, 0, .75)
    }

    .nav-sub-dashboard__link.is-active {
        border-left: none;
        border-bottom: 3px solid #fdc061;
        box-shadow: none
    }

    .nav-sub-dashboard__info {
        display: none
    }

    .nav-sub-dashboard__count {
        display: none
    }

    .dashboard-username {
        display: block;
        min-height: auto;
        white-space: normal
    }

    .dashboard-username__name {
        display: inline-block
    }

    .dashboard-username__status {
        display: inline-block
    }

    .dashboard-content .wrapp-scroll {
        width: 768px
    }

    .dashboard-filters__item {
        display: block;
        width: 170px;
        margin: 0 0 15px 0
    }

    .dashboard-filters__btn {
        position: relative;
        right: 0;
        margin: 0;
        width: 170px
    }

    .question-box {
        padding: 40px 50px 30px 50px;
        width: 525px
    }

    .question-box .form-line .error {
        left: 40px
    }

    .question-box .form-elem-textarea {
        width: 320px
    }

    .question-box .form-elem-file label,
    .question-box .form-elem-select label {
        display: none
    }

    .question-box .form-elem-file,
    .question-box .form-elem-inpt,
    .question-box .form-elem-select,
    .question-box .form-elem-textarea {
        margin: 0 0 0 40px
    }

    .question-box .textarea-box label {
        left: 0;
        width: 100%;
        height: 100%;
        text-align: left;
        color: #797979
    }

    .question-box .form-elem-inpt-captcha {
        width: 150px
    }

    .question-box .form-elem-inpt-captcha label {
        left: -30px;
        color: #797979
    }

    .question-box .captcha-question {
        padding: 0 0 30px 40px
    }

    .dashboard-header-tabs .tabs {
        white-space: normal
    }

    .dashboard-header-tabs.profile-change-pass-tabs .tabs-change-password {
        font-size: 10px;
        font-size: 1rem
    }

    .change-password-box-wrapp {
        width: 280px;
        padding: 0 0 30px 0;
        border: none
    }

    .change-password-box-wrapp .form-elem-inpt {
        float: none;
        width: 100%
    }

    .change-password-box-wrapp .form-elem-select {
        width: 165px
    }

    .change-password-box-wrapp .form-elem-select .label {
        left: -115px;
        width: 115px;
        padding: 0 10px 0 0;
        color: #ededed;
        overflow: hidden
    }

    .change-password-box-wrapp .form-line .error {
        left: 0
    }

    .change-password-box-wrapp .label {
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 30px;
        text-align: left;
        color: #797979
    }

    .change-password-box-wrapp .btn-green {
        width: 100%
    }

    .profile-box-width {
        width: 280px
    }

    .profile-box {
        position: relative;
        margin: 25px auto 40px;
        width: 280px;
        padding: 40px 0 0 0;
        border-radius: 0;
        border: none;
        box-sizing: border-box
    }

    .profile-box .form-line .error {
        left: 0
    }

    .profile-box .form-elem-inpt {
        float: none;
        width: 100%
    }

    .profile-box .label {
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 30px;
        text-align: left;
        text-transform: initial;
        color: #797979
    }

    .profile-box .birthday-box .label,
    .profile-box .country-box .label {
        display: none
    }

    .profile-box .form-elem-select {
        float: none;
        width: 100%
    }

    .profile-box .birthday-box .form-elem-select-day,
    .profile-box .birthday-box .form-elem-select-year {
        width: 77px
    }

    .profile-box .gender-box {
        padding: 0 0 35px 0
    }

    .profile-box .gender-box .gender-label {
        display: none
    }

    .profile-box .btn-green {
        width: 100%
    }

    .profile-confirm-box {
        display: block;
        margin: 0;
        text-align: center
    }

    .profile-item__title {
        width: 120px;
        text-transform: initial
    }

    .profile-item__value {
        width: 160px;
        padding: 0 0 0 10px
    }

    .phone-confirm-box {
        width: 280px
    }

    .btn-phone-confirm,
    .inpt-phone-confirm,
    .phone-confirm-title {
        display: block;
        text-align: center
    }

    .btn-phone-confirm,
    .inpt-phone-confirm {
        margin: 5px auto 0;
        border-radius: 4px
    }

    .profile-item__label {
        padding: 0
    }

    .profile-item-checkbox {
        float: none
    }

    .demo-game-info-top .feature-box {
        float: none;
        width: 280px;
        margin: 0 auto
    }

    .demo-game-info-top .demo-game-description-preview {
        float: none;
        width: 100%
    }

    .tournament-description {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tournament-description__item-1,
    .tournament-description__item-2,
    .tournament-description__item-3 {
        margin: 0 0 40px 0;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tournament-description__item-3 {
        margin: 0 0 10px 0
    }

    .payment-box {
        display: block;
        overflow: hidden;
        text-align: center
    }

    .payment-box__item {
        display: inline-block;
        padding: 20px 0 0 0;
        min-width: 100px;
        height: 80px;
        margin: 0
    }

    .dashboard-nav {
        margin: 0 0 30px 0
    }

    .popup-wrapp.for-mobile {
        position: absolute;
        background: 0 0;
        z-index: 9999
    }

    .cash-tabs {
        display: none
    }

    .cash-page-padding {
        padding: 0
    }

    .cash-page-back-btn-box {
        top: 10px;
        left: 10px
    }

    .footer__nav-box {
        margin: 0 auto
    }

    .footer-nav__item {
        display: block;
        width: 100%
    }

    .footer-nav__link {
        line-height: 28px;
        line-height: 2.8rem
    }

    .popup-terms {
        width: 90%
    }

    .cash-grid-page-main .cash-grid {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cash-grid-page-main .cash-grid__left {
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }

    .cash-grid-page-main .cash-grid__right {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0
    }

    .cash-grid-page-main .cash-bonus-title-link {
        display: block
    }

    .cash-grid__right_page-main .cash-bonus-item {
        display: none;
        margin: 10px 0 35px 0
    }

    .cash-grid__right_page-main .cash-bonus-item.is-current,
    .cash-grid__right_page-main .cash-bonus-item.is-visible {
        display: block
    }

    .cash-grid__right_page-main .cash-bonus-mobile-not-open .cash-bonus-item.is-current {
        margin: 0
    }

    .cash-grid__right_page-main .cash-bonus-mobile-not-open .cash-bonus-note {
        display: none
    }

    .cash-grid__right_page-main .cash-bonus-mobile-not-open .cash-bonus__title {
        margin: 0
    }

    .cash-grid__right_page-main .cash-bonus-item.is-current {
        -ms-flex-order: unset;
        order: unset
    }

    .cash-grid-page-main .cash-bonus-checkbox {
        top: 76px;
        left: -55px
    }

    .cash-grid-page-main .cash-bonus-empty-box {
        width: 140px;
        text-align: left;
        text-transform: uppercase;
        padding: 0 0 0 45px;
        font-size: 10px;
        font-size: 1rem
    }

    .cash-grid-page-main .icon-cash-present {
        display: block
    }

    .cash-grid-page-main .icon-cash-present_empty {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 32px;
        height: 32px
    }

    .cash-grid-page-main .cash-bonus-note {
        margin: 20px auto
    }

    .cash-grid-page-main .icon-attention_bonus-note {
        top: 2px;
        left: -25px;
        margin: 0
    }

    .cash-grid-page-main .icon-attention_bonus-item {
        top: 85px;
        left: -80px
    }
}

@media (max-width:660px) {
    .promo-wrapp {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }

    .promo-item {
        max-width: 275px;
        height: 145px
    }

    .promo-item-content {
        padding: 20px 0 0 20px;
        width: 72.7%
    }

    .promo-item__title {
        line-height: 30px;
        line-height: 3rem;
        font-size: 20px;
        font-size: 2rem
    }

    .promo-item__title-small {
        font-size: 20px;
        font-size: 2rem
    }

    .promo-item__text {
        display: none
    }
}

@media only screen and (max-width:610px) {
    .game-list__item {
        width: 33.333333%
    }

    .game-jackpot__total {
        font-size: 20px;
        font-size: 2rem
    }

    .question-box {
        padding: 40px 5px 30px 5px;
        width: 310px
    }

    .question-box .form-line .error {
        left: 5px
    }

    .question-box .form-elem-textarea {
        width: 290px
    }

    .question-box .form-elem-file label,
    .question-box .form-elem-select label {
        display: none
    }

    .question-box .form-elem-file,
    .question-box .form-elem-inpt,
    .question-box .form-elem-select,
    .question-box .form-elem-textarea {
        margin: 0 0 0 5px
    }

    .question-box .textarea-box label {
        left: 0;
        color: #797979
    }

    .question-box .form-elem-inpt-captcha {
        width: 125px
    }

    .question-box .form-elem-inpt-captcha label {
        left: -30px;
        color: #797979
    }

    .question-box .captcha-question {
        padding: 0 0 30px 5px
    }

    .plugin-btn-text {
        width: 100%
    }

    .page-aboutus-contact,
    .page-aboutus-contact__adress-name,
    .page-aboutus-email-item,
    .page-aboutus-logo {
        text-align: center
    }

    .page-aboutus-logo {
        float: none;
        margin: 0 0 30px 0
    }

    .page-aboutus-video {
        width: 100%;
        height: 315px
    }

    .page-aboutus-email-item {
        display: block;
        margin: 5px 0 10px 0
    }

    .page-terms-license {
        float: none;
        width: 100%;
        padding: 0
    }

    .dashboard-bonus-title {
        text-align: center
    }

    .bonus-dashboard-list {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding: 0
    }

    .bonus-dashboard-list__item {
        width: 285px;
        margin: 0 auto 100px;
        padding: 0
    }

    .bonus-dashboard-list__item:last-child {
        margin: 0 auto
    }

    .bonus-dashboard-list__item:nth-child(3n) {
        margin: 0 auto 100px
    }

    .bonus-dashboard-list__item:nth-child(4n) {
        margin: 0 auto 100px
    }
}

@media only screen and (max-width:540px) {
    .game-list__item {
        width: 50%
    }

    .game-jackpot__total {
        font-size: 20px;
        font-size: 2rem
    }

    .change-points__title {
        font-size: 14px;
        font-size: 1.4rem
    }

    .change-points__wrap {
        width: 260px;
        margin: 0 auto
    }

    .change-points-val__price {
        font-size: 14px;
        font-size: 1.4rem
    }

    .change-points-text.change-points__line-height {
        line-height: 14px
    }

    .change-points-text {
        line-height: 14px
    }

    .change-points__notice,
    .change-points__notice2,
    .change-points__title {
        text-align: center
    }

    .calendar__day,
    .calendar__day_title {
        height: 45px;
        font-size: 14px;
        font-size: 1.4rem
    }

    .calendar-item {
        height: 30px
    }

    .calendar-event {
        margin: -7px 0 0 2px
    }

    .calendar-event__item {
        margin: 0 0 0 -2px
    }

    .calendar-event-free-spins,
    .calendar-event-shares,
    .calendar-event-tournament {
        width: 3px;
        height: 3px
    }

    .calendar-content-wrapp {
        padding: 30px 0 0 0
    }

    .popup-box {
        width: 300px;
        margin: 50px 0 0 -150px
    }

    .popup-terms {
        width: 90%;
        margin: 0
    }

    .popup-terms__title {
        font-weight: 400;
        font-size: 28px;
        font-size: 2.8rem
    }

    .nav-dashboard-list__item {
        padding: 0 5px
    }

    .cash-grid-page-main .icon-attention_bonus-item {
        position: absolute;
        top: 55px;
        left: -47px
    }
}

@media only screen and (max-width:480px) {

    .article-2-colum .left,
    .article-2-colum .right {
        float: none;
        width: 100%;
        padding: 0 0 30px 0
    }

    .page-about .chat-box-info-btn {
        float: none;
        width: 170px;
        margin: 0 0 0 7%;
        padding: 10px 0 0 0
    }

    .page-about .chat-box-info-btn::after {
        right: -50%
    }

    .bonus-code-form {
        width: 100%
    }

    .bonus-code-form__inpt,
    .bonus-code-form__submit {
        float: none;
        width: 100%
    }

    .bonus-code-form__submit {
        margin: 10px 0 0 0;
        border-radius: 25px
    }

    .nav-sub-dashboard__link {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media only screen and (max-width:410px) {
    .tournament-description {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tournament-description__item-1,
    .tournament-description__item-2,
    .tournament-description__item-3 {
        margin: 0 0 5px 0
    }

    .tournament-description__item-1 {
        margin: 0 0 10px 0
    }

    .tournament-description__item-3 {
        margin: 0 0 5px 0
    }

    .tournament-time__title {
        margin: 0
    }

    .certificate-box__item {
        padding: 0 5px 15px 5px
    }

    .certificate-box__first {
        padding: 0
    }

    .footer__certificate-box {
        padding: 15px 0 0 0
    }

    .tournament-inner-grid {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .tournament-inner-grid__left,
    .tournament-inner-grid__right {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%
    }

    .tournament-inner-grid__left {
        width: 100%
    }

    .tournament-inner-grid__right {
        width: 100%
    }

    .tournament-inner-grid__item-1,
    .tournament-inner-grid__item-2,
    .tournament-inner-grid__item-3 {
        width: 100%
    }

    .tournament-inner-status-wrapper {
        margin: 15px 0
    }

    .tour-game-active-item__single {
        display: none
    }

    .tour-pedestal_ended {
        margin: 15px auto 0
    }

    .tournament-point-icon.cup-end {
        margin: 15px auto 0
    }

    .tour-game-list__title,
    .tour-winner-name {
        display: none
    }
}

@media only screen and (max-width:375px) {
    .header .logo {
        margin: 20px auto 0
    }

    .game-jackpot__total {
        font-size: 12px;
        font-size: 1.2rem
    }

    .cash-inner {
        padding: 20px 0
    }
}

@media only screen and (max-width:320px) {
    .game-jackpot__total {
        font-size: 16px;
        font-size: 1.6rem
    }
}