@media (max-width: 768px) {
    .js-carousel-block {
        overflow: hidden
    }
}

.bg:before {
    background-image: url(./fon19022020.jpg);
    background-size: cover;
    background-position: center center
}

table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #27ae60;

}

td, th {
    border: 1px solid #27ae60;
    text-align: center;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #27ae60;
}

.h {
    font-weight: bold
}

h1 {
    font-size: 25px !important
}

.h, h2 {
    font-size: 22px !important
}

h3, h4 {
    font-size: 20px !important
}

.bgtransparent1px {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=)
}

.no-tap-highlight {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0
}

article, aside, details, figure, footer, header, nav, section, summary {
    display: block
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

embed, img, object {
    max-width: 100%
}

.no-touchevents {
    overflow-y: scroll
}

ul {
    list-style: disc;
    padding-left: 20px;
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 700;
    vertical-align: bottom
}

td {
    font-weight: 400;
    vertical-align: top
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}

input[type=radio] {
    vertical-align: text-bottom
}

input[type=checkbox] {
    vertical-align: bottom
}

input, select, textarea {
    font: 99% sans-serif
}

table {
    font-size: inherit;
    font: 100%;
    margin: 15px;
}

small {
    font-size: 85%
}

strong {
    font-weight: 700
}

td, td img {
    vertical-align: top
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

code, kbd, pre, samp {
    font-family: monospace, sans-serif
}

.clickable, button, input[type=button], input[type=file], input[type=submit], label {
    cursor: pointer
}

button, input, select, textarea {
    margin: 0
}

button, input[type=button] {
    width: auto;
    overflow: visible
}

.avatar-change__option:after, .avatar-change__option:before, .clearfix:after, .clearfix:before, .friend-message__info:after, .friend-message__info:before, .mobile-only .avatar-change__option:after, .mobile-only .avatar-change__option:before, .mobile-only .friend-message__info:after, .mobile-only .friend-message__info:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.avatar-change__option:after, .clearfix:after, .friend-message__info:after, .mobile-only .avatar-change__option:after, .mobile-only .friend-message__info:after {
    clear: both
}

.avatar-change__option, .clearfix, .friend-message__info, .mobile-only .avatar-change__option, .mobile-only .friend-message__info {
    zoom: 1
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit
}

input, textarea {
    outline: 0
}

:focus {
    outline: 0
}

input, textarea {
    -webkit-appearance: none
}

input:focus, textarea:focus {
    outline: 0
}

textarea {
    resize: none
}

button[disabled], input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

:focus {
    outline: 0
}

a {
    text-decoration: none
}

.no-touch a:hover {
    text-decoration: underline
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    touch-action: pan-y
}

.swiper-wp8-vertical {
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg)
    }
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition: transform 2s;
    transform: translateY(0)
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-draggable-handle {
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-sortable-handle {
    touch-action: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
    right: .5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: .4em 2.1em .4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #454545;
    text-decoration: none
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #2b2b2b;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error-text .ui-icon, .ui-state-error .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: alpha(opacity=30)
}

.ui-widget-shadow {
    margin: 0;
    padding: 5px;
    background: #666;
    opacity: .3;
    filter: alpha(opacity=30);
    border-radius: 8px
}

.grecaptcha-badge {
    visibility: hidden
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #FFF
}

input, select, textarea {
    font-family: 'Open Sans', sans-serif
}

button, label {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

b, strong {
    font-weight: 500
}

a {
    color: #FFF;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.no-touchevents a:hover {
    color: #d5b577
}

.no-touchevents a:hover:active, a:active {
    color: #FFF
}

.uikit {
    background-color: #0e1012;
    padding: 40px 6px 200px
}

.uikit__row {
    padding: 24px 0
}

.uikit__row_42 {
    max-width: 420px
}

@media screen and (min-width: 1005px) {
    .uikit {
        padding-left: 52px;
        padding-right: 52px
    }
}

.loader {
    height: 100px;
    width: 100px;
    position: relative;
    text-align: center
}

.loader__text {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    position: relative;
    top: -50px
}

.loader__jump, .loader__jump:after, .loader__jump:before {
    display: inline-block;
    position: relative;
    width: 5px;
    height: 34px;
    border-radius: 1000px;
    background: #FFF;
    margin-top: 5px;
    animation: upDown2 .8s ease infinite;
    animation-direction: alternate;
    animation-delay: .2s;
    outline: 1px solid transparent
}

.loader__jump:after, .loader__jump:before {
    position: absolute;
    content: '';
    animation: upDown .8s ease infinite;
    animation-direction: alternate
}

.loader__jump:before {
    left: -10px
}

.loader__jump:after {
    left: 10px;
    animation-delay: .4s
}

@keyframes upDown {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-8px)
    }
}

@keyframes upDown2 {
    0% {
        transform: translateY(8px)
    }
    to {
        transform: translateY(-5px)
    }
}

.loader__jump-startpage {
    display: inline-block;
    position: relative;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50px
}

.loader__jump-startpage:before {
    content: "";
    position: absolute;
    top: -38px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .1);
    transform-origin: 0 100%;
    animation: loader2 2s linear infinite
}

.loader__jump-startpage:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    border-radius: 0 0 0 50px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .1);
    transform-origin: 100% 0;
    animation: loader2 2s linear infinite
}

@keyframes loader2 {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.loader-startpage {
    background: #202427;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: table
}

.loader-startpage .loader-canvas-container {
    width: 320px;
    height: 240px;
    margin: auto
}

.loader-startpage .loader-canvas-container canvas {
    position: relative;
    left: -90px;
    top: -55px;
    width: 500px
}

.loader-startpage__cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.loader-startpage__item {
    margin-bottom: 40px;
    margin-top: 40px
}

.is-loader-startpage {
    overflow: hidden
}

.is-loader-startpage > body > div:not(.loader-startpage) {
    display: none
}

.is-loader-startpage > body > div:not(.loader-startpage).game-message {
    display: flex;
    visibility: hidden
}

.mobile-only .page, .page {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 35px
}

.mobile-only .page ul, .page ul {
    margin-bottom: 30px
}

.mobile-only .page ul li, .page ul li {
    font-weight: 400;
    padding-left: 32px;
    position: relative;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 32px
}

.mobile-only .page ul li:before, .page ul li:before {
    color: #d5b577;
    content: "\25CF";
    font-size: 26px;
    line-height: 0;
    position: absolute;
    top: 14px;
    left: 0
}

.mobile-only .page ul li:last-child, .page ul li:last-child {
    margin-bottom: 0
}

.mobile-only .page.main-search, .page.main-search {
    padding-top: 14px;
    padding-bottom: 0
}

.mobile-only .page__title-caption, .page__title-caption {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle
}

.mobile-only .page__title, .page__title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px
}

.mobile-only .page__title_high, .page__title_high {
    margin-bottom: 50px
}

.mobile-only .page__title_medium2, .page__title_medium2 {
    margin-bottom: 38px
}

.mobile-only .page__title_medium, .page__title_medium {
    margin-bottom: 20px
}

.mobile-only .page__title_short, .page__title_short {
    margin-bottom: 17px
}

.mobile-only .page__title-icon, .page__title-icon {
    fill: #D5B577;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    margin-right: 8px
}

.mobile-only .page__title_no-margin, .page__title_no-margin {
    margin-bottom: 0
}

.mobile-only .page__form-default, .mobile-only .page__form-login, .page__form-default, .page__form-login {
    margin-bottom: 61px
}

.mobile-only .page__form-message-answer, .page__form-message-answer {
    margin-bottom: 50px
}

.mobile-only .page__social h2, .page__social h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 31px
}

.mobile-only .page__security h2, .page__security h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 47px
}

.mobile-only .page__bonus-activate h2, .page__bonus-activate h2 {
    margin-bottom: 27px
}

.mobile-only .page__progress, .page__progress {
    margin-bottom: 50px
}

.mobile-only .page__title_messages, .page__title_messages {
    margin-bottom: 36px
}

.mobile-only .page__row_messages, .page__row_messages {
    padding-bottom: 40px
}

.mobile-only .page__row_messages-table, .page__row_messages-table {
    padding-bottom: 30px
}

.mobile-only .page__row_problem-solved, .page__row_problem-solved {
    margin-bottom: 26px
}

.mobile-only .page__form-write-response, .page__form-write-response {
    margin-bottom: 80px
}

.mobile-only .page__form-response-rules h2, .page__form-response-rules h2 {
    margin-bottom: 36px
}

.mobile-only .page__row_info-bonus-info-back, .page__row_info-bonus-info-back {
    padding-bottom: 37px
}

.mobile-only .page__row, .page__row {
    padding-bottom: 66px
}

.mobile-only .page__row_info-bonus, .page__row_info-bonus {
    margin-bottom: 30px
}

.mobile-only .page__row_jackpot-games, .page__row_jackpot-games {
    padding-bottom: 34px
}

.mobile-only .page__row_fresh-games, .page__row_fresh-games {
    padding-top: 10px;
    padding-bottom: 0
}

.mobile-only .page__row_tournament-games, .page__row_tournament-games {
    padding-top: 45px;
    padding-bottom: 0
}

.mobile-only .page__row_tournament_games_block, .page__row_tournament_games_block {
    padding-bottom: 45px
}

.mobile-only .page__row_answer, .page__row_answer {
    padding-bottom: 34px
}

.mobile-only .page__row_faq, .page__row_faq {
    padding-bottom: 15px;
    color: #d5b577;
    font-size: 22px;
    font-weight: 700
}

.mobile-only .page__row-less, .page__row-less {
    padding-bottom: 54px
}

.mobile-only .page__row-lesssmaller, .page__row-lesssmaller {
    padding-bottom: 45px
}

.mobile-only .page__row-lesser, .page__row-lesser {
    padding-bottom: 30px
}

.mobile-only .page__row-small, .page__row-small {
    margin-bottom: 0
}

.mobile-only .page__row_verification-email-code, .page__row_verification-email-code {
    padding-bottom: 46px
}

.mobile-only .page__row-verification-email-back, .page__row-verification-email-back {
    padding-bottom: 33px
}

.mobile-only .page__row-verification-birthday-back, .page__row-verification-birthday-back {
    padding-bottom: 42px
}

.mobile-only .page__row-verification-birthday-pasport, .page__row-verification-birthday-pasport {
    padding-bottom: 50px
}

.mobile-only .page__row-game-window, .page__row-game-window {
    padding-bottom: 18px
}

.mobile-only .page__row_choose-avatar, .page__row_choose-avatar {
    padding-bottom: 27px
}

.mobile-only .page__row_bonus, .page__row_bonus {
    position: relative
}

.mobile-only .page__row_bonus-info-back, .page__row_bonus-info-back {
    padding-bottom: 25px
}

.mobile-only .page__row_bonus-activate-conditions, .page__row_bonus-activate-conditions {
    padding-bottom: 30px
}

.mobile-only .page__row_bonus-activate-requirements, .page__row_bonus-activate-requirements {
    padding-bottom: 39px
}

.mobile-only .page__row_bonus-activate-agree, .page__row_bonus-activate-agree {
    padding-bottom: 32px
}

.mobile-only .page__row_bonus-activate-banner, .page__row_bonus-activate-banner {
    margin-bottom: 51px;
    padding-bottom: 0
}

.mobile-only .page__row_withdraw, .page__row_withdraw {
    padding-bottom: 23px
}

.mobile-only .page__row_birthday_paragraph, .page__row_birthday_paragraph {
    padding-bottom: 29px
}

.mobile-only .page__row_register-payment, .page__row_register-payment {
    padding-bottom: 17px
}

.mobile-only .page__row_rules-paragraph, .page__row_rules-paragraph {
    background-color: #333;
    padding: 12px 28px 7px 28px;
    margin-bottom: 44px
}

.mobile-only .page__row_rules-paragraph-color, .page__row_rules-paragraph-color {
    background-color: #d5b577;
    padding: 18px 20px 1px 20px;
    color: #1e2123;
    margin-bottom: 38px
}

.mobile-only .page__row_less, .page__row_less {
    margin-bottom: 20px
}

.mobile-only .page__row_new-deposit-info, .page__row_new-deposit-info {
    padding-bottom: 14px
}

.mobile-only .page__row-less-md, .page__row-less-md {
    padding-bottom: 30px
}

.bonus_page_links {
    width: 100%
}

.bonus_page_links td:nth-child(2) {
    text-align: right
}

.mobile-only .page__row_big, .page__row_big {
    padding-bottom: 76px
}

.mobile-only .page__row_bigger, .page__row_bigger {
    padding-bottom: 86px
}

.mobile-only .page__separator, .page__separator {
    border-bottom: 1px solid #474c48;
    margin-bottom: 25px
}

.mobile-only .page__separator_small, .page__separator_small {
    margin-bottom: 22px
}

.mobile-only .page__separator-text, .page__separator-text {
    text-align: right;
    font-size: 18px;
    padding-right: 9px;
    padding-bottom: 11px
}

.mobile-only .page__row-item, .page__row-item {
    margin-bottom: 27px
}

.mobile-only .page__row-item:last-child, .page__row-item:last-child {
    margin-bottom: 0
}

.mobile-only .page__row-item p, .page__row-item p {
    font-size: 21.8px
}

.mobile-only .page__row-item .p_bonus-activate, .page__row-item .p_bonus-activate {
    letter-spacing: .2px;
    line-height: 32px
}

.mobile-only .page__row-item_tall, .page__row-item_tall {
    margin-bottom: 43px
}

.mobile-only .page__row-item_search, .page__row-item_search {
    margin-bottom: 37px
}

.mobile-only .page__row-item_paragraph p, .page__row-item_paragraph p {
    line-height: 26px;
    margin-bottom: 27px
}

.mobile-only .page__control-top, .page__control-top {
    margin-top: -1px
}

.mobile-only .page__bitcoin-bg, .page__bitcoin-bg {
    background-color: #d5b577;
    padding: 14px 12px 14px 12px;
    color: #1e2123;
    word-break: break-all
}

@media screen and (min-width: 320px) {
    .page ul li {
        margin-bottom: 16px
    }
}

@media screen and (min-width: 420px) {
    .page {
        padding-left: 30px;
        padding-right: 30px
    }

    .page__title-caption {
        font-size: 25px
    }

    .page__title {
        font-size: 25px
    }
}

.page__row_subject {
    margin-bottom: 32px;
    word-break: break-all;
    word-wrap: break-word
}

.page__row_question {
    margin-bottom: 36px
}

@media screen and (min-width: 480px) {
    .page__row_rules-paragraph {
        padding: 26px 42px 7px 42px
    }

    .page__title_no-margin {
        margin-bottom: 0
    }

    .page__row_jackpot-games {
        padding-bottom: 52px
    }

    .page__row_less {
        margin-bottom: 27px
    }
}

@media screen and (min-width: 600px) {
    .page__row_jackpot-games {
        padding-bottom: 58px
    }

    .page__title_messages {
        margin-bottom: 57px
    }

    .page__row_messages {
        padding-bottom: 60px
    }

    .page__row_messages-table {
        padding-bottom: 48px
    }

    .page__form-message-answer {
        margin-bottom: 89px
    }

    .page__form-write-response {
        margin-bottom: 112px
    }
}

@media screen and (min-width: 640px) {
    .page__row_rules-paragraph-color {
        padding: 24px 20px 7px 20px;
        margin-bottom: 58px
    }
}

@media screen and (min-width: 1005px) {
    .page ul li {
        margin-bottom: 32px
    }

    .page__title {
        margin-bottom: 26px
    }

    .page__title_no-margin {
        margin-bottom: 0
    }

    .page__separator {
        margin-bottom: 15px
    }

    .page__row-less-md {
        padding-bottom: 60px
    }

    .page__row-small {
        margin-bottom: 14px
    }
}

.maintance, .mobile-only .maintance {
    display: table;
    width: 100%;
    height: 100%;
    padding: 12px
}

.maintance.bg, .mobile-only .maintance.bg {
    overflow: visible;
    position: static
}

.maintance__title, .mobile-only .maintance__title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin-bottom: 10px
}

.maintance__cell, .mobile-only .maintance__cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 20px
}

.maintance p, .mobile-only .maintance p {
    font-size: 18px
}

@media screen and (min-width: 600px) {
    .maintance__title {
        font-size: 30px
    }

    .maintance p {
        font-size: 22px
    }
}

@media screen and (min-width: 1005px) {
    .maintance {
        background-color: rgba(0, 0, 0, .67)
    }
}

.mobile-only .row, .row {
    font-size: 0
}

.mobile-only .row__cell, .row__cell {
    display: inline-block;
    vertical-align: top
}

.mobile-only .row__cell_2, .row__cell_2 {
    width: 50%
}

.mobile-only .row__cell_2-m, .row__cell_2-m {
    width: 100%
}

.mobile-only .row__cell_3, .row__cell_3 {
    width: 33.333%
}

.mobile-only .row__c1, .row__c1 {
    width: 8.33333333%
}

.mobile-only .row__c2, .row__c2 {
    width: 16.66666667%
}

.mobile-only .row__c3, .row__c3 {
    width: 25%
}

.mobile-only .row__c4, .row__c4 {
    width: 33.33333333%
}

.mobile-only .row__c5, .row__c5 {
    width: 41.66666667%
}

.mobile-only .row__c6, .row__c6 {
    width: 50%
}

.mobile-only .row__c7, .row__c7 {
    width: 58.33333333%
}

.mobile-only .row__c8, .row__c8 {
    width: 66.66666667%
}

.mobile-only .row__c6-xs, .row__c6-xs {
    width: 50%
}

.mobile-only .row__padding-left, .row__padding-left {
    padding-left: 3%
}

.mobile-only .row__cell_2-m .row__padding-left, .row__cell_2-m .row__padding-left {
    padding-left: 0
}

.mobile-only .row__padding-left_small, .row__padding-left_small {
    padding-left: 3%
}

.mobile-only .row__padding-right, .row__padding-right {
    padding-right: 3%
}

.mobile-only .row__cell_2-m .row__padding-right, .row__cell_2-m .row__padding-right {
    padding-right: 0
}

.mobile-only .row__cell_60, .row__cell_60 {
    width: 60%
}

.mobile-only .row__cell_68, .row__cell_68 {
    width: 68%
}

.mobile-only .row__cell_40, .row__cell_40 {
    width: 40%
}

.mobile-only .row__cell_32, .row__cell_32 {
    width: 32%
}

.mobile-only .row__cell-item, .row__cell-item {
    margin-bottom: 14px
}

.mobile-only .row__cell-item:last-child, .row__cell-item:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 480px) {
    .row__cell_2-m .row__padding-left, .row__padding-left {
        padding-left: 8%
    }

    .row__cell_2-m .row__padding-right, .row__padding-right {
        padding-right: 8%
    }

    .row__padding-left_small {
        padding-left: 3%
    }

    .row__cell_2-m {
        width: 50%
    }
}

@media screen and (min-width: 600px) {
    .row__c4 {
        width: 33.33333333%
    }

    .row__c8 {
        width: 66.66666667%
    }
}

.flex {
    display: flex
}

.flex_jc-space-between {
    justify-content: space-between
}

.flex__item_min-width {
    min-width: 100px
}

.column {
    display: table-cell
}

.column_1 {
    width: 100%
}

.column_2 {
    width: 50%
}

.column_3 {
    width: 33.333%
}

.column_4 {
    width: 25%
}

.column_5 {
    width: 20%
}

.icon {
    display: inline-block
}

.icon_middle {
    vertical-align: middle
}

.icon_margin-right {
    margin-right: 5px
}

.icon_rotate-half {
    transform: rotate(180deg)
}

.icon_svg-scale {
    background-size: auto 100% !important
}

.icon_svg-checkbox-button {
    opacity: 1;
    fill: #d5b577
}

.icon_friends-my-page, .mobile-only .icon_friends-my-page {
    width: 29px;
    height: 34px;
    top: -8px
}

.icon_friends-friends, .mobile-only .icon_friends-friends {
    width: 34px;
    height: 34px;
    top: -6px
}

.icon_friends-invite, .mobile-only .icon_friends-invite {
    width: 34px;
    height: 29px
}

.icon_friends-messages, .mobile-only .icon_friends-messages {
    width: 32px;
    height: 34px;
    top: -6px
}

.icon_svg-heart, .mobile-only .icon_svg-heart {
    width: 19.2px;
    height: 17.6px
}

.icon_svg-menu_finances {
    width: 22px;
    height: 16px
}

.icon_svg-minus, .icon_svg-plus {
    width: 23px;
    height: 23px
}

.icon_svg-menu_game-history {
    width: 25px;
    height: 25px
}

.icon_svg-choose-from-collection {
    width: 41px;
    height: 37px
}

.icon_svg-advanced, .icon_svg-vip {
    width: 32px;
    height: 32px;
    margin-right: 4px
}

.icon_chat {
    width: 31px;
    height: 31px;
    position: relative;
    top: -5px
}

.icon_scroll {
    height: 86px;
    width: 74px
}

.icon_svg-bonus-active, .icon_svg-bonus-available {
    width: 25px;
    height: 25px;
    position: relative;
    top: 4px
}

.icon_svg-upload {
    width: 41px;
    height: 41px
}

.icon_svg-menu_messages {
    width: 25px;
    height: 21px
}

.icon_svg-menu_settings {
    width: 23px;
    height: 21px
}

.icon_svg-menu_sign-in {
    width: 23px;
    height: 23px
}

.icon_svg-menu_sign-up {
    width: 25px;
    height: 21px
}

.icon_svg-menu_star {
    width: 25px;
    height: 23.6px
}

.icon_svg-checkbox {
    width: 26px;
    height: 18px
}

.icon_svg-search_gold {
    width: 30px;
    height: 30px
}

.icon_svg-back-arrow {
    width: 9.63px;
    height: 17.13px
}

.icon_svg-back-arrow-small {
    width: 5px;
    height: 8px
}

.icon_svg-next-arrow {
    width: 9.63px;
    height: 17.13px
}

.icon_svg-step-arrow_gold {
    width: 8px;
    height: 15px
}

.icon_svg-social-fb, .mobile-only .icon_svg-social-fb {
    width: 21.6px;
    height: 39.2px
}

.icon_svg-social-g, .mobile-only .icon_svg-social-g {
    width: 42.4px;
    height: 38.4px
}

.icon_svg-social-tw, .mobile-only .icon_svg-social-tw {
    width: 43.2px;
    height: 35.2px
}

.icon_svg-social-vk, .mobile-only .icon_svg-social-vk {
    width: 46px;
    height: 24.8px
}

.icon_svg-sign_in, .mobile-only .icon_svg-sign_in {
    width: 23px;
    height: 23px
}

.icon_svg-photo, .mobile-only .icon_svg-photo {
    width: 80px;
    height: 64px
}

.icon_svg-sign_up {
    width: 25px;
    height: 21px
}

.icon_svg-slider-arrow {
    width: 9px;
    height: 15px
}

.icon_all-games, .mobile-only .icon_all-games {
    width: 46px;
    height: 46px;
    fill: #D5B577
}

.icon_info, .mobile-only .icon_info {
    width: 47px;
    height: 46px;
    fill: #D5B577
}

.icon_friends {
    width: 54px;
    height: 46px;
    fill: #D5B577
}

.icon_svg-check {
    width: 21px;
    height: 15px;
    fill: #6faa36
}

.icon_svg-error {
    width: 20px;
    height: 20px
}

.icon_svg-clock {
    width: 20px;
    height: 20px
}

.icon_account, .mobile-only .icon_account {
    width: 45px;
    height: 34px;
    fill: #D5B577
}

.icon_svg-fresh-games {
    width: 42px;
    height: 36px
}

.icon_svg-popular-games {
    width: 42px;
    height: 53px
}

.icon_svg-jackpots {
    width: 40px;
    height: 35px
}

.icon_svg-winners {
    width: 40px;
    height: 36px
}

.icon_svg-neteller {
    width: 124px;
    height: 20px
}

.icon_svg-skrill {
    width: 64px;
    height: 22px
}

.icon_svg-home {
    width: 27px;
    height: 19px
}

.icon_svg-exit {
    width: 16px;
    height: 14px
}

.icon_svg-bonus {
    width: 28px;
    height: 28px
}

.icon_svg-bonus2 {
    width: 53px;
    height: 53px
}

.icon_svg-clear {
    width: 21px;
    height: 21px
}

.icon_svg-attach {
    width: 34px;
    height: 34px;
    min-width: 34px
}

.icon_svg-remove {
    width: 22px;
    height: 22px
}

.icon_svg-face-bad, .icon_svg-face-good {
    width: 28px;
    height: 28px
}

.icon_svg-cp {
    width: 25px;
    height: 24px
}

.icon_svg-fullscreen2 {
    width: 17px;
    height: 17px
}

.icon_svg-newwindow {
    width: 17px;
    height: 17px
}

.icon_svg-close {
    width: 17px;
    height: 17px
}

.icon_svg-refresh {
    width: 17px;
    height: 17px
}

.icon_status, .mobile-only .icon_status {
    width: 18px;
    height: 18px;
    fill: #d5b577
}

.icon_white {
    fill: #FFF
}

.icon_golden {
    fill: #d5b577
}

.icon_flag-en {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -224px -296px;
    width: 24px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_flag-en {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_flag-ru {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -413px -222px;
    width: 24px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_flag-ru {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_flag-es {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -276px -296px;
    width: 24px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_flag-es {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_flag-zh-hans {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -302px -296px;
    width: 24px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_flag-zh-hans {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_flag-sv {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -198px -296px;
    width: 24px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_flag-sv {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_flag-fi {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -250px -296px;
    width: 24px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_flag-fi {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_logo, .mobile-only .icon_logo {
    background-size: cover;
    background-image: url(/icons/logo.svg)
}

.icon_visa {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -125px -207px;
    width: 89px;
    height: 28px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_visa {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_mastercard {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -372px -65px;
    width: 64px;
    height: 38px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_mastercard {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_webmoney {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -268px -153px;
    width: 122px;
    height: 31px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_webmoney {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_bitcoin {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -125px -179px;
    width: 123px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_bitcoin {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_yandex {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -268px -113px;
    width: 101px;
    height: 38px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_yandex {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_qiwi {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -268px -65px;
    width: 102px;
    height: 46px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_qiwi {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_netent {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: 0 -265px;
    width: 76px;
    height: 29px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_netent {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_amatic {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -332px -222px;
    width: 79px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_amatic {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_microgaming {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -332px -186px;
    width: 108px;
    height: 34px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_microgaming {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_betsoft {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -371px -113px;
    width: 72px;
    height: 31px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_betsoft {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_evolution-gaming {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -125px -237px;
    width: 79px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_evolution-gaming {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_boominggames {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -125px -237px;
    width: 79px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_boominggames {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_footer-logo {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: 0 -296px;
    width: 28px;
    height: 48px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_footer-logo {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_file {
    height: 24px;
    width: 24px;
    fill: #363c40
}

.icon_18 {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -230px -142px;
    width: 36px;
    height: 35px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_18 {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_affiliate {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -125px -142px;
    width: 103px;
    height: 35px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_affiliate {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_disconnect {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -250px -179px;
    width: 16px;
    height: 16px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_disconnect {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_question {
    width: 20px;
    height: 20px;
    margin: 0 10px
}

@media screen and (min-width: 320px) {
    .panel-logo .icon_logo {
        height: 50px;
        width: 50px
    }
}

@media screen and (min-width: 480px) {
    .icon_status {
        width: 22px;
        height: 22px
    }

    .icon_svg-photo {
        width: 97px;
        height: 79px
    }

    .icon_svg-heart {
        width: 24px;
        height: 22px
    }

    .icon_svg-social-fb {
        width: 27px;
        height: 49px
    }

    .icon_svg-social-g {
        width: 53px;
        height: 48px
    }

    .icon_svg-social-tw {
        width: 54px;
        height: 44px
    }

    .icon_svg-social-vk {
        width: 60px;
        height: 31px
    }
}

@media screen and (min-width: 1005px) {
    .icon_all-games {
        width: 33px;
        height: 33px
    }

    .icon_info {
        width: 33px;
        height: 33px
    }

    .icon_account {
        width: 32px;
        height: 38px
    }

    .panel-logo .icon_logo {
        height: 76px;
        width: 223px;
        background-size: cover;
        background-image: url(/icons/logo_riobet.svg)
    }

    .icon_friends-friends {
        width: 27px;
        height: 27px
    }

    .icon_friends-invite {
        width: 27px;
        height: 25px
    }

    .icon_friends-my-page {
        width: 21px;
        height: 21px
    }

    .icon_friends-messages {
        width: 24px;
        height: 24px
    }
}

.link {
    color: #FFF;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    border-bottom: 1px solid #d5b577;
    text-transform: uppercase
}

.link__small {
    text-transform: none;
    font-weight: 400
}

.link-no-style {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #d5b577
}

.link-no-style:hover, .link:hover {
    color: #d5b577;
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.link-no-style:active, .link:active, .no-touchevents .link-no-style:hover:active, .no-touchevents .link:hover:active {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.link_middle {
    vertical-align: middle
}

.link-inactive {
    opacity: .5
}

.link-inactive:hover {
    opacity: 1
}

.checkbox {
    width: 29px;
    height: 29px;
    position: relative;
    cursor: pointer;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.checkbox_error .checkbox__label_square {
    border-color: #e1310e
}

.checkbox__input {
    visibility: hidden;
    position: absolute
}

.checkbox__label {
    position: absolute;
    left: 0;
    top: 0
}

.checkbox__text, .mobile-only .checkbox__text {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: .5px;
    vertical-align: middle;
    clear: left
}

.checkbox__text a, .mobile-only .checkbox__text a {
    border-bottom: 1px solid #d5b577
}

.checkbox__text a:hover, .mobile-only .checkbox__text a:hover {
    border-bottom: none
}

.checkbox__label_round {
    width: 29px;
    height: 29px;
    border-radius: 50px;
    background-color: #1d2021;
    border: 1px solid #475054;
    box-shadow: inset 4px 4px 5px rgba(15, 17, 17, .75)
}

.checkbox__label_round:after {
    position: absolute;
    opacity: 0;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #fff;
    left: 6px;
    top: 6px
}

.checkbox_round.is-active .checkbox__label_round {
    background-color: #93753a;
    border: 1px solid #d3b476;
    box-shadow: inset 4px 4px 5px rgba(103, 71, 26, .75)
}

.checkbox_round.is-active .checkbox__label_round:after {
    opacity: 1
}

.no-touchevents .checkbox_round:hover .checkbox__label {
    border: 1px solid #d3b476
}

.checkbox_ellipse {
    width: 54px;
    height: 31px;
    position: relative
}

.checkbox-ellipse-text {
    width: 54px;
    height: 31px;
    position: relative
}

.checkbox__label_ellipse {
    width: 54px;
    height: 31px;
    border-radius: 50px;
    background-color: #1d2021;
    border: 1px solid #475054;
    box-shadow: inset 4px 4px 5px rgba(15, 17, 17, .75)
}

.checkbox__label_ellipse:after {
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    border-radius: 50px;
    background-color: #d5b577;
    left: 3px;
    top: 3px
}

.checkbox.is-transition .checkbox__label_ellipse:after {
    transition: left .3s ease-out
}

.checkbox_ellipse.is-active .checkbox__label_ellipse {
    background-color: #93753a;
    border: 1px solid #d3b476;
    box-shadow: inset 4px 4px 5px rgba(103, 71, 26, .75)
}

.checkbox_ellipse.is-active .checkbox__label_ellipse:after {
    background-color: #FFF;
    left: 26px
}

.no-touchevents .checkbox_ellipse:hover .checkbox__label {
    border: 1px solid #d3b476
}

.checkbox_square {
    width: auto;
    height: auto;
    min-height: 35px
}

.checkbox__label_square {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #1d2021;
    border: 1px solid #3d4347;
    position: static;
    vertical-align: middle;
    margin-right: 9px;
    box-shadow: inset 3px 3px 6px rgba(15, 17, 17, .75);
    float: left;
    position: relative
}

.checkbox__square-icon {
    opacity: 0;
    width: 31px;
    height: 21px;
    left: 2px;
    top: 50%;
    position: absolute;
    margin-top: -10.5px;
    fill: #D5B577
}

.no-touchevents .checkbox_square:hover .checkbox__label_square {
    border: 1px solid #d3b476
}

.checkbox_square.is-active .checkbox__label_square {
    background-color: #93753a;
    border: 1px solid #d3b476;
    box-shadow: inset 3px 3px 6px rgba(103, 71, 26, .75)
}

.checkbox_square.is-active .checkbox__square-icon {
    opacity: 1;
    fill: #FFF
}

@media screen and (min-width: 640px) {
    .checkbox__text {
        font-size: 22px
    }
}

.radiobox {
    font-size: 0
}

.radiobox_button {
    opacity: 0
}

.radiobox__input {
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0
}

.radiobox__element {
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.radiobox__label {
    vertical-align: middle
}

.radiobox__row-inline {
    display: inline-block;
    margin-right: 63px;
    margin-bottom: 8px
}

.radiobox__row2 {
    width: 50%;
    display: inline-block;
    position: relative
}

.radiobox__row2_left {
    padding-right: 2.6%
}

.radiobox__row2_right {
    padding-left: 2.6%
}

.mobile-only .radiobox__label_button, .radiobox__label_button {
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid #3d4347;
    padding: 18px 5px 18px;
    background-color: #1d2021
}

.no-touchevents .radiobox__label_button:hover {
    border: 1px solid #d5b577;
    background-color: #1d2021
}

.radiobox__label_button.is-active {
    border: 1px solid #d5b577;
    background-color: #101111
}

.radiobox__button-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    margin-left: 19px;
    opacity: 0;
    fill: #D5B577
}

.radiobox__label_button.is-active + .radiobox__button-icon {
    opacity: 1
}

.radiobox__element_round {
    width: 29px;
    height: 29px;
    border-radius: 50px;
    background-color: #1d2021;
    border: 1px solid #475054;
    position: relative;
    box-shadow: inset 4px 4px 5px rgba(15, 17, 17, .75);
    display: inline-block;
    margin-right: 10px
}

.radiobox__element_round.is-active {
    background-color: #93753a;
    border: 1px solid #d3b476;
    box-shadow: inset 4px 4px 5px rgba(103, 71, 26, .75)
}

.no-touchevents .radiobox__element_round:hover {
    border: 1px solid #d3b476
}

.radiobox__element_round:after {
    position: absolute;
    opacity: 0;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #fff;
    left: 6px;
    top: 6px
}

.radiobox__element_round.is-active:after {
    opacity: 1
}

.radiobox__label_round {
    font-size: 22px
}

.radiobox__label_round-icon {
    display: inline-block;
    font-size: 0
}

@media screen and (min-width: 640px) {
    .radiobox__label_button {
        font-size: 20px;
        padding: 26px 5px 25px
    }
}

.button, .mobile-only .button {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #d5b577;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.button:after, .mobile-only .button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=)
}

@media screen and (min-width: 1280px) {
    .game-message .button, .mobile-only .game-message .button {
        border: 1px solid #d5b577
    }
}

.button_register-payment:active .icon_svg-checkbox, .mobile-only .button_register-payment:active .icon_svg-checkbox {
    fill: #000
}

.no-touchevents .button:hover, .no-touchevents .mobile-only .button:hover {
    color: #d5b577
}

.button:active, .mobile-only .button:active, .no-touchevents .button:hover:active, .no-touchevents .mobile-only .button:hover:active {
    background-color: #d5b577;
    color: #1d2021
}

.button_switch, .button_table, .mobile-only .button_switch, .mobile-only .button_table {
    opacity: 0;
    padding: 12px 14px;
    display: inline-block
}

.button_switch.is-disable, .button_table.is-disable, .mobile-only .button_switch.is-disable, .mobile-only .button_table.is-disable {
    display: none
}

.button_table, .mobile-only .button_table {
    opacity: 1
}

.button_switch-active, .mobile-only .button_switch-active {
    opacity: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #d5b577;
    font-weight: 600;
    display: none;
    padding: 12px 14px;
    border: 1px solid transparent
}

.button_switch-active.is-active, .mobile-only .button_switch-active.is-active {
    display: inline-block
}

.button_switch-text, .button_table-text, .mobile-only .button_switch-text, .mobile-only .button_table-text {
    font-size: 16px;
    white-space: nowrap;
    font-weight: 400
}

.button_large, .mobile-only .button_large {
    font-size: 18px;
    width: 24%;
    display: inline-block;
    margin-right: 1%;
    padding: 5px 0
}

.no-touchevents .button_large:hover, .no-touchevents .mobile-only .button_large:hover {
    background-color: #16181a
}

.button_arrow, .mobile-only .button_arrow {
    display: inline-block;
    width: 100%;
    height: 62px;
    padding: 1px 6px
}

.button_arrow:before, .mobile-only .button_arrow:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.button_right-margin, .mobile-only .button_right-margin {
    margin-right: 15px
}

.button_arrow span.button__arrow-text, .mobile-only .button_arrow span.button__arrow-text {
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    vertical-align: middle
}

.button_arrow span.button__arrow-text-fix, .mobile-only .button_arrow span.button__arrow-text-fix {
    font-weight: inherit;
    line-height: 0
}

.no-touchevents .button_arrow:hover span.button__arrow-text, .no-touchevents .mobile-only .button_arrow:hover span.button__arrow-text {
    color: #d5b577
}

.no-touchevents .button_arrow:hover .button__icon-arrow, .no-touchevents .mobile-only .button_arrow:hover .button__icon-arrow {
    fill: #d5b577
}

.button_arrow:active, .mobile-only .button_arrow:active, .no-touchevents .button_arrow:hover:active, .no-touchevents .mobile-only .button_arrow:hover:active {
    background-color: #d5b577
}

.button_arrow:active .button__icon-arrow, .mobile-only .button_arrow:active .button__icon-arrow, .no-touchevents .button_arrow:hover:active .button__icon-arrow, .no-touchevents .mobile-only .button_arrow:hover:active .button__icon-arrow {
    fill: #1d2021
}

.button_arrow:active span.button__arrow-text, .no-touchevents .button_arrow:hover:active span.button__arrow-text, .no-touchevents .mobile-only .button_arrow:hover:active span.button__arrow-text {
    color: #1d2021
}

.button__icon-arrow, .mobile-only .button__icon-arrow {
    fill: #FFF
}

.button__icon-arrow-back, .mobile-only .button__icon-arrow-back {
    margin-right: 8px
}

.button__icon-arrow-next, .mobile-only .button__icon-arrow-next {
    margin-left: 8px
}

.button__arrow-icon, .mobile-only .button__arrow-icon {
    vertical-align: middle;
    display: inline-block;
    line-height: 0
}

.button_arrow-small, .mobile-only .button_arrow-small {
    white-space: nowrap;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 0;
    padding: 19px 14px 19px 9px
}

.button_arrow-small .button__icon-arrow-back, .mobile-only .button_arrow-small .button__icon-arrow-back {
    margin-right: 7px
}

.button_arrow-small span.button__arrow-text, .mobile-only .button_arrow-small span.button__arrow-text {
    font-size: 14px;
    line-height: 0
}

.button_arrow-small-friends, .mobile-only .button_arrow-small-friends {
    padding: 19px 5px 19px 5px;
    width: 100%
}

.button_arrow-small-friends .button__arrow-icon, .mobile-only .button_arrow-small-friends .button__arrow-icon {
    display: none
}

.button_arrow-small-friends span.button__arrow-text, .mobile-only .button_arrow-small-friends span.button__arrow-text {
    font-size: 10px
}

.button_form, .mobile-only .button_form, .mobile-only .side-panel__content .button_form, .side-panel__content .button_form {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 7px 18px 7px;
    border: 2px solid #d5b577;
    display: inline-block;
    word-break: break-word;
    word-wrap: break-word
}

.button_form-ok, .mobile-only .button_form-ok {
    width: 132px
}

.button_form-border2px, .mobile-only .button_form-border2px {
    border: 2px solid #d5b577
}

.button_silver, .mobile-only .button_silver {
    background: #848e93;
    background: linear-gradient(to bottom, #848e93 0, #abb2b4 38%, #061c27 51%, #757b80 100%);
    border: none;
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle
}

.button_silver:active, .mobile-only .button_silver:active, .no-touchevents .button_silver:hover, .no-touchevents .button_silver:hover:active, .no-touchevents .mobile-only .button_silver:hover, .no-touchevents .mobile-only .button_silver:hover:active {
    color: #FFF
}

.button_gold, .mobile-only .button_gold {
    background: #eccc8f;
    background: linear-gradient(to bottom, #eccc8f 0, #fce7a8 38%, #b58a37 79%, #d5b577 100%);
    border: none;
    color: #060507;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle
}

.button_gold:active, .mobile-only .button_gold:active, .no-touchevents .button_gold:hover, .no-touchevents .button_gold:hover:active, .no-touchevents .mobile-only .button_gold:hover, .no-touchevents .mobile-only .button_gold:hover:active {
    color: #060507
}

.button_vip, .mobile-only .button_vip {
    background: #ebe5da;
    background: linear-gradient(to bottom, #ebe5da 0, #f9f7f1 38%, #b0a38a 79%, #d7d0c3 100%);
    box-shadow: inset 0 -2px 2px rgba(255, 255, 255, .75);
    border: none;
    color: #060507;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle
}

.button_vip:active, .mobile-only .button_vip:active, .no-touchevents .button_vip:hover, .no-touchevents .button_vip:hover:active, .no-touchevents .mobile-only .button_vip:hover, .no-touchevents .mobile-only .button_vip:hover:active {
    color: #060507
}

.button_gold_menu-mob, .button_silver_menu-mob, .button_vip_menu-mob, .mobile-only .button_gold_menu-mob, .mobile-only .button_silver_menu-mob, .mobile-only .button_vip_menu-mob {
    font-size: 13px;
    height: 19px;
    padding-left: 6px;
    padding-right: 6px
}

.button_playnow, .mobile-only .button_playnow {
    color: #FFF;
    display: inline-block;
    font-size: 23px;
    background: 0 0;
    font-weight: 700;
    border: 2px solid transparent;
    border-left: 2px solid #d5b577;
    border-right: 2px solid #d5b577;
    padding: 14px 60px;
    position: relative;
    white-space: nowrap
}

.button_playnow:before, .mobile-only .button_playnow:before {
    content: " ";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    height: 2px;
    background-color: red;
    background: #d5b577;
    background: linear-gradient(to right, #d5b577 0, #ffedca 50%, #d5b577 100%)
}

.button_playnow:after, .mobile-only .button_playnow:after {
    content: " ";
    position: absolute;
    top: auto;
    bottom: -2px;
    left: -2px;
    right: -2px;
    height: 2px;
    background-color: red;
    background: #d5b577;
    background: linear-gradient(to right, #d5b577 0, #ffedca 50%, #d5b577 100%)
}

.no-touchevents .button_playnow:hover, .no-touchevents .mobile-only .button_playnow:hover {
    color: #d5b577
}

.button_playnow:active, .mobile-only .button_playnow:active, .no-touchevents .button_playnow:hover:active, .no-touchevents .mobile-only .button_playnow:hover:active {
    color: #000;
    background: #d5b577;
    background: linear-gradient(to right, #d5b577 0, #ffedca 50%, #d5b577 100%)
}

.button_playnow-large, .mobile-only .button_playnow-large {
    font-size: 22px;
    font-weight: 600;
    padding: 22px 10px 22px
}

.button_smaller, .mobile-only .button_smaller {
    padding: 20px 3px;
    font-size: 12px
}

.button_exit, .mobile-only .button_exit {
    font-size: 0;
    display: inline-block;
    padding: 14px 40px;
    white-space: nowrap
}

.button__exit-icon, .mobile-only .button__exit-icon {
    vertical-align: middle;
    display: inline-block;
    fill: #D5B577;
    margin: 0 8px
}

.button__exit-text, .mobile-only .button__exit-text {
    font-size: 13.4px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle
}

.button__exit-text-fix, .mobile-only .button__exit-text-fix {
    font-weight: inherit;
    line-height: 0
}

.button__exit-text-exit, .mobile-only .button__exit-text-exit {
    display: none
}

.button_exit_big, .mobile-only .button_exit_big {
    width: 100%;
    padding: 20px 30px 21px
}

.button_exit_big .button__exit-text, .mobile-only .button_exit_big .button__exit-text {
    font-size: 21px
}

.button_exit_big .button__icon-exit, .mobile-only .button_exit_big .button__icon-exit {
    width: 35px;
    height: 35px
}

.button_exit:active .button__icon-exit, .button_game:active .button__game-icon, .mobile-only .button_exit:active .button__icon-exit, .mobile-only .button_game:active .button__game-icon, .no-touchevents .button_exit:hover:active .button__icon-exit, .no-touchevents .button_game:hover:active .button__game-icon, .no-touchevents .mobile-only .button_exit:hover:active .button__icon-exit, .no-touchevents .mobile-only .button_game:hover:active .button__game-icon {
    fill: #000
}

.button_game, .mobile-only .button_game {
    padding: 14px 11px 14px 11px
}

.button_game-no-icon, .mobile-only .button_game-no-icon {
    padding: 14px 16px 14px 16px
}

.button__game-icon, .mobile-only .button__game-icon {
    vertical-align: middle;
    display: inline-block;
    fill: #D5B577;
    margin-right: 9px
}

.button_chat, .mobile-only .button_chat {
    padding: 8px 11px
}

@media screen and (min-width: 1280px) {
    .game-message .button_chat, .mobile-only .game-message .button_chat {
        padding: 0 7px
    }
}

.button__text-flexible, .mobile-only .button__text-flexible {
    height: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 5px
}

.button__text-flexible .button__arrow-text, .mobile-only .button__text-flexible .button__arrow-text {
    padding-top: 10px;
    padding-bottom: 10px
}

.button__icon-exit {
    width: 18px;
    height: 19px;
    margin-right: 5px;
    vertical-align: middle
}

.button__input {
    height: 61px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-transform: none;
    font-size: 17px;
    flex-direction: column;
    line-height: 21px;
    border: 2px solid #d5b577
}

.button__input-currency-link {
    font-size: 16px;
    line-height: 17px
}

.button__input-currency {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (min-width: 420px) {
    .button_large {
        font-size: 22px
    }

    .button__icon-arrow-back {
        margin-right: 15px
    }

    .button__icon-arrow-next {
        margin-left: 15px
    }

    .button_arrow-small-friends span.button__arrow-text {
        font-size: 11.6px
    }

    .button_exit_big .button__exit-text {
        font-size: 22px
    }

    .button__input {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .button__input-currency-link {
        line-height: 19px
    }
}

@media screen and (min-width: 480px) {
    .button__exit-text-exit {
        display: inline-block
    }

    .button_large {
        font-size: 27px
    }

    .button__icon-arrow-back {
        margin-right: 17px
    }

    .button__icon-arrow-next {
        margin-left: 17px
    }

    .button_arrow-small-friends .button__arrow-icon {
        display: inline-block
    }

    .button_arrow-small-friends span.button__arrow-text {
        font-size: 13px
    }

    .button_gold_menu-mob, .button_silver_menu-mob, .button_vip_menu-mob {
        font-size: 14px;
        height: 23px;
        padding-left: 8px;
        padding-right: 8px
    }

    .button_smaller {
        padding: 16px 3px 17px 3px;
        font-size: 18px
    }

    .button_switch-text, .button_table-text {
        font-size: 16px
    }

    .button__input {
        padding-top: 3px;
        padding-bottom: 3px
    }
}

@media screen and (min-width: 600px) {
    .button_form {
        font-size: 18px;
        padding: 15px 7px 15px 7px
    }

    .button_large {
        font-size: 36px
    }

    .button__input {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .button_arrow-small {
        height: auto
    }

    .button_arrow-small span.button__arrow-text {
        font-size: 14px
    }
}

@media screen and (min-width: 640px) {
    .button_smaller {
        padding: 23px 4px;
        font-size: 20px
    }

    .button__icon-exit {
        margin-right: 5px
    }

    .button__input {
        padding-top: 3px;
        padding-bottom: 3px;
        height: 75px;
        line-height: 25px
    }

    .button__input-currency-link {
        font-size: 19px;
        line-height: 23px
    }

    .button__input-currency {
        font-size: 19px
    }

    .button_arrow-small span.button__arrow-text {
        font-size: 14px
    }
}

@media screen and (min-width: 768px) {
    .button_arrow span.button__arrow-text {
        font-size: 20px
    }

    .button__text-flexible {
        height: auto;
        min-height: 75px
    }

    .button_form-window {
        font-size: 18px
    }

    .button__input {
        font-size: 21px;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .button__input-currency-link {
        font-size: 19px
    }

    .button__input-currency {
        font-size: 19px
    }

    .button_form-ok {
        width: 22%
    }

    .button_arrow-small span.button__arrow-text {
        font-size: 14px
    }
}

@media screen and (min-width: 1005px) {
    .button_playnow {
        font-size: 16px;
        padding: 9px 58px
    }

    .button_playnow-large {
        font-size: 22px;
        font-weight: 600;
        padding: 22px 10px 22px
    }

    .button_arrow-small span.button__arrow-text {
        font-size: 14px
    }

    .button_arrow-small-friends span.button__arrow-text {
        font-size: 13px
    }

    .button__input {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .button_form-ok {
        width: 30%
    }
}

.input, .mobile-only .input {
    border: 1px solid #3d4347;
    background-color: #1d2021;
    color: #FFF;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    padding: 18px 12px 18px 18px
}

.input_error, .mobile-only .input_error {
    border-color: #e1310e
}

.input:disabled, .mobile-only .input:disabled {
    color: #a9a9a9;
    opacity: 1
}

.input_password, .mobile-only .input_password {
    -webkit-text-security: disc
}

.input[type=number]::-webkit-inner-spin-button, .input[type=number]::-webkit-outer-spin-button, .mobile-only .input[type=number]::-webkit-inner-spin-button, .mobile-only .input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.input[type=number], .mobile-only .input[type=number] {
    -moz-appearance: textfield
}

.input_login, .mobile-only .input_login {
    text-transform: lowercase
}

.input_login::-webkit-input-placeholder, .mobile-only .input_login::-webkit-input-placeholder {
    text-transform: none
}

.input_login::-moz-placeholder, .mobile-only .input_login::-moz-placeholder {
    text-transform: none
}

.input_login:-ms-input-placeholder, .mobile-only .input_login:-ms-input-placeholder {
    text-transform: none
}

.input:-webkit-autofill, .mobile-only .input:-webkit-autofill {
    background-color: #1d2021;
    -webkit-box-shadow: 0 0 0 1000px #1d2021 inset !important;
    color: #FFF;
    -webkit-text-fill-color: #FFF
}

.input[placeholder], .mobile-only .input[placeholder] {
    text-overflow: ellipsis;
    box-shadow: none
}

.input::-webkit-input-placeholder, .mobile-only .input::-webkit-input-placeholder {
    color: #a9a9a9;
    opacity: 1
}

.input::-moz-placeholder, .mobile-only .input::-moz-placeholder {
    color: #a9a9a9;
    opacity: 1
}

.input:-ms-input-placeholder, .mobile-only .input:-ms-input-placeholder {
    color: #a9a9a9;
    opacity: 1
}

.input_small-placeholder::-webkit-input-placeholder, .mobile-only .input_small-placeholder::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 27px
}

.input_small-placeholder::-moz-placeholder, .mobile-only .input_small-placeholder::-moz-placeholder {
    font-size: 15px;
    line-height: 27px
}

.input_small-placeholder:-ms-input-placeholder, .mobile-only .input_small-placeholder:-ms-input-placeholder {
    font-size: 15px;
    line-height: 27px
}

.no-touchevents .input:hover, .no-touchevents .mobile-only .input:hover {
    border: 1px solid #d5b577
}

.input:focus, .mobile-only .input:focus {
    border: 1px solid #d5b577;
    background-color: #131516
}

.input:disabled, .mobile-only .input:disabled {
    border: 1px solid #3d4347;
    background: 0 0
}

.no-touchevents .input:disabled, .no-touchevents .mobile-only .input:disabled {
    border: 1px solid #3d4347;
    background: 0 0
}

@media screen and (min-width: 420px) {
    .input {
        letter-spacing: 1px
    }
}

@media screen and (min-width: 600px) {
    .input_small-placeholder::-webkit-input-placeholder {
        font-size: 21px
    }

    .input_small-placeholder::-moz-placeholder {
        font-size: 21px
    }

    .input_small-placeholder:-ms-input-placeholder {
        font-size: 21px
    }
}

@media screen and (min-width: 640px) {
    .input {
        font-size: 21px;
        padding: 25px 12px 25px 18px
    }
}

.input-optional, .mobile-only .input-optional {
    position: relative
}

.input-optional__input, .mobile-only .input-optional__input {
    font-size: 17px
}

.input-optional__input:focus + .input-optional__text, .mobile-only .input-optional__input:focus + .input-optional__text {
    display: none
}

.input-optional__input.is-filled + .input-optional__text, .mobile-only .input-optional__input.is-filled + .input-optional__text {
    display: none
}

.input-optional__text, .mobile-only .input-optional__text {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #ceb074;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

@media screen and (min-width: 480px) {
    .input-optional__text {
        right: 29px
    }
}

@media screen and (min-width: 600px) {
    .input-optional__input {
        font-size: 21px
    }
}

@media screen and (min-width: 640px) {
    .input-optional__text {
        font-size: 18px
    }
}

.input-search, .mobile-only .input-search {
    position: relative
}

.input-search__icon, .mobile-only .input-search__icon {
    cursor: pointer
}

.input-search__icon > svg, .mobile-only .input-search__icon > svg {
    pointer-events: none
}

.input-search__input.is-saved + .input-search__icon_1, .mobile-only .input-search__input.is-saved + .input-search__icon_1 {
    opacity: 0;
    animation: none
}

.input-search__input.is-saved ~ .input-search__icon_1 ~ .input-search__icon_2, .mobile-only .input-search__input.is-saved ~ .input-search__icon_1 ~ .input-search__icon_2 {
    opacity: 1;
    animation: none;
    z-index: 102
}

.input-search__input.is-animation + .input-search__icon_1, .mobile-only .input-search__input.is-animation + .input-search__icon_1 {
    opacity: 1;
    animation: searchIconHide 0s linear 1.5s forwards;
    transition-property: opacity
}

.input-search__input.is-animation ~ .input-search__icon_1 ~ .input-search__icon_2, .mobile-only .input-search__input.is-animation ~ .input-search__icon_1 ~ .input-search__icon_2 {
    opacity: 0;
    z-index: 0;
    animation: searchIconShow 0s linear 1.5s forwards;
    transition-property: opacity
}

.input-search__input {
    padding-right: 48px
}

.input-search__icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 18px;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=)
}

.input-search__icon svg {
    cursor: pointer
}

.input-search__icon_1 {
    z-index: 101
}

.input-search__icon_2 {
    opacity: 0;
    padding-left: 5px
}

@media screen and (min-width: 1005px) {
    .no-touchevents .input-search__input:focus ~ .popup {
        display: block
    }

    .no-touchevents .input-search__input.is-hide-popup:focus ~ .popup {
        display: none
    }
}

@keyframes searchIconHide {
    to {
        opacity: 0
    }
}

@keyframes searchIconShow {
    to {
        opacity: 1;
        z-index: 102
    }
}

.mobile-only .textarea, .textarea {
    height: 367px;
    border: 1px solid #3d4347;
    background-color: #1d2021;
    color: #FFF;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    padding: 18px 12px 18px 18px;
    overflow: auto
}

.mobile-only .textarea_error, .textarea_error {
    border-color: #e1310e
}

.mobile-only .textarea:disabled, .textarea:disabled {
    color: #a9a9a9;
    opacity: 1
}

.mobile-only .textarea:-webkit-autofill, .textarea:-webkit-autofill {
    background-color: #1d2021;
    -webkit-box-shadow: 0 0 0 1000px #1d2021 inset;
    color: #FFF;
    -webkit-text-fill-color: #FFF
}

.mobile-only .textarea[placeholder], .textarea[placeholder] {
    text-overflow: ellipsis;
    box-shadow: none
}

.mobile-only .textarea::-webkit-textarea-placeholder, .textarea::-webkit-textarea-placeholder {
    color: #FFF;
    opacity: 1
}

.mobile-only .textarea::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1
}

.mobile-only .textarea::-moz-placeholder, .textarea::-moz-placeholder {
    color: #FFF;
    opacity: 1
}

.mobile-only .textarea:-ms-textarea-placeholder, .textarea:-ms-textarea-placeholder {
    color: #FFF;
    opacity: 1
}

.no-touchevents .mobile-only .textarea:hover, .no-touchevents .textarea:hover {
    border: 1px solid #d5b577
}

.mobile-only .textarea:focus, .textarea:focus {
    border: 1px solid #d5b577;
    background-color: #131516
}

.mobile-only .textarea:disabled, .textarea:disabled {
    border: 1px solid #3d4347
}

.no-touchevents .mobile-only .textarea:disabled, .no-touchevents .textarea:disabled {
    border: 1px solid #3d4347
}

.mobile-only .textarea_autoresize, .textarea_autoresize {
    height: 80px;
    overflow-y: hidden
}

@media screen and (min-width: 420px) {
    .textarea {
        letter-spacing: 1px
    }
}

@media screen and (min-width: 640px) {
    .textarea {
        font-size: 21px;
        padding: 25px 12px 25px 18px
    }
}

.select {
    height: 80px;
    width: 100%;
    visibility: hidden
}

.select_error .select2-container--default .select-label.select2-selection--single {
    border-color: #e1310e
}

.select__wrapper {
    position: relative
}

.touchevents .select {
    visibility: visible;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    clip: auto;
    z-index: 999;
    font-size: 17px
}

.select2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.mobile-only .select2-container--default .select-label.select2-selection--single, .select2-container--default .select-label.select2-selection--single {
    background-color: #1d2021;
    border: 1px solid #3d4347;
    border-radius: 0;
    height: auto
}

.mobile-only .select2-container--default .select-label .select2-selection__placeholder, .mobile-only .select2-container--default .select-label .select2-selection__rendered, .select2-container--default .select-label .select2-selection__placeholder, .select2-container--default .select-label .select2-selection__rendered {
    color: #FFF;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500
}

.mobile-only .select2-container--default .select-label .select2-selection__rendered, .select2-container--default .select-label .select2-selection__rendered {
    padding: 18px 50px 18px 18px
}

.mobile-only .select2-container--default .select-label .select2-selection__arrow, .select2-container--default .select-label .select2-selection__arrow {
    background-image: url(../svg/icons/select_white.svg);
    background: url(../svg/icons/select_gold.svg) no-repeat;
    width: 28px;
    height: 17px
}

.mobile-only .select2-container--default .select-label .select2-selection__arrow, .select2-container--default .select-label .select2-selection__arrow {
    margin-top: -9px;
    top: 50%;
    right: 18px
}

.mobile-only .select2-container--default .select-label .select2-selection__arrow b, .select2-container--default .select-label .select2-selection__arrow b {
    display: none
}

.no-touchevents .select2-container--default .select-label:hover {
    border: 1px solid #d5b577
}

.no-touchevents .select2-container--default .select-label:hover .select2-selection__arrow {
    background-image: url(../svg/icons/select_white.svg)
}

.select2-container--open .select-label.select2-selection--single {
    border: 1px solid #d5b577;
    background-color: #131516;
    border-bottom: none !important;
    padding-bottom: 1px
}

.select2-container--open .select-label .select2-selection__arrow {
    background-image: url(../svg/icons/select_white.svg);
    transform: rotate(180deg)
}

.select2-container--above.select2-container--open .select-label {
    border: 1px solid #d5b577 !important;
    border-top: none !important
}

.select2-container--above.select2-container--open .select-label.select2-selection--single {
    padding-top: 1px;
    padding-bottom: 0
}

.mobile-only .select-dropdown, .select-dropdown {
    border: 1px solid #d5b577;
    border-top: none;
    border-radius: 0;
    background-color: #131516
}

.mobile-only .select-dropdown .select2-results, .select-dropdown .select2-results {
    margin-top: 0
}

.mobile-only .select-dropdown .select2-results__option, .select-dropdown .select2-results__option {
    color: #FFF;
    font-size: 18px;
    padding: 7px 6px 7px 18px;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.mobile-only .select-dropdown .select2-results__option--highlighted, .mobile-only .select-dropdown .select2-results__option--highlighted[aria-selected], .mobile-only .select-dropdown .select2-results__option[aria-selected=true], .select-dropdown .select2-results__option--highlighted, .select-dropdown .select2-results__option--highlighted[aria-selected], .select-dropdown .select2-results__option[aria-selected=true] {
    background-color: #d5b577
}

.select2-dropdown--above.select-dropdown {
    border: 1px solid #d5b577;
    border-bottom: none;
    padding-bottom: 0
}

.select2-dropdown--above.select-dropdown .select2-results {
    margin-top: 0;
    margin-bottom: 0
}

.select2-container--default .select-language-label.select2-selection--single {
    background-color: #3d4347;
    border: 1px solid transparent;
    border-radius: 0 0 4px 4px;
    height: auto
}

.select2-container--default .select-language-label .select2-selection__placeholder, .select2-container--default .select-language-label .select2-selection__rendered .select2-selection__rendered-text {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle
}

.select2-container--default .select-language-label .select2-selection__placeholder:after, .select2-container--default .select-language-label .select2-selection__rendered .select2-selection__rendered-text:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    width: 0;
    display: inline-block
}

.select2-container--default .select-language-label .select2-selection__icon {
    vertical-align: middle;
    margin-right: 11px
}

.select2-container--default .select-language-label .select2-selection__rendered {
    padding: 0 26px 0 11px;
    height: 34px;
    text-align: left
}

.select2-container--default .select-language-label .select2-selection__arrow {
    background-image: url(../svg/icons/select_white.svg);
    background: url(../svg/icons/select_gold.svg) no-repeat;
    width: 13px;
    height: 8px;
    background-size: 13px 8px;
    margin-top: -4px;
    top: 50%;
    right: 8px
}

.select2-container--default .select-language-label .select2-selection__arrow b {
    display: none
}

.select2-container--default .select-language-label .select2-selection__rendered-inner:before {
    content: "";
    vertical-align: middle;
    height: 100%;
    width: 0;
    display: inline-block
}

.select-language-dropdown {
    background-color: #131516;
    border-radius: 0;
    border: 1px solid #d5b577;
    border-top: none;
    margin-top: -1px
}

.select-language-dropdown .select2-selection__icon {
    vertical-align: middle;
    margin-right: 11px
}

.select-language-dropdown .select2-selection__rendered-text {
    vertical-align: middle;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase
}

.select-language-dropdown .select2-results__option {
    padding: 0 11px;
    margin: 4px 0 4px
}

.select-language-dropdown .select2-results__option:first-child {
    margin-top: 0
}

.select-language-dropdown .select2-results__option:last-child {
    margin-bottom: 0
}

.select-language-dropdown .select2-results__option[aria-selected=true] {
    background-color: #131516
}

.select-language-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #d5b577;
    color: #131516
}

.no-touchevents .select2-container--default .select-language-label:hover {
    border: 1px solid #d5b577
}

.no-touchevents .select2-container--default .select-language-label:hover .select2-selection__arrow {
    background-image: url(../svg/icons/select_white.svg)
}

.no-touchevents .select2-container--default.select2-container--open .select-language-label, .select2-container--default.select2-container--open .select-language-label {
    border: 1px solid #d5b577;
    border-bottom: none
}

.select2-container--open .select-language-label .select2-selection__arrow {
    background-image: url(../svg/icons/select_white.svg);
    transform: rotate(180deg)
}

.select2-container--default.select2-container--disabled .select-label {
    background: 0 0
}

.select2-container--default.select2-container--disabled .select-label:hover {
    border-color: #3d4347
}

.select2-container--default.select2-container--disabled .select-label:hover .select2-selection__arrow {
    background: url(../svg/icons/select_gold.svg) no-repeat;
    background-size: cover;
    width: 25px;
    height: 16px
}

.select2-container--default.select2-container--disabled .select-label .select2-selection__placeholder, .select2-container--default.select2-container--disabled .select-label .select2-selection__rendered {
    color: #a9a9a9
}

.select2-container--default .select-label .select2-selection__placeholder {
    color: #a9a9a9
}

.select__wrapper_small .select2-container--default .select-label .select2-selection__placeholder, .select__wrapper_small .select2-container--default .select-label .select2-selection__rendered {
    font-size: 15px
}

.mobile-only .select-dropdown_small .select2-results__option, .select-dropdown_small .select2-results__option {
    font-size: 15px
}

.select-dropdown_word-break .select2-results__option {
    word-break: break-all
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 290px
}

.select2-container--default .select-label .select2-selection__rendered {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.select2-container--open.select2-container--default .select-label .select2-selection__rendered {
    border-bottom: 1px solid #9D9D9D
}

.select2-container--open.select2-container--above.select2-container--default .select-label .select2-selection__rendered {
    border-bottom: 1px solid transparent;
    border-top: 1px solid #9D9D9D
}

@media screen and (min-width: 640px) {
    .select2-container--default .select-label .select2-selection__placeholder, .select2-container--default .select-label .select2-selection__rendered {
        font-size: 21px
    }

    .select2-container--default .select-label .select2-selection__rendered {
        padding: 25px 50px 25px 18px
    }

    .select-dropdown .select2-results__option {
        font-size: 22px
    }

    .select-dropdown_small .select2-results__option {
        font-size: 15px
    }
}

.mobile-only .select-birth, .select-birth {
    font-size: 0
}

.mobile-only .select-birth .select-label .select2-selection__rendered, .select-birth .select-label .select2-selection__rendered {
    padding: 18px 34px 18px 12px
}

.mobile-only .select-birth .select-label .select2-selection__arrow, .select-birth .select-label .select2-selection__arrow {
    right: 9px
}

.mobile-only .select-birth .select-label .select2-selection__placeholder, .mobile-only .select-birth .select-label .select2-selection__rendered, .select-birth .select-label .select2-selection__placeholder, .select-birth .select-label .select2-selection__rendered {
    letter-spacing: 0;
    font-size: 17px
}

.mobile-only .select-birth .select-label .select2-selection__arrow, .select-birth .select-label .select2-selection__arrow {
    background-size: cover;
    width: 25px;
    height: 16px
}

.mobile-only .select-birth__wrapper, .select-birth__wrapper {
    margin-left: -4px;
    margin-right: -4px
}

.mobile-only .select-birth__row, .select-birth__row {
    width: 33.333%;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    position: relative
}

.mobile-only .select-dropdown_birth .select2-results__option, .select-dropdown_birth .select2-results__option {
    padding-left: 12px;
    font-size: 17px
}

@media screen and (min-width: 640px) {
    .select-birth .select-label .select2-selection__rendered {
        padding: 23px 34px 27px 12px
    }

    .select-birth .select-label .select2-selection__placeholder, .select-birth .select-label .select2-selection__rendered {
        font-size: 21.8px
    }

    .select-dropdown_birth .select2-results__option {
        font-size: 21.8px
    }
}

.mobile-only .thumbnail, .side-panel .thumbnail, .thumbnail {
    padding-left: 5px;
    padding-right: 5px
}

.mobile-only .thumbnail__wrapper, .thumbnail__wrapper {
    margin-left: -2px;
    margin-right: -2px;
    font-size: 0
}

.mobile-only .thumbnail__img-fix, .thumbnail__img-fix {
    position: relative;
    display: inline-block;
    z-index: 0;
    width: auto
}

.mobile-only .thumbnail__img-jackpot, .thumbnail__img-jackpot {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, .55);
    padding: 3px 9px 4px 10px
}

.mobile-only .thumbnail__img-jackpot .currency, .thumbnail__img-jackpot .currency {
    color: #d5b577
}

.mobile-only .thumbnail__img-status, .thumbnail__img-status {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, .55);
    padding: 2px 5px 3px 5px;
    background-color: #a9290c;
    text-transform: uppercase
}

.mobile-only .thumbnail__img-info, .thumbnail__img-info {
    position: absolute;
    z-index: 999;
    left: 0;
    top: calc(100% - 18px);
    background-color: rgba(0, 0, 0, .55);
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    padding: 2px 5px 3px 5px
}

.mobile-only .thumbnail__img-provider, .thumbnail__img-provider {
    position: absolute;
    z-index: 999;
    left: calc(100% - 26px);
    top: calc(100% - 26px);
    width: 26px;
    height: 26px;
    opacity: .8
}

.mobile-only .provider-preview, .provider-preview {
    display: inline-block;
    position: relative;
    z-index: 999;
    top: 7px;
    width: 26px;
    height: 26px;
    opacity: .8
}

@media screen and (min-width: 1005px) {
    .games-main__item .thumbnail__stretch {
        width: 195px
    }

    .games-main__item .games-main.not-active .thumbnail .thumbnail__item .thumbnail__img, .games-main__item .thumbnail__img {
        max-width: 100%
    }

    .games-main__item .thumbnail-play {
        max-width: 195px
    }
}

.game-logo-REDTIGER {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -142px -296px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-REDTIGER {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-EVOPLAY {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -190px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-EVOPLAY {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-NETENT {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -414px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-NETENT {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-PLAYNGO {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -30px -296px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-PLAYNGO {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-BETSOFT, .game-logo-EVOBETSOFT {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -206px -237px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-BETSOFT, .game-logo-EVOBETSOFT {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-EVOLUTION {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -162px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-EVOLUTION {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-EVOMICROGAMING, .game-logo-MICROGAMING {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -386px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-EVOMICROGAMING, .game-logo-MICROGAMING {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-EZUGI, .game-logo-TAG_EZUGI {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -218px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-EZUGI, .game-logo-TAG_EZUGI {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-IGROSOFT {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -302px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-IGROSOFT {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-LUCKYSTREAK {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -358px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-LUCKYSTREAK {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-PLAYSON {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -58px -296px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-PLAYSON {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-QUICKSPIN {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -114px -296px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-QUICKSPIN {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-ENDORPHINA {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -134px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-ENDORPHINA {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-AMATIC {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -216px -207px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-AMATIC {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-AINSWORTH {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -420px -153px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-AINSWORTH {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-TOMHORN {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -170px -296px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-TOMHORN {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-GAMEART {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -246px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-GAMEART {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-HABANERO {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -274px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-HABANERO {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-ISOFTBET {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -330px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-ISOFTBET {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-PRAGMATICPLAY {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -86px -296px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-PRAGMATICPLAY {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-YGGDRASIL {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -392px -153px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-YGGDRASIL {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-EGT {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -78px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-EGT {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-ELKSTUDIOS {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -106px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-ELKSTUDIOS {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-BOOMINGGAMES {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -234px -237px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-BOOMINGGAMES {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.mobile-only .thumbnail__item, .thumbnail__item {
    margin-bottom: 11px;
    font-size: 0;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.thumbnail__img_ {
    width: 100%
}

.games-main.not-active .thumbnail .thumbnail__item .thumbnail__img, .mobile-only .thumbnail__img, .thumbnail__img {
    position: absolute;
    width: 100%;
    max-width: 195px;
    cursor: pointer;
    top: 0;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.games-main.not-active .thumbnail .thumbnail__item .thumbnail__img .thumbnail__img_img, .mobile-only .thumbnail__img .thumbnail__img_img, .thumbnail__img .thumbnail__img_img {
    width: 100%
}

.games-main.not-active .thumbnail .thumbnail__item .thumbnail__img, .games-main__item.not-active .thumbnail .thumbnail__item .thumbnail__img, .mobile-only .games-main.not-active .thumbnail .thumbnail__item .thumbnail__img, .mobile-only .games-main__item.not-active .thumbnail .thumbnail__item .thumbnail__img {
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.games-main.not-active .thumbnail .thumbnail__item .thumbnail__img.is-animated, .games-main__item.not-active .thumbnail .thumbnail__item .thumbnail__img.is-animated, .mobile-only .games-main.not-active .thumbnail .thumbnail__item .thumbnail__img.is-animated, .mobile-only .games-main__item.not-active .thumbnail .thumbnail__item .thumbnail__img.is-animated {
    animation-name: swing;
    animation-duration: 1s;
    animation-iteration-count: 1
}

.mobile-only .thumbnail__img_small, .thumbnail__img_small {
    max-height: 58px;
    width: auto;
    position: static
}

.touchevents .mobile-only .thumbnail__img, .touchevents .thumbnail__img {
    transition: max-width .4s ease-out, top .4s ease-out
}

.mobile-only .thumbnail__caption, .thumbnail__caption {
    text-align: center
}

.mobile-only .thumbnail__caption p, .thumbnail__caption p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .4px;
    display: inline-block;
    max-width: 220px
}

.mobile-only .thumbnail__item.is-active .thumbnail-play, .no-touchevents .mobile-only .thumbnail__item:hover .thumbnail-play, .no-touchevents .thumbnail__item:hover .thumbnail-play, .thumbnail__item.is-active .thumbnail-play {
    display: block
}

.mobile-only .thumbnail__item.is-active .thumbnail-play__table_overlay, .no-touchevents .mobile-only .thumbnail__item:hover .thumbnail-play__table_overlay, .no-touchevents .thumbnail__item:hover .thumbnail-play__table_overlay, .thumbnail__item.is-active .thumbnail-play__table_overlay {
    z-index: 1
}

.mobile-only .thumbnail__item.is-active .thumbnail__img, .no-touchevents .mobile-only .thumbnail__item:hover .thumbnail__img, .no-touchevents .thumbnail__item:hover .thumbnail__img, .thumbnail__item.is-active .thumbnail__img {
    max-width: 220px;
    left: 0
}

.touchevents .mobile-only .thumbnail__item.is-active .thumbnail-play, .touchevents .thumbnail__item.is-active .thumbnail-play {
    opacity: 1;
    top: 0;
    left: 0
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -4deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 3deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -2deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@media screen and (min-width: 480px) {
    .side-panel .thumbnail__caption p, .thumbnail__caption p {
        font-size: 18px
    }
}

@media screen and (min-width: 1005px) {
    .thumbnail {
        padding-left: 8px;
        padding-right: 8px
    }

    .thumbnail__caption p {
        padding: 0 12px
    }
}

.mobile-only .thumbnail-play, .thumbnail-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 165px;
    display: none
}

.mobile-only .thumbnail-play__table_overlay, .thumbnail-play__table_overlay {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%
}

.games-main.not-active .thumbnail__item .thumbnail-play, .mobile-only .games-main.not-active .thumbnail__item .thumbnail-play {
    display: none
}

.touchevents .mobile-only .thumbnail-play, .touchevents .thumbnail-play {
    top: 0;
    left: 0;
    display: block;
    opacity: 0
}

.mobile-only .thumbnail-play__table, .thumbnail-play__table {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    border-left: 3px solid #d5b678;
    border-right: 3px solid #d5b678;
    z-index: 100
}

.mobile-only .thumbnail-play__table:after, .thumbnail-play__table:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    margin-left: -1px;
    margin-right: -1px;
    background: #d5b577;
    background: linear-gradient(to right, #d5b577 0, #ffedca 44%, #d5b577 100%)
}

.mobile-only .thumbnail-play__row, .thumbnail-play__row {
    display: table-row
}

.mobile-only .thumbnail-play__row_bottom, .thumbnail-play__row_bottom {
    height: 50%;
    background-color: rgba(0, 0, 0, .74)
}

.mobile-only .thumbnail-play__cell, .thumbnail-play__cell {
    display: table-cell;
    position: relative
}

.mobile-only .thumbnail-play__row_caption, .thumbnail-play__row_caption {
    height: 50%
}

.mobile-only .thumbnail-play__cell_caption, .thumbnail-play__cell_caption {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: -1px;
    margin-right: -1px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    height: 50%;
    background: #d5b577;
    background: linear-gradient(to right, #d5b577 0, #ffedca 44%, #d5b577 100%)
}

.mobile-only .thumbnail-play__cell_demo, .thumbnail-play__cell_demo {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    width: 65%;
    height: 50%;
    position: absolute;
    vertical-align: middle;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3px
}

.mobile-only .thumbnail-play__cell_demo:after, .thumbnail-play__cell_demo:after {
    content: "";
    position: absolute;
    background-color: #fce9c4;
    top: 0;
    right: 0;
    height: 400%;
    width: 3px
}

.mobile-only .thumbnail-play__cell_favorite, .thumbnail-play__cell_favorite {
    vertical-align: middle;
    overflow: hidden;
    width: 35%;
    height: 51%;
    position: absolute;
    left: 65%;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-only .thumbnail-play__icon, .thumbnail-play__icon {
    fill: #fff;
    transition: fill .15s ease-in-out
}

.no-touchevents .mobile-only .thumbnail-play__cell_favorite, .no-touchevents .thumbnail-play__cell_favorite {
    transition: transform .4s ease-in-out
}

.no-touchevents .mobile-only .thumbnail-play__cell_favorite .thumbnail-play__icon, .no-touchevents .thumbnail-play__cell_favorite .thumbnail-play__icon {
    transition: fill .4s ease-in-out
}

.no-touchevents .mobile-only .thumbnail-play__cell_favorite:hover, .no-touchevents .thumbnail-play__cell_favorite:hover {
    transform: scale(1.25, 1.25)
}

.no-touchevents .mobile-only .thumbnail-play__cell_favorite.is-active:hover, .no-touchevents .thumbnail-play__cell_favorite.is-active:hover {
    transform: scale(1, 1)
}

.mobile-only .thumbnail-play__cell_favorite.is-active, .mobile-only .thumbnail-play__cell_favorite:active, .thumbnail-play__cell_favorite.is-active, .thumbnail-play__cell_favorite:active {
    transform: scale(1, 1)
}

.mobile-only .thumbnail-play__cell_favorite.is-active .thumbnail-play__icon, .mobile-only .thumbnail-play__cell_favorite:active .thumbnail-play__icon, .thumbnail-play__cell_favorite.is-active .thumbnail-play__icon, .thumbnail-play__cell_favorite:active .thumbnail-play__icon {
    fill: #d5b577
}

.mobile-only .thumbnail-play__cell_favorite.is-active:active .thumbnail-play__icon, .thumbnail-play__cell_favorite.is-active:active .thumbnail-play__icon {
    fill: #FFF
}

.mobile-only .thumbnail-play__link, .thumbnail-play__link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=)
}

.mobile-only .thumbnail-play__cell-text_demo, .thumbnail-play__cell-text_demo {
    font-size: 15px;
    font-weight: 600;
    display: inline;
    border-bottom: 1px solid transparent
}

.mobile-only .thumbnail-play__cell_demo:active .thumbnail-play__cell-text_demo, .no-touchevents .mobile-only .thumbnail-play__cell_demo:hover .thumbnail-play__cell-text_demo, .no-touchevents .thumbnail-play__cell_demo:hover .thumbnail-play__cell-text_demo, .thumbnail-play__cell_demo:active .thumbnail-play__cell-text_demo {
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.mobile-only .thumbnail-play__full-width, .thumbnail-play__full-width {
    width: 100%;
    height: 100%
}

.mobile-only .thumbnail-play__cell-text, .thumbnail-play__cell-text {
    vertical-align: middle
}

.mobile-only .thumbnail-play__cell-text_play span, .thumbnail-play__cell-text_play span {
    font-size: 15px;
    font-weight: 700;
    color: #000
}

.mobile-only .thumbnail-play__cell-text_play:active span, .no-touchevents .mobile-only .thumbnail-play__cell-text_play:hover span, .no-touchevents .thumbnail-play__cell-text_play:hover span, .thumbnail-play__cell-text_play:active span {
    text-decoration: none;
    border-bottom: 1px solid #000
}

@media screen and (min-width: 420px) {
    .thumbnail-play__cell-text_demo {
        font-size: 16px
    }

    .thumbnail-play__cell-text_play span {
        font-size: 16px
    }
}

@media screen and (min-width: 480px) {
    .side-panel .thumbnail-play__cell-text_demo, .thumbnail-play__cell-text_demo {
        letter-spacing: 1px;
        font-size: 20px
    }

    .side-panel .thumbnail-play__cell-text_play span, .thumbnail-play__cell-text_play span {
        letter-spacing: 2px;
        font-size: 19px
    }
}

@media screen and (min-width: 600px) {
    .thumbnail-play__cell-text_demo {
        font-size: 22px
    }

    .thumbnail-play__cell-text_play span {
        font-size: 22px
    }
}

.mobile-only .thumbnail-winner, .thumbnail-winner {
    font-size: 0
}

.mobile-only .thumbnail-winner__item, .thumbnail-winner__item {
    padding: 9px 0 15px 9px;
    border: 1px solid transparent;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.mobile-only .thumbnail-winner__row_img.is-active .thumbnail-winner__play, .no-touchevents .mobile-only .thumbnail-winner__row_img:hover .thumbnail-winner__play, .no-touchevents .thumbnail-winner__row_img:hover .thumbnail-winner__play, .thumbnail-winner__row_img.is-active .thumbnail-winner__play {
    display: block
}

.mobile-only .thumbnail-winner__play, .thumbnail-winner__play {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .58);
    margin-right: 10px
}

.mobile-only .thumbnail-winner__play:after, .thumbnail-winner__play:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0)
}

.mobile-only .thumbnail-winner__row, .thumbnail-winner__row {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.mobile-only .thumbnail-winner__row_text, .thumbnail-winner__row_text {
    padding-left: 8px;
    padding-top: 1px;
    width: 66%
}

.mobile-only .thumbnail-winner__row_img, .thumbnail-winner__row_img {
    text-align: left;
    width: auto;
    width: 33.333%;
    padding-right: 10px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.mobile-only .thumbnail-winner__img, .thumbnail-winner__img {
    max-width: 165px;
    width: 100%
}

.mobile-only .thumbnail-winner__name, .thumbnail-winner__name {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .4px;
    margin-bottom: 10px;
    display: block
}

.mobile-only .thumbnail-winner__name-link, .thumbnail-winner__name-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.mobile-only .thumbnail-winner__bet, .thumbnail-winner__bet {
    font-size: 16px;
    line-height: 16px;
    color: #d5b577;
    margin-bottom: 9px;
    white-space: nowrap
}

.mobile-only .thumbnail-winner__win, .thumbnail-winner__win {
    font-size: 16px;
    line-height: 16px;
    color: #d5b577;
    white-space: nowrap
}

.mobile-only .thumbnail-winner__number, .thumbnail-winner__number {
    color: #fff
}

.mobile-only .thumbnail-winner__link, .thumbnail-winner__link {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d5b577;
    background: linear-gradient(to right, #d5b577 0, #ffedca 44%, #d5b577 100%)
}

.mobile-only .thumbnail-winner__play:active .thumbnail-winner__link, .no-touchevents .mobile-only .thumbnail-winner__play:hover .thumbnail-winner__link, .no-touchevents .mobile-only .thumbnail-winner__play:hover:active .thumbnail-winner__link, .no-touchevents .thumbnail-winner__play:hover .thumbnail-winner__link, .no-touchevents .thumbnail-winner__play:hover:active .thumbnail-winner__link, .thumbnail-winner__play:active .thumbnail-winner__link {
    color: #000
}

.mobile-only .thumbnail-winner__play:active, .no-touchevents .mobile-only .thumbnail-winner__play:hover:active, .no-touchevents .thumbnail-winner__play:hover:active, .thumbnail-winner__play:active {
    background: rgba(0, 0, 0, .82)
}

.touchevents .mobile-only .thumbnail-winner__play, .touchevents .thumbnail-winner__play {
    background: 0 0;
    display: block
}

.touchevents .mobile-only .thumbnail-winner__link, .touchevents .thumbnail-winner__link {
    display: none
}

@media screen and (min-width: 420px) {
    .thumbnail-winner__link {
        font-size: 22px
    }
}

@media screen and (min-width: 480px) {
    .thumbnail-winner__item {
        padding: 9px 10px 15px 10px
    }

    .thumbnail-winner__play {
        margin-right: 8px
    }

    .thumbnail-winner__row_img {
        text-align: left;
        padding-right: 8px
    }

    .thumbnail-winner__row_text {
        padding-left: 10px
    }

    .thumbnail-winner__link {
        font-size: 24px
    }
}

@media screen and (min-width: 600px) {
    .thumbnail-winner__row_img {
        text-align: center;
        padding-left: 4px;
        padding-right: 4px
    }

    .thumbnail-winner__play {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width: 640px) {
    .one-bet-win__thumb-items {
        padding-left: 17px
    }

    .thumbnail-winner__row_text {
        width: 58%
    }

    .thumbnail-winner__row_img {
        width: 42%;
        padding-left: 0;
        padding-right: 0
    }

    .thumbnail-winner__bet, .thumbnail-winner__win {
        font-size: 14px
    }

    .thumbnail-winner__win {
        margin-bottom: 6px
    }

    .thumbnail-winner__link {
        font-size: 18px
    }
}

@media screen and (min-width: 768px) {
    .thumbnail-winner__row_text {
        padding-left: 14px
    }

    .thumbnail-winner__link {
        font-size: 21px
    }
}

@media screen and (min-width: 960px) {
    .thumbnail-winner__row_text {
        width: 51%
    }

    .thumbnail-winner__row_img {
        width: 49%
    }

    .thumbnail-winner__link {
        font-size: 24px
    }
}

@media screen and (min-width: 1005px) {
    .thumbnail-winner__row {
        width: 50%
    }

    .thumbnail-winner__row_img {
        text-align: left;
        width: auto;
        min-width: 112px;
        text-align: center
    }

    .thumbnail-winner__img {
        max-height: 75px;
        width: auto
    }

    .thumbnail-winner__row_text {
        padding-top: 0;
        padding-left: 11px
    }

    .thumbnail-winner__name {
        font-size: 15.6px;
        margin-top: -4px;
        margin-bottom: 13px
    }

    .thumbnail-winner__bet {
        font-size: 15.4px;
        margin-bottom: 11px
    }

    .thumbnail-winner__win {
        font-size: 15.4px;
        margin-bottom: 0
    }

    .thumbnail-winner__link {
        font-size: 24px
    }
}

.menu-item, .mobile-only .menu-item {
    font-size: 0;
    margin-bottom: 20px
}

.menu-item.is-not-active, .mobile-only .menu-item.is-not-active {
    opacity: .4
}

.menu-item__icon-wrapper, .mobile-only .menu-item__icon-wrapper {
    text-align: right;
    width: 25px;
    min-width: 25px;
    display: flex;
    justify-content: flex-end;
    margin-right: 9px;
    margin-left: 7px
}

.menu-item__icon-wrapper_menu, .mobile-only .menu-item__icon-wrapper_menu {
    width: 26px;
    min-width: 26px
}

.menu-item__icon, .mobile-only .menu-item__icon {
    vertical-align: middle;
    fill: #D5B577
}

.menu-item__icon_menu, .mobile-only .menu-item__icon_menu {
    width: 26px;
    height: 26px
}

.menu-item__caption-link, .mobile-only .menu-item__caption-link {
    position: relative;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    width: 100%
}

.menu-item__caption-link-text, .mobile-only .menu-item__caption-link-text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    vertical-align: middle;
    color: #d0b473;
    display: block;
    flex-shrink: 1;
    padding-right: 5px;
    position: relative;
    width: 100%
}

.menu-item__caption-link-text_auto, .mobile-only .menu-item__caption-link-text_auto {
    width: auto
}

.menu-item__caption-link-text_menu, .mobile-only .menu-item__caption-link-text_menu {
    font-size: 26px
}

.mobile-only a.menu-item__caption-link.is-active, .mobile-only a.menu-item__caption-link:active, .no-touchevents .mobile-only a.menu-item__caption-link:hover, .no-touchevents .mobile-only a.menu-item__caption-link:hover:active, .no-touchevents a.menu-item__caption-link:hover, .no-touchevents a.menu-item__caption-link:hover:active, a.menu-item__caption-link.is-active, a.menu-item__caption-link:active {
    background-color: #d5b577
}

.mobile-only a.menu-item__caption-link.is-active .menu-item__icon, .mobile-only a.menu-item__caption-link:active .menu-item__icon, .no-touchevents .mobile-only a.menu-item__caption-link:hover .menu-item__icon, .no-touchevents .mobile-only a.menu-item__caption-link:hover:active .menu-item__icon, .no-touchevents a.menu-item__caption-link:hover .menu-item__icon, .no-touchevents a.menu-item__caption-link:hover:active .menu-item__icon, a.menu-item__caption-link.is-active .menu-item__icon, a.menu-item__caption-link:active .menu-item__icon {
    fill: #0e1012
}

.mobile-only a.menu-item__caption-link.is-active .menu-item__caption-link-text, .mobile-only a.menu-item__caption-link:active .menu-item__caption-link-text, .no-touchevents .mobile-only a.menu-item__caption-link:hover .menu-item__caption-link-text, .no-touchevents .mobile-only a.menu-item__caption-link:hover:active .menu-item__caption-link-text, .no-touchevents a.menu-item__caption-link:hover .menu-item__caption-link-text, .no-touchevents a.menu-item__caption-link:hover:active .menu-item__caption-link-text, a.menu-item__caption-link.is-active .menu-item__caption-link-text, a.menu-item__caption-link:active .menu-item__caption-link-text {
    color: #0e1012
}

.menu-item__list-link, .mobile-only .menu-item__list-link {
    font-size: 20.8px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding: 8px 0 8px 61px
}

.mobile-only a.menu-item__list-link.is-active, .mobile-only a.menu-item__list-link:active, .no-touchevents .mobile-only a.menu-item__list-link:hover, .no-touchevents .mobile-only a.menu-item__list-link:hover:active, .no-touchevents a.menu-item__list-link:hover, .no-touchevents a.menu-item__list-link:hover:active, a.menu-item__list-link.is-active, a.menu-item__list-link:active {
    color: #0e1012;
    position: relative;
    z-index: 0
}

.mobile-only a.menu-item__list-link.is-active:before, .mobile-only a.menu-item__list-link:active:before, .no-touchevents .mobile-only a.menu-item__list-link:hover:active:before, .no-touchevents .mobile-only a.menu-item__list-link:hover:before, .no-touchevents a.menu-item__list-link:hover:active:before, .no-touchevents a.menu-item__list-link:hover:before, a.menu-item__list-link.is-active:before, a.menu-item__list-link:active:before {
    content: '';
    background-color: #d5b577;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    z-index: -1
}

.menu-item_mobile, .mobile-only .menu-item_mobile {
    margin-bottom: 0
}

.menu-item_mobile.menu-item_mobile-margin, .mobile-only .menu-item_mobile.menu-item_mobile-margin {
    margin-bottom: 40px
}

.menu-item_mobile .menu-item__icon-wrapper, .mobile-only .menu-item_mobile .menu-item__icon-wrapper {
    width: 38px;
    min-width: 38px;
    margin-right: 15px
}

.menu-item_mobile .menu-item__caption-link-text, .mobile-only .menu-item_mobile .menu-item__caption-link-text {
    font-size: 17px
}

.menu-item_mobile .menu-item__icon, .mobile-only .menu-item_mobile .menu-item__icon {
    width: 30px;
    height: 30px;
    fill: #d5b577
}

.menu-item_mobile:last-child, .mobile-only .menu-item_mobile:last-child {
    margin-bottom: 0
}

.menu-item_settings, .mobile-only .menu-item_settings {
    margin-bottom: 24px
}

@media screen and (min-width: 600px) {
    .menu-item_mobile {
        margin-bottom: 13px
    }

    .menu-item_mobile.menu-item_mobile-margin {
        margin-bottom: 60px
    }

    .menu-item_mobile .menu-item__caption-link-text {
        font-size: 21px
    }

    .menu-item_mobile .menu-item__icon {
        width: 32px;
        height: 32px
    }

    .menu-item__icon-wrapper_menu {
        width: 32px;
        min-width: 32px
    }

    .menu-item__icon_menu {
        width: 32px;
        height: 32px
    }

    .menu-item_mobile .menu-item__caption-link {
        padding-left: 49px
    }

    .menu-item__caption-link-text_menu {
        font-size: 31px
    }
}

@media screen and (min-width: 1005px) {
    .menu-item_mobile {
        margin-bottom: 4px
    }

    .menu-item_mobile .menu-item__icon-wrapper {
        width: 27px;
        min-width: 27px
    }

    .menu-item_mobile .menu-item__icon {
        width: 27px;
        height: 27px
    }

    .menu-item_mobile .menu-item__caption-link {
        padding-left: 20px
    }

    .menu-item_mobile.menu-item_mobile-margin {
        margin-bottom: 50px
    }
}

.avatar, .mobile-only .avatar {
    position: relative;
    width: 100%
}

.avatar__menu, .mobile-only .avatar__menu {
    width: 78px;
    font-size: 0
}

.avatar__menu .avatar__block, .mobile-only .avatar__menu .avatar__block {
    margin: 0;
    padding-bottom: 0
}

.avatar__wrapper, .mobile-only .avatar__wrapper {
    margin-left: -4.5px;
    margin-right: -4.5px
}

.avatar__item, .mobile-only .avatar__item {
    display: table-cell;
    float: left;
    width: 25%;
    font-size: 0
}

.avatar__block, .mobile-only .avatar__block {
    display: block;
    margin: 0 4.5px 10px 4.5px;
    padding: 0;
    border: 1px solid #3d4347;
    background-color: #1d2021;
    text-align: center;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.avatar__block_black, .mobile-only .avatar__block_black {
    background-color: #0e0f10
}

.avatar__pointer, .mobile-only .avatar__pointer a.avatar__block, .mobile-only a.avatar__block {
    cursor: pointer
}

.no-touchevents .mobile-only a.avatar__block:hover, .no-touchevents a.avatar__block:hover {
    border: 1px solid #d5b577
}

.avatar__img, .mobile-only .avatar__img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    word-break: break-all;
    font-size: 14px
}

.avatar__stretch, .mobile-only .avatar__stretch {
    width: 100%
}

.avatar__selected, .mobile-only .avatar__selected {
    opacity: 0;
    position: absolute;
    top: 8px;
    right: 7px
}

.avatar__selected-icon, .mobile-only .avatar__selected-icon {
    fill: #D5B577
}

.is-active .avatar__block, .mobile-only .is-active .avatar__block {
    padding: 0;
    border: 2px solid #d5b577
}

.is-active .avatar__selected, .mobile-only .is-active .avatar__selected {
    opacity: 1
}

.avatar__table-wrapper, .mobile-only .avatar__table-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.avatar__table, .mobile-only .avatar__table {
    width: 40px;
    height: 40px;
    background-color: #0e0f10;
    border: 1px solid #262b2f;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.avatar__table_chat, .mobile-only .avatar__table_chat {
    width: 38px;
    height: 38px
}

.avatar__table-img, .mobile-only .avatar__table-img {
    max-width: 36px;
    max-height: 36px
}

.avatar__table-item, .mobile-only .avatar__table-item {
    font-size: 0;
    display: block
}

.avatar__name, .mobile-only .avatar__name {
    font-size: 13px;
    font-weight: 400
}

.avatar__link, .mobile-only .avatar__link {
    display: inline-block;
    vertical-align: middle
}

.avatar__link_img, .mobile-only .avatar__link_img {
    padding-right: 10px
}

.avatar__link-effect:active .avatar__table, .mobile-only .avatar__link-effect:active .avatar__table, .no-touchevents .avatar__link-effect:hover .avatar__table, .no-touchevents .mobile-only .avatar__link-effect:hover .avatar__table {
    border: 1px solid #d5b577
}

@media screen and (min-width: 480px) {
    .avatar__table {
        width: 50px;
        height: 50px
    }

    .avatar__table_chat {
        width: 38px;
        height: 38px
    }

    .avatar__link {
        display: table-cell;
        vertical-align: middle
    }
}

@media screen and (min-width: 600px) {
    .avatar__name {
        font-size: 15px
    }
}

@media screen and (min-width: 1280px) {
    .game-message .avatar__table_chat, .mobile-only .game-message .avatar__table_chat {
        width: 26px;
        height: 26px
    }

    .game-message .avatar__table-img, .mobile-only .game-message .avatar__table-img {
        max-height: 24px;
        max-width: 24px
    }
}

.progress {
    font-size: 0;
    position: relative;
    min-height: 48px
}

.progress__item {
    width: 33.333%;
    display: inline-block
}

.progress__item-link {
    background-color: #363c40;
    display: inline-block;
    width: 67%;
    height: 48px;
    position: relative;
    z-index: 1;
    padding-left: 2px;
    padding-right: 2px
}

.progress__item-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=)
}

.no-touchevents .progress__item-link:hover {
    border: 1px solid #d5b577
}

.no-touchevents .progress__item-link:hover .progress__item-text {
    color: #d5b577
}

.no-touchevents .progress__item-link:hover.is-active .progress__item-text, .no-touchevents .progress__item-link:hover.is-active:active .progress__item-text {
    color: #FFF
}

.no-touchevents .progress__item-link:hover:active .progress__item-text {
    color: #363c40
}

.progress__item-link.is-not-active {
    cursor: default
}

.no-touchevents .progress__item-link.is-not-active:hover {
    border: none
}

.no-touchevents .progress__item-link.is-not-active:hover .progress__item-text {
    color: #8b8b8b
}

.no-touchevents .progress__item-link.is-not-active:hover.is-active .progress__item-text, .no-touchevents .progress__item-link.is-not-active:hover.is-active:active .progress__item-text {
    color: #8b8b8b
}

.no-touchevents .progress__item-link.is-not-active:hover:active .progress__item-text {
    color: #8b8b8b
}

.progress__item-link.is-previous:active, a.progress__item-link:active, a.progress__item-link:active:hover {
    background-color: #d5b577
}

.progress__item-link.is-previous:active .progress__item-text, a.progress__item-link:active .progress__item-text, a.progress__item-link:active:hover .progress__item-text {
    color: #363c40
}

a.progress__item-link.is-not-active:active, a.progress__item-link.is-not-active:active:hover {
    background-color: #363c40
}

a.progress__item-link.is-not-active:active .progress__item-text, a.progress__item-link.is-not-active:active:hover .progress__item-text {
    color: #8b8b8b
}

a.progress__item-link.is-active {
    background-color: #d5b577;
    cursor: default
}

a.progress__item-link.is-active .progress__item-text {
    color: #FFF
}

.progress__item-link.is-previous .progress__item-text {
    color: #d5b577
}

.mobile-only .progress__item-text, .progress__item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #8b8b8b;
    text-transform: uppercase;
    line-height: 21px
}

.progress__item_left {
    text-align: left
}

.progress__item_center {
    text-align: center
}

.progress__item_right {
    text-align: right
}

.progress__icon {
    position: relative;
    left: -4px;
    top: 50%;
    margin-top: -8px
}

.progress__icon_right {
    margin-left: 61.5%
}

.progress__icon_left {
    margin-left: 39.2%
}

.progress__arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.progress__arrows-row {
    width: 50%;
    height: 100%;
    display: inline-block
}

@media screen and (min-width: 480px) {
    .progress__item-text {
        font-size: 20px
    }
}

@media screen and (min-width: 480px) {
    .progress__item-text {
        font-size: 22px;
        letter-spacing: 1.8px
    }
}

.social-button {
    font-size: 0
}

.social-button__icon {
    fill: #fff
}

.social-button__item {
    width: 25%;
    display: inline-block;
    padding-left: .8%;
    padding-right: .8%;
    float: left
}

.social-button__link {
    background-color: transparent;
    border: 2px solid #d5b577;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94px;
    -webkit-user-select: none;
    user-select: none
}

.social-button__link > svg {
    pointer-events: none
}

.no-touchevents .social-button__link:hover, .social-button__link:active {
    background-color: #1d2021
}

.no-touchevents .social-button__link:hover .social-button__icon, .social-button__link:active .social-button__icon {
    fill: #d5b577
}

.social-button__wrapper {
    margin-left: -.8%;
    margin-right: -.8%
}

.mobile-only .social-avatar__icon, .social-avatar__icon {
    fill: #d5b577;
    vertical-align: middle
}

.mobile-only .social-avatar__user-pic, .social-avatar__user-pic {
    width: 54px;
    height: 54px;
    vertical-align: middle;
    margin-left: 8px
}

.mobile-only .social-avatar__text, .social-avatar__text {
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle
}

.mobile-only .social-avatar__text_name, .social-avatar__text_name {
    margin-left: 7px
}

.mobile-only .social-avatar__text_sign, .social-avatar__text_sign {
    margin-left: 5px
}

@media screen and (min-width: 480px) {
    .social-avatar__user-pic {
        width: 60px;
        height: 60px
    }

    .social-avatar__text {
        font-size: 22px
    }

    .social-avatar__text_name {
        margin-left: 16px
    }

    .social-avatar__user-pic {
        margin-left: 19px
    }

    .social-avatar__text_sign {
        margin-left: 28px
    }
}

@media screen and (min-width: 1005px) {
    .button-up {
        background-color: #3d4347;
        display: inline-block;
        padding: 0 26px 0 27px;
        height: 36px;
        vertical-align: top;
        border-left: 1px solid #313538
    }

    .button-up:before {
        content: "";
        vertical-align: middle;
        height: 100%;
        width: 0;
        display: inline-block
    }

    .button-up:first-child {
        border-left: none;
        padding-left: 20px
    }

    .button-up__icon {
        vertical-align: middle;
        margin-right: 9px;
        fill: #D5B577
    }

    .button-up__text {
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
        text-transform: uppercase;
        vertical-align: middle
    }

    .button-up__round-left {
        border-radius: 0 0 0 4px
    }

    .button-up__round-right {
        border-radius: 0 0 4px 0
    }
}

.language {
    width: 65px;
    display: inline-block
}

.language .select2-container--default .select-language-label .select2-selection__icon {
    margin-right: 0
}

.language .select2-selection__rendered-text {
    display: none
}

.language .select2-selection--single {
    background-color: transparent !important
}

.select-language-dropdown .select2-container--default .select-language-label .select2-selection__icon {
    margin-right: 0
}

.select-language-dropdown .select2-selection__rendered-text {
    display: none
}

.language__select {
    height: 36px;
    visibility: hidden
}

.carousel, .mobile-only .carousel {
    border-bottom: 3px solid #d6b678;
    position: relative;
    background-color: rgba(0, 0, 0, .67)
}

.carousel img.gallery__img, .mobile-only .carousel img.gallery__img {
    width: 100%
}

.carousel__shadow, .mobile-only .carousel__shadow {
    display: none
}

@media screen and (min-width: 1005px) {
    .carousel {
        border-bottom: none
    }

    .carousel img.gallery__img {
        height: 100%;
        width: 100%;
        max-height: 301px
    }

    .carousel__shadow {
        display: block
    }

    .carousel__shadow-left {
        width: 566px;
        height: 100%;
        top: 0;
        right: 100%;
        position: absolute;
        z-index: 1;
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .73) 100%)
    }

    .carousel__shadow-right {
        width: 566px;
        height: 100%;
        top: 0;
        left: 100%;
        position: absolute;
        z-index: 1;
        background: linear-gradient(to right, rgba(0, 0, 0, .73) 0, rgba(0, 0, 0, 0) 100%)
    }
}

.js-page-head .carousel {
    display: none
}

@media screen and (min-width: 1005px) {
    .js-page-head .carousel {
        display: block;
        min-height: 300px
    }
}

.carousel-text, .mobile-only .carousel-text {
    width: 100%;
    text-align: center;
    min-height: 186px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column
}

.carousel-text p, .mobile-only .carousel-text p {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%
}

.carousel-text h1, .carousel-text h2, .carousel-text h3, .carousel-text h4, .carousel-text h5, .carousel-text h6, .mobile-only .carousel-text h1, .mobile-only .carousel-text h2, .mobile-only .carousel-text h3, .mobile-only .carousel-text h4, .mobile-only .carousel-text h5, .mobile-only .carousel-text h6 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%
}

.carousel-text .carousel-text__caption-color, .mobile-only .carousel-text .carousel-text__caption-color {
    color: #d5b577;
    font-weight: 700
}

.carousel-text__intro, .mobile-only .carousel-text__intro {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%
}

.carousel-text__intro p, .mobile-only .carousel-text__intro p {
    width: auto
}

@media screen and (min-width: 600px) {
    .carousel-text h1, .carousel-text h2, .carousel-text h3, .carousel-text h4, .carousel-text h5, .carousel-text h6 {
        font-size: 40px
    }
}

@media screen and (min-width: 640px) {
    .carousel-text p {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }

    .carousel-text__intro {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 1005px) {
    .carousel-text {
        display: none;
        width: 390px;
        height: 100%;
        background-color: rgba(0, 0, 0, .73);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        min-height: auto
    }

    .carousel-text p {
        font-size: 14px;
        line-height: 17px;
        width: 280px;
        margin-bottom: 33px;
        padding-left: 0;
        padding-right: 0
    }

    .carousel-text h1, .carousel-text h2, .carousel-text h3, .carousel-text h4, .carousel-text h5, .carousel-text h6 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 22px
    }

    .carousel-text__intro {
        font-size: 14px;
        line-height: 17px;
        width: 280px;
        margin-bottom: 33px;
        padding-left: 0;
        padding-right: 0
    }
}

.mobile-only .one-bet-win, .one-bet-win {
    background-color: rgba(0, 0, 0, .67);
    padding-top: 14px;
    padding-bottom: 19px
}

.mobile-only .one-bet-win__caption, .one-bet-win__caption {
    width: 100%;
    margin-bottom: 13px;
    margin-left: 30px
}

.mobile-only .one-bet-win__caption-wrapper, .one-bet-win__caption-wrapper {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    width: 100%
}

.mobile-only .one-bet-win__caption-highlight, .one-bet-win__caption-highlight {
    color: #d5b577;
    font-weight: 700
}

.mobile-only .one-bet-win__thumb-items, .one-bet-win__thumb-items {
    display: block;
    width: 100%;
    font-size: 0;
    padding-left: 5px;
    padding-right: 5px
}

.mobile-only .one-bet-win__thumb-items .swiper-wrapper, .one-bet-win__thumb-items .swiper-wrapper {
    box-sizing: border-box;
    flex-direction: column
}

.mobile-only .one-bet-win__thumb-items__overflow, .one-bet-win__thumb-items__overflow {
    overflow: hidden
}

.mobile-only .one-bet-win__thumb-item, .one-bet-win__thumb-item {
    display: none;
    width: 100%
}

.mobile-only .one-bet-win__thumb-item:nth-last-child(-n+3), .mobile-only .swiper-container-vertical .one-bet-win__thumb-item, .one-bet-win__thumb-item:nth-last-child(-n+3), .swiper-container-vertical .one-bet-win__thumb-item {
    display: inline-block
}

@media screen and (min-width: 480px) {
    .one-bet-win__thumb-items {
        padding-left: 22px;
        padding-right: 22px
    }
}

@media screen and (min-width: 600px) {
    .one-bet-win__thumb-items {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 640px) {
    .one-bet-win__thumb-item {
        width: 33.33%
    }

    .one-bet-win__thumb-item:last-child {
        display: inline-block
    }

    .one-bet-win__thumb-items .swiper-wrapper {
        flex-direction: row
    }
}

@media screen and (min-width: 1005px) {
    .one-bet-win {
        display: none;
        background-color: transparent;
        padding-top: 17px;
        padding-bottom: 18px;
        border-bottom: 1px solid #484a4b
    }

    .one-bet-win-desktop .one-bet-win {
        display: block
    }

    .one-bet-win__caption {
        float: left;
        width: 163px;
        height: 96px;
        padding-left: 30px;
        margin-bottom: 0;
        margin-left: 0;
        display: flex;
        align-items: center
    }

    .one-bet-win__caption-wrapper {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1.4px;
        line-height: 24px;
        vertical-align: middle
    }

    .one-bet-win__caption-highlight {
        color: #d5b577;
        font-weight: 700
    }

    .one-bet-win__thumb-items {
        padding-left: 163px;
        padding-right: 8px
    }

    .one-bet-win__thumb-item:last-child {
        display: inline-block
    }
}

.avatar-small {
    width: 35px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.avatar-small_border-top-right {
    border-right: 1px solid #262b2f;
    border-top: 1px solid #262b2f
}

.avatar-small__img {
    max-width: 33px;
    max-height: 34px;
    vertical-align: bottom
}

.avatar-winner, .mobile-only .avatar-winner {
    max-width: 68px;
    max-height: 68px
}

.carousel-main .swiper-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.carousel-main .carousel-main__item {
    text-align: center;
    display: inline-block
}

.carousel-main .carousel-main__item .carousel-main__img {
    margin-bottom: 26px
}

.carousel-main__swiper {
    transform: translate3d(-100%, 0, 0)
}

.carousel-main .swiper-pagination {
    padding-top: 23px;
    padding-bottom: 20px;
    bottom: 0;
    position: relative
}

.carousel-main .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid #d5b577;
    background: 0 0;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    opacity: 1
}

.no-touchevents .swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:active {
    background-color: #ead1a0
}

.carousel-main-text {
    display: none
}

.carousel-main__next, .carousel-main__prev {
    display: none
}

.carousel-main__icons {
    display: none
}

@media screen and (min-width: 1005px) {
    .carousel-main__swiper {
        transform: translate3d(-1005px, 0, 0)
    }

    .carousel-main__icons {
        font-size: 0;
        display: block;
        position: absolute;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        z-index: 10;
        cursor: pointer;
        background-color: #3d4347
    }

    .carousel-main__icons:before {
        content: "";
        vertical-align: middle;
        height: 100%;
        width: 0;
        display: inline-block
    }

    .no-touchevents .carousel-main__icons:hover .carousel-main__icon-next, .no-touchevents .carousel-main__icons:hover .carousel-main__icon-prev {
        fill: #FFF
    }

    .carousel-main__icons_prev {
        left: 0;
        padding-right: 6px;
        text-align: right
    }

    .carousel-main__icons_next {
        right: 0;
        padding-left: 6px;
        text-align: left
    }

    .carousel-main__icon-next, .carousel-main__icon-prev {
        fill: #D5B577;
        vertical-align: middle
    }

    .carousel-main__icon-next {
        transform: rotate(180deg)
    }

    .carousel-main .swiper-wrapper {
        align-items: flex-start;
        justify-content: flex-start
    }

    .carousel-main .carousel-main__item {
        padding-top: 0;
        height: 300px;
        text-align: left
    }

    .carousel-main .carousel-main__item .carousel-main__img {
        display: block;
        min-width: 1005px;
        margin-bottom: 0
    }

    .carousel-main .carousel-text {
        display: none
    }

    .swiper-pagination {
        display: none
    }

    .carousel-main-text {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 390px;
        height: 300px;
        z-index: 1
    }

    .carousel-main-text .carousel-text {
        display: flex
    }
}

.menu-container, .mobile-only .menu-container {
    min-height: 62px
}

@media screen and (min-width: 375px) {
    .menu-container {
        min-height: 74px
    }
}

.menu-container .menu-account__item .menu-account__item-link {
    white-space: nowrap
}

.menu-account, .mobile-only .menu-account {
    width: 100%;
    height: 62px;
    background-color: #3d4347;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 999
}

.menu-account__item, .mobile-only .menu-account__item {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    border-right: 1px solid #313538;
    flex-basis: 60px;
    position: relative
}

.menu-account__item:last-child, .mobile-only .menu-account__item:last-child {
    border-right: none
}

.menu-account__item.is-active-mob, .mobile-only .menu-account__item.is-active-mob {
    background-color: #242727
}

.menu-account__item-logo, .mobile-only .menu-account__item-logo {
    vertical-align: middle;
    margin-left: -5px;
    margin-right: -5px
}

.menu-account__item-icon, .mobile-only .menu-account__item-icon {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 0;
    width: 34px;
    height: 34px;
    fill: #d5b577
}

.menu-account__item-icon.icon_account, .mobile-only .menu-account__item-icon.icon_account {
    width: 32px;
    height: 32px;
    margin-bottom: 0
}

.menu-account__item-icon_friends, .mobile-only .menu-account__item-icon_friends {
    top: 2px;
    position: relative;
    width: 40px
}

.menu-account__item-text, .mobile-only .menu-account__item-text {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .4px;
    position: static;
    white-space: nowrap
}

.menu-account__item-text-status, .mobile-only .menu-account__item-text-status {
    position: absolute;
    top: 7px;
    right: 7px;
    left: auto
}

.menu-account__item-text-status_menu, .mobile-only .menu-account__item-text-status_menu {
    top: -12px;
    right: -4px
}

.menu-account__item-text_account, .mobile-only .menu-account__item-text_account {
    display: none
}

.menu-account__item:active, .mobile-only .menu-account__item:active .no-touchevents .menu-account__item:hover, .no-touchevents .mobile-only .menu-account__item:hover {
    color: #FFF
}

.menu-account__item:active .menu-account__item-icon, .mobile-only .menu-account__item:active .no-touchevents .menu-account__item:hover .menu-account__item-icon, .no-touchevents .mobile-only .menu-account__item:hover .menu-account__item-icon {
    fill: #FFF
}

@media screen and (min-width: 375px) {
    .menu-account {
        height: 74px
    }

    .menu-account__item-text {
        font-size: 12px
    }

    .menu-account__item-icon {
        width: 46px;
        height: 46px
    }

    .menu-account__item-icon.icon_account {
        width: 41px;
        height: 41px
    }

    .menu-account__item-icon_friends {
        width: 53px
    }

    .menu-account__item-logo {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width: 1005px) {
    .menu-account {
        border-radius: 5px 5px 0 0
    }

    .menu-account__item {
        flex-grow: 1;
        flex-basis: 100px
    }

    .menu-account__item_logo {
        max-width: none
    }

    .menu-account__item_account {
        max-width: none
    }

    .menu-account__item_friends {
        display: none
    }

    .menu-account__item-icon {
        margin-right: 5px;
        display: inline-block;
        margin-bottom: 0
    }

    .menu-account__item-icon_friends {
        top: auto;
        position: static
    }

    .menu-account__item-text {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
        font-size: 25px;
        letter-spacing: 2px;
        position: relative
    }

    .menu-account__item-text-status {
        top: -18px;
        left: 100%;
        right: auto
    }

    .menu-account__item-text-status_menu {
        top: -15px;
        right: -7px;
        left: auto
    }

    .no-touchevents .menu-account__item-text {
        transition: color .5s ease-in-out
    }

    .menu-account__item:active, .no-touchevents .menu-account__item:hover {
        color: #d5b577
    }

    .menu-account__item:active .menu-account__item-icon, .no-touchevents .menu-account__item:hover .menu-account__item-icon {
        fill: #d5b577
    }

    .menu-type-account .js-sport-footer, .menu-type-bonus .js-sport-footer, .menu-type-info .js-sport-footer, .menu-type-login .js-sport-footer {
        display: none
    }
}

.games-main, .mobile-only .games-main {
    padding-bottom: 38px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.games-main.not-active, .mobile-only .games-main.not-active {
    filter: grayscale(100%)
}

.games-main__favorite, .mobile-only .games-main__favorite {
    margin-top: -10px
}

.ie .games-main.not-active, .mobile-only.ie .games-main.not-active {
    opacity: .45
}

.games-main_inner, .mobile-only .games-main_inner {
    padding-bottom: 0
}

.js-games .games-main_inner {
    padding-bottom: 38px
}

.games-main_border-bottom, .mobile-only .games-main_border-bottom {
    border-bottom: 1px solid #484a4b
}

.games-main_last, .mobile-only .games-main_last {
    margin-bottom: 0;
    padding-bottom: 50px
}

.games-main__caption, .mobile-only .games-main__caption {
    margin-left: 30px;
    margin-bottom: 10px
}

.games-main__title, .mobile-only .games-main__title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    vertical-align: middle
}

.games-main__items, .mobile-only .games-main__items {
    padding-left: 12px;
    padding-right: 12px
}

.games-main__item, .mobile-only .games-main__item {
    margin-top: 19px;
    margin-bottom: 3px;
    width: 50%
}

.games-main__item.not-active, .mobile-only .games-main__item.not-active {
    filter: grayscale(100%)
}

.games-main__item.not-active .thumbnail-play, .mobile-only .games-main__item.not-active .thumbnail-play {
    display: none
}

@media screen and (min-width: 600px) {
    .games-main__item, .mobile-only .games-main__item {
        width: 33%
    }
}

.ie .games-main__item.not-active, .mobile-only.ie .games-main__item.not-active {
    opacity: .45
}

.games-main__icon-title, .mobile-only .games-main__icon-title {
    margin-right: 6px;
    vertical-align: middle
}

@media screen and (min-width: 420px) {
    .games-main__title {
        font-size: 25px
    }

    .menu-type-games .games-main__item {
        width: 33%
    }
}

@media screen and (min-width: 480px) {
    .games-main__items {
        padding-left: 30px;
        padding-right: 30px
    }

    .menu-type-games .games-main__item {
        width: 25%
    }
}

@media screen and (min-width: 1005px) {
    .games-main__items {
        padding-left: 18px;
        padding-right: 18px
    }

    .games-main__item {
        width: 33%
    }

    .menu-type-games .games-main__item {
        width: 20%
    }

    .games-main__caption {
        margin-bottom: 8px
    }
}

.jackpot-mobile, .mobile-only .jackpot-mobile {
    display: block
}

.jackpot-desktop, .mobile-only .jackpot-desktop {
    display: none
}

.jackpot, .mobile-only .jackpot {
    padding: 14px 0;
    overflow: hidden;
    background: #1a1d1e;
    background: linear-gradient(to bottom, #1a1d1e 0, #252b2e 100%)
}

.jackpot__win, .mobile-only .jackpot__win {
    text-align: left;
    white-space: nowrap;
    padding-left: 30px
}

.jackpot__caption, .mobile-only .jackpot__caption {
    margin-left: 30px
}

.jackpot__title, .mobile-only .jackpot__title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    vertical-align: bottom;
    line-height: 27px
}

.jackpot__title-game, .mobile-only .jackpot__title-game {
    color: #d5b577;
    font-weight: 700;
    font-size: 22px;
    margin-left: 30px;
    display: block;
    transform: translate3d(0, 0, 0);
    display: inline-block
}

.no-touchevents .jackpot__title-game:hover, .no-touchevents .mobile-only .jackpot__title-game:hover {
    color: #FFF
}

.jackpot__icon-title, .mobile-only .jackpot__icon-title {
    margin-right: 12px;
    vertical-align: bottom;
    fill: #D5B577
}

.jackpot__line, .mobile-only .jackpot__line {
    font-size: 0;
    margin-bottom: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.jackpot__line-cell, .mobile-only .jackpot__line-cell {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.jackpot__line-cell_title, .mobile-only .jackpot__line-cell_title {
    margin-bottom: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.jackpot__line-cell_game, .mobile-only .jackpot__line-cell_game {
    top: 8px;
    position: relative
}

.jackpot__game-desktop, .mobile-only .jackpot__game-desktop {
    display: none
}

.jackpot__img, .mobile-only .jackpot__img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    max-width: 67px
}

.jackpot__board, .mobile-only .jackpot__board {
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.jackpot__bank, .mobile-only .jackpot__bank {
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    color: #FFF;
    margin-right: 4px;
    letter-spacing: 2.2px;
    display: inline-block;
    vertical-align: middle
}

.jackpot__currency, .mobile-only .jackpot__currency {
    color: #d5b577;
    font-size: 24px;
    line-height: 54px;
    display: inline-block;
    vertical-align: middle
}

.jackpot .odometer-value, .mobile-only .jackpot .odometer-value {
    font-weight: 700
}

.jackpot .odometer-radix-mark, .mobile-only .jackpot .odometer-radix-mark {
    vertical-align: middle;
    display: inline-block;
    font-weight: 700
}

.jackpot .odometer.odometer-auto-theme .odometer-digit .odometer-value, .jackpot .odometer.odometer-theme-minimal .odometer-digit .odometer-value, .jackpot__bank .odometer-formatting-mark, .mobile-only .jackpot .odometer.odometer-auto-theme .odometer-digit .odometer-value, .mobile-only .jackpot .odometer.odometer-theme-minimal .odometer-digit .odometer-value, .mobile-only .jackpot__bank .odometer-formatting-mark {
    padding-top: 2px;
    padding-bottom: 2px
}

.jackpot .odometer.odometer-auto-theme .odometer-digit, .jackpot .odometer.odometer-theme-minimal .odometer-digit, .mobile-only .jackpot .odometer.odometer-auto-theme .odometer-digit, .mobile-only .jackpot .odometer.odometer-theme-minimal .odometer-digit {
    padding-bottom: 2px
}

.jackpot__win-link, .mobile-only .jackpot__win-link {
    display: inline-block;
    transform: translate3d(0, 0, 0)
}

.jackpot__win-items, .mobile-only .jackpot__win-items {
    display: inline-block
}

.jackpot__money, .mobile-only .jackpot__money {
    transform: translate3d(0, 0, 0);
    display: inline-block
}

@media screen and (min-width: 420px) {
    .jackpot__bank {
        font-size: 34px;
        line-height: 26px
    }

    .jackpot__currency {
        font-size: 34px
    }
}

@media screen and (min-width: 480px) {
    .jackpot__img {
        margin-right: 16px
    }

    .jackpot {
        padding-bottom: 36px
    }

    .jackpot__win {
        text-align: center;
        padding-left: 0
    }

    .jackpot__line-cell {
        display: inline-block;
        width: 50%
    }

    .jackpot__line-cell_title {
        margin-bottom: 0
    }

    .jackpot__line-cell_game {
        text-align: right;
        padding-right: 35px;
        position: relative;
        top: 5px
    }

    .jackpot__title-game {
        margin-left: 0
    }

    .jackpot__bank {
        line-height: 34px;
        font-size: 44px;
        margin-right: 16px
    }

    .jackpot__currency {
        font-size: 44px
    }
}

@media screen and (min-width: 600px) {
    .jackpot__bank {
        font-size: 54px;
        line-height: 44px
    }

    .jackpot__currency {
        font-size: 54px
    }
}

@media screen and (min-width: 1005px) {
    .jackpot {
        padding-bottom: 4px
    }

    .jackpot__board {
        width: 243px;
        text-align: right
    }

    .jackpot-mobile {
        display: none
    }

    .jackpot-desktop {
        display: block
    }

    .jackpot__win {
        padding-left: 30px;
        margin-top: 0;
        text-align: left
    }

    .jackpot__img {
        margin-top: -2px
    }

    .jackpot__money {
        margin-top: -8px
    }

    .jackpot__bank {
        font-size: 32px;
        line-height: 26px;
        margin-right: 8px
    }

    .jackpot__currency {
        font-size: 32px
    }

    .jackpot__title-game {
        font-size: 15px;
        letter-spacing: .1px;
        white-space: normal
    }

    .jackpot__line {
        margin-bottom: 14px
    }

    .jackpot__line-cell {
        width: 100%
    }

    .jackpot__line-cell_game {
        display: none
    }

    .jackpot__game-desktop {
        display: block;
        text-align: right;
        padding-right: 4px;
        margin-bottom: 4px
    }
}

.jackpot__animate-right-hide {
    animation: jackpotRightHide .8s linear;
    transition-property: transform;
    transition-duration: .8s;
    animation-fill-mode: forwards
}

.jackpot__animate-right-show {
    animation: jackpotRightShow .8s linear;
    transition-property: transform;
    transition-duration: .8s;
    animation-fill-mode: forwards
}

.jackpot__animate-left-hide {
    animation: jackpotLeftHide .8s linear;
    transition-property: transform;
    transition-duration: .8s;
    animation-fill-mode: forwards
}

.jackpot__animate-left-show {
    animation: jackpotLeftShow .8s linear;
    transition-property: transform;
    transition-duration: .8s;
    animation-fill-mode: forwards
}

.jackpot__animate-bottom-hide {
    animation: jackpotBottomHide .8s linear;
    transition-property: transform;
    transition-duration: .8s;
    animation-fill-mode: forwards
}

.jackpot__animate-bottom-show {
    animation: jackpotBottomShow .8s linear;
    transition-property: transform;
    transition-duration: .8s;
    animation-fill-mode: forwards
}

.jackpot__show-mobile, .touchevents .jackpot__animate-show_1 .jackpot__money:first-child, .touchevents .jackpot__animate-show_1 .jackpot__title-game:first-child, .touchevents .jackpot__animate-show_1 .jackpot__win-link:first-child, .touchevents .jackpot__animate-show_2 .jackpot__money:nth-child(2), .touchevents .jackpot__animate-show_2 .jackpot__title-game:nth-child(2), .touchevents .jackpot__animate-show_2 .jackpot__win-link:nth-child(2), .touchevents .jackpot__animate-show_3 .jackpot__money:nth-child(3), .touchevents .jackpot__animate-show_3 .jackpot__title-game:nth-child(3), .touchevents .jackpot__animate-show_3 .jackpot__win-link:nth-child(3), .touchevents .jackpot__animate-show_4 .jackpot__money:nth-child(4), .touchevents .jackpot__animate-show_4 .jackpot__title-game:nth-child(4), .touchevents .jackpot__animate-show_4 .jackpot__win-link:nth-child(4), .touchevents .jackpot__animate-show_5 .jackpot__money:nth-child(5), .touchevents .jackpot__animate-show_5 .jackpot__title-game:nth-child(5), .touchevents .jackpot__animate-show_5 .jackpot__win-link:nth-child(5), .touchevents .jackpot__animate-show_6 .jackpot__money:nth-child(6), .touchevents .jackpot__animate-show_6 .jackpot__title-game:nth-child(6), .touchevents .jackpot__animate-show_6 .jackpot__win-link:nth-child(6), .touchevents .jackpot__animate-show_7 .jackpot__money:nth-child(7), .touchevents .jackpot__animate-show_7 .jackpot__title-game:nth-child(7), .touchevents .jackpot__animate-show_7 .jackpot__win-link:nth-child(7), .touchevents .jackpot__animate-show_8 .jackpot__money:nth-child(8), .touchevents .jackpot__animate-show_8 .jackpot__title-game:nth-child(8), .touchevents .jackpot__animate-show_8 .jackpot__win-link:nth-child(8), .touchevents .jackpot__animate-show_9 .jackpot__money:nth-child(9), .touchevents .jackpot__animate-show_9 .jackpot__title-game:nth-child(9), .touchevents .jackpot__animate-show_9 .jackpot__win-link:nth-child(9), .touchevents .jackpot__animate-show_10 .jackpot__money:nth-child(10), .touchevents .jackpot__animate-show_10 .jackpot__title-game:nth-child(10), .touchevents .jackpot__animate-show_10 .jackpot__win-link:nth-child(10), .touchevents .jackpot__animate-show_11 .jackpot__money:nth-child(11), .touchevents .jackpot__animate-show_11 .jackpot__title-game:nth-child(11), .touchevents .jackpot__animate-show_11 .jackpot__win-link:nth-child(11), .touchevents .jackpot__animate-show_12 .jackpot__money:nth-child(12), .touchevents .jackpot__animate-show_12 .jackpot__title-game:nth-child(12), .touchevents .jackpot__animate-show_12 .jackpot__win-link:nth-child(12), .touchevents .jackpot__animate-show_13 .jackpot__money:nth-child(13), .touchevents .jackpot__animate-show_13 .jackpot__title-game:nth-child(13), .touchevents .jackpot__animate-show_13 .jackpot__win-link:nth-child(13), .touchevents .jackpot__animate-show_14 .jackpot__money:nth-child(14), .touchevents .jackpot__animate-show_14 .jackpot__title-game:nth-child(14), .touchevents .jackpot__animate-show_14 .jackpot__win-link:nth-child(14), .touchevents .jackpot__animate-show_15 .jackpot__money:nth-child(15), .touchevents .jackpot__animate-show_15 .jackpot__title-game:nth-child(15), .touchevents .jackpot__animate-show_15 .jackpot__win-link:nth-child(15), .touchevents .jackpot__animate-show_16 .jackpot__money:nth-child(16), .touchevents .jackpot__animate-show_16 .jackpot__title-game:nth-child(16), .touchevents .jackpot__animate-show_16 .jackpot__win-link:nth-child(16), .touchevents .jackpot__animate-show_17 .jackpot__money:nth-child(17), .touchevents .jackpot__animate-show_17 .jackpot__title-game:nth-child(17), .touchevents .jackpot__animate-show_17 .jackpot__win-link:nth-child(17), .touchevents .jackpot__animate-show_18 .jackpot__money:nth-child(18), .touchevents .jackpot__animate-show_18 .jackpot__title-game:nth-child(18), .touchevents .jackpot__animate-show_18 .jackpot__win-link:nth-child(18), .touchevents .jackpot__animate-show_19 .jackpot__money:nth-child(19), .touchevents .jackpot__animate-show_19 .jackpot__title-game:nth-child(19), .touchevents .jackpot__animate-show_19 .jackpot__win-link:nth-child(19), .touchevents .jackpot__animate-show_20 .jackpot__money:nth-child(20), .touchevents .jackpot__animate-show_20 .jackpot__title-game:nth-child(20), .touchevents .jackpot__animate-show_20 .jackpot__win-link:nth-child(20) {
    display: block;
    animation: jackpotShowMobile 5s linear;
    opacity: 0
}

.touchevents .jackpot__title-game {
    display: none
}

.touchevents .jackpot__money {
    display: none
}

.touchevents .jackpot__win-link {
    display: none
}

@keyframes jackpotRightHide {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes jackpotRightShow {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes jackpotLeftHide {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes jackpotLeftShow {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes jackpotBottomHide {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes jackpotBottomShow {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes jackpotShowMobile {
    0% {
        opacity: 0
    }
    28% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.mobile-only .winners-mobile, .winners-mobile {
    display: block
}

.mobile-only .winners-mobile .winners__items, .winners-mobile .winners__items {
    overflow: hidden
}

.mobile-only .winners-desktop, .winners-desktop {
    display: none
}

.mobile-only .winners-desktop .winners__items, .winners-desktop .winners__items {
    overflow: hidden
}

.mobile-only .winners, .winners {
    background-color: #1d2021;
    padding-top: 28px
}

.mobile-only .winners .swiper-wrapper, .winners .swiper-wrapper {
    flex-direction: column
}

.mobile-only .winners__items, .winners__items {
    border-top: 1px solid #484a4b;
    border-bottom: 1px solid #484a4b
}

.mobile-only .winners__item, .winners__item {
    border-bottom: 1px solid #484a4b;
    align-items: center;
    padding: 4px 26px 6px 31px;
    display: none;
    width: 100%;
    box-sizing: border-box;
    min-height: 99px
}

.mobile-only .swiper-container-vertical .winners__item, .mobile-only .winners__item:nth-last-child(-n+4), .swiper-container-vertical .winners__item, .winners__item:nth-last-child(-n+4) {
    display: flex
}

.mobile-only .winners__caption, .winners__caption {
    margin-left: 30px;
    margin-top: 30px;
    top: 30px
}

.mobile-only .winners__caption {
    margin-bottom: 41px
}

.winners__caption {
    margin-bottom: 21px
}

.mobile-only .winners__name, .winners__name {
    font-size: 16px;
    font-weight: 700;
    padding-right: 4px;
    width: 60%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.no-touchevents a:hover, .no-touchevents a:hover:active, a:active {
    color: #d5b577
}

.mobile-only .winners__title, .winners__title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    vertical-align: middle
}

.mobile-only .winners__icon-title, .winners__icon-title {
    margin-right: 10px;
    vertical-align: middle
}

.mobile-only .winners__part1, .winners__part1 {
    font-size: 0;
    flex-shrink: 0
}

.mobile-only .winners__part2, .winners__part2 {
    flex-grow: 1;
    padding-left: 88px;
    margin-left: -70px;
    width: 100%
}

.mobile-only .winners__place, .winners__place {
    color: #d5b577;
    font-weight: 700
}

.mobile-only .winners__game-link, .winners__game-link {
    color: #d5b577;
    font-weight: 600
}

.mobile-only .winners__game-text, .winners__game-text {
    font-size: 15px
}

.mobile-only .winners__info, .winners__info {
    font-size: 0
}

.mobile-only .winners__money, .winners__money {
    font-size: 18px;
    white-space: nowrap;
    display: inline-block;
    text-align: right;
    width: 40%;
    vertical-align: top
}

.mobile-only .winners__money-value, .winners__money-value {
    margin-right: 5px;
    vertical-align: top;
    font-size: 16px
}

.mobile-only .winners__money-currency, .winners__money-currency {
    color: #d5b577
}

.mobile-only .winners__game-link:active, .no-touchevents .mobile-only .winners__game-link:hover, .no-touchevents .mobile-only .winners__game-link:hover:active, .no-touchevents .winners__game-link:hover, .no-touchevents .winners__game-link:hover:active, .winners__game-link:active {
    color: #FFF
}

@media screen and (min-width: 420px) {
    .winners__name {
        font-size: 20px
    }

    .winners__money {
        font-size: 22px
    }

    .winners__game-text {
        font-size: 15.9px
    }

    .ie .winners__game-text {
        font-size: 16.3px
    }

    .winners__money-value {
        font-size: 20px
    }
}

@media screen and (min-width: 1005px) {
    .winners-mobile {
        display: none
    }

    .winners-desktop {
        display: block;
        margin-bottom: -1px
    }

    .winners {
        padding-top: 0;
        position: relative
    }

    .winners__bg-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 27px;
        background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0) 88%)
    }

    .winners__bg-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 67px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12%, #000 100%)
    }

    .winners__caption.on_main {
        display: none
    }

    .winners__items {
        position: relative;
        border-top: none;
        border-bottom: none
    }

    .winners__item {
        display: flex;
        padding: 4px 34px 6px 31px
    }

    .winners__info {
        margin-bottom: 5px;
        max-width: 318px
    }

    .winners__part2 {
        padding-left: 18px;
        margin-left: 0
    }
}

.footer {
    padding-top: 50px;
    padding-bottom: 58px;
    background: rgba(0, 0, 0, .67);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.footer_innerpage {
    padding-top: 0
}

.footer__logo {
    margin-bottom: 16px
}

.footer__style-wrapper {
    font-size: 0;
    border-bottom: 1px solid #51452d
}

.footer__style-wrapper_innerpage {
    border-top: 1px solid #51452d;
    border-bottom: none;
    padding-top: 55px
}

.footer__style1 {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 1px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.footer__style1 .footer__style-item {
    margin-bottom: 28px;
    flex-basis: 25%
}

.footer__style1 .footer__style-item-padding {
    padding-left: 6px;
    padding-right: 6px
}

.footer__style2 {
    width: 100%;
    max-width: 690px;
    text-align: center;
    margin: 0 auto;
    padding: 0 1px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.footer__style2 .footer__style-item {
    margin-bottom: 25px;
    flex-basis: 25%
}

.footer__style2 .footer__style-item-padding {
    padding-left: 14px;
    padding-right: 14px
}

.footer__style-item {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 1
}

.footer__style-item img {
    width: 100%
}

.footer__style2_last {
    max-width: 620px;
    padding-top: 18px
}

.footer__style2_last .footer__style-item-padding {
    padding-left: 10px;
    padding-right: 10px
}

.footer__affiliate {
    font-size: 0;
    padding-left: 14px;
    margin-bottom: -2px;
    margin-top: -7px;
    display: flex;
    align-items: center;
    flex-direction: row
}

.footer__partnership {
    font-size: 0;
    padding-left: 14px;
    margin-bottom: -2px;
    margin-top: -7px;
    display: flex;
    align-items: center;
    flex-direction: row
}

.footer__partnership-icon {
    margin-right: 10px
}

.footer__copyright {
    padding-right: 14px;
    padding-left: 72px
}

.footer__links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.footer__link-text {
    display: inline-block;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-basis: 100%
}

.footer__link-text span {
    border-bottom: 1px solid #d5b577;
    font-weight: 600
}

.footer__style-item_div2 img {
    max-height: 85px;
    width: auto
}

.footer_v2 .footer__style1 {
    margin-bottom: 0;
    flex-wrap: wrap
}

.footer_v2 .footer__style1 .footer__style-item {
    flex-basis: 24%;
    margin-bottom: 20px
}

.footer_v2 .footer__style-wrapper_innerpage .footer__style1 {
    margin-bottom: -20px
}

@media screen and (min-width: 320px) {
    .footer__affiliate {
        float: left;
        padding-left: 32px;
        padding-bottom: 10px
    }

    .footer__partnership {
        float: left;
        padding-left: 32px;
        padding-bottom: 10px
    }

    .footer__partnership-icon {
        margin-right: 21px
    }

    .footer__copyright {
        clear: both;
        padding-right: 20px;
        padding-left: 20px
    }

    .footer__style1 .footer__style-item {
        flex-basis: 20%
    }

    .footer__style1 .footer__style-item-padding {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media screen and (min-width: 480px) {
    .footer__style-item_scale {
        transform: none
    }

    .footer__style1 .footer__style-item {
        flex-basis: 16%;
        margin-bottom: 20px
    }

    .footer__style2 .footer__style-item {
        flex-basis: 15%
    }

    .footer__style2 .footer__style-item_div2 {
        flex-basis: 9%
    }

    .footer_v2 .footer__style1 .footer__style-item {
        flex-basis: 16%
    }
}

@media screen and (min-width: 600px) {
    .footer__links {
        margin-bottom: 8px
    }

    .footer__link-text {
        flex-basis: auto;
        margin-bottom: 28px;
        margin-left: 25px;
        margin-right: 25px
    }

    .footer__style1 .footer__style-item-padding {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media screen and (min-width: 768px) {
    .footer__style1 .footer__style-item {
        flex-basis: 12.5%
    }

    .footer_v2 .footer__style1 .footer__style-item {
        flex-basis: 14%
    }
}

@media screen and (min-width: 1005px) {
    .footer {
        padding-top: 39px;
        padding-bottom: 60px;
        position: relative
    }

    .footer__logo {
        padding-left: 21px;
        padding-right: 32px;
        margin-bottom: 14px;
        text-align: left
    }

    .footer__style-wrapper {
        white-space: nowrap;
        border-bottom: none;
        margin-bottom: 24px;
        text-align: center
    }

    .footer__style-wrapper_innerpage {
        border-top: none;
        padding-top: 0
    }

    .footer__style1 {
        max-width: 1150px;
        flex-wrap: nowrap
    }

    .footer__style1 .footer__style-item {
        margin: 0 9px;
        flex-basis: auto
    }

    .footer__style1 .footer__style-item-padding {
        padding-left: 0;
        padding-right: 0
    }

    .footer__style2 {
        width: auto;
        display: inline;
        text-align: left;
        justify-content: flex-start
    }

    .footer__style2 .footer__style-item-padding {
        padding-left: 9px;
        padding-right: 9px
    }

    .footer__style2_last {
        text-align: left;
        margin-left: 12px;
        padding-top: 2px;
        display: flex;
        max-width: 676px
    }

    .footer__style2_last .footer__style-item-padding {
        padding: 0 13px 0 14px
    }

    .footer__copyright {
        text-align: center;
        padding-left: 54px;
        padding-right: 61px
    }

    .footer__affiliate {
        position: absolute;
        right: 117px;
        top: 275px
    }

    .footer__partnership {
        position: absolute;
        right: 51px;
        padding-left: 0;
        top: 275px
    }

    .footer__partnership-icon {
        order: 1;
        margin-right: 0;
        margin-left: 0
    }

    .footer__links {
        justify-content: space-between;
        margin: 0 47px 47px 47px
    }

    .footer__link-text {
        margin: 0;
        font-size: 14px;
        letter-spacing: 1px
    }

    .footer_v2 .footer__style1 {
        margin-bottom: -20px
    }

    .footer_v2 .footer__style1 .footer__style-item {
        flex-basis: 14.46%
    }

    .footer_v2 .footer__partnership {
        top: 208px
    }
}

.footer__style1 .footer__style-item_yandex {
    margin-top: -8px
}

.footer__style1 .footer__style-item_neteller {
    margin-top: 3px
}

.footer .copyright, .mobile-only .footer .copyright {
    font-size: 11px;
    color: #d5b577;
    font-weight: 300;
    line-height: 13px
}

@media screen and (min-width: 1005px) {
    .copyright {
        font-size: 12.2px;
        line-height: 14px
    }
}

.form__label, .mobile-only .form__label {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px
}

.form__label_width-full, .mobile-only .form__label_width-full {
    width: 100%
}

.form__label_block, .mobile-only .form__label_block {
    display: block
}

.form__label_default, .mobile-only .form__label_default {
    text-transform: none;
    letter-spacing: 0
}

.form__label_thin, .mobile-only .form__label_thin {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    position: relative;
    top: 7px;
    font-size: 16px;
    margin: 5px 0 0 0
}

.form__label_center, .mobile-only .form__label_center {
    display: block;
    text-align: center
}

.form__row-label, .mobile-only .form__row-label {
    margin-bottom: 24px
}

.form__row, .mobile-only .form__row {
    margin-bottom: 26px
}

.form__row .p_shop, .mobile-only .form__row .p_shop {
    margin-top: 0
}

.form__row_big, .mobile-only .form__row_big {
    margin-bottom: 30px
}

.form__row_bigger, .mobile-only .form__row_bigger {
    margin-bottom: 50px
}

.form__row_greater, .mobile-only .form__row_greater {
    margin-bottom: 50px
}

.form__row_biggest, .mobile-only .form__row_biggest {
    margin-bottom: 45px
}

.form__row_less, .mobile-only .form__row_less {
    margin-bottom: 27px
}

.form__row_flex, .mobile-only .form__row_flex {
    display: flex;
    flex-direction: column
}

.form__row-error, .mobile-only .form__row-error {
    margin-bottom: 11px;
    font-size: 17px;
    line-height: 17px;
    color: #e1310e;
    font-weight: 400;
    width: 100%
}

.form__row-social, .mobile-only .form__row-social {
    margin-bottom: 48px;
    padding-left: 0
}

.form__row-more, .mobile-only .form__row-more {
    margin-bottom: 55px
}

.form__row-avatar, .mobile-only .form__row-avatar {
    margin-bottom: 50px;
    position: relative
}

.form__row-avatar.is-loading .avatar-change__loading-text, .mobile-only .form__row-avatar.is-loading .avatar-change__loading-text {
    display: block
}

.form__row-avatar.is-loading .icon_svg-upload, .mobile-only .form__row-avatar.is-loading .icon_svg-upload {
    display: none
}

.form__row-avatar.is-loading .avatar-change__choose-from-collection_upload, .mobile-only .form__row-avatar.is-loading .avatar-change__choose-from-collection_upload {
    display: none
}

.form__row-avatar.is-loading .loader, .mobile-only .form__row-avatar.is-loading .loader {
    display: inline-block
}

.form__row-avatar .loader, .mobile-only .form__row-avatar .loader {
    display: none
}

.form__row-avatar-loader, .mobile-only .form__row-avatar-loader {
    position: absolute !important;
    right: 11px;
    top: 5px
}

.form__birthday, .mobile-only .form__birthday {
    position: relative
}

.form__birthday-loader, .mobile-only .form__birthday-loader {
    position: absolute !important;
    right: 11px;
    top: -54px
}

.form__message-loader, .mobile-only .form__message-loader {
    top: -18px;
    right: 11px;
    float: right
}

.form__row_textarea, .mobile-only .form__row_textarea {
    margin-bottom: 25px
}

.form__row_textarea-completed, .mobile-only .form__row_textarea-completed {
    margin-bottom: 34px
}

.form__row_password, .mobile-only .form__row_password {
    margin-bottom: 12px
}

.form__row_password-login, .mobile-only .form__row_password-login {
    margin-bottom: 39px
}

.form__row-table-header, .mobile-only .form__row-table-header {
    margin-bottom: 16px
}

.form__row-table-header svg, .mobile-only .form__row-table-header svg {
    fill: #D5B577
}

.form__row-table-header-label, .mobile-only .form__row-table-header-label {
    font-weight: 600
}

.form__link-header, .mobile-only .form__link-forgot, .mobile-only .form__link-header .form__link-forgot {
    color: #FFF;
    font-size: 18px;
    letter-spacing: .4px;
    border-bottom: 1px solid #d5b577;
    text-transform: none
}

.form__link-header:hover, .mobile-only .form__link-forgot:hover, .mobile-only .form__link-header:hover .form__link-forgot:hover {
    color: #d5b577;
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.form__link:active, .mobile-only .form__link-forgot:active, .mobile-only .form__link:active, .no-touchevents .form__link-header:hover:active, .no-touchevents .mobile-only .form__link-header:hover:active, .no-touchevents .mobile-only .form__link-header:hover:active .form__link-forgot:active {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.form__row-checkbox, .mobile-only .form__row-checkbox {
    margin-bottom: 20px;
    width: 100%
}

.form__row-checkbox_no-margin, .mobile-only .form__row-checkbox_no-margin {
    margin-bottom: 0
}

.form__row-column-fluid, .mobile-only .form__row-column-fluid {
    margin-right: 15px
}

.form__row-column_shrink, .mobile-only .form__row-column_shrink {
    flex-grow: 1;
    flex-shrink: 1
}

.form__row-column-fluid_label, .mobile-only .form__row-column-fluid_label {
    margin-bottom: 10px
}

.form__row-text, .mobile-only .form__row-text {
    font-size: 20px;
    margin-bottom: 17px
}

.form__row-text_small, .mobile-only .form__row-text_small {
    margin-bottom: 12px
}

.form__row-text_below, .mobile-only .form__row-text_below {
    color: #d5b577;
    margin-top: 13px
}

.form__row-text_below-less, .mobile-only .form__row-text_below-less {
    font-size: 18px
}

.form-row-hint, .mobile-only .form-row-hint {
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: -11px
}

.form__row_amounts, .mobile-only .form__row_amounts {
    font-size: 0
}

@media screen and (min-width: 420px) {
    .form__label {
        font-size: 21px
    }
}

@media screen and (min-width: 480px) {
    .form__row-social {
        padding-left: 21px
    }

    .form__row-error {
        padding-left: 20px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 20px
    }

    .form__row .p {
        font-size: 22px
    }

    .form__row .p_shop {
        line-height: 31px
    }

    .form__row_biggest {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 600px) {
    .form__row_flex {
        flex-direction: row;
        align-items: center
    }

    .form__row-column-fluid_label {
        margin-bottom: 0
    }

    .form__label_thin {
        font-size: 20px
    }
}

@media screen and (min-width: 640px) {
    .form__row {
        margin-bottom: 36px
    }

    .form__row-avatar {
        margin-bottom: 50px
    }

    .form__row_big {
        margin-bottom: 45px
    }

    .form__row_greater {
        margin-bottom: 70px
    }

    .form__row_bigger {
        margin-bottom: 81px
    }

    .form__row_biggest {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 1005px) {
    .form__row_amounts {
        margin-bottom: 33px
    }

    .form__row_choose-amount {
        margin-bottom: 21px
    }

    .form__row_amount-to-load {
        margin-bottom: 32px
    }

    .form__row_with-commision {
        margin-bottom: 32px
    }
}

.menu-left, .mobile-only .menu-left {
    padding: 24px 0 0 0
}

.menu-left__title, .mobile-only .menu-left__title {
    margin-bottom: 31px;
    margin-left: 19px
}

.menu-left__title-text, .mobile-only .menu-left__title-text {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px
}

.menu-left__title-icon, .mobile-only .menu-left__title-icon {
    margin-right: 7px
}

@media screen and (min-width: 420px) {
    .menu-left {
        padding: 24px 0 0 0
    }

    .menu-left__title {
        margin-left: 25px
    }
}

@media screen and (min-width: 1005px) {
    .menu-left {
        padding-bottom: 24px
    }

    .menu-left_category {
        padding-top: 41px
    }
}

.menu-left-control {
    padding-left: 29px;
    margin-bottom: 52px
}

.congratulation, .mobile-only .congratulation {
    margin-left: -14px;
    margin-right: -14px
}

.congratulation__intro, .mobile-only .congratulation__intro {
    background: #d5b577;
    display: flex;
    padding: 12px 0 14px 14px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px
}

.congratulation__intro-text h2, .mobile-only .congratulation__intro-text h2 {
    color: #363c40;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 38px;
    font-weight: 700
}

.congratulation__intro-text p, .mobile-only .congratulation__intro-text p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 2.1px;
    text-transform: uppercase
}

.congratulation__intro-icon, .mobile-only .congratulation__intro-icon {
    fill: #363c40;
    width: 48px;
    height: 33px;
    flex-shrink: 0;
    margin-right: 14px;
    margin-left: 14px
}

.congratulation__text, .mobile-only .congratulation__text {
    padding-left: 14px;
    padding-right: 14px
}

.congratulation__text h3, .mobile-only .congratulation__text h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.congratulation__text p, .mobile-only .congratulation__text p {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0
}

.congratulation__text p strong, .mobile-only .congratulation__text p strong {
    font-weight: 700;
    color: #d5b577
}

@media screen and (min-width: 420px) {
    .congratulation {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media screen and (min-width: 480px) {
    .congratulation__intro {
        padding: 17px 0 20px 30px
    }

    .congratulation__intro-text {
        font-size: 33px
    }

    .congratulation__intro-text h2 {
        font-size: 30px;
        letter-spacing: 1.8px
    }

    .congratulation__intro-text p {
        font-size: 22px;
        line-height: 32px
    }

    .congratulation__intro-icon {
        margin-right: 54px;
        margin-left: 40px;
        width: 64px;
        height: 44px
    }

    .congratulation__text {
        padding-left: 30px;
        padding-right: 30px
    }

    .congratulation__text h3 {
        font-size: 22px;
        letter-spacing: 1.8px
    }

    .congratulation__text p {
        font-size: 22px
    }
}

@media screen and (min-width: 600px) {
    .congratulation__intro-text h2 {
        font-size: 32px;
        letter-spacing: 2.4px;
        margin-bottom: 2px
    }
}

.menu-mob, .mobile-only .menu-mob {
    display: none;
    position: absolute;
    overflow-y: auto;
    z-index: 1001;
    width: 100%;
    top: 131px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1d2021;
    -webkit-overflow-scrolling: touch;
    min-width: 320px;
    padding-bottom: 30px
}

.menu-mob .menu-account__item-text-status, .mobile-only .menu-mob .menu-account__item-text-status {
    top: -18px;
    left: 100%;
    right: auto
}

.menu-mob .menu-account__item_friends .menu-account__item-text-status, .mobile-only .menu-mob .menu-account__item_friends .menu-account__item-text-status {
    top: -10px;
    left: initial
}

.menu-mob.is-friend, .mobile-only .menu-mob.is-friend {
    top: 0
}

.menu-account__item_friends {
    display: inline-block;
    width: 60px;
    flex-grow: inherit;
    margin-right: 10px
}

.menu-account__item_friends .menu-account__item-text-status {
    top: -10px;
    right: -11px;
    left: initial
}

.androidgadgets .menu-mob, .androidgadgets .mobile-only .menu-mob {
    background-color: #1d2021
}

.menu-mob__links, .mobile-only .menu-mob__links {
    padding: 22px 0 0 0
}

.menu-mob.is-show, .mobile-only .menu-mob.is-show {
    display: block
}

.menu-mob-fullscreen, .mobile-only .menu-mob-fullscreen {
    overflow: hidden;
    position: relative
}

.menu-mob-fullscreen body, .mobile-only .menu-mob-fullscreen body {
    overflow: hidden
}

.menu-mob__row, .mobile-only .menu-mob__row {
    margin-bottom: 50px
}

.menu-mob__row-buttons, .mobile-only .menu-mob__row-buttons {
    margin-bottom: 28px
}

.menu-mob__border, .mobile-only .menu-mob__border {
    border-bottom: 1px solid #3d4347;
    height: 0;
    margin-left: -14px;
    margin-right: -14px
}

.menu-mob__border_no-margin, .mobile-only .menu-mob__border_no-margin {
    margin: 0
}

.menu-mob__default, .mobile-only .menu-mob__default {
    padding: 0 14px 0 14px
}

.menu-mob__default .button__exit-icon, .mobile-only .menu-mob__default .button__exit-icon {
    margin-right: 17px
}

.menu-mob__settings, .mobile-only .menu-mob__settings {
    padding-top: 40px
}

.menu-mob__settings .select2-container--default .select-language-label.select2-selection--single, .mobile-only .menu-mob__settings .select2-container--default .select-language-label.select2-selection--single {
    background: 0 0;
    border: none;
    padding-right: 10px;
    min-width: 156px
}

.menu-mob__settings .no-touchevents .select2-container--default.select2-container--open .select-language-label, .menu-mob__settings .select2-container--default.select2-container--open .select-language-label, .mobile-only .menu-mob__settings .no-touchevents .select2-container--default.select2-container--open .select-language-label, .mobile-only .menu-mob__settings .select2-container--default.select2-container--open .select-language-label {
    border: none;
    background: #000
}

.menu-mob__settings .select-language-dropdown, .mobile-only .menu-mob__settings .select-language-dropdown {
    border: none
}

.menu-mob__settings .select2-container--default .select-language-label .select2-selection__icon, .mobile-only .menu-mob__settings .select2-container--default .select-language-label .select2-selection__icon {
    transform: scale(1.4);
    margin-right: 13px
}

.menu-mob__settings .select2-container--default .select-language-label .select2-selection__rendered, .mobile-only .menu-mob__settings .select2-container--default .select-language-label .select2-selection__rendered {
    padding-right: 0;
    padding-left: 10px
}

.menu-mob__settings .select2-container--default .select-language-label .select2-selection__placeholder, .menu-mob__settings .select2-container--default .select-language-label .select2-selection__rendered .select2-selection__rendered-text, .mobile-only .menu-mob__settings .select2-container--default .select-language-label .select2-selection__placeholder, .mobile-only .menu-mob__settings .select2-container--default .select-language-label .select2-selection__rendered .select2-selection__rendered-text {
    font-size: 18px;
    font-weight: 600
}

.menu-mob__settings .select2-container--default .select-language-label .select2-selection__arrow, .mobile-only .menu-mob__settings .select2-container--default .select-language-label .select2-selection__arrow {
    display: none
}

.menu-mob__settings.menu-item__list-item, .mobile-only .menu-mob__settings.menu-item__list-item {
    padding-top: 0;
    padding-left: 61px
}

.menu-mob__settings.menu-item__list-item .menu-mob__language-text, .mobile-only .menu-mob__settings.menu-item__list-item .menu-mob__language-text {
    margin-left: 0;
    margin-right: 3px;
    font-size: 20.8px
}

.no-touchevents .menu-mob__settings .select2-container--default .select-language-label:hover, .no-touchevents .mobile-only .menu-mob__settings .select2-container--default .select-language-label:hover {
    border: none
}

.menu-mob__select-language-dropdown, .mobile-only .menu-mob__select-language-dropdown {
    border: none;
    background: 0 0;
    margin-top: 0
}

.menu-mob__select-language-dropdown .select2-selection__icon, .mobile-only .menu-mob__select-language-dropdown .select2-selection__icon {
    transform: scale(1.4);
    margin-right: 12px
}

.menu-mob__select-language-dropdown .select2-selection__rendered-text, .mobile-only .menu-mob__select-language-dropdown .select2-selection__rendered-text {
    font-size: 18px;
    font-weight: 600
}

.menu-mob__select-language-dropdown .select2-results__option, .mobile-only .menu-mob__select-language-dropdown .select2-results__option {
    padding: 4px 0 5px 10px;
    margin: 0;
    white-space: nowrap
}

.menu-mob__select-language-dropdown .select2-results__option[aria-selected=true], .mobile-only .menu-mob__select-language-dropdown .select2-results__option[aria-selected=true] {
    background: 0 0
}

.menu-mob__select-language-dropdown .select2-results > .select2-results__options, .mobile-only .menu-mob__select-language-dropdown .select2-results > .select2-results__options {
    max-height: 260px;
    background-color: #000
}

.menu-mob__language, .mobile-only .menu-mob__language {
    width: auto
}

.menu-mob__language-text, .mobile-only .menu-mob__language-text {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: .6px;
    margin-left: 9px;
    margin-right: 0;
    vertical-align: middle
}

.menu-mob__player, .mobile-only .menu-mob__player {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 14px;
    padding-right: 14px;
    margin: 20px 0
}

.menu-mob__player-info, .mobile-only .menu-mob__player-info {
    flex-grow: 1;
    padding-left: 10px;
    padding-right: 10px
}

.menu-mob__avatar-menu, .mobile-only .menu-mob__avatar-menu {
    float: left
}

.menu-mob__button-exit, .mobile-only .menu-mob__button-exit {
    float: right;
    padding: 14px 10px;
    white-space: nowrap
}

.menu-mob__button-exit .button__exit-icon, .mobile-only .menu-mob__button-exit .button__exit-icon {
    margin-right: 8px
}

.menu-mob__button-exit .button__icon-exit, .mobile-only .menu-mob__button-exit .button__icon-exit {
    width: 20px;
    height: 20px
}

.menu-mob__button-exit .button__exit-text, .mobile-only .menu-mob__button-exit .button__exit-text {
    font-size: 14px
}

.mobile-only .menu-mob__scroll {
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (min-width: 375px) {
    .menu-mob {
        top: 88px
    }

    .menu-mob.is-friend {
        top: 0
    }
}

@media screen and (min-width: 420px) {
    .menu-mob__links {
        padding: 32px 0 0 0
    }

    .menu-mob__default {
        padding: 64px 30px 0 30px
    }

    .menu-mob__player-info {
        padding-left: 22px
    }

    .menu-mob__border {
        margin-left: -30px;
        margin-right: -30px
    }

    .menu-mob__border_no-margin {
        margin: 0
    }

    .menu-mob__language-text {
        margin-left: 42px
    }
}

@media screen and (min-width: 600px) {
    .menu-mob__links {
        padding: 60px 0 0 0
    }

    .menu-mob__player {
        padding-left: 22px;
        padding-right: 22px
    }

    .menu-mob__settings {
        padding-top: 56px
    }

    .menu-mob__row {
        margin-bottom: 63px
    }

    .menu-mob__button-exit {
        padding: 22px 28px
    }

    .menu-mob__button-exit .button__exit-icon {
        margin-right: 17px
    }

    .menu-mob__button-exit .button__icon-exit {
        width: 25px;
        height: 25px
    }

    .menu-mob__button-exit .button__exit-text {
        font-size: 23px
    }

    .menu-mob__language-text {
        margin-left: 49px
    }
}

.mobile-only .verification, .verification {
    margin-top: 49px
}

.mobile-only .verification__block, .verification__block {
    margin-bottom: 60px
}

.mobile-only .verification .verification__success, .verification .verification__success {
    margin-top: -24px
}

.mobile-only .verification__success, .verification__success {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
    color: #d5b577
}

@media screen and (min-width: 640px) {
    .verification__block {
        margin-bottom: 90px
    }
}

.page-loader {
    position: fixed;
    top: 0;
    left: 50%;
    background: #e1310e;
    color: #FFF;
    z-index: 9999;
    font-weight: 700;
    padding: 6px 34px;
    border-radius: 0 0 5px 5px;
    margin-left: -72px
}

@keyframes blink {
    0% {
        opacity: .2
    }
    20% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

.page-loader span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

.page-loader span:nth-child(2) {
    animation-delay: .2s
}

.page-loader span:nth-child(3) {
    animation-delay: .4s
}

.avatar-change, .mobile-only .avatar-change {
    width: 100%;
    display: table;
    table-layout: fixed
}

.avatar-change__from-collection, .mobile-only .avatar-change__from-collection {
    width: calc(100% + 1px)
}

.avatar-change__upload_mobile, .mobile-only .avatar-change__upload_mobile {
    display: block
}

.avatar-change__upload-input, .mobile-only .avatar-change__upload-input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.avatar-change__from-collection, .mobile-only .avatar-change__from-collection {
    font-size: 11px;
    font-weight: 700;
    position: relative;
    top: -4px
}

.avatar-change__img, .mobile-only .avatar-change__img {
    display: table-cell;
    vertical-align: top;
    width: 120px
}

.avatar-change__options, .mobile-only .avatar-change__options {
    padding: 0 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table-cell;
    vertical-align: top
}

.avatar-change__option, .mobile-only .avatar-change__option {
    padding-top: 10px
}

.avatar-change__option:first-of-type, .mobile-only .avatar-change__option:first-of-type {
    border-bottom: 1px solid #3d4347;
    padding-bottom: 12px
}

.avatar-change .icon_svg-choose-from-collection, .mobile-only .avatar-change .icon_svg-choose-from-collection {
    width: 28px;
    height: 27px
}

.avatar-change .icon_svg-upload, .mobile-only .avatar-change .icon_svg-upload {
    width: 28px;
    height: 28px
}

.avatar-change__choose, .avatar-change__upload, .mobile-only .avatar-change__choose, .mobile-only .avatar-change__upload {
    font-size: 20px;
    font-weight: 700
}

.avatar-change__upload_mobile, .mobile-only .avatar-change__upload_mobile {
    display: block
}

.avatar-change__upload_tablet, .mobile-only .avatar-change__upload_tablet {
    display: none
}

.avatar-change .icon_svg-choose-from-collection, .mobile-only .avatar-change .icon_svg-choose-from-collection {
    position: relative;
    top: 10px
}

.avatar-change__choose-from-collection, .mobile-only .avatar-change__choose-from-collection {
    border-bottom: 1px solid #d5b577;
    margin-left: 7px;
    padding-bottom: 1px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.avatar-change__choose-from-collection:hover, .mobile-only .avatar-change__choose-from-collection:hover {
    color: #d5b577
}

.avatar-change__error, .mobile-only .avatar-change__error {
    color: #e1310e;
    clear: both;
    font-size: 13px;
    padding-top: 6px
}

.avatar-change__loading-text, .mobile-only .avatar-change__loading-text {
    font-size: 14px;
    font-weight: 600;
    display: none
}

.form__row-avatar.is-loading .avatar-change__loading-text, .mobile-only .form__row-avatar.is-loading .avatar-change__loading-text {
    display: block
}

.form__row-avatar.is-loading .icon_svg-upload, .mobile-only .form__row-avatar.is-loading .icon_svg-upload {
    display: none
}

.form__row-avatar.is-loading .avatar-change__choose-from-collection_upload, .mobile-only .form__row-avatar.is-loading .avatar-change__choose-from-collection_upload {
    display: none
}

.form__row-avatar.is-loading .loader, .mobile-only .form__row-avatar.is-loading .loader {
    display: inline-block
}

.form__row-avatar .loader, .mobile-only .form__row-avatar .loader {
    display: none
}

@media screen and (min-width: 420px) {
    .avatar-change__options {
        padding: 0 0 0 17px
    }

    .avatar-change__choose-from-collection {
        margin-left: 15px
    }

    .avatar-change__from-collection {
        font-size: 13px
    }
}

@media screen and (min-width: 480px) {
    .avatar-change__from-collection {
        font-size: 15px
    }

    .avatar-change__img {
        width: 174px
    }

    .avatar-change .icon_svg-choose-from-collection {
        width: 37px;
        height: 36px
    }

    .avatar-change .icon_svg-upload {
        width: 37px;
        height: 37px
    }

    .avatar-change__option {
        padding-top: 17px
    }
}

@media screen and (min-width: 600px) {
    .avatar-change__upload_mobile {
        display: none
    }

    .avatar-change__upload_tablet {
        display: block
    }

    .avatar-change__img {
        width: 240px
    }

    .avatar-change__options {
        padding: 0 0 0 33px
    }

    .avatar-change__option:first-of-type {
        padding-bottom: 27px
    }

    .avatar-change__option {
        padding-top: 23px
    }

    .avatar-change__choose, .avatar-change__upload {
        font-size: 22px
    }

    .avatar-change__from-collection {
        font-size: 18px
    }

    .avatar-change .icon_svg-choose-from-collection {
        top: 10px
    }

    .avatar-change__choose-from-collection {
        margin-left: 17px;
        padding-bottom: 1px
    }

    .avatar-change__error {
        font-size: 16px;
        padding-top: 10px
    }
}

@media screen and (min-width: 640px) {
    .avatar-change__loading-text {
        font-size: 17px
    }

    .avatar-change__error {
        font-size: 18px;
        padding-top: 15px
    }
}

.checkbox-ellipse-line, .mobile-only .checkbox-ellipse-line {
    border-top: 1px solid #484a4b;
    padding: 18px 5px;
    font-size: 16px;
    display: table;
    width: 100%
}

.checkbox-ellipse-line__text, .mobile-only .checkbox-ellipse-line__text {
    display: table-cell;
    vertical-align: top;
    padding-right: 25px
}

.checkbox-ellipse-line__chat, .mobile-only .checkbox-ellipse-line__chat {
    display: table-cell;
    vertical-align: top;
    padding-right: 25px;
    font-size: 14px
}

.checkbox-ellipse-line_last, .mobile-only .checkbox-ellipse-line_last {
    border-bottom: 1px solid #484a4b
}

.checkbox-ellipse-line .checkbox_ellipse, .mobile-only .checkbox-ellipse-line .checkbox_ellipse {
    vertical-align: top;
    display: table-cell;
    position: relative;
    top: -5px
}

@media screen and (min-width: 480px) {
    .checkbox-ellipse-line {
        font-size: 17px
    }
}

@media screen and (min-width: 600px) {
    .checkbox-ellipse-line {
        font-size: 20px
    }
}

.friends-tournaments, .mobile-only .friends-tournaments, .mobile-only .mobile-only .friends-tournaments, .mobile-only .table, .mobile-only .wysiwyg table, .table, .wysiwyg table {
    width: 100%
}

.friends-tournaments th, .mobile-only .friends-tournaments th, .mobile-only .mobile-only .friends-tournaments th, .mobile-only .table th, .mobile-only .wysiwyg table th, .table th, .wysiwyg table th {
    font-size: 17px;
    color: #a9a9a9;
    font-weight: 400;
    border-bottom: 1px solid #484a4b;
    padding-bottom: 13px
}

.friends-tournaments .th, .mobile-only .friends-tournaments .th, .mobile-only .mobile-only .friends-tournaments .th, .mobile-only .table .th, .mobile-only .wysiwyg table .th, .table .th, .wysiwyg table .th {
    font-size: 13px;
    color: #a9a9a9;
    font-weight: 400;
    border-bottom: 1px solid #484a4b;
    padding-bottom: 13px
}

.friends-tournaments .th:last-of-type, .mobile-only .friends-tournaments .th:last-of-type, .mobile-only .mobile-only .friends-tournaments .th:last-of-type, .mobile-only .table .th:last-of-type, .mobile-only .wysiwyg table .th:last-of-type, .table .th:last-of-type, .wysiwyg table .th:last-of-type {
    padding-right: 6px
}

.friends-tournaments .th_place, .mobile-only .friends-tournaments .th_place, .mobile-only .mobile-only .friends-tournaments .th_place, .mobile-only .table .th_place, .mobile-only .wysiwyg table .th_place, .table .th_place, .wysiwyg table .th_place {
    text-align: left
}

.friends-tournaments .th_prize, .mobile-only .friends-tournaments .th_prize, .mobile-only .mobile-only .friends-tournaments .th_prize, .mobile-only .table .th_prize, .mobile-only .wysiwyg table .th_prize, .table .th_prize, .wysiwyg table .th_prize {
    text-align: right
}

.friends-tournaments .th_player, .mobile-only .friends-tournaments .th_player, .mobile-only .mobile-only .friends-tournaments .th_player, .mobile-only .table .th_player, .mobile-only .wysiwyg table .th_player, .table .th_player, .wysiwyg table .th_player {
    text-align: center
}

.friends-tournaments .th_right, .mobile-only .friends-tournaments .th_right, .mobile-only .mobile-only .friends-tournaments .th_right, .mobile-only .table .th_right, .mobile-only .wysiwyg table .th_right, .table .th_right, .wysiwyg table .th_right {
    text-align: right
}

.friends-tournaments td, .mobile-only .friends-tournaments td, .mobile-only .mobile-only .friends-tournaments td, .mobile-only .table td, .mobile-only .wysiwyg table td, .table td, .wysiwyg table td {
    border-bottom: 1px solid #484a4b;
    padding: 21px 0
}

.friends-tournaments .td, .mobile-only .friends-tournaments .td, .mobile-only .mobile-only .friends-tournaments .td, .mobile-only .table .td, .mobile-only .wysiwyg table .td, .table .td, .wysiwyg table .td {
    border-bottom: 1px solid #484a4b;
    padding: 21px 0
}

.friends-tournaments .td:last-of-type, .mobile-only .friends-tournaments .td:last-of-type, .mobile-only .mobile-only .friends-tournaments .td:last-of-type, .mobile-only .table .td:last-of-type, .mobile-only .wysiwyg table .td:last-of-type, .table .td:last-of-type, .wysiwyg table .td:last-of-type {
    padding-right: 6px
}

.friends-tournaments .td_uppercase, .mobile-only .friends-tournaments .td_uppercase, .mobile-only .mobile-only .friends-tournaments .td_uppercase, .mobile-only .table .td_uppercase, .mobile-only .wysiwyg table .td_uppercase, .table .td_uppercase, .wysiwyg table .td_uppercase {
    text-transform: uppercase
}

.friends-tournaments .td_padding-less, .mobile-only .friends-tournaments .td_padding-less, .mobile-only .mobile-only .friends-tournaments .td_padding-less, .mobile-only .table .td_padding-less, .mobile-only .wysiwyg table .td_padding-less, .table .td_padding-less, .wysiwyg table .td_padding-less {
    padding: 7px 0
}

.friends-tournaments .td_padding-left_small, .mobile-only .friends-tournaments .td_padding-left_small, .mobile-only .mobile-only .friends-tournaments .td_padding-left_small, .mobile-only .table .td_padding-left_small, .mobile-only .wysiwyg table .td_padding-left_small, .table .td_padding-left_small, .wysiwyg table .td_padding-left_small {
    padding-left: 10px
}

.friends-tournaments .td_place, .mobile-only .friends-tournaments .td_place, .mobile-only .mobile-only .friends-tournaments .td_place, .mobile-only .table .td_place, .mobile-only .wysiwyg table .td_place, .table .td_place, .wysiwyg table .td_place {
    color: #d5b577;
    text-align: left;
    padding-left: 6px
}

.friends-tournaments .td_prize, .mobile-only .friends-tournaments .td_prize, .mobile-only .mobile-only .friends-tournaments .td_prize, .mobile-only .table .td_prize, .mobile-only .wysiwyg table .td_prize, .table .td_prize, .wysiwyg table .td_prize {
    color: #d5b577;
    text-align: right
}

.friends-tournaments .td_prize span, .mobile-only .friends-tournaments .td_prize span, .mobile-only .mobile-only .friends-tournaments .td_prize span, .mobile-only .table .td_prize span, .mobile-only .wysiwyg table .td_prize span, .table .td_prize span, .wysiwyg table .td_prize span {
    vertical-align: middle
}

.friends-tournaments .td_result, .mobile-only .friends-tournaments .td_result, .mobile-only .mobile-only .friends-tournaments .td_result, .mobile-only .table .td_result, .mobile-only .wysiwyg table .td_result, .table .td_result, .wysiwyg table .td_result {
    text-align: center;
    color: #d5b577;
    font-weight: 400;
    font-size: 15px
}

.friends-tournaments .td_player, .mobile-only .friends-tournaments .td_player, .mobile-only .mobile-only .friends-tournaments .td_player, .mobile-only .table .td_player, .mobile-only .wysiwyg table .td_player, .table .td_player, .wysiwyg table .td_player {
    text-align: center
}

.friends-tournaments .td_player .avatar__link, .mobile-only .friends-tournaments .td_player .avatar__link, .mobile-only .mobile-only .friends-tournaments .td_player .avatar__link, .mobile-only .table .td_player .avatar__link, .mobile-only .wysiwyg table .td_player .avatar__link, .table .td_player .avatar__link, .wysiwyg table .td_player .avatar__link {
    width: 100%
}

.friends-tournaments .td_player .avatar__link_img, .mobile-only .friends-tournaments .td_player .avatar__link_img, .mobile-only .mobile-only .friends-tournaments .td_player .avatar__link_img, .mobile-only .table .td_player .avatar__link_img, .mobile-only .wysiwyg table .td_player .avatar__link_img, .table .td_player .avatar__link_img, .wysiwyg table .td_player .avatar__link_img {
    padding-right: 0
}

.friends-tournaments .td_player .avatar__name, .mobile-only .friends-tournaments .td_player .avatar__name, .mobile-only .mobile-only .friends-tournaments .td_player .avatar__name, .mobile-only .table .td_player .avatar__name, .mobile-only .wysiwyg table .td_player .avatar__name, .table .td_player .avatar__name, .wysiwyg table .td_player .avatar__name {
    word-break: break-all;
    word-wrap: break-word
}

.friends-tournaments .td_game, .mobile-only .friends-tournaments .td_game, .mobile-only .mobile-only .friends-tournaments .td_game, .mobile-only .table .td_game, .mobile-only .wysiwyg table .td_game, .table .td_game, .wysiwyg table .td_game {
    word-break: break-all;
    word-wrap: break-word;
    padding-right: 10px
}

.friends-tournaments .td_right, .mobile-only .friends-tournaments .td_right, .mobile-only .mobile-only .friends-tournaments .td_right, .mobile-only .table .td_right, .mobile-only .wysiwyg table .td_right, .table .td_right, .wysiwyg table .td_right {
    text-align: right
}

.friends-tournaments .td_unread, .mobile-only .friends-tournaments .td_unread, .mobile-only .mobile-only .friends-tournaments .td_unread, .mobile-only .table .td_unread, .mobile-only .wysiwyg table .td_unread, .table .td_unread, .wysiwyg table .td_unread {
    background-color: rgba(213, 181, 120, .49)
}

.friends-tournaments .td__number-date, .mobile-only .friends-tournaments .td__number-date, .mobile-only .mobile-only .friends-tournaments .td__number-date, .mobile-only .table .td__number-date, .mobile-only .wysiwyg table .td__number-date, .table .td__number-date, .wysiwyg table .td__number-date {
    color: #FFF
}

.friends-tournaments_no-border .td, .mobile-only .friends-tournaments_no-border .td, .mobile-only .mobile-only .friends-tournaments_no-border .td, .mobile-only .table_no-border .td, .mobile-only .wysiwyg table_no-border .td, .table_no-border .td, .wysiwyg table_no-border .td {
    border-bottom: none
}

.mobile-only .table_bonus-info .td_title, .table_bonus-info .td_title {
    padding-left: 7px
}

.mobile-only .table_bonus-info .td_value, .table_bonus-info .td_value {
    font-size: 16px;
    color: #d5b577;
    text-align: right
}

.tournament-players-your-place {
    margin: 15px 0
}

.mobile-only .table_players .player, .table_players .player {
    background-color: #1d2021
}

.mobile-only .table_players .th, .table_players .th {
    font-size: 15px
}

.mobile-only .table_players .th_place, .table_players .th_place {
    padding-right: 7px
}

.mobile-only .table_players .th_result, .table_players .th_result {
    padding-left: 2px;
    padding-right: 2px
}

.mobile-only .table_players .th_player, .table_players .th_player {
    text-align: center
}

.mobile-only .table_players .th:last-of-type, .table_players .th:last-of-type {
    padding-right: 0;
    padding-left: 4px
}

.mobile-only .table_players .td, .table_players .td {
    padding: 7px 0;
    font-size: 14px
}

.mobile-only .table_players .td_place, .table_players .td_place {
    padding-left: 10px
}

.mobile-only .table_players .td_player, .table_players .td_player {
    white-space: normal;
    padding: 7px
}

.mobile-only .table_players .td_result, .table_players .td_result {
    padding-left: 2px;
    padding-right: 2px
}

.mobile-only .table_players .td .avatar__name, .table_players .td .avatar__name {
    font-size: 14px
}

.mobile-only .table_players .td_place, .mobile-only .table_players .th_place, .table_players .td_place, .table_players .th_place {
    width: 22px
}

.mobile-only .table_players-top .th, .table_players-top .th {
    font-size: 12px
}

.mobile-only .table_players-top .td_result, .table_players-top .td_result {
    font-size: 13px
}

.mobile-only .table_players-top .td_player, .table_players-top .td_player {
    text-align: left
}

.mobile-only .table_players-top .td_player .avatar__link_img, .table_players-top .td_player .avatar__link_img {
    padding-right: 10px
}

.mobile-only .table_players-top .td_player .avatar__link, .table_players-top .td_player .avatar__link {
    width: auto;
    display: table-cell
}

.mobile-only .table_invited .th_phone, .table_invited .th_phone {
    width: 215px;
    text-align: left
}

.mobile-only .table_invited .th_name, .table_invited .th_name {
    width: 255px;
    text-align: left
}

.mobile-only .table_invited .th_coins, .table_invited .th_coins {
    text-align: right
}

.mobile-only .table_invited .td_phone, .table_invited .td_phone {
    word-wrap: break-word;
    padding-right: 12px;
    max-width: 90px
}

.mobile-only .table_invited .td_name, .table_invited .td_name {
    word-wrap: break-word;
    word-break: break-all
}

.mobile-only .table_invited .td_coins, .mobile-only .table_invited .td_phone, .table_invited .td_coins, .table_invited .td_phone {
    color: #d5b577
}

.mobile-only .table_invited .td_coins, .table_invited .td_coins {
    width: 12%;
    text-align: right
}

.mobile-only .table_game-history .td, .mobile-only .table_game-history .th, .table_game-history .td, .table_game-history .th {
    font-size: 12px
}

.mobile-only .table_game-history .td_time, .mobile-only .table_game-history .th_time, .table_game-history .td_time, .table_game-history .th_time {
    width: 118px;
    text-align: left
}

.mobile-only .table_game-history .td_game, .mobile-only .table_game-history .th_game, .table_game-history .td_game, .table_game-history .th_game {
    width: 182px;
    text-align: left
}

.mobile-only .table_game-history .td_bets, .mobile-only .table_game-history .th_bets, .table_game-history .td_bets, .table_game-history .th_bets {
    width: 70px;
    text-align: right
}

.mobile-only .table_game-history .td_result, .mobile-only .table_game-history .th_result, .table_game-history .td_result, .table_game-history .th_result {
    width: 100px;
    text-align: right
}

.mobile-only .table_game-history .td_coins, .mobile-only .table_game-history .th_coins, .table_game-history .td_coins, .table_game-history .th_coins {
    width: 96px;
    text-align: right
}

.mobile-only .table_game-history .td:last-of-type, .mobile-only .table_game-history .th:last-of-type, .table_game-history .td:last-of-type, .table_game-history .th:last-of-type {
    padding-right: 0
}

.mobile-only .table_game-history .th, .table_game-history .th {
    padding-bottom: 10px;
    font-size: 10px
}

.mobile-only .table_game-history .td, .table_game-history .td {
    padding: 10px 0;
    vertical-align: middle
}

.mobile-only .table_game-history .td_time, .table_game-history .td_time {
    font-size: 11px
}

.mobile-only .table_game-history .td_bets, .mobile-only .table_game-history .td_coins, .mobile-only .table_game-history .td_result, .mobile-only .table_game-history .td_time, .table_game-history .td_bets, .table_game-history .td_coins, .table_game-history .td_result, .table_game-history .td_time {
    color: #d5b577
}

.mobile-only .table_game-history .td_game, .table_game-history .td_game {
    width: 182px;
    text-align: left;
    padding-left: 2px
}

.mobile-only .table_game-history__time, .table_game-history__time {
    position: relative;
    top: -2px
}

.mobile-only .table_bonus-history .th, .table_bonus-history .th {
    padding-bottom: 10px
}

.mobile-only .table_bonus-history .th:last-of-type, .table_bonus-history .th:last-of-type {
    padding-right: 2px
}

.mobile-only .table_bonus-history .td, .table_bonus-history .td {
    font-size: 14px;
    vertical-align: middle
}

.mobile-only .table_bonus-history .th, .table_bonus-history .th {
    font-size: 12px;
    vertical-align: middle
}

.mobile-only .table_bonus-history .th_coins, .table_bonus-history .th_coins {
    text-align: right;
    word-break: break-word
}

.mobile-only .table_bonus-history .td_date, .mobile-only .table_bonus-history .th_date, .table_bonus-history .td_date, .table_bonus-history .th_date {
    width: 116px;
    text-align: left
}

.mobile-only .table_bonus-history .td_name, .mobile-only .table_bonus-history .th_name, .table_bonus-history .td_name, .table_bonus-history .th_name {
    width: 256px;
    text-align: left;
    padding-left: 4px
}

.mobile-only .table_bonus-history .td_sum, .mobile-only .table_bonus-history .th_sum, .table_bonus-history .td_sum, .table_bonus-history .th_sum {
    width: 120px;
    text-align: right;
    padding-left: 2px
}

.mobile-only .table_bonus-history .td_coins, .mobile-only .table_bonus-history .th_coins, .table_bonus-history .td_coins, .table_bonus-history .th_coins {
    width: 123px;
    text-align: right;
    padding-left: 2px
}

.mobile-only .table_bonus-history .td_coins, .mobile-only .table_bonus-history .td_date, .mobile-only .table_bonus-history .td_sum, .table_bonus-history .td_coins, .table_bonus-history .td_date, .table_bonus-history .td_sum {
    color: #d5b577
}

.mobile-only .table_bonus-history .td_status, .table_bonus-history .td_status {
    min-width: 25px;
    width: 25px;
    text-align: left;
    font-size: 0 !important
}

.mobile-only .table_bonus-history .td_status .icon, .table_bonus-history .td_status .icon {
    position: relative;
    left: 3px
}

.mobile-only .table_bonus-history__a:hover, .table_bonus-history__a:hover {
    border-bottom: 1px solid #d5b577
}

.mobile-only .table_bonus-history_no-fix-width .td_coins, .mobile-only .table_bonus-history_no-fix-width .td_date, .mobile-only .table_bonus-history_no-fix-width .td_name, .mobile-only .table_bonus-history_no-fix-width .td_sum, .mobile-only .table_bonus-history_no-fix-width .th_coins, .mobile-only .table_bonus-history_no-fix-width .th_date, .mobile-only .table_bonus-history_no-fix-width .th_name, .mobile-only .table_bonus-history_no-fix-width .th_sum, .table_bonus-history_no-fix-width .td_coins, .table_bonus-history_no-fix-width .td_date, .table_bonus-history_no-fix-width .td_name, .table_bonus-history_no-fix-width .td_sum, .table_bonus-history_no-fix-width .th_coins, .table_bonus-history_no-fix-width .th_date, .table_bonus-history_no-fix-width .th_name, .table_bonus-history_no-fix-width .th_sum {
    width: auto;
    flex-grow: 1
}

.mobile-only .table_bonus-history .th_coins_cancel-bonus, .table_bonus-history .th_coins_cancel-bonus {
    width: 92px
}

.mobile-only .table_bonus-history .th_name_cancel-bonus, .table_bonus-history .th_name_cancel-bonus {
    width: 360px
}

.mobile-only .table_withdraw, .table_withdraw {
    margin-top: 23px
}

.mobile-only .table_withdraw_refil, .table_withdraw_refil {
    margin-top: 21px
}

.mobile-only .table_withdraw .th, .table_withdraw .th {
    padding-bottom: 9px
}

.mobile-only .table_withdraw .th_currency, .table_withdraw .th_currency {
    min-width: 121px;
    text-align: left;
    font-size: 10px;
    max-width: 92px
}

.mobile-only .table_withdraw .th_currency-name, .table_withdraw .th_currency-name {
    width: 315px;
    text-align: left
}

.mobile-only .table_withdraw .th_commission, .table_withdraw .th_commission {
    text-align: right;
    font-size: 10px
}

.mobile-only .table_withdraw .td, .table_withdraw .td {
    font-size: 16px;
    padding: 8px 0 9px 0;
    vertical-align: middle
}

.mobile-only .table_withdraw .td .link, .table_withdraw .td .link {
    font-size: 13px
}

.mobile-only .table_withdraw .td_logo, .table_withdraw .td_logo {
    height: 47px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 4px
}

.mobile-only .table_withdraw .td_logo-img, .table_withdraw .td_logo-img {
    vertical-align: middle;
    max-width: 75px
}

.mobile-only .table_withdraw .td_logo-img_double, .table_withdraw .td_logo-img_double {
    width: 50px
}

.mobile-only .table_withdraw .td_currency, .table_withdraw .td_currency {
    padding-right: 10px
}

.mobile-only .table_withdraw .td_currency-name, .table_withdraw .td_currency-name {
    text-transform: uppercase;
    vertical-align: middle
}

.mobile-only .table_withdraw .td_commission, .table_withdraw .td_commission {
    text-align: right;
    vertical-align: middle
}

.mobile-only .table_withdraw .td:last-of-type, .table_withdraw .td:last-of-type {
    padding-right: 16px
}

.mobile-only .table_withdraw__a:hover, .table_withdraw__a:hover {
    border-bottom: 1px solid #d5b577
}

.mobile-only .table_tournament-history, .table_tournament-history {
    margin-top: 5px
}

.mobile-only .table_tournament-history .th, .table_tournament-history .th {
    padding-bottom: 9px
}

.mobile-only .table_tournament-history .th_date, .table_tournament-history .th_date {
    width: 124px;
    min-width: 90px;
    text-align: left;
    font-size: 12px
}

.mobile-only .table_tournament-history .th_name, .table_tournament-history .th_name {
    width: 315px;
    text-align: left
}

.mobile-only .table_tournament-history .th_pf, .table_tournament-history .th_pf {
    text-align: right
}

.mobile-only .table_tournament-history .td, .table_tournament-history .td {
    font-size: 20px;
    padding: 11px 0 12px 0;
    vertical-align: middle
}

.mobile-only .table_tournament-history .td .link, .table_tournament-history .td .link {
    font-size: 15px
}

.mobile-only .table_tournament-history .td_date, .table_tournament-history .td_date {
    color: #d5b577;
    font-weight: 400;
    padding-left: 6px;
    font-size: 15px
}

.mobile-only .table_tournament-history .td_name, .table_tournament-history .td_name {
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 15px
}

.mobile-only .table_tournament-history .td_pf, .table_tournament-history .td_pf {
    text-align: right;
    vertical-align: middle;
    color: #d5b577;
    font-size: 15px
}

.mobile-only .table_tournament-history__a:hover, .table_tournament-history__a:hover {
    border-bottom: 1px solid #d5b577
}

.mobile-only .table_shop-history, .table_shop-history {
    margin-top: 30px
}

.mobile-only .table_shop-history .th, .table_shop-history .th {
    padding-bottom: 10px
}

.mobile-only .table_shop-history .th:last-of-type, .table_shop-history .th:last-of-type {
    padding-right: 2px
}

.mobile-only .table_shop-history .td_date, .mobile-only .table_shop-history .th_date, .table_shop-history .td_date, .table_shop-history .th_date {
    width: 105px;
    text-align: left
}

.mobile-only .table_shop-history .td_name, .mobile-only .table_shop-history .th_name, .table_shop-history .td_name, .table_shop-history .th_name {
    width: 256px;
    text-align: left;
    padding-left: 4px
}

.mobile-only .table_shop-history .td_coins, .mobile-only .table_shop-history .th_coins, .table_shop-history .td_coins, .table_shop-history .th_coins {
    width: 123px;
    text-align: right
}

.mobile-only .table_shop-history .td, .table_shop-history .td {
    font-size: 15px
}

.mobile-only .table_shop-history .td_coins, .mobile-only .table_shop-history .td_date, .mobile-only .table_shop-history .td_sum, .table_shop-history .td_coins, .table_shop-history .td_date, .table_shop-history .td_sum {
    color: #d5b577
}

.mobile-only .table_finances-currencies, .table_finances-currencies {
    margin-top: 6px
}

.mobile-only .table_finances-currencies .is-active-container, .table_finances-currencies .is-active-container {
    background: #202427
}

.mobile-only .table_finances-currencies .is-active-container .td_currency, .table_finances-currencies .is-active-container .td_currency {
    padding-left: 7px;
    color: #d5b577
}

.mobile-only .table_finances-currencies .th, .table_finances-currencies .th {
    padding-bottom: 10px
}

.mobile-only .table_finances-currencies .th:last-of-type, .table_finances-currencies .th:last-of-type {
    padding-right: 2px
}

.mobile-only .table_finances-currencies .td_currency, .mobile-only .table_finances-currencies .th_currency, .table_finances-currencies .td_currency, .table_finances-currencies .th_currency {
    width: 114px;
    text-align: left
}

.mobile-only .table_finances-currencies .td_balance, .mobile-only .table_finances-currencies .th_balance, .table_finances-currencies .td_balance, .table_finances-currencies .th_balance {
    width: 256px;
    text-align: left
}

.mobile-only .table_finances-currencies .td_choose, .mobile-only .table_finances-currencies .th_choose, .table_finances-currencies .td_choose, .table_finances-currencies .th_choose {
    width: 235px;
    text-align: right
}

.mobile-only .table_finances-currencies .td, .table_finances-currencies .td {
    font-size: 16px;
    padding: 7px 0;
    vertical-align: middle
}

.mobile-only .table_finances-currencies .td_currency, .table_finances-currencies .td_currency {
    color: #FFF
}

.mobile-only .table_finances-currencies .td_balance, .mobile-only .table_finances-currencies .td_choose, .table_finances-currencies .td_balance, .table_finances-currencies .td_choose {
    color: #d5b577
}

.mobile-only .table_operation-history, .table_operation-history {
    margin-top: 6px
}

.mobile-only .table_operation-history .tr__color-cancel td, .mobile-only .table_operation-history .tr__color-cancel td a, .mobile-only .table_operation-history .tr__color-cancel td a:active, .table_operation-history .tr__color-cancel td, .table_operation-history .tr__color-cancel td a, .table_operation-history .tr__color-cancel td a:active {
    color: #b9480a
}

.mobile-only .table_operation-history .tr__color-cancel td a:hover, .table_operation-history .tr__color-cancel td a:hover {
    border-bottom: 1px solid #b9480a !important
}

.mobile-only .table_operation-history .tr__color-cancel .td_amount, .table_operation-history .tr__color-cancel .td_amount {
    color: #d5b577
}

.mobile-only .table_operation-history .tr__color-cancel:hover a, .table_operation-history .tr__color-cancel:hover a {
    border-bottom: 1px solid #b9480a !important
}

.mobile-only .table_operation-history .th, .table_operation-history .th {
    padding-bottom: 10px
}

.mobile-only .table_operation-history .th:last-of-type, .table_operation-history .th:last-of-type {
    padding-right: 2px
}

.mobile-only .table_operation-history .th_number, .table_operation-history .th_number {
    padding-left: 10px
}

.mobile-only .table_operation-history .th_time, .table_operation-history .th_time {
    text-align: left
}

.mobile-only .table_operation-history .td_status, .mobile-only .table_operation-history .th_status, .table_operation-history .td_status, .table_operation-history .th_status {
    min-width: 34px;
    width: 34px;
    text-align: left
}

.mobile-only .table_operation-history .td_number, .mobile-only .table_operation-history .th_number, .table_operation-history .td_number, .table_operation-history .th_number {
    width: 75px;
    min-width: 68px;
    text-align: center
}

.mobile-only .table_operation-history .td_currency, .mobile-only .table_operation-history .th_currency, .table_operation-history .td_currency, .table_operation-history .th_currency {
    width: 256px;
    text-align: left
}

.mobile-only .table_operation-history .td_amount, .mobile-only .table_operation-history .th_amount, .table_operation-history .td_amount, .table_operation-history .th_amount {
    width: 160px;
    text-align: right;
    font-size: 13px
}

.mobile-only .table_operation-history .td, .table_operation-history .td {
    padding: 21px 0;
    vertical-align: middle
}

.mobile-only .table_operation-history .td_status, .table_operation-history .td_status {
    color: #FFF
}

.mobile-only .table_operation-history .td_amount, .mobile-only .table_operation-history .td_number, .table_operation-history .td_amount, .table_operation-history .td_number {
    color: #d5b577;
    font-size: 12px
}

.mobile-only .table_operation-history .td_amount a, .mobile-only .table_operation-history .td_number a, .table_operation-history .td_amount a, .table_operation-history .td_number a {
    color: #d5b577
}

.mobile-only .table_operation-history .td_time, .table_operation-history .td_time {
    font-size: 12px
}

.mobile-only .table_operation-history .td_currency, .table_operation-history .td_currency {
    font-size: 12px;
    padding-right: 4px;
    word-break: break-all
}

.mobile-only .table_operation-history .td .icon, .table_operation-history .td .icon {
    position: relative;
    left: 7px
}

.mobile-only .table_operation-history .td_number, .table_operation-history .td_number {
    padding-right: 2px
}

.mobile-only .table_operation-history .td .td__currency-system, .table_operation-history .td .td__currency-system {
    word-break: normal
}

.mobile-only .table_operation-history .td .td__currency-wallet, .table_operation-history .td .td__currency-wallet {
    word-break: break-all
}

.mobile-only .table_shop-for-coins-status, .table_shop-for-coins-status {
    margin-top: 21px
}

.mobile-only .table_shop-for-coins-status .th, .table_shop-for-coins-status .th {
    padding-bottom: 10px
}

.mobile-only .table_shop-for-coins-status .th_name, .table_shop-for-coins-status .th_name {
    width: 495px;
    text-align: left
}

.mobile-only .table_shop-for-coins-status .th_price, .table_shop-for-coins-status .th_price {
    text-align: right;
    padding-right: 12px
}

.mobile-only .table_shop-for-coins-status .td, .table_shop-for-coins-status .td {
    padding: 14px 0
}

.mobile-only .table_shop-for-coins-status .td_name, .table_shop-for-coins-status .td_name {
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle
}

.mobile-only .table_shop-for-coins-status .td_price, .table_shop-for-coins-status .td_price {
    color: #d5b577;
    text-align: right;
    padding-right: 12px;
    vertical-align: middle;
    white-space: nowrap
}

.mobile-only .table_shop-for-coins-status .td:last-of-type, .table_shop-for-coins-status .td:last-of-type {
    padding-right: 13px;
    vertical-align: middle
}

.mobile-only .table__jackpots, .table__jackpots {
    width: 100%
}

.mobile-only .table__jackpots .th_sum, .table__jackpots .th_sum {
    text-align: right
}

.mobile-only .table__jackpots .td, .table__jackpots .td {
    font-weight: 400;
    border-bottom: none;
    padding: 13px 0
}

.mobile-only .table__jackpots .td_img, .table__jackpots .td_img {
    width: 10%;
    padding-right: 8px
}

.mobile-only .table__jackpots .td_img_game-rules, .table__jackpots .td_img_game-rules {
    width: 105px;
    padding-right: 8px
}

.mobile-only .table__jackpots .td_name, .table__jackpots .td_name {
    vertical-align: middle;
    width: 250px;
    font-size: 14px
}

.mobile-only .table__jackpots .td_sum, .table__jackpots .td_sum {
    padding-left: 5px;
    vertical-align: middle;
    color: #d5b577;
    font-size: 14px;
    text-align: right
}

.mobile-only .table_game-rules .td, .table_game-rules .td {
    padding: 8px 0
}

.mobile-only .table_cell-middle td, .table_cell-middle td {
    vertical-align: middle
}

.mobile-only .table_bonus-history__a:hover, .no-touchevents .table_bonus-history__a:hover {
    color: #FFF
}

.mobile-only .table_messages .th, .table_messages .th {
    padding-bottom: 9px
}

.mobile-only .table_messages .th_status, .table_messages .th_status {
    text-align: left;
    font-size: 10px;
    width: 190px;
    padding-left: 8px
}

.mobile-only .table_messages .th_game, .table_messages .th_game {
    width: 260px;
    font-size: 10px;
    text-align: left
}

.mobile-only .table_messages .th_date, .table_messages .th_date {
    text-align: right;
    font-size: 10px;
    width: 60px
}

.mobile-only .table_messages .td, .table_messages .td {
    font-size: 13px;
    padding: 17px 0 19px 0;
    vertical-align: middle;
    font-weight: 400
}

.mobile-only .table_messages .td .link, .table_messages .td .link {
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    word-break: break-all;
    word-wrap: break-word
}

.mobile-only .table_messages .td .link_unread, .table_messages .td .link_unread {
    text-transform: none;
    font-weight: 400;
    font-weight: 700
}

.mobile-only .table_messages .td .status-icon, .table_messages .td .status-icon {
    margin: 0;
    vertical-align: middle
}

.mobile-only .table_messages .td .status-text, .table_messages .td .status-text {
    vertical-align: middle
}

.mobile-only .table_messages .td_status, .table_messages .td_status {
    padding-left: 8px;
    padding-right: 10px;
    vertical-align: top
}

.mobile-only .table_messages .td_game, .table_messages .td_game {
    vertical-align: top;
    padding-right: 10px
}

.mobile-only .table_messages .td_date, .table_messages .td_date {
    text-align: right;
    vertical-align: top;
    color: #d5b577;
    position: relative
}

.mobile-only .table_messages .td:last-of-type, .table_messages .td:last-of-type {
    padding-right: 0
}

.mobile-only .table_messages__a:hover, .table_messages__a:hover {
    border-bottom: 1px solid #d5b577
}

@supports (-moz-appearance:meterbar) {
    .table_messages .td_date {
        top: 3px
    }

    .table_messages .td_unread {
        top: auto;
        position: static
    }
}

@media screen and (min-width: 375px) {
    .table_bonus-history .th {
        font-size: 14px
    }

    .table_game-history .th {
        font-size: 11px
    }

    .table_game-history .td_game {
        padding-left: 0
    }

    .table_game-history .td:last-of-type {
        padding-right: 17px
    }

    .table_withdraw .td {
        font-size: 20px
    }

    .table_withdraw .td .link {
        font-size: 18px
    }

    .table_withdraw .th {
        font-size: 12px
    }
}

@media screen and (min-width: 420px) {
    .table_messages .td {
        font-size: 13px
    }

    .table_operation-history .th_number {
        padding-left: 0
    }

    .table_operation-history .td_currency {
        font-size: 12px
    }

    .table_shop-history .td_date, .table_shop-history .th_date {
        min-width: 105px
    }

    .table_shop-history .td {
        font-size: 17px
    }

    .table_shop-history .td_date {
        padding-left: 10px
    }
}

@media screen and (min-width: 480px) {
    .table_messages .td {
        font-size: 13px
    }

    .table_messages .td .status-text {
        top: 2px;
        font-size: 13px
    }

    .table_tournament-history .th_date {
        width: 124px;
        min-width: 121px
    }

    .table_tournament-history .th_name {
        width: 315px
    }

    .table_tournament-history .td {
        font-size: 20px;
        padding: 11px 0 12px 0
    }

    .table_tournament-history .td .link {
        font-size: 18px
    }

    .table_tournament-history .td_date {
        font-size: 18px
    }

    .table_tournament-history .td_name {
        font-size: 18px
    }

    .table_tournament-history .td_pf {
        font-size: 18px
    }

    .table_operation-history .td_number, .table_operation-history .th_number {
        text-align: left
    }

    .table_operation-history .td_amount, .table_operation-history .th_amount {
        font-size: 16px
    }

    .table_operation-history .td_currency {
        font-size: 16px
    }

    .table_operation-history .td_number, .table_operation-history .td_time {
        font-size: 16px
    }

    .friends-tournaments .th_player, .mobile-only .friends-tournaments .th_player, .table .th_player, .wysiwyg table .th_player {
        text-align: left;
        padding-left: 66px
    }

    .friends-tournaments .td_player, .mobile-only .friends-tournaments .td_player, .table .td_player, .wysiwyg table .td_player {
        text-align: left;
        white-space: nowrap
    }

    .friends-tournaments .td_player .avatar__link, .mobile-only .friends-tournaments .td_player .avatar__link, .table .td_player .avatar__link, .wysiwyg table .td_player .avatar__link {
        width: auto
    }

    .friends-tournaments .td_player .avatar__link_img, .mobile-only .friends-tournaments .td_player .avatar__link_img, .table .td_player .avatar__link_img, .wysiwyg table .td_player .avatar__link_img {
        padding-right: 10px
    }

    .friends-tournaments__player-row, .mobile-only .friends-tournaments__player-row, .table__player-row, .wysiwyg table__player-row {
        display: table-row
    }

    .table_bonus-history .td, .table_bonus-history .th {
        font-size: 14px
    }

    .table_game-history .td, .table_game-history .th {
        font-size: 14px
    }

    .table_game-history .th:last-of-type {
        padding-right: 10px
    }

    .table__jackpots .td_name {
        font-size: 16px
    }

    .table__jackpots .td_sum {
        font-size: 17px
    }

    .table__jackpots .td_img {
        padding-right: 20px
    }

    .table_players .th_player {
        text-align: left;
        padding-left: 68px
    }

    .table_players .td_player {
        white-space: normal
    }
}

@media screen and (min-width: 600px) {
    .table_messages .td {
        font-size: 16px
    }

    .table_messages .td .status-icon {
        margin-right: 6px
    }

    .table_messages .td .status-text {
        top: 2px;
        font-size: 16px
    }

    .table_messages .td:last-of-type {
        padding-right: 14px
    }

    .friends-tournaments .th, .mobile-only .friends-tournaments .th, .table .th, .wysiwyg table .th {
        font-size: 13px
    }

    .friends-tournaments .td_prize, .mobile-only .friends-tournaments .td_prize, .table .td_prize, .wysiwyg table .td_prize {
        color: #d5b577
    }

    .friends-tournaments .td_result, .mobile-only .friends-tournaments .td_result, .table .td_result, .wysiwyg table .td_result {
        font-size: 16px
    }

    .friends-tournaments .td_game, .mobile-only .friends-tournaments .td_game, .table .td_game, .wysiwyg table .td_game {
        word-break: normal;
        word-wrap: normal
    }

    .friends-tournaments .td_player .avatar__name, .mobile-only .friends-tournaments .td_player .avatar__name, .table .td_player .avatar__name, .wysiwyg table .td_player .avatar__name {
        word-break: break-word
    }

    .table_bonus-history .td_status, .table_bonus-history .th_status {
        min-width: 34px;
        width: 34px
    }

    .table_bonus-history .td_status .icon, .table_bonus-history .th_status .icon {
        left: 7px
    }

    .table_game-history .td, .table_game-history .th {
        font-size: 16px
    }

    .table_withdraw .td .link {
        font-size: 21px
    }

    .table_withdraw .td_logo-img {
        max-width: 120px
    }

    .table_withdraw .th_currency {
        width: 146px;
        min-width: 146px
    }

    .table__jackpots .td_name {
        font-size: 16px
    }

    .table__jackpots .td_sum {
        font-size: 16px;
        padding-right: 10px
    }

    .table__jackpots .td_img {
        padding-left: 10px
    }

    .table_game-rules .td {
        padding: 8px 0
    }

    .table_players .td {
        font-size: 16px
    }

    .table_players .td .avatar__name {
        font-size: 16px
    }

    .table_players-top .th {
        font-size: 13px
    }

    .table_players-top .td_result {
        font-size: 15px
    }

    .table_operation-history .td_number {
        padding-right: 10px
    }
}

@media screen and (min-width: 1005px) {
    .table__jackpots .td_img {
        width: 187px
    }
}

.activate-bonus-banner, .mobile-only .activate-bonus-banner {
    color: #FFF;
    background: #d5b577;
    display: table;
    width: 100%;
    padding: 29px 19px;
    border: 2px solid #d5b577;
    position: relative
}

.activate-bonus-banner.not-active img, .mobile-only .activate-bonus-banner.not-active img {
    filter: grayscale(100%)
}

.activate-bonus-banner__img, .mobile-only .activate-bonus-banner__img {
    display: table-cell;
    width: 80px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center
}

.activate-bonus-banner__img img, .mobile-only .activate-bonus-banner__img img {
    max-height: 64px
}

.activate-bonus-banner__text, .mobile-only .activate-bonus-banner__text {
    display: table-cell;
    font-size: 16px;
    vertical-align: middle;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 700
}

.activate-bonus-banner__status, .mobile-only .activate-bonus-banner__status {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    font-size: 15px;
    font-weight: 600;
    background-color: #aa2c0b;
    padding: 4px 14px 4px 14px;
    background-color: #a9290c;
    text-transform: uppercase
}

.mobile-only a.activate-bonus-banner:active, .mobile-only a.activate-bonus-banner:hover, .no-touchevents .mobile-only a.activate-bonus-banner:hover:active, .no-touchevents a.activate-bonus-banner:hover:active, a.activate-bonus-banner:active, a.activate-bonus-banner:hover {
    border: 2px solid #fff;
    color: #FFF
}

.mobile-only a.activate-bonus-banner_column:active, .mobile-only a.activate-bonus-banner_column:hover, .no-touchevents .mobile-only a.activate-bonus-banner_column:hover:active, .no-touchevents a.activate-bonus-banner_column:hover:active, a.activate-bonus-banner_column:active, a.activate-bonus-banner_column:hover {
    border: none
}

.mobile-only a.activate-bonus-banner_column:active img, .mobile-only a.activate-bonus-banner_column:hover img, .no-touchevents .mobile-only a.activate-bonus-banner_column:hover:active img, .no-touchevents a.activate-bonus-banner_column:hover:active img, a.activate-bonus-banner_column:active img, a.activate-bonus-banner_column:hover img {
    outline: 2px solid #d5b577
}

.activate-bonus-banner_column, .mobile-only .activate-bonus-banner_column {
    text-align: center;
    font-size: 0;
    padding: 0;
    border: none;
    background: 0 0
}

.activate-bonus-banner_column img, .mobile-only .activate-bonus-banner_column img {
    width: 100%
}

.activate-bonus-banner_column .activate-bonus-banner__img, .mobile-only .activate-bonus-banner_column .activate-bonus-banner__img {
    display: inline-block;
    margin-bottom: 25px
}

.activate-bonus-banner_column .activate-bonus-banner__text, .mobile-only .activate-bonus-banner_column .activate-bonus-banner__text {
    display: inline-block;
    padding-left: 0;
    font-size: 18px;
    width: 100%
}

@media screen and (min-width: 420px) {
    .activate-bonus-banner_column .activate-bonus-banner__text {
        font-size: 20px
    }
}

@media screen and (min-width: 480px) {
    .activate-bonus-banner__text {
        padding-left: 35px;
        font-size: 23px
    }

    .activate-bonus-banner__img {
        width: 97px;
        max-width: 97px
    }

    .activate-bonus-banner__img img {
        max-height: 79px
    }

    .activate-bonus-banner_bonus-activate {
        padding: 49px 40px
    }

    .activate-bonus-banner_column .activate-bonus-banner__text {
        font-size: 23px
    }
}

@media screen and (min-width: 600px) {
    .activate-bonus-banner__status {
        font-size: 19px;
        padding: 2px 14px 2px 14px
    }
}

.current-action {
    color: #FFF;
    background: #333;
    display: table;
    width: 100%;
    padding: 14px 17px;
    margin-bottom: 26px
}

.current-action_second {
    padding: 19px 17px 27px 17px
}

.current-action_second .current-action__img {
    padding-top: 7px
}

.current-action__img {
    display: table-cell;
    width: 53px
}

.current-action__text {
    display: table-cell;
    font-size: 20px;
    vertical-align: middle;
    padding-left: 20px;
    letter-spacing: 1px
}

.mobile-only .upload, .upload {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.mobile-only .upload_input-plus, .upload_input-plus {
    width: 100%
}

.mobile-only .upload_input-plus.is-loading, .upload_input-plus.is-loading {
    cursor: default
}

.mobile-only .upload_input-plus.is-loading .upload__input, .upload_input-plus.is-loading .upload__input {
    display: none
}

.mobile-only .upload_input-plus.is-loading .loader, .upload_input-plus.is-loading .loader {
    display: inline-block
}

.mobile-only .upload_input-plus.is-loading .upload__input-plus-icon-svg, .upload_input-plus.is-loading .upload__input-plus-icon-svg {
    display: none
}

.mobile-only .upload_input-plus.is-loading .upload__input-plus-text-go, .upload_input-plus.is-loading .upload__input-plus-text-go {
    display: none
}

.mobile-only .upload_input-plus.is-loading .upload__input-plus-text-uploading, .upload_input-plus.is-loading .upload__input-plus-text-uploading {
    display: inline
}

.mobile-only .upload_input-plus .loader, .upload_input-plus .loader {
    display: none
}

.mobile-only .upload_input-plus .upload__input-plus-text-uploading, .upload_input-plus .upload__input-plus-text-uploading {
    display: none
}

.mobile-only .upload__input, .upload__input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 70px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.mobile-only .upload__input-plus, .upload__input-plus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: -3px;
    margin-right: -3px;
    min-height: 74px;
    padding-left: 22px
}

.mobile-only .upload__border-plus-item:last-child, .upload__border-plus-item:last-child {
    margin-bottom: -3px
}

.mobile-only .upload__border-plus-item:last-child.upload__input-list__item, .upload__border-plus-item:last-child.upload__input-list__item {
    margin-bottom: 0
}

.mobile-only .upload__input-plus-text, .mobile-only .upload__input-plus-text > span, .upload__input-plus-text, .upload__input-plus-text > span {
    font-size: 17px;
    font-weight: 400;
    align-self: center;
    display: flex;
    padding-right: 12px;
    width: 100%
}

.mobile-only .upload__input-plus-text-fix, .upload__input-plus-text-fix {
    width: 100%
}

.mobile-only .upload__input-plus-icon, .upload__input-plus-icon {
    border: 3px solid #d5b577;
    font-size: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    padding: 0 20px;
    justify-content: center;
    width: 68px;
    flex-shrink: 0
}

.mobile-only .upload__input-plus-icon-svg, .upload__input-plus-icon-svg {
    fill: #d5b577
}

.mobile-only .upload__input-list-icon, .upload__input-list-icon {
    font-size: 0;
    display: flex;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    width: 66px;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer
}

.mobile-only .upload__input-list-icon > svg, .upload__input-list-icon > svg {
    pointer-events: none
}

.mobile-only .upload__input-list-icon-svg, .upload__input-list-icon-svg {
    fill: #d5b577
}

.mobile-only .upload__border-plus, .upload__border-plus {
    border: 3px solid #d5b577;
    background-color: rgba(0, 0, 0, .7);
    clear: right
}

.mobile-only .upload__input-list__item, .upload__input-list__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    border-top: 1px solid #484a4b;
    min-height: 56px;
    padding-top: 12px;
    padding-bottom: 12px
}

.mobile-only .upload__input-list__item-name, .upload__input-list__item-name {
    font-size: 15px;
    word-break: break-all
}

@media screen and (min-width: 480px) {
    .upload__input-plus {
        min-height: 80px
    }

    .upload__input-plus-text {
        font-size: 22px
    }

    .upload__input-list__item {
        min-height: 65px
    }

    .upload__input-list__item-name {
        font-size: 15px
    }

    .upload__input-plus-icon {
        width: 80px
    }

    .upload__input-list-icon {
        width: 78px
    }
}

@media screen and (min-width: 640px) {
    .upload__input-plus-text, .upload__input-plus-text > span {
        font-size: 21px
    }

    .upload__input-list__item-name {
        font-size: 18px
    }
}

.mobile-only .title-manufacture, .title-manufacture {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px;
    flex-direction: column;
    padding-top: 6px
}

.mobile-only .title-manufacture .select2, .title-manufacture .select2 {
    min-width: 232px
}

.mobile-only .title-manufacture__first, .title-manufacture__first {
    margin-bottom: 32px
}

.mobile-only .title-manufacture__select, .title-manufacture__select {
    margin-left: 5px
}

.minimum-maximum .link__small, .minimum-maximum__minimum, .mobile-only .minimum-maximum .link__small, .mobile-only .minimum-maximum__minimum {
    font-size: 15px
}

@media screen and (min-width: 420px) {
    .minimum-maximum__minimum {
        font-size: 18px;
        margin-top: 4px
    }

    .minimum-maximum .link__small {
        font-size: 18px
    }
}

@media screen and (min-width: 640px) {
    .minimum-maximum__minimum {
        font-size: 22px;
        margin: 5px 0 4px 0
    }

    .minimum-maximum .link__small {
        font-size: 21px
    }
}

.mobile-only .popup, .popup {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: -1px;
    z-index: 999;
    width: 100%;
    background-color: #1d2021;
    padding: 0 0 16px;
    border: 1px solid #d4b477;
    border-top: none
}

.mobile-only .popup__top, .popup__top {
    margin-bottom: 13px;
    border-top: 1px solid #544c3b
}

.mobile-only .popup__border-input, .popup__border-input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #d5b577
}

.mobile-only .popup__caption, .popup__caption {
    color: #d5b577;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px;
    margin-left: 17px
}

.mobile-only .popup__items, .popup__items {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

.mobile-only .popup__item, .popup__item {
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 7px;
    margin-bottom: 1px;
    padding-left: 17px;
    padding-right: 20px;
    display: flex
}

.mobile-only .popup__item-column, .popup__item-column {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 1005px) {
    .no-touchevents a.popup__item:hover, a.popup__item:active {
        background-color: #d5b577;
        color: #3d4347
    }

    .no-touchevents .popup:hover {
        display: block
    }

    .no-touchevents .popup:hover ~ .popup__border-input {
        display: block
    }
}

.mobile-only .register-payment-control__method, .register-payment-control__method {
    height: 48px;
    float: right;
    position: relative
}

.mobile-only .register-payment-control__back, .register-payment-control__back {
    max-width: 81px;
    width: 81px
}

.mobile-only .register-payment-control__label, .register-payment-control__label {
    font-size: 12px;
    line-height: 48px;
    display: inline-block
}

.mobile-only .register-payment-control__img, .register-payment-control__img {
    position: relative;
    top: 5px;
    width: 64px
}

.mobile-only .register-payment-control__logo, .register-payment-control__logo {
    line-height: 48px;
    display: inline-block
}

@media screen and (min-width: 420px) {
    .register-payment-control__label {
        font-size: 15px
    }

    .register-payment-control__img {
        top: 6px;
        width: 80px
    }
}

@media screen and (min-width: 480px) {
    .register-payment-control__label {
        font-size: 21px;
        padding: 0 5px 0 9px
    }

    .register-payment-control__img {
        width: 94px
    }
}

.table-highlight tbody tr:hover {
    cursor: pointer;
    background-color: rgba(213, 181, 119, .12)
}

.table-highlight tbody tr:hover td a {
    border-bottom: 1px solid #d5b577
}

.table-highlight tbody tr:hover td a.link {
    border-bottom: 1px solid #fff;
    color: #d5b577
}

.table-highlight tbody tr:hover td a.avatar__link {
    border-bottom: none;
    color: #d5b577
}

.table-highlight tbody tr:hover td a.button {
    border-bottom: 2px solid #d5b577;
    color: #d5b577
}

.table-highlight tbody tr:hover td a.button:active {
    color: #1d2021
}

.table-highlight tbody tr:hover td a.avatar__link_img {
    border-bottom: none
}

.table-highlight tbody tr:hover td a.avatar__link_img .avatar__table {
    border: 1px solid #d5b577
}

.mobile-only .p, .p {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 11px
}

.mobile-only .p__bold-element, .p__bold-element {
    font-weight: 700
}

.mobile-only .p_info-rules, .p_info-rules {
    letter-spacing: -.1px;
    line-height: 28px;
    margin: 0 0 22px 0
}

.mobile-only .p_info-rules_color, .p_info-rules_color {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px
}

.mobile-only .p_shop-bold, .p_shop-bold {
    font-weight: 700;
    letter-spacing: .35px
}

.mobile-only .p_no-margin, .p_no-margin {
    margin: 0
}

@media screen and (min-width: 480px) {
    .p {
        font-size: 22px
    }

    .p_shop {
        line-height: 31px
    }

    .p_info-rules_color {
        font-size: 18px
    }
}

@media screen and (min-width: 640px) {
    .p {
        font-size: 22px
    }

    .p_shop {
        line-height: 31px
    }

    .p_info-rules_color {
        font-size: 20px
    }
}

@media screen and (min-width: 768px) {
    .p_info-rules_color {
        font-size: 22px
    }
}

.default-margin, .h2, .h3, .mobile-only .default-margin, .mobile-only .h2, .mobile-only .h3, .mobile-only ul, .ul, .wysiwyg h2, .wysiwyg h3, .wysiwyg ul {
    margin-bottom: 25px
}

.h2, .mobile-only .h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .75px
}

.h3, .mobile-only .h3 {
    font-weight: 700;
    color: #d5b577;
    font-size: 20px
}

@media screen and (min-width: 420px) {
    .h1 {
        font-size: 25px;
        letter-spacing: 1px
    }
}

@media screen and (min-width: 480px) {
    .default-margin, .h2, .h3, .mobile-only .h2, .mobile-only .h3, .mobile-only ul, .ul, .wysiwyg h2, .wysiwyg h3, .wysiwyg ul {
        margin-bottom: 30px
    }

    .h2 {
        font-size: 22px
    }

    .h3 {
        font-size: 22px
    }
}

.mobile-only ul .li, .ul .li {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 18px
}

@media screen and (min-width: 480px) {
    .ul .li {
        margin-bottom: 25px;
        font-size: 22px
    }
}

.operations-filters {
    margin: 17px 0 31px 0;
    padding-bottom: 0;
    display: table;
    width: 100%
}

.operations-filters__filters, .operations-filters__show {
    display: table-cell
}

.operations-filters__item {
    display: inline-block;
    margin: 0 0 10px 5%
}

.game-info, .mobile-only .game-info {
    margin-bottom: 66px;
    padding-left: 1px
}

.game-info .icon_svg-cp, .mobile-only .game-info .icon_svg-cp {
    width: 13px;
    height: 13px
}

.mobile-only .game-info_less {
    margin-bottom: 25px
}

.game-info__item, .mobile-only .game-info__item {
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: .2px
}

.game-info__item_caption, .mobile-only .game-info__item_caption {
    color: #d5b577;
    font-weight: 600
}

.game-info__item_text, .mobile-only .game-info__item_text {
    font-size: 20px;
    margin-bottom: 25px;
    letter-spacing: .2px
}

@media screen and (min-width: 480px) {
    .game-info .icon_svg-cp {
        width: 16px;
        height: 16px
    }

    .game-info__item {
        font-size: 16px
    }

    .game-info__item_text {
        font-size: 22px
    }
}

.mobile-only .player, .player {
    font-size: 0;
    margin-left: -4px;
    margin-right: -4px
}

.mobile-only .player__box, .player__box {
    margin-bottom: 14px;
    display: inline-block;
    width: 100%
}

.mobile-only .player__item, .player__item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 33.33%;
    margin-bottom: 20px
}

.mobile-only .player__link, .player__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    background-color: #0e0f10;
    border: 1px solid #262b2f;
    margin-bottom: 9px;
    position: relative;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.mobile-only .player__link_winner, .player__link_winner {
    width: 70px;
    height: 70px
}

.mobile-only .player__link-item, .player__link-item {
    font-size: 0;
    display: block
}

.mobile-only .player__link:active, .no-touchevents .mobile-only .player__link:hover, .no-touchevents .player__link:hover, .player__link:active {
    border: 1px solid #d5b577
}

.mobile-only .player__img, .player__img {
    max-width: 88px;
    max-height: 88px
}

.mobile-only .player__item-game-player .player__img, .player__item-game-player .player__img {
    max-height: 86px;
    max-width: 86px
}

.mobile-only .player__caption, .player__caption {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 1px;
    padding-right: 1px
}

.mobile-only .player__avatar, .player__avatar {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px
}

@media screen and (min-width: 375px) {
    .player__item {
        width: 33.33%
    }

    .player__link {
        width: 100px;
        height: 100px
    }

    .player__img {
        max-width: 98px;
        max-height: 98px
    }

    .player__link_winner {
        width: 70px;
        height: 70px
    }
}

@media screen and (min-width: 480px) {
    .player__item {
        width: 25%
    }
}

@media screen and (min-width: 1005px) {
    .player {
        margin-left: -24px;
        margin-right: -24px
    }

    .player__avatar {
        display: inline-block;
        padding-left: 24px;
        padding-right: 24px
    }

    .player__game-player {
        margin-left: -12px;
        margin-right: -12px
    }

    .player__item-game-player {
        width: 33.333333%;
        margin-bottom: 11px
    }

    .player__item-game-player .player__link {
        width: 76px;
        height: 76px;
        margin-bottom: 6px
    }

    .player__item-game-player .player__img {
        max-width: 74px;
        max-height: 74px
    }

    .player__item-game-player .player__caption {
        font-size: 14px
    }

    .player__bg-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 64px;
        background: linear-gradient(to bottom, #070808 0, rgba(7, 8, 8, 0) 100%)
    }

    .player__bg-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 64px;
        background: linear-gradient(to bottom, rgba(7, 8, 8, 0) 0, #070808 100%)
    }
}

.mobile-only .page .accordion, .page .accordion {
    list-style: none;
    padding: 0;
    margin: 0
}

.mobile-only .page .accordion__item, .page .accordion__item {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #3d4347
}

.mobile-only .page .accordion__item:before, .page .accordion__item:before {
    content: "" !important
}

.mobile-only .page .accordion__item-title, .page .accordion__item-title {
    font-weight: 700;
    display: block;
    margin: 0;
    cursor: pointer;
    padding: 13px 50px 13px 19px;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    background-color: #d5b577;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.mobile-only .page .accordion__item-content, .page .accordion__item-content {
    color: #FFF;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
    z-index: 2;
    transition: all .25s ease-in-out;
    padding: 22px 32px 25px 18px;
    letter-spacing: -.1px;
    line-height: 30px;
    border: 1px solid #d5b577;
    border-top: none;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0
}

.mobile-only .page .accordion__state-indicator, .page .accordion__state-indicator {
    position: absolute;
    right: 21px;
    top: 18px
}

.mobile-only .page .accordion__state-indicator .plus-icon, .page .accordion__state-indicator .plus-icon {
    display: none;
    fill: #d5b577
}

.mobile-only .page .accordion__state-indicator .minus-icon, .page .accordion__state-indicator .minus-icon {
    display: block;
    fill: #000
}

.mobile-only .page .accordion__choose, .page .accordion__choose {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0
}

.mobile-only .page .accordion__choose:checked ~ .accordion__item-content, .page .accordion__choose:checked ~ .accordion__item-content {
    padding: 0 32px 0 18px;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
    border: none
}

.mobile-only .page .accordion__choose:checked ~ .accordion__item-title, .page .accordion__choose:checked ~ .accordion__item-title {
    color: #FFF;
    background-color: #1d2021
}

.mobile-only .page .accordion__choose:checked ~ .accordion__state-indicator .plus-icon, .page .accordion__choose:checked ~ .accordion__state-indicator .plus-icon {
    display: block
}

.mobile-only .page .accordion__choose:checked ~ .accordion__state-indicator .minus-icon, .page .accordion__choose:checked ~ .accordion__state-indicator .minus-icon {
    display: none
}

@media screen and (min-width: 480px) {
    .page .accordion__item-title {
        padding: 22px 50px 24px 19px;
        font-size: 22px
    }

    .page .accordion__item-content {
        font-size: 22px;
        line-height: 32px
    }

    .page .accordion__state-indicator {
        top: 30px
    }
}

.mobile-only .timer__item, .timer__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    position: relative
}

.mobile-only .timer__item_colon, .timer__item_colon {
    padding: 0;
    width: 0;
    line-height: 26px
}

.mobile-only .timer__item_border:before, .timer__item_border:before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 1px;
    height: 200px;
    background-color: #171717
}

.mobile-only .timer__item_border:after, .timer__item_border:after {
    content: '';
    position: absolute;
    top: -100%;
    right: 0;
    width: 1px;
    height: 200px;
    background-color: #171717
}

.mobile-only .timer__colon, .timer__colon {
    font-size: 26px;
    line-height: 33px;
    font-weight: 600;
    animation: pulse 1s infinite;
    opacity: 1;
    width: 12px;
    margin-left: -7px;
    display: block
}

.mobile-only .timer__text-date, .timer__text-date {
    text-align: center;
    display: block;
    color: #d5b578;
    font-size: 18px;
    font-weight: 700;
    min-height: 30px
}

.mobile-only .timer__number, .timer__number {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 2px
}

.mobile-only .timer__number.not-active, .timer__number.not-active {
    color: #8b8b8b
}

.mobile-only .timer__row, .timer__row {
    vertical-align: middle
}

@media screen and (min-width: 600px) {
    .timer__number {
        font-size: 36px
    }

    .timer__colon {
        font-size: 32px;
        line-height: 30px
    }

    .timer__item_colon {
        line-height: 30px
    }
}

@keyframes pulse {
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fund, .mobile-only .fund {
    width: 100%;
    background-color: #1d2021;
    border-collapse: collapse
}

.fund.click, .mobile-only .fund.click {
    cursor: pointer
}

.fund td, .fund th, .mobile-only .fund td, .mobile-only .fund th {
    border: 2px solid #171717
}

.fund__caption, .mobile-only .fund__caption {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.7px;
    font-weight: 600;
    padding: 10px 4px;
    vertical-align: middle;
    min-width: auto
}

.fund__caption_prize, .mobile-only .fund__caption_prize {
    min-width: 0
}

.fund__caption_enter, .mobile-only .fund__caption_enter {
    min-width: 0
}

.fund__cell, .mobile-only .fund__cell {
    text-align: center;
    vertical-align: middle;
    padding: 12px 5px;
    font-size: 0
}

.fund__cell_timer, .mobile-only .fund__cell_timer {
    overflow: hidden;
    position: relative;
    min-width: 154px;
    padding: 0;
    background: #000;
    background: linear-gradient(to bottom, #000 0, #1d2021 35%, #1d2021 65%, #000 100%)
}

.fund__cell .odometer-digit-spacer, .fund__cell .odometer-value, .mobile-only .fund__cell .odometer-digit-spacer, .mobile-only .fund__cell .odometer-value {
    font-size: 24px
}

.fund__cell-number, .mobile-only .fund__cell-number {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    word-break: break-all;
    letter-spacing: 2px
}

.fund__cell-number .odometer-value, .mobile-only .fund__cell-number .odometer-value {
    font-weight: 700
}

.fund__cell-number.odometer, .mobile-only .fund__cell-number.odometer {
    font-size: 0
}

.fund__cell-number_free, .mobile-only .fund__cell-number_free {
    word-break: normal;
    font-size: 22px
}

.fund__cell-currency, .fund__cell-date, .mobile-only .fund__cell-currency, .mobile-only .fund__cell-date {
    font-size: 18px;
    font-weight: 600;
    color: #d5b578;
    min-height: 30px
}

.fund__cell-currency, .mobile-only .fund__cell-currency {
    padding-top: 2px
}

@media screen and (min-width: 600px) {
    .fund__caption {
        font-size: 18px
    }

    .fund__cell-number {
        font-size: 36px
    }

    .fund__cell-number.odometer {
        font-size: 0
    }

    .fund__cell-number_free {
        font-size: 34px
    }

    .fund__cell {
        padding: 16px 5px;
        font-size: 0
    }

    .fund__cell_timer {
        padding: 0;
        min-width: 183px
    }

    .fund__cell .odometer-digit-spacer, .fund__cell .odometer-value {
        font-size: 36px
    }
}

@media screen and (min-width: 1005px) {
    .fund__caption_prize {
        min-width: 228px
    }

    .fund__caption_enter {
        min-width: 99px
    }

    .fund__cell-date {
        min-width: 160px
    }
}

.mobile-only .user-reply_mine .user-reply__player, .user-reply_mine .user-reply__player {
    float: right;
    width: 100%;
    text-align: right
}

.mobile-only .user-reply_mine .user-reply__date, .user-reply_mine .user-reply__date {
    float: right;
    color: #363c40;
    margin-right: 29px;
    line-height: 18px
}

.mobile-only .user-reply_mine .user-reply__message, .user-reply_mine .user-reply__message {
    color: #FFF;
    background: #363c40
}

.mobile-only .user-reply_mine .user-reply__messages:before, .user-reply_mine .user-reply__messages:before {
    right: 37px;
    left: auto;
    border-bottom: 10px solid #363c40
}

.message-history .user-reply_mine .user-reply__player, .mobile-only .message-history .user-reply_mine .user-reply__player {
    margin-left: 29px
}

.message-history .user-reply_mine .user-reply__date, .mobile-only .message-history .user-reply_mine .user-reply__date {
    top: 6px;
    margin-right: 0
}

.message-history .user-reply_mine .user-reply__messages:before, .mobile-only .message-history .user-reply_mine .user-reply__messages:before {
    right: 48px;
    left: auto
}

.message-history .user-reply_mine .user-reply__message, .mobile-only .message-history .user-reply_mine .user-reply__message {
    color: #FFF
}

.message-history .user-reply_mine .user-reply__message_file, .mobile-only .message-history .user-reply_mine .user-reply__message_file {
    border-color: #363c40
}

.message-history .user-reply__message, .mobile-only .message-history .user-reply__message {
    color: #000;
    border: none
}

.message-history .user-reply__message .file-name, .mobile-only .message-history .user-reply__message .file-name {
    color: #FFF
}

.message-history .user-reply, .mobile-only .message-history .user-reply {
    margin-bottom: 63px
}

.message-history .user-reply.user-reply_no-arrow .user-reply__messages:before, .mobile-only .message-history .user-reply.user-reply_no-arrow .user-reply__messages:before {
    display: none
}

.message-history .user-reply__date, .mobile-only .message-history .user-reply__date {
    position: relative;
    font-size: 18px;
    margin-left: 21px
}

.message-history .user-reply__messages, .mobile-only .message-history .user-reply__messages {
    margin-top: 26px
}

.message-history .user-reply__messages:before, .mobile-only .message-history .user-reply__messages:before {
    left: 52px;
    top: -15px;
    border-width: 15px
}

.message-history .user-reply__message, .mobile-only .message-history .user-reply__message {
    white-space: pre-wrap;
    padding: 21px 18px 31px 18px
}

.message-history .user-reply__player, .mobile-only .message-history .user-reply__player {
    margin-right: 0
}

.message-history .user-reply__message_file, .mobile-only .message-history .user-reply__message_file {
    font-size: 18px;
    background-color: rgba(0, 0, 0, .7);
    border: 2px solid #d5b577;
    border-top: none;
    padding: 18px 19px;
    font-weight: 700
}

.message-history .user-reply .file-icon, .mobile-only .message-history .user-reply .file-icon {
    position: relative;
    top: 2px;
    margin-right: 21px;
    float: left
}

.message-history .user-reply .file-name, .mobile-only .message-history .user-reply .file-name {
    position: relative;
    word-break: break-all;
    display: block;
    line-height: 29px
}

.mobile-only .user-reply, .user-reply {
    margin: 10px 0 24px 0
}

.mobile-only .user-reply:last-of-type, .user-reply:last-of-type {
    margin-bottom: 35px
}

.mobile-only .user-reply__avatar, .user-reply__avatar {
    display: inline-block;
    vertical-align: middle
}

.mobile-only .user-reply__player, .user-reply__player {
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    word-break: break-all;
    word-wrap: break-word
}

.mobile-only .user-reply__date, .user-reply__date {
    color: #d5b577;
    font-size: 14px;
    letter-spacing: -.3px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

.mobile-only .user-reply__messages, .user-reply__messages {
    margin-top: 12px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word
}

.mobile-only .user-reply__messages:before, .user-reply__messages:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d5b577
}

.mobile-only .user-reply__message, .user-reply__message {
    background-color: #d5b577;
    color: #000;
    padding: 15px 15px 17px 15px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.3px;
    border-bottom: 1px solid #000
}

.user-reply__message a {
    color: #000;
    text-decoration: underline;
    cursor: pointer
}

.user-reply__message a:hover {
    color: #000;
    text-decoration: none
}

.user-reply.user-reply_mine__message a {
    color: #FFF;
    text-decoration: none;
    cursor: pointer
}

.user-reply.user-reply_mine__message a:hover {
    color: #d5b577;
    text-decoration: none
}

@media screen and (min-width: 420px) {
    .user-reply__player {
        font-size: 17px
    }

    .user-reply__date {
        font-size: 17px
    }

    .user-reply__message {
        font-size: 17px
    }
}

@media screen and (min-width: 480px) {
    .user-reply__message {
        padding: 18px 18px 19px 18px;
        font-size: 19px
    }

    .user-reply__player {
        font-size: 19px
    }

    .user-reply__date {
        font-size: 19px
    }

    .user-reply .user-reply__date {
        line-height: 24px
    }
}

@media screen and (min-width: 1280px) {
    .game-message .user-reply__player {
        font-size: 15px
    }
}

.mobile-only .modal, .modal {
    display: none;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1101;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1d2021;
    -webkit-overflow-scrolling: touch;
    min-width: 320px
}

.mobile-only .modal .button_arrow span.button__arrow-text, .modal .button_arrow span.button__arrow-text {
    font-size: 15px;
    vertical-align: middle
}

.mobile-only .modal.no-close-button .modal__header-close, .modal.no-close-button .modal__header-close {
    display: none
}

.mobile-only .modal-overlay, .modal-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
    z-index: 1001
}

.mobile-only .modal-opened .bg, .modal-opened .bg {
    filter: blur(8px)
}

.mobile-only .modal-opened.androidgadgets .bg, .modal-opened.androidgadgets .bg {
    filter: none
}

.mobile-only.modal-fullscreen.modal-opened .bg {
    filter: none
}

.mobile-only .modal__header, .modal__header {
    border-top: 1px solid #3d4347;
    border-bottom: 1px solid #3d4347;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 95px;
    padding: 12px 12px 12px 12px
}

.mobile-only .modal__icon-close, .modal__icon-close {
    fill: #d5b577;
    width: 36px;
    height: 36px;
    vertical-align: middle
}

.mobile-only .modal__header-caption, .modal__header-caption {
    margin-right: 12px
}

.mobile-only .modal__caption, .modal__caption {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.9px
}

.mobile-only .modal__caption_error, .modal__caption_error {
    color: #e1310e;
    font-weight: 600
}

.mobile-only .modal__caption-error, .modal__caption-error {
    color: #e1310e;
    font-size: 14px;
    font-weight: 600
}

.mobile-only .modal__content, .modal__content {
    padding: 30px 12px 10px 12px
}

.mobile-only .modal__content p, .modal__content p {
    font-size: 18px;
    letter-spacing: .1px;
    line-height: 26px;
    margin-bottom: 10px
}

.mobile-only .modal.is-show, .modal.is-show {
    display: block
}

.mobile-only .modal-fullscreen, .modal-fullscreen {
    overflow: hidden;
    height: auto
}

.mobile-only .modal-fullscreen body, .modal-fullscreen body {
    overflow: hidden;
    position: relative
}

.mobile-only.modal-fullscreen {
    height: 100%
}

.androidgadgets .mobile-only .modal, .androidgadgets .modal {
    background-color: rgba(29, 32, 33, .96)
}

.androidgadgets .mobile-only .modal-overlay, .androidgadgets .modal-overlay {
    background-color: rgba(10, 11, 12, .8)
}

.modal__header-icon {
    fill: #d5b577;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px
}

.modal__caption-info {
    vertical-align: middle;
    display: inline-block
}

@media screen and (min-width: 480px) {
    .modal .button_arrow span.button__arrow-text {
        font-size: 16px
    }

    .modal__header {
        padding: 12px 30px 12px 30px
    }

    .modal__caption {
        font-size: 22px
    }

    .modal__content {
        padding: 48px 30px 16px 30px
    }

    .modal__content p {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 14px
    }
}

@media screen and (min-width: 1005px) {
    .modal {
        width: 615px;
        margin: auto;
        border: 1px solid #BFA36B;
        background-color: rgba(29, 32, 33, .82)
    }

    .modal .button_arrow span.button__arrow-text {
        font-size: 20px
    }

    .modal__content {
        padding-bottom: 39px
    }

    .modal__header {
        border-top: none
    }

    .androidgadgets .modal {
        background-color: #1d2021
    }
}

.menu-fast, .mobile-only .menu-fast {
    border-bottom: 1px solid #3E4347
}

.menu-fast__icon, .mobile-only .menu-fast__icon {
    width: 15px;
    height: 15px;
    fill: #d5b577;
    vertical-align: middle
}

.menu-fast__item, .mobile-only .menu-fast__item {
    width: 33.333333%;
    border-right: 1px solid #3E4347;
    padding: 16px 5px;
    position: relative;
    float: left
}

.menu-fast__item.is-disable .menu-fast__item-title, .mobile-only .menu-fast__item.is-disable .menu-fast__item-title {
    color: #3d4246
}

.menu-fast__item.is-disable .menu-fast__icon, .mobile-only .menu-fast__item.is-disable .menu-fast__icon {
    fill: #3e4347
}

.menu-fast__item:first-child .menu-fast__icon, .mobile-only .menu-fast__item:first-child .menu-fast__icon {
    margin-right: 17%
}

.menu-fast__item:first-child .menu-fast__item-title, .mobile-only .menu-fast__item:first-child .menu-fast__item-title {
    margin-right: 3px
}

.menu-fast__item:nth-child(2) .menu-fast__icon, .mobile-only .menu-fast__item:nth-child(2) .menu-fast__icon {
    margin-left: 17%
}

.menu-fast__item:nth-child(2) .menu-fast__item-title, .mobile-only .menu-fast__item:nth-child(2) .menu-fast__item-title {
    margin-left: 3px
}

.menu-fast__item:nth-child(3) .menu-fast__icon, .mobile-only .menu-fast__item:nth-child(3) .menu-fast__icon {
    margin-left: 12%
}

.menu-fast__item:nth-child(3) .menu-fast__item-title, .mobile-only .menu-fast__item:nth-child(3) .menu-fast__item-title {
    margin-left: 3px
}

.menu-fast__item-title, .mobile-only .menu-fast__item-title {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    flex-shrink: 1;
    flex-direction: column;
    word-wrap: break-word;
    vertical-align: middle
}

.menu-fast__container, .mobile-only .menu-fast__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media screen and (min-width: 420px) {
    .menu-fast__item-title {
        font-size: 13px
    }
}

@media screen and (min-width: 480px) {
    .menu-fast__item:first-child .menu-fast__icon {
        margin-right: 20px
    }

    .menu-fast__item:nth-child(2) .menu-fast__icon {
        margin-left: 20px
    }

    .menu-fast__item:nth-child(3) .menu-fast__icon {
        margin-left: 15px
    }
}

@media screen and (min-width: 600px) {
    .menu-fast__item-title {
        font-size: 14px
    }
}

.register-application-control {
    align-items: center;
    display: flex
}

.register-application-control__logo {
    max-width: 110px
}

.register-application-control__logo-pos {
    margin-left: auto
}

.notification {
    background-color: #d5b577;
    color: #000;
    padding: 25px 25px 30px 18px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: -.5px
}

.header-message {
    text-align: center;
    margin-bottom: 30px
}

.header-message__text-label {
    vertical-align: middle;
    margin-right: 7px
}

.header-message__text-svg {
    vertical-align: middle
}

.header-message__text {
    font-size: 14px;
    color: #d5b577;
    display: inline-block;
    background: rgba(0, 0, 0, .7);
    border: 1px solid #2b2a30;
    padding: 5px 10px 9px 25px;
    border-radius: 0 0 5px 5px;
    color: #af9663
}

.header-message__text_simple {
    background: 0 0;
    border: none;
    height: 40px;
    font-size: 14px;
    line-height: 14px;
    padding: 0 10px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.is-fullscreen.is-sidepanel-open .header-message__text_simple {
    padding: 0 10px 0 16px
}

@media screen and (min-width: 1280px) {
    .is-fullscreen.is-sidepanel-open .header-message__text_simple {
        padding: 0 10px
    }
}

.game-window-container {
    display: none
}

.game-window-open {
    overflow-y: auto
}

.game-window-open .game-window-container {
    display: block
}

.game-window {
    text-align: center;
    font-size: 0;
    position: relative;
    margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 65px
}

.game-window.is-fullscreen {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0
}

.game-window.is-fullscreen .game-window__header {
    display: block
}

.game-window__frame {
    padding: 40px 10px 10px 10px;
    background: rgba(0, 0, 0, .8);
    display: inline-block;
    position: relative
}

.game-window__control {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
    z-index: 10
}

.game-window__control-item {
    display: inline-block;
    margin-left: 16px;
    position: relative;
    z-index: 11
}

.game-window__control-item:first-child {
    margin-left: 0
}

.game-window__control-link {
    font-size: 0;
    height: 17px;
    width: 17px;
    display: block;
    cursor: pointer
}

.game-window__control-link > svg {
    pointer-events: none
}

.game-window__control-item.game-window__control_item_history .game-window__control-link {
    font-size: 16px;
    color: #af9663;
    vertical-align: middle;
    width: auto;
    height: auto
}

.game-window__name {
    font-size: 16px;
    text-transform: none;
    color: #af9663;
    position: relative;
    z-index: 11
}

.is-fullscreen.is-sidepanel-open .game-window__name {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left
}

.game-window__iframe {
    width: 100%;
    height: 100%;
    margin: 0
}

.game-window__header {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

.is-fullscreen .game-window__iframe {
    width: 100%
}

.game-window__reload-link {
    color: #af9663
}

.no-touchevents .game-window__reload-link:active, .no-touchevents .game-window__reload-link:hover {
    color: #FFF
}

.is-fullscreen #gameScore {
    display: none
}

#gameScore {
    font-size: 16px;
    text-transform: none;
    color: #af9663;
    position: relative;
    z-index: 11
}

#gameScore #place {
    float: left;
    margin-right: 10px
}

#gameScore #score {
    float: left
}

@media screen and (min-width: 1280px) {
    .game-window__iframe {
        width: 100%
    }

    .is-fullscreen .game-window__iframe {
        max-width: none
    }
}

.game-control, .mobile-only .game-control {
    display: flex;
    justify-content: space-between;
    padding: 31px 30px 29px 30px;
    background: rgba(0, 0, 0, .67)
}

.game-control__svg-icon, .mobile-only .game-control__svg-icon {
    width: 19px;
    height: 19px
}

.game-control__items, .mobile-only .game-control__items {
    font-size: 0;
    padding-left: 2px
}

.game-control__item, .mobile-only .game-control__item {
    display: inline-block;
    margin-left: -2px
}

@media screen and (min-width: 1005px) {
    .game-control {
        background: 0 0
    }
}

.game-panel, .mobile-only .game-panel {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 31px;
    background: rgba(0, 0, 0, .67)
}

.game-panel__name, .mobile-only .game-panel__name {
    font-size: 18px;
    font-weight: 700
}

.game-panel__item, .mobile-only .game-panel__item {
    font-size: 18px;
    margin-left: 29px
}

.game-panel__item:first-child, .mobile-only .game-panel__item:first-child {
    margin-left: 0
}

.game-panel__item .currency, .mobile-only .game-panel__item .currency {
    display: inline-block
}

.game-panel__item-value, .mobile-only .game-panel__item-value {
    font-weight: 700;
    color: #d5b577;
    display: inline-block
}

@media screen and (min-width: 1005px) {
    .game-panel {
        background: 0 0
    }
}

.game-carousel {
    padding: 20px 30px;
    border-top: 1px solid #484a4b;
    position: relative;
    background: #1a1d1e;
    background: linear-gradient(to bottom, #1a1d1e 0, #252b2e 100%)
}

.game-carousel__items {
    display: none;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px
}

.game-carousel__items.is-active {
    display: block
}

.game-carousel__item {
    width: 195px
}

.game-carousel__tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 18px
}

.game-carousel__link {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #FFF;
    border-bottom: 1px solid #d5b577;
    margin-left: 36px;
    text-transform: uppercase
}

.game-carousel__link:first-child {
    margin-left: 0
}

.game-carousel__wrapper {
    font-size: 0;
    width: auto;
    box-sizing: border-box
}

.game-carousel__link.is-active, .no-touchevents .game-carousel__link:hover {
    color: #d5b577
}

.game-carousel__link.is-active, .game-carousel__link:active {
    color: #d5b577;
    border-bottom: none
}

.game-carousel__control {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.swiper-container-horizontal .game-carousel__control {
    opacity: 1
}

.game-carousel__control.swiper-button-disabled {
    opacity: 0
}

.game-player {
    padding-top: 23px;
    padding-left: 34px;
    padding-right: 34px;
    position: relative;
    z-index: 1
}

.game-player__label {
    margin-bottom: 30px
}

.game-hint, .mobile-only .game-hint {
    position: absolute;
    z-index: 999;
    left: 40px;
    bottom: 40px;
    padding: 20px 0;
    border: 3px solid #d5b577;
    width: 379px;
    background-color: #FFF;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    transition-property: opacity, visibility
}

.game-hint.is-active, .mobile-only .game-hint.is-active {
    opacity: 1;
    visibility: visible
}

.game-hint.is-init, .mobile-only .game-hint.is-init {
    display: block
}

.game-hint:before, .mobile-only .game-hint:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 18px 0 18px;
    border-color: #d5b677 transparent transparent transparent
}

.game-hint:after, .mobile-only .game-hint:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 39px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 14px 0 14px;
    border-color: #FFF transparent transparent transparent
}

.game-hint__icon, .mobile-only .game-hint__icon {
    display: block;
    float: left;
    width: 112px;
    font-size: 16px
}

.game-hint__text, .mobile-only .game-hint__text {
    text-align: left;
    color: #1e2123;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    padding-right: 12px;
    overflow: hidden
}

.table_game-history .td_bets, .table_game-history .td_coins, .table_game-history .td_result {
    white-space: nowrap
}

.game-history-page .page__control-top {
    display: inline-block
}

.game-history-page .page__control-top.page__row_bonus-info-refresh a {
    padding: 23px 9px 23px 9px
}

.side-panel {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    background-color: #000
}

.side-panel .games-main {
    margin-top: -12px
}

.side-panel__wrapper {
    overflow-y: auto;
    height: 100%
}

.side-panel_right {
    right: -630px;
    transition: right .5s ease-in-out;
    width: 630px;
    border-left: 2px solid #3d4347
}

.side-panel_right.is-show {
    right: 0
}

.side-panel__content {
    padding-top: 23px
}

.side-panel-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    opacity: 1;
    z-index: 999
}

.mobile-only .side-panel_left, .side-panel_left {
    display: none
}

.mobile-only.side-panel_left {
    display: block
}

.side-panel_left {
    position: fixed;
    left: -476px;
    transition: left .5s ease-in-out;
    width: 476px;
    border-right: 2px solid #3d4347
}

.side-panel_left.is-show {
    left: 0
}

.side-panel_left .side-panel__content {
    padding-top: 0;
    padding-bottom: 30px
}

.side-panel__friends {
    width: 85px;
    height: 85px;
    margin-top: -42.5px;
    background-color: #3d4347;
    position: absolute;
    z-index: 999;
    left: 476px;
    top: 50%;
    display: flex;
    align-items: center;
    cursor: pointer
}

.side-panel__friends.is-show .side-panel__icon-arrow {
    animation: rotate .5s forwards
}

.side-panel__column {
    text-align: center;
    line-height: 18px;
    position: relative
}

.side-panel__column_left {
    padding-left: 7px;
    width: 73px
}

.side-panel__column_left > svg {
    pointer-events: none
}

.side-panel__column_right {
    padding-right: 7px
}

.side-panel__text {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block
}

.side-panel__icon-friends {
    fill: #D5B577;
    width: 32px;
    height: 24px;
    margin-bottom: 2px
}

.side-panel__icon-arrow {
    fill: #D5B577;
    width: 5px;
    height: 9px;
    transform: rotate(180deg)
}

.mobile-only.side-panel_left .side-panel__friends.is-show {
    width: 28px
}

.mobile-only.side-panel_left .side-panel__friends.is-show .side-panel__column_left {
    display: none
}

.mobile-only.side-panel_left .side-panel__friends.is-show .side-panel__column_right {
    left: 50%;
    margin-left: -4px
}

@media screen and (min-width: 1005px) {
    .side-panel_left {
        display: block
    }
}

@keyframes rotate {
    99.9% {
        transform: rotate(180deg)
    }
    to {
        transform: rotate(0)
    }
}

.mobile-only .news, .news {
    position: relative;
    top: -27px;
    margin-bottom: 28px
}

.mobile-only .news__item, .news__item {
    padding: 45px 0 20px 0;
    border-bottom: 1px solid #484a4b;
    font-size: 19px
}

.mobile-only .news__item-title, .news__item-title {
    font-weight: 600;
    text-transform: uppercase
}

.mobile-only .news__item-date, .news__item-date {
    color: #d5b577;
    margin-top: 17px;
    font-size: 18px
}

.mobile-only .news__item-content, .news__item-content {
    margin-top: 12px;
    line-height: 32px
}

@media screen and (min-width: 480px) {
    .news {
        margin-bottom: 59px
    }

    .news__item {
        padding: 71px 0 31px 0;
        font-size: 22px
    }
}

.mobile-only .news-view, .news-view {
    position: relative;
    top: -7px
}

.mobile-only .news-view__img, .news-view__img {
    display: block;
    max-width: 555px;
    width: 100%;
    margin-bottom: 25px
}

.mobile-only .news-view__date, .news-view__date {
    color: #d5b577;
    font-size: 17px;
    margin-bottom: 16px
}

.mobile-only .news-view p, .news-view p {
    font-size: 18px;
    margin-bottom: 36px;
    margin-top: 11px
}

.mobile-only .news-view ul li, .news-view ul li {
    font-size: 18px
}

@media screen and (min-width: 480px) {
    .news-view p {
        font-size: 22px
    }

    .news-view ul li {
        font-size: 22px
    }
}

.mobile-only .suggestion, .suggestion {
    position: relative;
    margin-bottom: 28px
}

.mobile-only .suggestion__item, .suggestion__item {
    padding: 45px 0 20px 0;
    border-bottom: 1px solid #484a4b;
    font-size: 19px
}

.mobile-only .suggestion__item:first-child, .suggestion__item:first-child {
    padding-top: 0
}

.mobile-only .suggestion__item-title, .suggestion__item-title {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mobile-only .suggestion__item-date, .suggestion__item-date {
    color: #d5b577;
    margin-top: 13px;
    font-size: 18px
}

.mobile-only .suggestion__item-content, .suggestion__item-content {
    margin-top: 17px;
    line-height: 32px
}

.mobile-only .suggestion__pic, .suggestion__pic {
    width: 92px
}

.mobile-only .suggestion__pic .avatar__block, .suggestion__pic .avatar__block {
    margin: 0
}

.mobile-only .suggestion__info, .suggestion__info {
    padding-left: 22px
}

@media screen and (min-width: 480px) {
    .suggestion__item {
        padding: 60px 0 32px 0;
        font-size: 22px
    }
}

@media screen and (min-width: 1005px) {
    .suggestion {
        padding-top: 26px
    }

    .suggestion__item {
        padding-top: 80px
    }

    .suggestion__item:first-child {
        padding-top: 0
    }
}

bell-element, div.grv-bell-wrap {
    display: none !important
}

.game-message {
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    border-top: 1px solid #202324;
    background-color: #1a1d1e;
    position: fixed;
    z-index: 1001;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    opacity: 1
}

.game-message.is-no-transition {
    transition: none
}

.game-message.is-blink {
    animation: blinker .5s linear 1
}

.game-message__icon {
    width: 38px;
    height: 38px;
    fill: #D5B577;
    vertical-align: middle
}

.game-message .user-reply__avatar {
    margin-right: 3px
}

.game-message__player {
    font-size: 22px;
    font-weight: 700;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px
}

.game-message__player_no-break {
    word-break: normal;
    white-space: normal;
    max-width: none;
    overflow: visible
}

.game-message__block {
    position: relative;
    margin-left: 12px;
    width: 90%;
    padding: 5px;
    background-color: #d5b577;
    border-bottom: 1px solid #000
}

.game-message__block:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #d5b577;
    border-bottom: 10px solid transparent
}

.game-message__text {
    background-color: #d5b577;
    color: #000;
    padding: 3px 18px;
    font-size: 16px;
    overflow: auto;
    font-weight: 600;
    letter-spacing: -.3px;
    word-break: break-all;
    word-wrap: break-word;
    max-height: 87px
}

.game-message__text p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.3px
}

.game-message__text a, .game-message__text a:visited {
    color: inherit;
    text-decoration: underline;
    cursor: pointer
}

.game-message__text a:active, .game-message__text a:hover, .game-message__text a:hover:active {
    color: #fff;
    text-decoration: none
}

.game-message__button {
    margin-left: 32px
}

.game-message__button .button__exit-text {
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block
}

.game-message__close {
    margin-left: 26px;
    display: inline-block
}

.game-message__close > svg {
    pointer-events: none
}

.game-message__close-icon {
    fill: #d5b577;
    width: 26px;
    height: 26px
}

@media screen and (max-width: 900px) {
    .game-message__text {
        font-size: 12px
    }
}

@media screen and (max-width: 768px) {
    .game-message__close {
        display: inline-block;
        position: absolute;
        right: 12px;
        top: -32px
    }

    .game-message__close.js-game-message-close:after {
        content: '';
        position: absolute;
        left: 48%;
        top: 41%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #d5b577
    }

    .game-message__close-icon {
        width: 16px;
        height: 16px
    }
}

@media screen and (max-width: 650px) {
    .game-message__player {
        font-size: 20px;
        position: absolute;
        top: -39px;
        left: 3px;
        font-weight: 700;
        word-break: break-all;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 45px
    }

    .game-message__text {
        font-size: 12px
    }

    .game-message__icon {
        width: 32px;
        height: 32px
    }

    .game-message__button .button__exit-text {
        font-size: 12px;
        padding: 0;
        display: inline-block
    }

    .game-message__button {
        position: absolute;
        right: 56px;
        margin-left: 0;
        padding: 5px;
        top: -37px;
        background-color: #000
    }

    .game-message__block {
        position: relative;
        width: 98%;
        padding: 5px;
        margin: auto;
        background-color: #d5b577;
        border-bottom: 1px solid #000
    }

    .game-message {
        padding: 0
    }
}

@media screen and (max-width: 370px) {
    .game-message__text {
        font-size: 10px
    }
}

@media screen and (max-width: 830px) {
    .game-message__button {
        margin-left: 10px
    }

    .game-message__text {
        padding: 5px
    }

    .game-message__close {
        margin-left: 16px
    }

    .game-message__icon {
        width: 32px;
        height: 32px
    }

    .game-message__button .button__exit-text {
        padding: 0;
        font-size: 12px
    }
}

@media screen and (min-width: 1005px) {
    .game-message {
        padding-left: 14px;
        min-height: 31px
    }

    .game-message__block {
        width: 90%;
        padding-top: 0;
        padding-bottom: 0
    }

    .game-message__text {
        font-size: 15px;
        line-height: 18px;
        max-height: 60px
    }

    .game-message__text p {
        font-size: 15px;
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .game-message__player {
        font-size: 16px
    }

    .game-message__close-icon {
        width: 20px;
        height: 20px
    }

    .game-message__close {
        line-height: 13px
    }

    .game-message__button .button__exit-text {
        padding-top: 2px;
        padding-bottom: 2px
    }
}

@keyframes blinker {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.default-margin, .h2, .h3, .mobile-only .h2, .mobile-only .h3, .mobile-only ul, .ul, .wysiwyg h2, .wysiwyg h3, .wysiwyg ul {
    margin-bottom: 25px
}

.default-margin_big, .wysiwyg .textarea, .wysiwyg h1, .wysiwyg table {
    margin-bottom: 40px
}

.default-margin_small, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin-bottom: 15px
}

.generalBonus {
    margin-bottom: 36px
}

.wysiwyg .textarea {
    margin-top: 4px;
    font-size: 17px !important
}

.wysiwyg .textarea_small {
    height: 83px
}

.wysiwyg ul li {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 18px
}

.wysiwyg p {
    font-size: 18px;
    margin-top: 11px
}

.wysiwyg a {
    color: #FFF;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    border-bottom: 1px solid #d5b577;
    text-transform: uppercase;
    letter-spacing: 1.9px
}

.wysiwyg a:hover {
    color: #d5b577;
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.wysiwyg .no-touchevents a:hover:active, .wysiwyg a:active {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.wysiwyg .content > a, .wysiwyg > a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg .content > p > a, .wysiwyg > p > a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg .content > ol a, .wysiwyg .content > ul a, .wysiwyg > ol a, .wysiwyg > ul a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg h1 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.wysiwyg h1 a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .75px
}

.wysiwyg h2 a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg h3 {
    margin-top: 35px;
    font-weight: 700;
    color: #d5b577;
    font-size: 20px
}

.wysiwyg h3 a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg h4 {
    font-size: 18px;
    font-weight: 700
}

.wysiwyg h4 a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg h5 {
    font-size: 17px
}

.wysiwyg h5 a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg h6 {
    font-size: 15px
}

.wysiwyg h6 a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg table td, .wysiwyg table th {
    text-align: right
}

.wysiwyg table td:first-of-type, .wysiwyg table th:first-of-type {
    text-align: left
}

.wysiwyg .table-payments th {
    font-size: 10px;
    padding-bottom: 9px
}

.wysiwyg .table-payments th:first-of-type {
    width: 130px
}

.wysiwyg .table-payments th:nth-of-type(2) {
    width: 315px;
    text-align: left
}

.wysiwyg .table-payments th:nth-of-type(3) {
    text-align: center
}

.wysiwyg .table-payments td {
    font-size: 13px;
    padding: 6px 0;
    vertical-align: middle
}

.wysiwyg .table-payments td:first-of-type {
    padding-right: 10px;
    height: 47px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 4px;
    box-sizing: content-box
}

.wysiwyg .table-payments td:nth-of-type(2) {
    text-transform: uppercase;
    vertical-align: middle;
    text-align: left
}

.wysiwyg .table-payments td:nth-of-type(3) {
    text-align: center;
    vertical-align: middle
}

.wysiwyg .table-payments td:nth-of-type(4) {
    color: #d5b577;
    text-align: right
}

.wysiwyg .table-payments td:last-of-type {
    padding-right: 0
}

.wysiwyg .table-payments td:first-of-type img {
    vertical-align: middle;
    max-width: 57px;
    width: 100%
}

.wysiwyg .table-payments td:nth-of-type(2) a {
    font-size: 13px
}

.wysiwyg .table-two-columns td {
    font-size: 20px
}

.wysiwyg .table-two-columns td:last-of-type {
    color: #d5b577
}

.wysiwyg .table-currency-levels td:first-of-type {
    text-transform: uppercase
}

.wysiwyg .table-currency-levels td:nth-of-type(2), .wysiwyg .table-currency-levels th:nth-of-type(2) {
    padding-right: 15px;
    width: 40%
}

.wysiwyg .table-currency-levels td:first-of-type div, .wysiwyg .table-currency-levels td:first-of-type span {
    font-size: 12px
}

.wysiwyg .table-currency-levels div, .wysiwyg .table-currency-levels div span {
    font-weight: 700;
    font-size: 14px
}

@media screen and (min-width: 420px) {
    .wysiwyg h1 {
        font-size: 25px;
        letter-spacing: 1px
    }

    .wysiwyg .table-payments th {
        font-size: 12px
    }

    .wysiwyg .table-currency-levels td:first-of-type div, .wysiwyg .table-currency-levels td:first-of-type span {
        font-size: 13px
    }

    .wysiwyg .table-currency-levels div, .wysiwyg .table-currency-levels div span {
        font-weight: 700;
        font-size: 15px
    }
}

@media screen and (min-width: 480px) {
    .default-margin, .h2, .h3, .mobile-only .h2, .mobile-only .h3, .mobile-only ul, .ul, .wysiwyg h2, .wysiwyg h3, .wysiwyg ul {
        margin-bottom: 30px
    }

    .default-margin_big, .wysiwyg .textarea, .wysiwyg h1, .wysiwyg table {
        margin-bottom: 55px
    }

    .default-margin_small, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
        margin-bottom: 30px
    }

    .wysiwyg ul li {
        margin-bottom: 5px;
        font-size: 22px
    }

    .wysiwyg p {
        font-size: 22px
    }

    .wysiwyg h1 {
        letter-spacing: 1.8px
    }

    .wysiwyg h2 {
        font-size: 22px
    }

    .wysiwyg h3 {
        font-size: 22px
    }

    .wysiwyg .table-payments td {
        padding: 8px 0 9px 0
    }

    .wysiwyg .table-payments th {
        font-size: 13px
    }

    .wysiwyg .table-payments td:first-of-type img {
        max-width: 68px
    }

    .wysiwyg .table-payments td:nth-of-type(2) a {
        font-size: 15px
    }

    .wysiwyg .table-two-columns td {
        font-size: 24px
    }

    .wysiwyg .table-two-columns.-normal td {
        font-size: 20px
    }

    .wysiwyg .table-currency-levels td:first-of-type div, .wysiwyg .table-currency-levels td:first-of-type span {
        font-size: 15px
    }

    .wysiwyg .table-currency-levels div, .wysiwyg .table-currency-levels div span {
        font-weight: 700;
        font-size: 18px
    }
}

@media screen and (min-width: 600px) {
    .wysiwyg .table-payments th {
        font-size: 14px
    }

    .wysiwyg .table-payments td {
        font-size: 18px
    }

    .wysiwyg .table-payments td:first-of-type img {
        max-width: 92px
    }

    .wysiwyg .table-payments td:nth-of-type(2) a {
        font-size: 18px
    }

    .wysiwyg .table-two-columns td {
        font-size: 28px
    }

    .wysiwyg .table-two-columns.-normal td {
        font-size: 22px
    }

    .wysiwyg .table-currency-levels td:first-of-type div, .wysiwyg .table-currency-levels td:first-of-type span {
        font-size: 18px
    }
}

@media screen and (min-width: 1005px) {
    .wysiwyg p {
        line-height: 32px
    }

    .wysiwyg .table-payments th {
        font-size: 15px
    }

    .wysiwyg .table-payments td {
        font-size: 21px
    }

    .wysiwyg .table-payments td:first-of-type img {
        max-width: 100px
    }

    .wysiwyg .table-payments td:nth-of-type(2) a {
        font-size: 21px
    }

    .wysiwyg .table-payments td:nth-of-type(4) {
        font-size: 18px
    }
}

.friends-block__item, .friends-menu__item, .friends-options__item, .friends-playing__item, .mobile-only .friends-block__item, .mobile-only .friends-menu__item, .mobile-only .friends-options__item, .mobile-only .friends-playing__item, .mobile-only .mobile-only .friends-menu__item, .mobile-only .mobile-only .friends-options__item, .mobile-only .mobile-only .friends-playing__item {
    float: left;
    width: 50%;
    border-right: 1px solid #3E4347;
    padding: 15px 10px
}

.friends-block__item:first-child .friends-menu__icon, .friends-menu__item:first-child .friends-menu__icon, .friends-options__item:first-child .friends-menu__icon, .friends-playing__item:first-child .friends-menu__icon, .mobile-only .friends-block__item:first-child .friends-menu__icon, .mobile-only .friends-menu__item:first-child .friends-menu__icon, .mobile-only .friends-options__item:first-child .friends-menu__icon, .mobile-only .friends-playing__item:first-child .friends-menu__icon, .mobile-only .mobile-only .friends-menu__item:first-child .friends-menu__icon, .mobile-only .mobile-only .friends-options__item:first-child .friends-menu__icon, .mobile-only .mobile-only .friends-playing__item:first-child .friends-menu__icon {
    width: 22px
}

.friends-block__item:nth-child(2) .friends-menu__icon, .friends-menu__item:nth-child(2) .friends-menu__icon, .friends-options__item:nth-child(2) .friends-menu__icon, .friends-playing__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-block__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-menu__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-options__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-playing__item:nth-child(2) .friends-menu__icon, .mobile-only .mobile-only .friends-menu__item:nth-child(2) .friends-menu__icon, .mobile-only .mobile-only .friends-options__item:nth-child(2) .friends-menu__icon, .mobile-only .mobile-only .friends-playing__item:nth-child(2) .friends-menu__icon {
    width: 28px
}

.friends-block__item:nth-child(3) .friends-menu__icon, .friends-menu__item:nth-child(3) .friends-menu__icon, .friends-options__item:nth-child(3) .friends-menu__icon, .friends-playing__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-block__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-menu__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-options__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-playing__item:nth-child(3) .friends-menu__icon, .mobile-only .mobile-only .friends-menu__item:nth-child(3) .friends-menu__icon, .mobile-only .mobile-only .friends-options__item:nth-child(3) .friends-menu__icon, .mobile-only .mobile-only .friends-playing__item:nth-child(3) .friends-menu__icon {
    width: 25px
}

.friends-block__item-title, .friends-menu__item-title, .friends-options__item-title, .friends-playing__item-title, .mobile-only .friends-block__item-title, .mobile-only .friends-menu__item-title, .mobile-only .friends-options__item-title, .mobile-only .friends-playing__item-title, .mobile-only .mobile-only .friends-menu__item-title, .mobile-only .mobile-only .friends-options__item-title, .mobile-only .mobile-only .friends-playing__item-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

.friends-block__item:last-of-type, .friends-menu__item:last-of-type, .friends-options__item:last-of-type, .friends-playing__item:last-of-type, .mobile-only .friends-block__item:last-of-type, .mobile-only .friends-menu__item:last-of-type, .mobile-only .friends-options__item:last-of-type, .mobile-only .friends-playing__item:last-of-type, .mobile-only .mobile-only .friends-menu__item:last-of-type, .mobile-only .mobile-only .friends-options__item:last-of-type, .mobile-only .mobile-only .friends-playing__item:last-of-type {
    border: none
}

.friends-block__icon, .friends-menu__icon, .friends-options__icon, .friends-playing__icon, .mobile-only .friends-block__icon, .mobile-only .friends-menu__icon, .mobile-only .friends-options__icon, .mobile-only .friends-playing__icon, .mobile-only .mobile-only .friends-menu__icon, .mobile-only .mobile-only .friends-options__icon, .mobile-only .mobile-only .friends-playing__icon {
    float: left;
    position: relative;
    margin-right: 9px;
    width: 28px;
    top: auto
}

@media screen and (min-width: 420px) {
    .friends-block__item-title, .friends-menu__item-title, .friends-options__item-title, .friends-playing__item-title, .mobile-only .friends-menu__item-title, .mobile-only .friends-options__item-title, .mobile-only .friends-playing__item-title {
        font-size: 16px;
        letter-spacing: -.8px
    }
}

@media screen and (min-width: 480px) {
    .friends-block__item-title, .friends-menu__item-title, .friends-options__item-title, .friends-playing__item-title, .mobile-only .friends-menu__item-title, .mobile-only .friends-options__item-title, .mobile-only .friends-playing__item-title {
        font-size: 18px;
        letter-spacing: 0
    }

    .friends-block__item, .friends-menu__item, .friends-options__item, .friends-playing__item, .mobile-only .friends-menu__item, .mobile-only .friends-options__item, .mobile-only .friends-playing__item {
        padding: 32px 25px
    }
}

@media screen and (min-width: 600px) {
    .friends-block__item-title, .friends-menu__item-title, .friends-options__item-title, .friends-playing__item-title, .mobile-only .friends-menu__item-title, .mobile-only .friends-options__item-title, .mobile-only .friends-playing__item-title {
        font-size: 22px;
        letter-spacing: 1.2px
    }

    .friends-block__icon, .friends-menu__icon, .friends-options__icon, .friends-playing__icon, .mobile-only .friends-menu__icon, .mobile-only .friends-options__icon, .mobile-only .friends-playing__icon {
        max-width: none
    }

    .friends-block__container, .friends-menu__container, .friends-options__container, .friends-playing__container, .mobile-only .friends-menu__container, .mobile-only .friends-options__container, .mobile-only .friends-playing__container {
        height: auto
    }
}

@media screen and (min-width: 1005px) {
    .friends-block__item-title, .friends-menu__item-title, .friends-options__item-title, .friends-playing__item-title, .mobile-only .friends-menu__item-title, .mobile-only .friends-options__item-title, .mobile-only .friends-playing__item-title {
        font-size: 16px
    }
}

@media screen and (min-width: 768px) {
    .friends-block__item:first-child .friends-menu__icon, .friends-menu__item:first-child .friends-menu__icon, .friends-options__item:first-child .friends-menu__icon, .friends-playing__item:first-child .friends-menu__icon, .mobile-only .friends-menu__item:first-child .friends-menu__icon, .mobile-only .friends-options__item:first-child .friends-menu__icon, .mobile-only .friends-playing__item:first-child .friends-menu__icon {
        width: 28px
    }

    .friends-block__item:nth-child(2) .friends-menu__icon, .friends-menu__item:nth-child(2) .friends-menu__icon, .friends-options__item:nth-child(2) .friends-menu__icon, .friends-playing__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-menu__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-options__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-playing__item:nth-child(2) .friends-menu__icon {
        width: 36px
    }

    .friends-block__item:nth-child(3) .friends-menu__icon, .friends-menu__item:nth-child(3) .friends-menu__icon, .friends-options__item:nth-child(3) .friends-menu__icon, .friends-playing__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-menu__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-options__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-playing__item:nth-child(3) .friends-menu__icon {
        width: 33px
    }
}

@media screen and (min-width: 1005px) {
    .friends-block__item:first-child .friends-menu__icon, .friends-menu__item:first-child .friends-menu__icon, .friends-options__item:first-child .friends-menu__icon, .friends-playing__item:first-child .friends-menu__icon, .mobile-only .friends-menu__item:first-child .friends-menu__icon, .mobile-only .friends-options__item:first-child .friends-menu__icon, .mobile-only .friends-playing__item:first-child .friends-menu__icon {
        top: -2px;
        width: 22px;
        height: 22px
    }

    .friends-block__item:nth-child(2) .friends-menu__icon, .friends-menu__item:nth-child(2) .friends-menu__icon, .friends-options__item:nth-child(2) .friends-menu__icon, .friends-playing__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-menu__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-options__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-playing__item:nth-child(2) .friends-menu__icon {
        width: 28px;
        top: -2px
    }

    .friends-block__item:nth-child(3) .friends-menu__icon, .friends-menu__item:nth-child(3) .friends-menu__icon, .friends-options__item:nth-child(3) .friends-menu__icon, .friends-playing__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-menu__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-options__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-playing__item:nth-child(3) .friends-menu__icon {
        width: 25px
    }
}

.friends-menu, .mobile-only .friends-menu {
    border-bottom: 1px solid #3E4347
}

.friends-menu__item, .mobile-only .friends-menu__item {
    width: 33.333333%;
    border-right: 1px solid #3E4347;
    padding: 31px 5px;
    position: relative
}

.friends-menu__item.is-active, .mobile-only .friends-menu__item.is-active {
    background-color: #242727
}

.friends-menu__item-title, .mobile-only .friends-menu__item-title {
    font-size: 9.4px;
    display: flex;
    flex-shrink: 1;
    flex-direction: column;
    word-wrap: break-word
}

.friends-menu__circle, .mobile-only .friends-menu__circle {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 20px;
    background-color: #e1310e;
    font-size: 11px;
    line-height: 0;
    color: #fefefe;
    min-width: 24px;
    min-height: 24px;
    vertical-align: middle;
    text-align: center;
    right: 6px;
    top: 6px;
    letter-spacing: 0
}

.friends-menu__circle_menu, .mobile-only .friends-menu__circle_menu {
    position: static;
    right: auto;
    top: auto;
    left: auto;
    font-size: 11px
}

.friends-menu__circle-span, .mobile-only .friends-menu__circle-span {
    display: inline-block;
    vertical-align: middle
}

.friends-menu__icon, .mobile-only .friends-menu__icon {
    margin-right: 6px
}

.friends-menu__container, .mobile-only .friends-menu__container {
    height: 22px;
    display: block;
    width: 100%
}

@media screen and (min-width: 420px) {
    .friends-menu__item-title {
        font-size: 12px
    }

    :root .friends-menu__item-title, _:-ms-input-placeholder {
        flex-basis: auto
    }
}

@media screen and (min-width: 480px) {
    .friends-menu__item {
        padding: 31px 5px
    }

    .friends-menu__icon {
        margin-right: 9px
    }

    .friends-menu__item-title {
        font-size: 13px
    }
}

@media screen and (min-width: 600px) {
    .friends-menu__item {
        padding: 47px 5px 51px 5px
    }

    .friends-menu__circle {
        right: 6px;
        top: 15px;
        font-size: 14px
    }

    .friends-menu__circle_menu {
        right: auto;
        top: auto;
        left: auto;
        font-size: 14px
    }

    .friends-menu__item-title {
        font-size: 15px
    }
}

@media screen and (min-width: 768px) {
    .friends-menu__item-title {
        position: relative;
        font-size: 20px
    }

    .friends-menu__circle {
        right: auto;
        left: 100%;
        top: -20px
    }

    .friends-menu__circle_menu {
        right: auto;
        top: auto;
        left: auto
    }
}

@media screen and (min-width: 1005px) {
    .friends-menu__item {
        padding: 35px 5px 35px 5px
    }

    .friends-menu__item-title {
        position: static;
        font-size: 11.8px
    }

    .friends-menu__circle {
        top: 7px;
        right: 5px;
        left: auto
    }

    .friends-menu__circle_menu {
        right: auto;
        top: auto;
        left: auto
    }

    .friends-menu__icon {
        margin-right: 7px
    }
}

.friends-me, .mobile-only .friends-me {
    padding: 27px 15px 15px 15px
}

.friends-me:last-child, .mobile-only .friends-me:last-child {
    border-bottom: 1px solid #3E4347
}

.friends-me_list, .mobile-only .friends-me_list {
    padding: 8px 0 8px 0
}

.friends-me_list:last-of-type, .mobile-only .friends-me_list:last-of-type {
    margin-bottom: 21px
}

.friends-me__info, .friends-me__picture, .mobile-only .friends-me__info, .mobile-only .friends-me__picture {
    float: left
}

.friends-me__info, .mobile-only .friends-me__info {
    font-size: 14px;
    margin-left: 98px;
    width: calc(100% - 98px)
}

.friends-me__level, .mobile-only .friends-me__level {
    text-transform: uppercase;
    color: #d5b577
}

.friends-me__level-button, .mobile-only .friends-me__level-button {
    position: relative;
    top: -3px;
    left: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.friends-me__state, .mobile-only .friends-me__state {
    margin-bottom: 23px
}

.friends-me__state-flag, .mobile-only .friends-me__state-flag {
    vertical-align: middle
}

.friends-me__picture, .mobile-only .friends-me__picture {
    width: 90px;
    margin-right: -90px
}

.friends-me__username, .mobile-only .friends-me__username {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px
}

.friends-me__buttons, .mobile-only .friends-me__buttons {
    font-size: 0
}

.friends-me__button, .mobile-only .friends-me__button {
    display: inline-block;
    font-size: 11px;
    padding: 14px 8px 14px 8px
}

.friends-me__button:first-child, .mobile-only .friends-me__button:first-child {
    margin-right: 7px
}

.friends-me__items .friends-me:first-child, .mobile-only .friends-me__items .friends-me:first-child {
    padding: 0 0 8px 0
}

.friends-me__border-bottom, .mobile-only .friends-me__border-bottom {
    border-bottom: 1px solid #3E4347
}

@media screen and (min-width: 420px) {
    .friends-me {
        padding: 27px 20px 15px 20px
    }

    .friends-me_list {
        padding: 8px 0 8px 0
    }

    .friends-me__picture {
        width: 141px;
        margin-right: -141px
    }

    .friends-me__info {
        margin-left: 158px;
        width: calc(100% - 158px)
    }

    .friends-me__button {
        font-size: 13px
    }
}

@media screen and (min-width: 480px) {
    .friends-me {
        padding: 45px 39px 15px 39px
    }

    .friends-me_list {
        padding: 8px 0 8px 0
    }

    .friends-me_list:last-of-type {
        margin-bottom: 31px
    }

    .friends-me__picture {
        margin-right: -141px
    }

    .friends-me__info {
        font-size: 18px
    }

    .friends-me__username {
        font-size: 22px
    }

    .friends-me__button {
        font-size: 14px;
        padding: 14px 11px 14px 11px
    }

    .friends-me__button:first-child {
        margin-right: 10px
    }
}

@media screen and (min-width: 600px) {
    .friends-me_list:last-of-type {
        margin-bottom: 16px
    }
}

@media screen and (min-width: 1005px) {
    .friends-me {
        padding: 33px 30px 9px 23px
    }

    .friends-me_list {
        padding: 8px 0 8px 0
    }

    .friends-me_list:last-of-type {
        margin-bottom: 31px
    }

    .friends-me__picture {
        max-width: 109px;
        margin-right: -109px
    }

    .friends-me__info {
        margin-left: 126px;
        width: calc(100% - 126px)
    }

    .friends-me__username {
        font-size: 16px;
        font-weight: 600
    }

    .friends-me__state {
        font-size: 14px;
        margin-bottom: 17px
    }

    .friends-me__level {
        font-size: 13px
    }

    .friends-me__level-button {
        position: relative;
        top: -2px;
        left: 5px;
        font-size: 10px;
        height: 16px;
        padding-left: 6px;
        padding-right: 6px
    }
}

.friends-options, .mobile-only .friends-options {
    border-bottom: 1px solid #3E4347
}

.friends-options__item, .mobile-only .friends-options__item {
    padding: 12px 5px
}

.friends-options__container, .mobile-only .friends-options__container {
    display: block;
    width: 100%
}

@media screen and (min-width: 420px) {
    .friends-options__item {
        padding: 12px 14px
    }

    .friends-options__item-title {
        font-size: 16px;
        letter-spacing: -.8px
    }
}

@media screen and (min-width: 480px) {
    .friends-options__item-title {
        font-size: 18px;
        letter-spacing: 0
    }

    .friends-options__item {
        padding: 12px 14px
    }
}

@media screen and (min-width: 600px) {
    .friends-options__item-title {
        font-size: 22px;
        letter-spacing: 1.2px
    }

    .friends-options__icon {
        max-width: none;
        top: auto
    }

    .friends-options__container {
        height: auto
    }
}

@media screen and (min-width: 1005px) {
    .friends-options__item-title {
        font-size: 16px
    }

    .friends-options__icon {
        width: 26px;
        height: 20px
    }

    .friends-options__item {
        padding: 11px 14px 10px
    }
}

.friends-playing, .mobile-only .friends-playing {
    border-bottom: 1px solid #3E4347
}

.friends-playing__item, .mobile-only .friends-playing__item {
    height: 100px;
    border: none
}

.friends-playing__item-title-small, .mobile-only .friends-playing__item-title-small {
    text-transform: none;
    display: inline-block;
    flex-shrink: 1
}

.friends-playing__game-img, .mobile-only .friends-playing__game-img {
    margin-right: 20px;
    max-height: 64px;
    max-width: 90px;
    flex-shrink: 1
}

.friends-playing__container a, .mobile-only .friends-playing__container a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.friends-playing__item:last-child .friends-playing__container, .mobile-only .friends-playing__item:last-child .friends-playing__container {
    width: 100%
}

.friends-playing__item-img, .mobile-only .friends-playing__item-img {
    font-size: 0
}

@media screen and (min-width: 420px) {
    .friends-playing__item {
        height: 120px
    }
}

@media screen and (min-width: 480px) {
    .friends-playing__item {
        height: 150px
    }
}

@media screen and (min-width: 1005px) {
    .friends-playing__game-img {
        max-width: 67px;
        margin-right: 14px
    }

    .friends-playing__item-title-small {
        font-size: 14px;
        letter-spacing: .6px
    }

    .friends-playing__icon {
        width: 28px;
        height: 28px;
        margin-right: 6px
    }

    .friends-playing__item {
        padding: 26px 8px;
        height: 112px
    }

    .friends-playing__item:first-child {
        padding-left: 21px
    }

    .friends-playing .friends-playing__item {
        align-items: flex-start
    }
}

.friends-tournaments, .mobile-only .friends-tournaments {
    margin-bottom: 20px
}

.friends-tournaments .td, .friends-tournaments .th, .mobile-only .friends-tournaments .td, .mobile-only .friends-tournaments .th {
    color: #FFF;
    padding: 11px 10px 12px 15px;
    font-size: 15px
}

.friends-tournaments .td_name, .friends-tournaments .th_name, .mobile-only .friends-tournaments .td_name, .mobile-only .friends-tournaments .th_name {
    text-align: left
}

.friends-tournaments .td_place, .friends-tournaments .th_place, .mobile-only .friends-tournaments .td_place, .mobile-only .friends-tournaments .th_place {
    text-align: right;
    padding-left: 10px;
    white-space: nowrap
}

.friends-tournaments .td_date, .friends-tournaments .th_date, .mobile-only .friends-tournaments .td_date, .mobile-only .friends-tournaments .th_date {
    text-align: right;
    padding-left: 10px
}

.friends-tournaments .td:last-of-type, .friends-tournaments .th:last-of-type, .mobile-only .friends-tournaments .td:last-of-type, .mobile-only .friends-tournaments .th:last-of-type {
    padding-right: 15px
}

.friends-tournaments .th, .mobile-only .friends-tournaments .th {
    border-bottom: 1px solid #3E4347;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

.friends-tournaments .th_place, .mobile-only .friends-tournaments .th_place {
    white-space: nowrap
}

.friends-tournaments .td_name, .mobile-only .friends-tournaments .td_name {
    color: #d5b577;
    font-weight: 400
}

.friends-tournaments .td_date, .friends-tournaments .td_place, .mobile-only .friends-tournaments .td_date, .mobile-only .friends-tournaments .td_place {
    vertical-align: middle
}

.friends-tournaments .icon_svg-cp, .mobile-only .friends-tournaments .icon_svg-cp {
    width: 18px;
    height: 18px
}

@media screen and (min-width: 420px) {
    .friends-tournaments .th {
        font-size: 16px;
        letter-spacing: -.8px
    }
}

@media screen and (min-width: 480px) {
    .friends-tournaments .th {
        font-size: 17px;
        letter-spacing: 0
    }

    .friends-tournaments .th:last-of-type {
        padding-right: 32px
    }

    .friends-tournaments .td_date, .friends-tournaments .td_place {
        font-size: 18px
    }

    .friends-tournaments .td:last-of-type {
        padding-right: 32px
    }

    .friends-tournaments .td, .friends-tournaments .th {
        padding: 12px 18px 16px 38px;
        font-size: 19px
    }

    .friends-tournaments .td_date, .friends-tournaments .td_place, .friends-tournaments .th_date, .friends-tournaments .th_place {
        padding-left: 18px
    }

    .friends-tournaments .icon_svg-cp {
        width: 20px;
        height: 20px
    }
}

@media screen and (min-width: 600px) {
    .friends-tournaments .th {
        font-size: 17px;
        letter-spacing: 1.2px
    }
}

@media screen and (min-width: 1005px) {
    .friends-tournaments .th {
        font-size: 14px
    }

    .friends-tournaments .th:last-of-type {
        padding-right: 20px
    }

    .friends-tournaments .td, .friends-tournaments .th {
        padding: 10px 18px 11px 25px
    }

    .friends-tournaments .td_place, .friends-tournaments .th_place {
        padding-left: 18px
    }

    .friends-tournaments .td {
        font-size: 14px
    }

    .friends-tournaments .td:last-of-type {
        padding-right: 20px
    }

    .friends-tournaments .icon_svg-cp {
        width: 18px;
        height: 18px
    }
}

.friends-players, .mobile-only .friends-players {
    padding: 16px 14px 0 14px
}

.friends-players_message-title, .mobile-only .friends-players_message-title {
    padding-top: 20px
}

.friends-players_message-list, .mobile-only .friends-players_message-list {
    padding-top: 7px
}

.friends-players_form, .mobile-only .friends-players_form {
    padding-top: 0;
    padding-bottom: 0
}

.friends-players__name, .mobile-only .friends-players__name {
    text-transform: none
}

.friends-players_search, .mobile-only .friends-players_search {
    margin-bottom: 20px
}

.friends-players__title, .mobile-only .friends-players__title {
    line-height: 18px;
    font-size: 16px;
    letter-spacing: 1.4px
}

.friends-players .icon_friends-friends, .mobile-only .friends-players .icon_friends-friends {
    margin-right: 6px
}

.friends-players .player__item, .mobile-only .friends-players .player__item {
    width: 33%
}

.friends-players__icon, .friends-players__title-text, .mobile-only .friends-players__icon, .mobile-only .friends-players__title-text {
    vertical-align: middle
}

.friends-players__title-text, .mobile-only .friends-players__title-text {
    font-weight: 700
}

.friends-players__row, .mobile-only .friends-players__row {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 0
}

.friends-players__row-messages, .mobile-only .friends-players__row-messages {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 0
}

.friends-players__row-messages2, .mobile-only .friends-players__row-messages2 {
    padding-left: 21px;
    padding-right: 25px;
    margin-bottom: 0
}

.friends-players__player .player__item, .mobile-only .friends-players__player .player__item {
    width: 33.333333%
}

.friends-players__row-mgbottom, .mobile-only .friends-players__row-mgbottom {
    margin-bottom: 6px
}

@media screen and (min-width: 420px) {
    .friends-players__row {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (min-width: 480px) {
    .friends-players__title {
        font-size: 21px
    }
}

@media screen and (min-width: 600px) {
    .friends-players {
        padding: 16px 31px 0 31px
    }

    .friends-players__row-messages {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 0
    }

    .friends-players__row-messages2 {
        padding-left: 38px;
        padding-right: 35px;
        margin-bottom: 0
    }

    .friends-players_form {
        padding-top: 0;
        padding-bottom: 0
    }

    .friends-players_message-title {
        padding-top: 20px
    }

    .friends-players_message-list {
        padding-top: 7px
    }

    .friends-players .player__link {
        width: 145px;
        height: 145px
    }

    .friends-players .player__img {
        max-width: 143px;
        max-height: 143px
    }

    .friends-players__row-mgbottom {
        margin-bottom: 12px
    }
}

@media screen and (min-width: 1005px) {
    .friends-players {
        padding: 14px 21px 0 20px;
        overflow: hidden
    }

    .friends-players__row-messages {
        padding-left: 19px;
        padding-right: 19px;
        margin-bottom: 0
    }

    .friends-players__row-messages2 {
        padding-left: 28px;
        padding-right: 21px;
        margin-bottom: 0
    }

    .friends-players_message-title {
        padding-top: 16px
    }

    .friends-players_message-title .form__label {
        font-size: 16.8px;
        margin-bottom: 17px
    }

    .friends-players_message-list {
        padding-top: 7px
    }

    .friends-players_message-list .user-reply__player {
        font-size: 16px
    }

    .friends-players_message-list .user-reply__date {
        font-size: 16px
    }

    .friends-players_message-list .user-reply__message {
        font-size: 16.4px;
        padding: 14px 18px 15px 18px
    }

    .friends-players_form {
        padding-top: 0;
        padding-bottom: 0
    }

    .friends-players_form .input, .friends-players_form .textarea {
        font-size: 15px;
        padding: 19px 12px 19px 18px
    }

    .friends-players_form .textarea_autoresize {
        height: 60px
    }

    .friends-players_form .button_form {
        font-size: 16px;
        padding: 16px 7px 16px 7px
    }

    .friends-players__title {
        font-weight: 700;
        font-size: 16px
    }

    .friends-players__player {
        margin-right: -27px;
        margin-left: -27px
    }

    .friends-players .player__link {
        width: 100px;
        height: 100px
    }

    .friends-players .player__img {
        max-width: 98px;
        max-height: 98px
    }

    .friends-players .icon_friends-friends {
        margin-right: 2px;
        font-size: 15px
    }

    .friends-players__row {
        padding-left: 21px;
        padding-right: 21px
    }
}

.mobile-only .user-status, .user-status {
    display: inline-block;
    padding: 3px 3px 5px 5px;
    border-radius: 5px;
    margin: 0 2px 0 5px;
    position: relative
}

.mobile-only .user-status_online, .user-status_online {
    background-color: #97cc33
}

.mobile-only .user-status_offline, .user-status_offline {
    background-color: #cc3341
}

.user-status-absolute {
    display: inline-block;
    padding: 3px 3px 4px 4px;
    border-radius: 5px;
    position: absolute;
    right: 4px;
    top: 4px
}

.user-status-absolute_online {
    background-color: #97cc33
}

@media screen and (min-width: 480px) {
    .user-status {
        margin: 0 2px 0 12px;
        top: -1px
    }
}

@media screen and (min-width: 600px) {
    .user-status {
        margin: 0 2px 0 12px
    }
}

@media screen and (min-width: 1005px) {
    .user-status {
        padding: 3px 3px 4px 4px;
        margin: 0 2px 0 7px
    }

    .user-status__online-time {
        vertical-align: middle;
        display: inline-block;
        min-height: 22px
    }

    .user-status-absolute {
        padding: 3px 3px 5px 5px
    }

    .friend-message__info .user-status {
        top: auto
    }

    _::-moz-range-track, body:last-child .friend-message__info .user-status {
        top: 1px
    }
}

.friend-message-container, .mobile-only .friend-message-container {
    margin-top: 35px;
    padding: 0 25px 0 20px
}

.friend-message, .mobile-only .friend-message {
    margin-bottom: 15px
}

.friend-message:last-of-type, .mobile-only .friend-message:last-of-type {
    margin-bottom: 40px
}

.friend-message_mine .friend-message__text, .mobile-only .friend-message_mine .friend-message__text {
    background-color: #363c40;
    color: #FFF
}

.friend-message_mine .friend-message__text:before, .mobile-only .friend-message_mine .friend-message__text:before {
    border-right: 13px solid #363c40
}

.friend-message__info, .mobile-only .friend-message__info {
    margin-bottom: 6px
}

.friend-message__nickname, .mobile-only .friend-message__nickname {
    font-weight: 700;
    font-size: 14px;
    word-break: break-all;
    vertical-align: middle
}

.friend-message__state, .mobile-only .friend-message__state {
    margin-left: 4px;
    font-size: 14px;
    min-height: 22px;
    display: inline-block;
    vertical-align: middle
}

.friend-message__state .user-status, .mobile-only .friend-message__state .user-status {
    margin: 0;
    margin-right: 6px
}

.friend-message__date, .mobile-only .friend-message__date {
    color: #d5b577;
    font-size: 14px;
    float: right;
    position: relative;
    top: 1px;
    padding-left: 12px;
    letter-spacing: -1.1px;
    vertical-align: middle;
    white-space: nowrap
}

.friend-message__msg-container, .mobile-only .friend-message__msg-container {
    display: table;
    margin-bottom: 9px
}

.friend-message__msg-container .player__link, .mobile-only .friend-message__msg-container .player__link {
    margin-bottom: 0
}

.friend-message__img, .mobile-only .friend-message__img {
    display: table-cell;
    width: 65px;
    vertical-align: middle
}

.friend-message__img .player__link, .mobile-only .friend-message__img .player__link {
    width: 60px;
    height: 60px
}

.friend-message__img .player__img, .mobile-only .friend-message__img .player__img {
    max-width: 58px;
    max-height: 58px
}

.friend-message__content, .mobile-only .friend-message__content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 13px
}

.friend-message__text, .mobile-only .friend-message__text {
    padding: 8px 10px 8px 12px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    background-color: #d5b577;
    position: relative;
    display: block;
    word-wrap: break-word;
    word-break: break-all
}

.friend-message__text:before, .mobile-only .friend-message__text:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -13px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #d5b577
}

.friend-message__text a, .friend-message__text a:visited, .mobile-only .friend-message__text a, .mobile-only .friend-message__text a:visited {
    color: #FFF
}

.friend-message__text a:active, .friend-message__text a:hover, .friend-message__text a:hover:active, .mobile-only .friend-message__text a:active, .mobile-only .friend-message__text a:hover, .mobile-only .friend-message__text a:hover:active {
    color: #000;
    text-decoration: underline
}

@media screen and (min-width: 420px) {
    .friend-message__nickname {
        font-size: 17px
    }

    .friend-message__state {
        margin-left: 15px;
        font-size: 17px
    }

    .friend-message__state .user-status {
        margin-right: 8px
    }

    .friend-message__date {
        font-size: 17px
    }

    .friend-message__content {
        padding-left: 28px
    }

    .friend-message__text {
        padding: 6px 10px 6px 16px;
        font-size: 17px;
        line-height: 27px
    }

    .friend-message__img .player__link {
        width: 97px;
        height: 97px
    }

    .friend-message__img .player__img {
        max-width: 95px;
        max-height: 95px
    }
}

@media screen and (min-width: 480px) {
    .friend-message-container {
        margin-top: 50px
    }

    .friend-message {
        margin-bottom: 18px
    }

    .friend-message:last-of-type {
        margin-bottom: 50px
    }

    .friend-message__nickname {
        font-size: 19px
    }

    .friend-message__text {
        padding: 18px 19px 19px 25px;
        line-height: 26px;
        font-size: 19px
    }

    .friend-message__img .player__link {
        width: 110px;
        height: 110px
    }

    .friend-message__img .player__img {
        max-width: 108px;
        max-height: 108px
    }
}

@media screen and (min-width: 600px) {
    .friend-message-container {
        margin-top: 50px;
        padding: 0 35px 0 38px
    }

    .friend-message:last-of-type {
        margin-bottom: 35px
    }

    .friend-message__state {
        margin-left: 23px
    }

    .friend-message__info {
        margin-bottom: 12px
    }

    .friend-message__text {
        padding: 18px 19px 19px 25px;
        word-break: break-word
    }

    .friend-message__img .player__link {
        width: 132px;
        height: 132px
    }

    .friend-message__img .player__img {
        max-width: 130px;
        max-height: 130px
    }
}

@media screen and (min-width: 1005px) {
    .friend-message-container {
        margin-top: 31px;
        padding: 0 21px 0 28px
    }

    .friend-message:last-of-type {
        margin-bottom: 50px
    }

    .friend-message__nickname {
        font-size: 16px;
        position: relative;
        top: -1px
    }

    .friend-message__state {
        font-size: 15px;
        margin-left: 13px
    }

    .friend-message__content {
        padding-left: 22px
    }

    .friend-message__date {
        font-size: 15px;
        letter-spacing: 0;
        padding-left: 6px;
        top: 3px
    }

    .friend-message__text {
        font-size: 16.4px;
        font-weight: 600;
        line-height: 21px;
        padding: 16px 19px 20px 18px
    }

    .friend-message__img .player__link {
        width: 100px;
        height: 100px
    }

    .friend-message__img .player__img {
        max-width: 98px;
        max-height: 98px
    }

    _::-moz-range-track, body:last-child .friend-message__state {
        position: relative;
        top: -2px
    }

    _::-moz-range-track, body:last-child .friend-message__date {
        top: 4px
    }
}

.currency {
    font-family: 'PT Sans', sans-serif;
    font-weight: inherit
}

.currency_default {
    font-family: inherit;
    font-weight: inherit
}

.currency_cp {
    font-family: inherit;
    vertical-align: middle
}

.table_players .currency_cp {
    font-size: 32px;
    white-space: nowrap
}

.table_shop-for-coins-status .currency_cp {
    font-size: 26px;
    white-space: nowrap;
    width: 25px;
    display: inline-block
}

.table_tournament-history .currency_cp {
    font-size: 24px;
    white-space: nowrap
}

.table_bonus-history .currency_cp {
    white-space: nowrap;
    display: inline-block
}

.table_bonus-history .currency_cp .icon_svg-cp {
    width: 20px;
    height: 20px
}

.table_shop-history .currency_cp {
    font-size: 28px;
    white-space: nowrap;
    line-height: 0
}

.friends-tournaments .currency_cp {
    white-space: nowrap;
    line-height: 0;
    font-size: 21px
}

.panel__item-block .currency_cp {
    vertical-align: top
}

.panel__item-block .icon_svg-cp {
    vertical-align: middle
}

.winners__money-currency .currency_cp {
    font-size: 20px
}

.carousel-text .currency {
    text-transform: none
}

.modal__caption .currency_cp {
    display: inline-block
}

.modal__caption .currency_cp .icon_svg-cp {
    width: 21px;
    height: 21px
}

.button_form .currency_cp {
    display: inline-block
}

@media screen and (min-width: 600px) {
    .table_bonus-history .currency_cp {
        font-size: 24px;
        white-space: nowrap
    }

    .table_bonus-history .currency_cp .icon_svg-cp {
        width: 25px;
        height: 24px
    }
}

.bonus, .mobile-only .bonus {
    display: block;
    font-size: 0;
    position: relative
}

.bonus__row, .mobile-only .bonus__row {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 51%
}

.bonus__item, .mobile-only .bonus__item {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center
}

.bonus__text, .mobile-only .bonus__text {
    color: #d5b577;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    display: block
}

.bonus__icon, .mobile-only .bonus__icon {
    display: none;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    fill: #D5B577
}

.bonus__icon_left, .mobile-only .bonus__icon_left {
    margin-right: 4px
}

.bonus__icon_right, .mobile-only .bonus__icon_right {
    margin-left: 4px
}

.bonus__line, .mobile-only .bonus__line {
    font-size: 0;
    line-height: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    text-align: center
}

.bonus__value, .mobile-only .bonus__value {
    font-size: 30px;
    line-height: 20px;
    font-weight: 800;
    vertical-align: middle;
    font-family: 'PT Sans', sans-serif
}

.bonus__value_text, .mobile-only .bonus__value_text {
    font-weight: 600;
    font-family: inherit;
    font-size: 21px;
    line-height: 24px
}

@media screen and (min-width: 375px) {
    .bonus__text {
        font-size: 15px
    }

    .bonus__line {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .bonus__value {
        font-size: 35px;
        line-height: 24px
    }

    .bonus__value_text {
        font-size: 25px;
        line-height: 28px
    }
}

@media screen and (min-width: 480px) {
    .bonus__text {
        font-size: 18px
    }

    .bonus__value {
        font-size: 40px;
        line-height: 30px
    }

    .bonus__value_text {
        font-size: 32px;
        line-height: 36px
    }
}

@media screen and (min-width: 600px) {
    .bonus__text {
        font-size: 21px
    }

    .bonus__value {
        font-size: 48px;
        line-height: 36px
    }

    .bonus__value_text {
        font-size: 36px;
        line-height: 40px
    }
}

@media screen and (min-width: 768px) {
    .bonus__text {
        font-size: 28px
    }

    .bonus__value {
        font-size: 54px;
        line-height: 46px
    }

    .bonus__value_text {
        font-size: 42px;
        line-height: 46px
    }

    .bonus__icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-top: 6px
    }
}

@media screen and (min-width: 1005px) {
    .bonus__text {
        font-size: 20px
    }

    .bonus__line {
        margin-top: 0
    }

    .bonus__value {
        font-size: 52px;
        line-height: 48px
    }

    .bonus__value_text {
        font-size: 38px;
        line-height: 44px
    }

    .bonus__icon {
        width: 20px;
        height: 20px
    }
}

.bonus-item, .mobile-only .bonus-item {
    margin-top: 2em
}

.bonus-item .js-read-more, .mobile-only .bonus-item .js-read-more {
    margin-top: 0
}

.promo-link .promo-link-info {
    font-size: x-large;
    padding: 0 0 30px 20px
}

.qrcode {
    display: inline-block
}

.qrcode__block {
    display: inline-block
}

a.bitcoin-address {
    color: #1e2123
}

a.bitcoin-address:hover {
    color: #1e2123
}

.column-two__left, .mobile-only .column-two__left {
    display: none;
    vertical-align: top
}

.column-two__left_bg-gray, .mobile-only .column-two__left_bg-gray {
    background-color: #1d2021;
    position: relative
}



.column-two__right, .mobile-only .column-two__right {
    background: #000;
    vertical-align: top
}

.column-two__right .tournaments, .mobile-only .column-two__right .tournaments {
    background: 0 0
}

.column-two__right_innerpage, .mobile-only .column-two__right_innerpage {
    background-color: rgba(0, 0, 0, .67);
    padding-top: 18px
}

@media screen and (min-width: 1005px) {
    .column-two {
        width: 100%;
        display: table;
        border-bottom: 1px solid #27ae60;
    }

    .column-two__left {
        display: table-cell;
        width: 390px;
        max-width: 390px
    }

    .column-two__right {
        display: table-cell;
        width: 615px;
        max-width: 615px;
        background: 0 0;
        padding: 20px;
    }

    .column-two__right_innerpage {
        padding-top: 23px
    }

    .menu-type-games .page.tournament-layout, .menu-type-sport .page.tournament-layout {
        padding: 0 !important
    }

    .menu-type-games .page.tournament-layout .column-two__right, .menu-type-sport .page.tournament-layout .column-two__right {
        width: 615px !important;
        vertical-align: top
    }
}

.mobile-only .panel__logged-mobile {
    display: block
}

.mobile-only .panel, .panel {
    display: none;
    z-index: 2;
    position: relative;
    height: 89px
}

.mobile-only .panel__bracket, .panel__bracket {
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    left: -1px
}

.mobile-only .panel__balance-sum, .panel__balance-sum {
    display: inline-block;
    margin-left: 5px
}

.panel .panel__logged-info {
    display: none
}

.mobile-only .panel__logged, .panel__logged {
    background-color: transparent;
    height: 89px
}

.mobile-only .panel__logged-wrapper, .panel__logged-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 8px 6px 8px 6px;
    float: none
}

.mobile-only .panel__username, .panel__username {
    font-weight: 700;
    display: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px
}

.mobile-only .panel__level, .panel__level {
    display: none;
    font-size: 0
}

.mobile-only .panel__level_menu-mob, .panel__level_menu-mob {
    display: block;
    white-space: nowrap
}

.mobile-only .panel__balance, .panel__balance {
    font-size: 0;
    order: 6
}

.mobile-only .panel__cp, .panel__cp {
    font-size: 0;
    order: 5
}

.mobile-only .panel__cp.panel__item-block, .panel__cp.panel__item-block {
    margin-right: 0
}

.mobile-only .panel__deposit-link, .panel__deposit-link {
    padding: 5px 10px;
    background-color: #d4b37a;
    text-transform: uppercase;
    font-size: 18px;
    color: #000
}

.mobile-only .panel__deposit-link:hover, .panel__deposit-link:hover {
    color: #fff
}

.mobile-only .panel__bonus, .panel__bonus {
    font-size: 0;
    order: 4
}

.mobile-only .panel__label, .panel__label {
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    color: #d5b577;
    margin-right: 5px
}

.mobile-only .panel__number, .panel__number {
    vertical-align: middle;
    display: inline-block;
    font-weight: 600
}

.mobile-only .panel__number_currency, .panel__number_currency {
    margin-right: 3px
}

.mobile-only .panel__number_currency-small, .panel__number_currency-small {
    margin-right: 2px
}

.mobile-only .panel__currency, .panel__currency {
    vertical-align: middle;
    display: inline-block;
    color: #d5b577;
    font-weight: 600
}

.mobile-only .panel__logged-avatar, .panel__logged-avatar {
    display: none;
    margin-right: 15px;
    order: 8;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px
}

.mobile-only .panel__logged-avatar .avatar-small__img, .panel__logged-avatar .avatar-small__img {
    margin-right: 5px
}

.mobile-only .panel__logged-language, .panel__logged-language {
    display: none
}

.mobile-only .panel__item-block, .panel__item-block {
    margin-right: 6px
}

.mobile-only .panel__currency, .mobile-only .panel__label, .mobile-only .panel__number, .mobile-only .panel__username, .panel__currency, .panel__label, .panel__number, .panel__username {
    font-size: 12px
}

.mobile-only .panel__username_menu-mob, .panel__username_menu-mob {
    font-size: 15px;
    margin-bottom: 7px;
    display: block;
    max-width: 124px
}

.mobile-only .panel__label_menu-mob, .panel__label_menu-mob {
    font-size: 15px
}

.mobile-only .panel__logged-disconnect, .panel__logged-disconnect {
    margin-top: 4px;
    margin-right: 16px;
    width: 16px;
    height: 16px;
    display: none
}

.panel__logged-mobile .panel__logged-link-exit {
    display: none
}

.mobile-only .panel__logged-wrapper_menu, .panel__logged-wrapper_menu {
    margin-bottom: 10px
}

.mobile-only .panel__logged-link-account, .panel__logged-link-account {
    display: none
}

.mobile-only .panel__logged-link-account span, .panel__logged-link-account span {
    text-transform: uppercase;
    margin-left: 5px
}

.panel__logged-info {
    position: relative;
    height: 40px;
    line-height: 38px
}

.panel__logged-info-wrap {
    z-index: 2;
    position: relative;
    text-align: center
}

.panel__logged-info-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #000;
    opacity: .7;
    z-index: 1
}

.panel__logged-info-item {
    display: inline-block;
    margin-right: 25px
}

.panel__logged-info-item:last-child {
    margin-right: 0
}

.icon_svg-menu-icon-bonuses {
    width: 25px;
    height: 25px
}

.icon_svg-purse {
    width: 25px;
    height: 25px
}

.panel__logged-info .icon_svg-cp, .panel__logged-info .icon_svg-menu-icon-bonuses, .panel__logged-info .icon_svg-purse {
    vertical-align: middle
}

@media screen and (min-width: 320px) {
    .panel-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 89px;
        background: #000;
        opacity: .7;
        z-index: 1
    }

    .panel__divider, .panel__item-block {
        display: none
    }

    .menu-account__item-icon, .mobile-only .menu-account__item-icon {
        width: 62px
    }

    .menu-container {
        margin-top: 33px
    }

    .panel__logged-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2
    }

    .panel__logged {
        display: flex;
        float: right;
        height: 68px
    }

    .panel__logged-link-registration-wrap {
        float: right;
        margin-right: 12px;
        align-items: center;
        display: flex;
        height: 100%;
        order: 1
    }

    .panel__logged-link-registration {
        padding: 5px 10px;
        background-color: #d4b37a;
        text-transform: uppercase;
        font-size: 18px;
        color: #000
    }

    .no-touchevents .panel__logged-link-registration:hover {
        color: #fff
    }

    .panel__logged-mobile-logged-out .panel__logged-link-registration-wrap {
        float: left
    }

    .panel__logged-mobile-logged-out .panel__cabinet {
        display: block
    }

    .panel__logged-mobile-logged-out .panel__cabinet span {
        display: none
    }

    .panel-logo {
        float: left
    }

    .panel-logo .icon_logo {
        margin-top: 10px;
        margin-left: 15px
    }

    .panel__deposit-link-wrap {
        display: block;
        margin-right: 18px
    }

    .panel__cabinet {
        display: block;
        order: 9;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 32px
    }

    .panel__cabinet a {
        display: block;
        line-height: 32px
    }

    .panel__cabinet a span {
        display: none
    }

    .panel__logged-icon-cabinet {
        width: 33px;
        height: 27px;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: -4px
    }

    .panel__logged-in .panel__logged-link-account, .panel__logged-in .panel__logged-link-registration-wrap {
        display: none
    }

    .panel__logged-wrapper {
        order: 2
    }

    .panel__logged-out .panel__balance, .panel__logged-out .panel__bonuses, .panel__logged-out .panel__cp, .panel__logged-out .panel__deposit-link-wrap, .panel__logged-out .panel__divider, .panel__logged-out .panel__logged-avatar {
        display: none
    }
}

@media screen and (min-width: 420px) {
    .panel__logged-wrapper {
        padding-left: 12px;
        padding-right: 12px
    }

    .panel__currency, .panel__label, .panel__number, .panel__username {
        font-size: 14px
    }

    .panel__username_menu-mob {
        font-size: 18px;
        margin-bottom: 10px;
        max-width: 160px
    }

    .panel__label_menu-mob {
        font-size: 17px
    }

    .panel__item-block {
        margin-right: 8px
    }
}

@media screen and (min-width: 480px) {
    .panel__logged-wrapper {
        padding-left: 14px;
        padding-right: 14px
    }

    .panel__username {
        display: block
    }

    .panel__currency, .panel__label, .panel__number, .panel__username {
        font-size: 13px
    }

    .panel__username_menu-mob {
        font-size: 19px;
        max-width: 200px
    }

    .panel__label_menu-mob {
        font-size: 17px
    }
}

@media screen and (min-width: 600px) {
    .panel__username_menu-mob {
        font-size: 22px;
        margin-bottom: 11px;
        max-width: 236px
    }

    .panel__label_menu-mob {
        font-size: 21px
    }

    .panel__currency, .panel__label, .panel__number, .panel__username {
        font-size: 15px
    }
}

@media screen and (min-width: 640px) {
    .panel__logged-wrapper {
        padding-left: 22px;
        padding-right: 22px
    }

    .panel__currency, .panel__label, .panel__number, .panel__username {
        font-size: 16px
    }

    .panel__username_menu-mob {
        font-size: 22px
    }

    .panel__label_menu-mob {
        font-size: 21px
    }

    .panel__item-block {
        margin-right: 20px
    }
}

@media screen and (min-width: 1005px) {
    .panel {
        display: block;
        margin-bottom: 36px
    }

    .panel__signin {
        font-size: 0;
        text-align: right
    }

    .panel__signin-button-up {
        display: inline-block;
        margin-right: 9px;
        vertical-align: top
    }

    .panel__logged {
        height: 89px
    }

    .panel__logged-out .panel__logged-wrapper {
        display: none
    }

    .panel__logged-wrapper {
        padding: 0;
        justify-content: space-between;
        order: 1
    }

    .panel__logged-language {
        display: inline-block;
        margin-top: 26.5px;
        order: 2
    }

    .panel__logged-avatar {
        display: flex
    }

    .panel__username {
        font-size: 16px
    }

    .panel__level {
        display: block;
        margin-right: 25px
    }

    .panel__balance {
        margin-right: 25px
    }

    .panel__cp {
        order: 2;
        margin-right: 32px
    }

    .panel__cp.panel__item-block {
        margin-right: 20px
    }

    .panel__bonus {
        order: 5
    }

    .panel__label {
        font-size: 16px
    }

    .panel__number {
        font-size: 16px
    }

    .panel__currency {
        font-size: 16px
    }

    .panel__logged-mobile {
        display: none
    }

    .panel__logged-link-account {
        float: right;
        margin-right: 20px;
        align-items: center;
        height: 100%;
        display: flex
    }

    .panel__logged-link-account > svg {
        pointer-events: none
    }

    .panel__logged-icon-account {
        width: 33px;
        height: 27px;
        fill: #D5B577
    }

    .no-touchevents .panel__logged-link-exit:hover .panel__logged-icon-account, .panel__logged-link-account:active .panel__logged-icon-account {
        fill: #FFF
    }

    .panel__logged-link-exit {
        margin-right: 12px;
        margin-top: 6px;
        align-items: center;
        order: 10
    }

    .panel__logged-link-exit > svg {
        pointer-events: none
    }

    .panel__logged-icon-exit {
        width: 19px;
        height: 19px;
        fill: #D5B577
    }

    .no-touchevents .panel__logged-link-exit:hover .panel__logged-icon-exit, .panel__logged-link-exit:active .panel__logged-icon-exit {
        fill: #FFF
    }

    .icon_svg-menu-icon-bonuses {
        width: 25px;
        height: 25px
    }

    .panel__deposit-link-wrap {
        order: 1
    }

    .panel__bonuses {
        order: 3
    }

    .no-touchevents .panel__deposit-link:hover {
        color: #fff
    }

    .panel__divider {
        display: block;
        height: 20px;
        width: 1px;
        background-color: #d4b37a;
        margin-right: 20px
    }

    .panel__divider-1 {
        order: 3
    }

    .panel__divider-2 {
        order: 5
    }

    .panel__divider, .panel__item-block {
        display: block
    }

    .menu-account__item-icon, .mobile-only .menu-account__item-icon {
        width: 46px
    }

    .panel__cabinet span {
        display: block
    }

    .panel-logo .icon_logo {
        margin-top: 6.5px
    }

    .panel__logged-info {
        display: none
    }
}

@media screen and (min-width: 1280px) {
    .panel__cabinet a span {
        display: inline
    }
}

.panel__bonuses-icon-wrap svg {
    fill: #D5B577
}

.status {
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    vertical-align: middle
}

.status_new {
    margin-right: 3px;
    color: #FFF;
    padding: 2px 5px 2px 5px;
    background-color: #a9290c;
    text-transform: uppercase;
    position: relative;
    top: -1px
}

@media screen and (min-width: 480px) {
    .status {
        font-size: 12px
    }
}

.js-info-rules .js-page-content {
    background-color: #fff;
    color: #000
}

.js-info-rules .js-page-content h3 {
    color: #000
}

.js-info-rules .js-page-content .golden-text {
    color: #00f
}

.js-info-rules .js-page-content .page__title-icon {
    fill: #000
}

.js-info-rules .js-page-content a {
    color: #00f;
    border-bottom: 1px solid #00f
}

.js-info-rules .js-page-content a:hover {
    color: #00f
}

.menu-type-games .menu-item_mobile .menu-item__icon-wrapper {
    width: 25px;
    min-width: 25px
}

.menu-type-games .menu-item_mobile.menu-item_mobile-margin {
    margin-bottom: 0
}

.menu-type-games .menu-left_category {
    padding-top: 10px
}

.menu-type-games .menu-left {
    padding-bottom: 5px
}

.menu-type-games .input {
    font-size: 16px;
    padding: 15px 12px 15px 18px
}

.menu-type-games .select2-container--default .select-label .select2-selection__rendered {
    padding: 15px 50px 15px 18px;
    line-height: 24px
}

.menu-type-games .page {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px
}

@media screen and (min-width: 960px) {
    .menu-type-games .page {
        padding-top: 14px !important
    }
}

@media screen and (min-width: 320px) {
    .js-show-more.games.alone {
        width: 100%;
        padding: 10px
    }

    .hasMargin {
        margin-bottom: 2em !important;
        padding-bottom: 0 !important
    }

    .menu-type-games .page {
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-top: 14px !important
    }

    .menu-type-games .input {
        padding: 18px 50px 18px 18px !important;
        font-size: 17px !important
    }

    .menu-type-games .select2-container--default .select-label .select2-selection__rendered {
        padding: 15px 50px 15px 18px !important
    }

    .hide-all {
        padding-bottom: 2em;
        padding-top: 2em
    }

    .page__row_tournament-games .js-show-more {
        padding-bottom: 18px
    }
}

@media screen and (min-width: 420px) {
    .js-show-more.games.alone {
        width: 100%;
        padding: 10px
    }

    .hasMargin {
        margin-bottom: 2em !important;
        padding-bottom: 0 !important
    }

    .menu-type-games .page {
        padding-left: 14px !important;
        padding-right: 14px !important
    }

    .menu-type-games .input {
        padding: 18px 50px 18px 18px !important;
        font-size: 17px !important
    }

    .menu-type-games .select2-container--default .select-label .select2-selection__rendered {
        padding: 15px 50px 15px 18px !important
    }
}

@media screen and (min-width: 480px) {
    .menu-type-games .menu-item_mobile .menu-item__caption-link-text {
        font-size: 16px
    }

    .js-games-list {
        padding-bottom: 60px
    }

    .js-show-more.games.alone {
        width: 100%;
        padding: 10px
    }

    .js-show-more.games {
        width: 50%;
        float: left;
        padding: 10px;
        margin-bottom: 2em
    }

    .hide-all.games {
        width: 50%;
        float: left;
        padding: 10px
    }

    .hide-all.games.alone {
        margin-bottom: 2em
    }

    .hasMargin {
        margin-bottom: 2em !important;
        padding-bottom: 0 !important
    }

    .menu-type-games .page {
        padding-left: 14px !important;
        padding-right: 14px !important
    }

    .menu-type-games .input {
        padding: 18px 50px 18px 18px !important;
        font-size: 17px !important
    }

    .menu-type-games .select2-container--default .select-label .select2-selection__rendered {
        padding: 13px 50px 13px 18px !important
    }
}

@media screen and (min-width: 1005px) {
    .menu-type-games .menu-item_mobile .menu-item__caption-link {
        padding-left: 5px;
        padding-right: 5px
    }

    .menu-type-games .menu-item_mobile {
        display: inline-block
    }

    .menu-type-games .title-manufacture {
        position: absolute;
        padding: 0;
        margin: 0;
        right: 0;
        top: 0
    }

    .menu-type-games .searchBarProviders {
        position: relative;
        margin-bottom: 2em;
        height: 4em
    }

    .js-show-more {
        padding-bottom: 15px
    }

    .js-show-more.games.alone {
        width: 100%;
        padding: 10px
    }

    .js-show-more.games {
        width: 65%;
        float: left;
        padding: 10px;
        margin-bottom: 2em
    }

    .hide-all.games {
        width: 35%;
        display: block;
        float: left;
        padding: 10px
    }

    .hide-all.games.alone {
        margin-bottom: 2em
    }

    .page__row-item_search {
        width: 71% !important;
        padding: 0;
        margin: 0
    }
}

.hide-all.games.alone {
    width: 100%;
    padding: 10px
}

.mainPage .games-main {
    padding-top: 20px
}

.menu-type-sport .column-two__right {
    width: 100% !important
}

.menu-type-sport .menu-item_mobile .menu-item__icon-wrapper {
    width: 25px;
    min-width: 25px
}

.menu-type-sport .menu-item_mobile.menu-item_mobile-margin {
    margin-bottom: 0
}

.menu-type-sport .menu-left_category {
    padding-top: 10px
}

.menu-type-sport .menu-left {
    padding-bottom: 5px
}

.menu-type-sport .page {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px
}

@media screen and (min-width: 1005px) {
    .menu-account__item.menu-account__item_sport {
        display: inherit
    }

    .menu-type-sport .column-two__right .page-sport {
        padding: 0 10px;
        padding-bottom: 10px
    }
}

@media screen and (min-width: 320px) {
    .menu-type-sport .page {
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-top: 0 !important
    }

    .menu-type-sport .column-two__right {
        padding-top: 0
    }

    .menu-type-sport .page-sport {
        padding: 0 0
    }
}

@media screen and (min-width: 420px) {
    .menu-type-sport .page {
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-top: 0 !important
    }
}

@media screen and (min-width: 480px) {
    .menu-type-sport .menu-item_mobile .menu-item__caption-link-text {
        font-size: 16px
    }

    .menu-type-sport .page {
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-top: 0 !important
    }
}

@media screen and (min-width: 1005px) {
    .menu-type-sport .js-left-menu.column-two__left {
        display: table-row;
        width: 100%;
        max-width: 100%
    }

    .menu-type-sport .js-page-content.column-two__right {
        display: table-row;
        width: 100%;
        max-width: 100%
    }

    .menu-type-sport .menu-item_mobile {
        display: inline-block
    }

    .menu-type-sport .menu-item_mobile .menu-item__caption-link {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1005px), screen and (min-width: 1280px), screen and (min-width: 1920px) {
    .menu-type-games .column-two__right {
        width: 100% !important
    }
}

.sport-preloader {
    padding: 20px;
    text-align: center
}

.sport-preloader .loader-startpage__cell {
    display: inline-block
}

.sport-preloader .loader__text {
    position: inherit
}

@media screen and (min-width: 1005px), screen and (min-width: 1280px), screen and (min-width: 1920px) {
    .winnersAndTournamentList {
        display: block
    }

    .tournamentList {
        vertical-align: top
    }

    .page.winnersAndTournamentList .winners {
        display: block;
        position: relative;
        height: 1292px;
        overflow: hidden;
        background-color: #1d2021
    }

    .winners__items {
        height: 1292px;
        overflow: hidden
    }

    .page.winnersAndTournamentList {
        padding: 0 !important;
        margin: 0 !important
    }

    .winnersAndTournamentList .games-main__item {
        width: 33% !important
    }

    .menu-type-games .column-two__right {
        width: 100% !important
    }

    .menu-type-games .winnersAndTournamentList .page, .menu-type-sport .winnersAndTournamentList .page {
        width: 100%;
        padding-left: 2em !important;
        padding-right: 2em !important;
        padding-top: 1em !important;
        vertical-align: top
    }

    .menu-type-games .column-two {
        display: block
    }

    .menu-type-games .column-two__left {
        display: block;
        width: 100%;
        max-width: 100%
    }

    .menu-type-games .column-two__right {
        display: block;
        width: 100%;
        max-width: 100%
    }

    .menu-type-games .column-two__right .column-two {
        display: table
    }

    .menu-type-games .column-two__right .column-two .column-two__left {
        display: table-cell;
        width: 390px;
        max-width: 100%
    }

    .menu-type-games .column-two__right .column-two .column-two__right {
        display: table-cell;
        width: 615px
    }
}

@media screen and (min-width: 320px), screen and (min-width: 375px), screen and (min-width: 420px), screen and (min-width: 480px), screen and (min-width: 600px), screen and (min-width: 640px) {
    .menu-type-games .column-two__right_innerpage {
        padding-top: 0
    }

    .menu-type-games .page.winnersAndTournamentList {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .menu-type-games .winnersAndTournamentList .page {
        padding-top: 18px !important
    }

    .tournamentList .js-show-more {
        padding-bottom: 18px !important
    }
}

@media screen and (min-width: 320px), screen and (min-width: 375px), screen and (min-width: 420px), screen and (min-width: 480px) {
    .winnersAndTournamentList .winners {
        display: none
    }

    .winnersAndTournamentList .games-main__item {
        width: 50%
    }
}

.page.tournament-layout.winnersAndTournamentList {
    padding: 0 !important
}

html {
    width: 100%;
    height: 100%
}

html.mobile-only {
    overflow-y: auto
}

body {
    height: 100%;
    min-width: 320px;
    background-color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

.min-height, .min-height.column-two__right_innerpage {
    min-height: 300px
}

.only-desktop {
    min-width: 1005px
}

.mobile-only .bg:after {
    background-color: rgba(0, 0, 0, .67);
    position: fixed
}

.mobile-only .column-two__right_innerpage {
    background: 0 0
}

.bg {
    position: relative;
    overflow: hidden
}

.bg:before {
    content: "";
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, .67)
}

.bg_game:before {
    background-image: none
}

.bg.is-no-shadow:after {
    background-color: transparent
}

.container {
    max-width: 1205px;
    margin: 0 auto
}

.container__child_radius {
    border-radius: 6px 6px 0 0
}

.container__iframe {
    position: fixed;
    overflow-y: auto;
    top: 171px;
    bottom: 0;
    left: 0;
    right: 0
}

.panel__logged-mobile:empty + .container__iframe {
    top: 70px
}

.menu-mob-opened .container__iframe {
    overflow-y: hidden
}

.is-hide {
    display: none
}

.is-hide-visibility {
    visibility: hidden
}

.inline-block {
    display: inline-block
}

.friends-tournaments, .mobile-only .friends-tournaments, .table, .wysiwyg table {
    display: table
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell
}

.pull-left {
    float: left
}

.golden-text {
    color: #d5b577
}

.bold-text {
    font-weight: 700
}

.not-bold {
    font-weight: 400
}

.uppercase-text {
    text-transform: uppercase
}

.bold-golden-text {
    color: #d5b577;
    font-weight: 700
}

.bold-golden-text_600 {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.pull-right {
    float: right
}

.full-width {
    width: 100%
}

.no-wrap {
    white-space: nowrap
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.valign-center {
    vertical-align: middle;
    font-weight: inherit
}

.preloaded-images {
    width: 0;
    height: 0;
    display: inline;
    background-image: url(/img/i/loadinggame.jpg);
    background-image: url(/img/i/loadingplayer.jpg)
}

@media screen and (min-width: 320px) {
    .preloaded-images-logo {
        width: 0;
        height: 0;
        display: inline;
        background-image: url(/svg/icons/logo.svg)
    }
}

@media screen and (min-width: 1005px) {
    .preloaded-images-logo {
        width: 0;
        height: 0;
        display: inline;
        background-image: url(/svg/icons/logo_riobet.svg)
    }
}

@media screen and (min-width: 1005px) {
    body {
        background-color: #202427
    }

    .min-height {
        min-height: 600px
    }

    .min-height.column-two__right_innerpage {
        min-height: auto
    }

    .bg:before {
        background-position: 50% 0
    }

    .bg:after {
        display: none
    }

    .bg.is-no-shadow:after {
        background-color: rgba(0, 0, 0, .67)
    }

    .container {
        padding-bottom: 94px
    }

    .container_nopadding {
        padding-bottom: 0
    }

    .container__child {
        background-color: rgba(0, 0, 0, .67)
    }
}

.table-view {
    display: table;
    width: 100%;
    table-layout: fixed
}

.table-cell-view {
    display: table-cell;
    vertical-align: middle
}

.flex-center, .friends-block__item, .friends-menu__item, .friends-options__item, .friends-playing__item, .menu-fast__item, .mobile-only .friends-block__item, .mobile-only .friends-menu__item, .mobile-only .friends-options__item, .mobile-only .friends-playing__item, .mobile-only .menu-fast__item, .mobile-only .mobile-only .friends-menu__item, .mobile-only .mobile-only .friends-options__item, .mobile-only .mobile-only .friends-playing__item {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column
}

.flex-center-row, .friends-block__container, .friends-menu__container, .friends-options__container, .friends-playing__container, .mobile-only .friends-block__container, .mobile-only .friends-menu__container, .mobile-only .friends-options__container, .mobile-only .friends-playing__container, .mobile-only .mobile-only .friends-menu__container, .mobile-only .mobile-only .friends-options__container, .mobile-only .mobile-only .friends-playing__container {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row
}

@media screen and (min-width: 1920px) {
    .bg_game:before {
        background-size: 100% auto
    }
}

@media screen and (min-width: 2138px) {
    .bg:before {
        background-size: 100% auto
    }
}

.thumbnail__img {
    position: unset !important
}

.thumbnail-play {
    margin: unset;
    max-width: 100% !important
}

@media screen and (min-width: 1005px) {
    .games-main__item {
        width: 33%
    }
}

.wysiwyg a {
    font-size: 14px !important
}

.prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
    z-index: 9999;
    list-style: none
}

.next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
    z-index: 9999;
    list-style: none
}

.next, .prev {
    padding: 10px;
    margin: 0 10px;
    background: #3333335c;
    border-radius: 3px;
    font-weight: bold;
    font-size: 24px
}

.js-carousel-block {
    position: relative
}

.carousel-main_item {
    position: relative
}

.carousel-text {
    position: absolute;
    top: 0
}

@media screen and (max-width: 768px) {
    .carousel-text {
        position: inherit !important
    }
}

.jackpot-desktop {
    min-height: 68px !important
}

.main_content li, .main_content p {
    font-size: 18px !important
}

.main_content h1, .main_content h2, .main_content h3, .main_content h4 {
    color: #d5b577
}

.main_content table td {
    text-align: center !important;
    font-size: 14px !important;
    padding: 15px !important
}

.main_content table {
    background: #ffffff17;
    margin-top: 15px
}

@media screen and (min-width: 320px) {
    .menu-container {
        margin-top: 70px
    }
}

blockquote {
    padding: 10px;
    padding-top: 1px;
    background: #d5b57740;
    padding-left: 30px;
    border-left: 10px solid #eace97;
    text-align: justify;
    margin: 15px 0px;
    font-style: italic
}

#menu_games {
    display: block !important;
    padding: 5px 0 !important;
    width: 100% !important;
    max-width: 100% !important
}

#menu_games .menu-item {
    display: inline-block !important
}

#menu_games .menu-left {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.menu-mob, .mobile-only .menu-mob {
    height: -webkit-fit-content;
    height: fit-content;
    padding-bottom: 0 !important
}

@media (max-width: 768px) {
    .menu-mob {
        z-index: 999
    }

    .panel-logo {
        position: absolute;
        right: 50%;
        transform: translate(50%, 2px)
    }

    .js-carousel-block {
        margin-top: 88px !important;
        z-index: 5
    }

    .main_content blockquote, .main_content li, .main_content p {
        font-size: 15px !important
    }

    .main_content table tr td:nth-child(3), .main_content table tr td:nth-child(4), .main_content table tr td:nth-child(5), .main_content table tr td:nth-child(6), .main_content table tr td:nth-child(7) {
        display: none
    }

    .main-content table tr td:first-child, .main-content table tr td:nth-child(2) {
        width: 50%
    }

    table tr td:nth-child(3), table tr td:nth-child(4), table tr td:nth-child(5), table tr td:nth-child(6), table tr td:nth-child(7) {
        display: none
    }

    table tr td:first-child, table tr td:nth-child(2) {
        width: 50%
    }

    .menu-account__item-link img {
        width: 42px !important;
        vertical-align: middle
    }

    .games-main__title {
        font-size: 20px !important
    }

    h1 {
        font-size: 32px !important
    }

    h2 {
        font-size: 18px !important
    }

    h3 {
        font-size: 17px !important
    }

    .menu-item__caption-link-text {
        font-size: 14px !important
    }

    .menu-container {
        margin-top: 0 !important;
        margin-bottom: 15px
    }
}

.main_content table tr:first-child td {
    color: #eace97
}

.menu-account__item-link img {
    width: 45px;
    margin-bottom: 5px;
    vertical-align: middle
}

.button_404 {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #d5b577;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    margin-left: 10px;
    cursor: pointer
}

.game-window-container {
    display: block !important
}

.h, h1, h2, h3, h4 {
    margin: 15px 0 !important;
    color: #d5b577 !important;
    text-transform: unset !important
}

h1 span {
    text-transform: unset !important
}

.menu-container {
    margin-top: 36px
}

#comment-form {
    margin: 10px
}

.form-group {
    margin: 15px
}

.comments {
    margin: 15px !important
}

.markItUpHeader {
    display: none !important
}

.form-group input {
    background: #d5b577;
    color: #333;
    border-radius: 5px;
    border: none;
    padding: 7px;
    margin-left: 10px
}

.form-group label {
    color: #d5b577;
    display: inline-block;
    width: 5%
}

#comment-editor {
    background: #e6dece;
    color: #333;
    border-radius: 5px;
    border: none;
    padding: 7px
}

.form-actions input {
    background: #d5b577;
    border: none;
    border-radius: 5px;
    padding: 7px;
    font-weight: 600
}

.ticket-comment {
    background: #8c754866;
    padding: 15px;
    border-radius: 5px
}

.comment-reply a {
    margin: 5px;
    color: #d5b577
}

.ticket-comment-createdon {
    color: #797979 !important
}

.ticket-comment-text {
    padding: 10px
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.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-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.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
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    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(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: 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;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

.header-menu-sidebar-item {
    width: 100%;
    margin: 0 auto
}

.mob_head {
    display: none
}

.button:not(.button_no_hover):hover {
    background: #f7e1b4;
    transition: .3s
}

.button__area {
    display: none;
    position: absolute;
    z-index: 5
}

.button__border {
    display: none;
    border-radius: inherit;
    border: 2px solid #f7e1b4;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    overflow: hidden
}

.button__text, .button__text * {
    position: relative;
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    z-index: 2
}

#header {
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    background: #1E1E1E;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 200;
    text-align: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.header-wrap {
    width: 100%;
    max-width: 100%;
    height: 68px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-item {
    height: 100%
}

.header-item:first-child {
    width: 100%;
    flex-shrink: 1;
    display: flex
}

.header-menu {
    width: 70px;
    height: 100%;
    fill: #C5C5C5;
    color: #C5C5C5;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s
}

.header-logo, .header-menu {
    -webkit-tap-highlight-color: transparent
}

.badge-digit {
    position: absolute;
    background: #F11414;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    animation: badge-digit-tween 1s linear infinite
}

.header-menu .badge-digit {
    top: 16px;
    z-index: 1;
    left: 16px;
    width: 8px;
    height: 8px
}

.icon-w-24 {
    width: 24px;
    height: 24px !important
}

.header-menu-text {
    margin-left: 12px
}

.header-logo-sidebar, .header-menu-sidebar {
    -webkit-tap-highlight-color: transparent;
    font-style: normal;
    font-weight: 500;
    width: 320px;
    height: 100vh;
    background: red;
    position: absolute;
    top: 0;
    z-index: 200;
    background: #252525;
    transition: 0.3s
}

.header-menu-sidebar.js-header-menu-sidebar.hidden {
    display: none
}

.header-menu-sidebar_wrapper {
    height: 100%
}

.header-logo-sidebar_header, .header-menu-sidebar_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 28px
}

.header-menu-sidebar_header {
    padding: 18px 18px 0px 18px
}

.header-logo-sidebar_header img, .header-logo-sidebar_header svg, .header-menu-sidebar_header img, .header-menu-sidebar_header svg {
    cursor: pointer;
    fill: #888;
    transition: 0.3s
}

.header-logo-sidebar_body, .header-menu-sidebar_body {
    padding: 8px 16px 16px 16px;
    height: calc(100% - 60px);
    overflow: auto;
    position: fixed;
    width: 320px
}

.header-menu-sidebar_body {
    scrollbar-width: thin
}

.header-logo-sidebar-item, .header-menu-sidebar-item {
    height: 40px;
    background: #303030;
    margin: 10px 0 10px 0;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    fill: #E0E0E0;
    color: #E0E0E0;
    padding: 8px;
    transition: 0.3s;
    cursor: pointer;
    position: relative
}

.header-logo-sidebar-item-left, .header-menu-sidebar-item-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.f-reg {
    font-size: 16px
}

.header-logo-sidebar_links, .header-menu-sidebar_links {
    padding: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left
}

.header-logo-sidebar_links a, .header-menu-sidebar_links a {
    color: #888;
    cursor: pointer;
    margin-bottom: 20px;
    transition: 0.3s
}

.header-logo-sidebar_body, .header-menu-sidebar_body {
    padding: 8px 16px 16px 16px;
    height: calc(100% - 60px);
    overflow: auto;
    position: fixed;
    width: 320px
}

.header-item:nth-child(2) {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.header-logo {
    float: left;
    margin: auto 12px auto 0
}

.header-logo, .header-menu {
    -webkit-tap-highlight-color: transparent
}

.header .header-logo__desc {
    display: block
}

.header .header-logo_mobile {
    display: none
}

.header .icon-riobet-mobile {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    width: 50px;
    height: 48px
}

.header-item:last-child {
    width: 100%;
    flex-shrink: 1;
    display: flex;
    flex-direction: row-reverse
}

.header-account {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0 24px 0 12px
}

.header-account .button {
    height: 40px;
    display: flex;
    align-items: center
}

.header-account .button {
    margin: 3px 10px;
    height: 35px
}

.button__area {
    display: none;
    position: absolute;
    z-index: 5
}

.button__border {
    display: none;
    border-radius: inherit;
    border: 2px solid #f7e1b4;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    overflow: hidden
}

.button__text, .button__text * {
    position: relative;
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    z-index: 2
}

.header-account .button span {
    white-space: nowrap
}

.button_major {
    background: #27AE60;
    color: #fff;
    transition: .3s
}

.header-logo-and-menu-sidebar-shadow {
    display: none;
    content: '';
    position: absolute;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.85;
    background: #000000;
    z-index: 4
}

.header-item {
    height: 100%
}

.header-logo .icon-riobet {
    height: 56px;
    width: 175px
}

.button_major {
    background: #27AE60 !important;
    color: #fff !important;
    transition: .3s;
    border: 0px !important
}

.container__child.container__child_radius {
    margin-top: 122px !important
}

.mob_head {
    display: none
}

@media screen and (max-width: 768px) {
    .menu__item {
        margin: 5px 5px !important
    }

    .menu__item .icon {
        margin-right: 0px !important
    }

    .tutorial-item-list {
        display: block !important
    }
}

@media screen and (max-width: 530px) {
    .main_content img {
        max-width: 95% !important;
        height: auto !important;
        display: block !important
    }

    .header-item:last-child {
        display: none !important
    }

    .tournament-banner-wrap {
        grid-template-columns:repeat(1, 1fr) !important
    }

    .menu__item-text {
        font-size: 12px !important;
        text-align: center
    }

    .mobnot {
        display: none !important
    }

    #menu_games {
        display: none !important
    }

    .mob_head {
        display: flex !important;
        position: relative;
        top: 66px;
        margin: 0px;
        padding: 3px 20px;
        background: #1e1e1e
    }

    .menuh {
        top: 120px !important
    }

    .bg:before {
        background-image: none !important;
        background: #303030 !important
    }
}

@media screen and (max-width: 370px) {
    .menu__item-text {
        font-size: 11px !important
    }

    .header-logo .icon-riobet {
        height: 56px !important;
        width: 115px !important
    }

    a.menu__item.js-menu-item.menu__item_active.zerkalno {
        display: none !important
    }
}

a.menu-item_side {
    padding-left: 25px !important;
    margin-bottom: 5px !important
}

.tutorial-item__text {
    margin-bottom: 5px !important
}

.slick-track {
    position: relative !important;
    top: 12px !important
}

p.js-read-more {
    margin-top: 15px !important
}

ol {
    max-width: 95% !important;
    margin: 10px auto !important
}

ul {
    max-width: 95% !important;
    margin: 10px auto !important
}

.h {
    font-weight: bold
}

h1 {
    font-size: 35px !important;
    text-align: center;
}

.h, h2 {
    font-size: 22px !important
}

h3, h4 {
    font-size: 20px !important
}

.bgtransparent1px {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=)
}

.no-tap-highlight {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0
}

article, aside, details, figure, footer, header, nav, section, summary {
    display: block
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

embed, img, object {
    max-width: 100%
}

.no-touchevents {
    overflow-y: scroll
}

ul {
    list-style: disc;

}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 700;
    vertical-align: bottom
}

td {
    font-weight: 400;
    vertical-align: top
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}

input[type=radio] {
    vertical-align: text-bottom
}

input[type=checkbox] {
    vertical-align: bottom
}

input, select, textarea {
    font: 99% sans-serif
}

table {
    font-size: inherit;
    font: 100%
}

small {
    font-size: 85%
}

strong {
    font-weight: 700
}

td, td img {
    vertical-align: top
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

code, kbd, pre, samp {
    font-family: monospace, sans-serif
}

.clickable, button, input[type=button], input[type=file], input[type=submit], label {
    cursor: pointer
}

button, input, select, textarea {
    margin: 0
}

button, input[type=button] {
    width: auto;
    overflow: visible
}

.avatar-change__option:after, .avatar-change__option:before, .clearfix:after, .clearfix:before, .friend-message__info:after, .friend-message__info:before, .mobile-only .avatar-change__option:after, .mobile-only .avatar-change__option:before, .mobile-only .friend-message__info:after, .mobile-only .friend-message__info:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.avatar-change__option:after, .clearfix:after, .friend-message__info:after, .mobile-only .avatar-change__option:after, .mobile-only .friend-message__info:after {
    clear: both
}

.avatar-change__option, .clearfix, .friend-message__info, .mobile-only .avatar-change__option, .mobile-only .friend-message__info {
    zoom: 1
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit
}

input, textarea {
    outline: 0
}

:focus {
    outline: 0
}

input, textarea {
    -webkit-appearance: none
}

input:focus, textarea:focus {
    outline: 0
}

textarea {
    resize: none
}

button[disabled], input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

:focus {
    outline: 0
}

a {
    text-decoration: none
}

.no-touch a:hover {
    text-decoration: underline
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    touch-action: pan-y
}

.swiper-wp8-vertical {
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg)
    }
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition: transform 2s;
    transform: translateY(0)
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-draggable-handle {
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-sortable-handle {
    touch-action: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
    right: .5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: .4em 2.1em .4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #454545;
    text-decoration: none
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #2b2b2b;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error-text .ui-icon, .ui-state-error .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: alpha(opacity=30)
}

.ui-widget-shadow {
    margin: 0;
    padding: 5px;
    background: #666;
    opacity: .3;
    filter: alpha(opacity=30);
    border-radius: 8px
}

.grecaptcha-badge {
    visibility: hidden
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #FFF
}

input, select, textarea {
    font-family: 'Open Sans', sans-serif
}

button, label {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

b, strong {
    font-weight: 500
}

a {
    color: #FFF;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.no-touchevents a:hover {
    color: #d5b577
}

.no-touchevents a:hover:active, a:active {
    color: #FFF
}

.uikit {
    background-color: #0e1012;
    padding: 40px 6px 200px
}

.uikit__row {
    padding: 24px 0
}

.uikit__row_42 {
    max-width: 420px
}

@media screen and (min-width: 1005px) {
    .uikit {
        padding-left: 52px;
        padding-right: 52px
    }
}

.loader {
    height: 100px;
    width: 100px;
    position: relative;
    text-align: center
}

.loader__text {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    position: relative;
    top: -50px
}

.loader__jump, .loader__jump:after, .loader__jump:before {
    display: inline-block;
    position: relative;
    width: 5px;
    height: 34px;
    border-radius: 1000px;
    background: #FFF;
    margin-top: 5px;
    animation: upDown2 .8s ease infinite;
    animation-direction: alternate;
    animation-delay: .2s;
    outline: 1px solid transparent
}

.loader__jump:after, .loader__jump:before {
    position: absolute;
    content: '';
    animation: upDown .8s ease infinite;
    animation-direction: alternate
}

.loader__jump:before {
    left: -10px
}

.loader__jump:after {
    left: 10px;
    animation-delay: .4s
}

@keyframes upDown {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-8px)
    }
}

@keyframes upDown2 {
    0% {
        transform: translateY(8px)
    }
    to {
        transform: translateY(-5px)
    }
}

.loader__jump-startpage {
    display: inline-block;
    position: relative;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50px
}

.loader__jump-startpage:before {
    content: "";
    position: absolute;
    top: -38px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .1);
    transform-origin: 0 100%;
    animation: loader2 2s linear infinite
}

.loader__jump-startpage:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    border-radius: 0 0 0 50px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .1);
    transform-origin: 100% 0;
    animation: loader2 2s linear infinite
}

@keyframes loader2 {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.loader-startpage {
    background: #202427;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: table
}

.loader-startpage .loader-canvas-container {
    width: 320px;
    height: 240px;
    margin: auto
}

.loader-startpage .loader-canvas-container canvas {
    position: relative;
    left: -90px;
    top: -55px;
    width: 500px
}

.loader-startpage__cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.loader-startpage__item {
    margin-bottom: 40px;
    margin-top: 40px
}

.is-loader-startpage {
    overflow: hidden
}

.is-loader-startpage > body > div:not(.loader-startpage) {
    display: none
}

.is-loader-startpage > body > div:not(.loader-startpage).game-message {
    display: flex;
    visibility: hidden
}

.mobile-only .page, .page {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 35px
}

.mobile-only .page ul, .page ul {
    margin-bottom: 30px
}

.mobile-only .page ul li, .page ul li {
    font-weight: 400;
    padding-left: 32px;
    position: relative;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 32px
}

.mobile-only .page ul li:before, .page ul li:before {
    color: #d5b577;
    content: "\25CF";
    font-size: 26px;
    line-height: 0;
    position: absolute;
    top: 14px;
    left: 0
}

.mobile-only .page ul li:last-child, .page ul li:last-child {
    margin-bottom: 0
}

.mobile-only .page.main-search, .page.main-search {
    padding-top: 14px;
    padding-bottom: 0
}

.mobile-only .page__title-caption, .page__title-caption {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle
}

.mobile-only .page__title, .page__title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px
}

.mobile-only .page__title_high, .page__title_high {
    margin-bottom: 50px
}

.mobile-only .page__title_medium2, .page__title_medium2 {
    margin-bottom: 38px
}

.mobile-only .page__title_medium, .page__title_medium {
    margin-bottom: 20px
}

.mobile-only .page__title_short, .page__title_short {
    margin-bottom: 17px
}

.mobile-only .page__title-icon, .page__title-icon {
    fill: #D5B577;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    margin-right: 8px
}

.mobile-only .page__title_no-margin, .page__title_no-margin {
    margin-bottom: 0
}

.mobile-only .page__form-default, .mobile-only .page__form-login, .page__form-default, .page__form-login {
    margin-bottom: 61px
}

.mobile-only .page__form-message-answer, .page__form-message-answer {
    margin-bottom: 50px
}

.mobile-only .page__social h2, .page__social h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 31px
}

.mobile-only .page__security h2, .page__security h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 47px
}

.mobile-only .page__bonus-activate h2, .page__bonus-activate h2 {
    margin-bottom: 27px
}

.mobile-only .page__progress, .page__progress {
    margin-bottom: 50px
}

.mobile-only .page__title_messages, .page__title_messages {
    margin-bottom: 36px
}

.mobile-only .page__row_messages, .page__row_messages {
    padding-bottom: 40px
}

.mobile-only .page__row_messages-table, .page__row_messages-table {
    padding-bottom: 30px
}

.mobile-only .page__row_problem-solved, .page__row_problem-solved {
    margin-bottom: 26px
}

.mobile-only .page__form-write-response, .page__form-write-response {
    margin-bottom: 80px
}

.mobile-only .page__form-response-rules h2, .page__form-response-rules h2 {
    margin-bottom: 36px
}

.mobile-only .page__row_info-bonus-info-back, .page__row_info-bonus-info-back {
    padding-bottom: 37px
}

.mobile-only .page__row, .page__row {
    padding-bottom: 66px
}

.mobile-only .page__row_info-bonus, .page__row_info-bonus {
    margin-bottom: 30px
}

.mobile-only .page__row_jackpot-games, .page__row_jackpot-games {
    padding-bottom: 34px
}

.mobile-only .page__row_fresh-games, .page__row_fresh-games {
    padding-top: 10px;
    padding-bottom: 0
}

.mobile-only .page__row_tournament-games, .page__row_tournament-games {
    padding-top: 45px;
    padding-bottom: 0
}

.mobile-only .page__row_tournament_games_block, .page__row_tournament_games_block {
    padding-bottom: 45px
}

.mobile-only .page__row_answer, .page__row_answer {
    padding-bottom: 34px
}

.mobile-only .page__row_faq, .page__row_faq {
    padding-bottom: 15px;
    color: #d5b577;
    font-size: 22px;
    font-weight: 700
}

.mobile-only .page__row-less, .page__row-less {
    padding-bottom: 54px
}

.mobile-only .page__row-lesssmaller, .page__row-lesssmaller {
    padding-bottom: 45px
}

.mobile-only .page__row-lesser, .page__row-lesser {
    padding-bottom: 30px
}

.mobile-only .page__row-small, .page__row-small {
    margin-bottom: 0
}

.mobile-only .page__row_verification-email-code, .page__row_verification-email-code {
    padding-bottom: 46px
}

.mobile-only .page__row-verification-email-back, .page__row-verification-email-back {
    padding-bottom: 33px
}

.mobile-only .page__row-verification-birthday-back, .page__row-verification-birthday-back {
    padding-bottom: 42px
}

.mobile-only .page__row-verification-birthday-pasport, .page__row-verification-birthday-pasport {
    padding-bottom: 50px
}

.mobile-only .page__row-game-window, .page__row-game-window {
    padding-bottom: 18px
}

.mobile-only .page__row_choose-avatar, .page__row_choose-avatar {
    padding-bottom: 27px
}

.mobile-only .page__row_bonus, .page__row_bonus {
    position: relative
}

.mobile-only .page__row_bonus-info-back, .page__row_bonus-info-back {
    padding-bottom: 25px
}

.mobile-only .page__row_bonus-activate-conditions, .page__row_bonus-activate-conditions {
    padding-bottom: 30px
}

.mobile-only .page__row_bonus-activate-requirements, .page__row_bonus-activate-requirements {
    padding-bottom: 39px
}

.mobile-only .page__row_bonus-activate-agree, .page__row_bonus-activate-agree {
    padding-bottom: 32px
}

.mobile-only .page__row_bonus-activate-banner, .page__row_bonus-activate-banner {
    margin-bottom: 51px;
    padding-bottom: 0
}

.mobile-only .page__row_withdraw, .page__row_withdraw {
    padding-bottom: 23px
}

.mobile-only .page__row_birthday_paragraph, .page__row_birthday_paragraph {
    padding-bottom: 29px
}

.mobile-only .page__row_register-payment, .page__row_register-payment {
    padding-bottom: 17px
}

.mobile-only .page__row_rules-paragraph, .page__row_rules-paragraph {
    background-color: #333;
    padding: 12px 28px 7px 28px;
    margin-bottom: 44px
}

.mobile-only .page__row_rules-paragraph-color, .page__row_rules-paragraph-color {
    background-color: #d5b577;
    padding: 18px 20px 1px 20px;
    color: #1e2123;
    margin-bottom: 38px
}

.mobile-only .page__row_less, .page__row_less {
    margin-bottom: 20px
}

.mobile-only .page__row_new-deposit-info, .page__row_new-deposit-info {
    padding-bottom: 14px
}

.mobile-only .page__row-less-md, .page__row-less-md {
    padding-bottom: 30px
}

.bonus_page_links {
    width: 100%
}

.bonus_page_links td:nth-child(2) {
    text-align: right
}

.mobile-only .page__row_big, .page__row_big {
    padding-bottom: 76px
}

.mobile-only .page__row_bigger, .page__row_bigger {
    padding-bottom: 86px
}

.mobile-only .page__separator, .page__separator {
    border-bottom: 1px solid #474c48;
    margin-bottom: 25px
}

.mobile-only .page__separator_small, .page__separator_small {
    margin-bottom: 22px
}

.mobile-only .page__separator-text, .page__separator-text {
    text-align: right;
    font-size: 18px;
    padding-right: 9px;
    padding-bottom: 11px
}

.mobile-only .page__row-item, .page__row-item {
    margin-bottom: 27px
}

.mobile-only .page__row-item:last-child, .page__row-item:last-child {
    margin-bottom: 0
}

.mobile-only .page__row-item p, .page__row-item p {
    font-size: 21.8px
}

.mobile-only .page__row-item .p_bonus-activate, .page__row-item .p_bonus-activate {
    letter-spacing: .2px;
    line-height: 32px
}

.mobile-only .page__row-item_tall, .page__row-item_tall {
    margin-bottom: 43px
}

.mobile-only .page__row-item_search, .page__row-item_search {
    margin-bottom: 37px
}

.mobile-only .page__row-item_paragraph p, .page__row-item_paragraph p {
    line-height: 26px;
    margin-bottom: 27px
}

.mobile-only .page__control-top, .page__control-top {
    margin-top: -1px
}

.mobile-only .page__bitcoin-bg, .page__bitcoin-bg {
    background-color: #d5b577;
    padding: 14px 12px 14px 12px;
    color: #1e2123;
    word-break: break-all
}

@media screen and (min-width: 320px) {
    .page ul li {
        margin-bottom: 16px
    }
}

@media screen and (min-width: 420px) {
    .page {
        padding-left: 30px;
        padding-right: 30px
    }

    .page__title-caption {
        font-size: 25px
    }

    .page__title {
        font-size: 25px
    }
}

.page__row_subject {
    margin-bottom: 32px;
    word-break: break-all;
    word-wrap: break-word
}

.page__row_question {
    margin-bottom: 36px
}

@media screen and (min-width: 480px) {
    .page__row_rules-paragraph {
        padding: 26px 42px 7px 42px
    }

    .page__title_no-margin {
        margin-bottom: 0
    }

    .page__row_jackpot-games {
        padding-bottom: 52px
    }

    .page__row_less {
        margin-bottom: 27px
    }
}

@media screen and (min-width: 600px) {
    .page__row_jackpot-games {
        padding-bottom: 58px
    }

    .page__title_messages {
        margin-bottom: 57px
    }

    .page__row_messages {
        padding-bottom: 60px
    }

    .page__row_messages-table {
        padding-bottom: 48px
    }

    .page__form-message-answer {
        margin-bottom: 89px
    }

    .page__form-write-response {
        margin-bottom: 112px
    }
}

@media screen and (min-width: 640px) {
    .page__row_rules-paragraph-color {
        padding: 24px 20px 7px 20px;
        margin-bottom: 58px
    }
}

@media screen and (min-width: 1005px) {
    .page ul li {
        margin-bottom: 32px
    }

    .page__title {
        margin-bottom: 26px
    }

    .page__title_no-margin {
        margin-bottom: 0
    }

    .page__separator {
        margin-bottom: 15px
    }

    .page__row-less-md {
        padding-bottom: 60px
    }

    .page__row-small {
        margin-bottom: 14px
    }
}

.maintance, .mobile-only .maintance {
    display: table;
    width: 100%;
    height: 100%;
    padding: 12px
}

.maintance.bg, .mobile-only .maintance.bg {
    overflow: visible;
    position: static
}

.maintance__title, .mobile-only .maintance__title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin-bottom: 10px
}

.maintance__cell, .mobile-only .maintance__cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 20px
}

.maintance p, .mobile-only .maintance p {
    font-size: 18px
}

@media screen and (min-width: 600px) {
    .maintance__title {
        font-size: 30px
    }

    .maintance p {
        font-size: 22px
    }
}

@media screen and (min-width: 1005px) {
    .maintance {
        background-color: rgba(0, 0, 0, .67)
    }
}

.mobile-only .row, .row {
    font-size: 0
}

.mobile-only .row__cell, .row__cell {
    display: inline-block;
    vertical-align: top
}

.mobile-only .row__cell_2, .row__cell_2 {
    width: 50%
}

.mobile-only .row__cell_2-m, .row__cell_2-m {
    width: 100%
}

.mobile-only .row__cell_3, .row__cell_3 {
    width: 33.333%
}

.mobile-only .row__c1, .row__c1 {
    width: 8.33333333%
}

.mobile-only .row__c2, .row__c2 {
    width: 16.66666667%
}

.mobile-only .row__c3, .row__c3 {
    width: 25%
}

.mobile-only .row__c4, .row__c4 {
    width: 33.33333333%
}

.mobile-only .row__c5, .row__c5 {
    width: 41.66666667%
}

.mobile-only .row__c6, .row__c6 {
    width: 50%
}

.mobile-only .row__c7, .row__c7 {
    width: 58.33333333%
}

.mobile-only .row__c8, .row__c8 {
    width: 66.66666667%
}

.mobile-only .row__c6-xs, .row__c6-xs {
    width: 50%
}

.mobile-only .row__padding-left, .row__padding-left {
    padding-left: 3%
}

.mobile-only .row__cell_2-m .row__padding-left, .row__cell_2-m .row__padding-left {
    padding-left: 0
}

.mobile-only .row__padding-left_small, .row__padding-left_small {
    padding-left: 3%
}

.mobile-only .row__padding-right, .row__padding-right {
    padding-right: 3%
}

.mobile-only .row__cell_2-m .row__padding-right, .row__cell_2-m .row__padding-right {
    padding-right: 0
}

.mobile-only .row__cell_60, .row__cell_60 {
    width: 60%
}

.mobile-only .row__cell_68, .row__cell_68 {
    width: 68%
}

.mobile-only .row__cell_40, .row__cell_40 {
    width: 40%
}

.mobile-only .row__cell_32, .row__cell_32 {
    width: 32%
}

.mobile-only .row__cell-item, .row__cell-item {
    margin-bottom: 14px
}

.mobile-only .row__cell-item:last-child, .row__cell-item:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 480px) {
    .row__cell_2-m .row__padding-left, .row__padding-left {
        padding-left: 8%
    }

    .row__cell_2-m .row__padding-right, .row__padding-right {
        padding-right: 8%
    }

    .row__padding-left_small {
        padding-left: 3%
    }

    .row__cell_2-m {
        width: 50%
    }
}

@media screen and (min-width: 600px) {
    .row__c4 {
        width: 33.33333333%
    }

    .row__c8 {
        width: 66.66666667%
    }
}

.flex {
    display: flex
}

.flex_jc-space-between {
    justify-content: space-between
}

.flex__item_min-width {
    min-width: 100px
}

.column {
    display: table-cell
}

.column_1 {
    width: 100%
}

.column_2 {
    width: 50%
}

.column_3 {
    width: 33.333%
}

.column_4 {
    width: 25%
}

.column_5 {
    width: 20%
}

.icon {
    display: inline-block
}

.icon_middle {
    vertical-align: middle
}

.icon_margin-right {
    margin-right: 5px
}

.icon_rotate-half {
    transform: rotate(180deg)
}

.icon_svg-scale {
    background-size: auto 100% !important
}

.icon_svg-checkbox-button {
    opacity: 1;
    fill: #d5b577
}

.icon_friends-my-page, .mobile-only .icon_friends-my-page {
    width: 29px;
    height: 34px;
    top: -8px
}

.icon_friends-friends, .mobile-only .icon_friends-friends {
    width: 34px;
    height: 34px;
    top: -6px
}

.icon_friends-invite, .mobile-only .icon_friends-invite {
    width: 34px;
    height: 29px
}

.icon_friends-messages, .mobile-only .icon_friends-messages {
    width: 32px;
    height: 34px;
    top: -6px
}

.icon_svg-heart, .mobile-only .icon_svg-heart {
    width: 19.2px;
    height: 17.6px
}

.icon_svg-menu_finances {
    width: 22px;
    height: 16px
}

.icon_svg-minus, .icon_svg-plus {
    width: 23px;
    height: 23px
}

.icon_svg-menu_game-history {
    width: 25px;
    height: 25px
}

.icon_svg-choose-from-collection {
    width: 41px;
    height: 37px
}

.icon_svg-advanced, .icon_svg-vip {
    width: 32px;
    height: 32px;
    margin-right: 4px
}

.icon_chat {
    width: 31px;
    height: 31px;
    position: relative;
    top: -5px
}

.icon_scroll {
    height: 86px;
    width: 74px
}

.icon_svg-bonus-active, .icon_svg-bonus-available {
    width: 25px;
    height: 25px;
    position: relative;
    top: 4px
}

.icon_svg-upload {
    width: 41px;
    height: 41px
}

.icon_svg-menu_messages {
    width: 25px;
    height: 21px
}

.icon_svg-menu_settings {
    width: 23px;
    height: 21px
}

.icon_svg-menu_sign-in {
    width: 23px;
    height: 23px
}

.icon_svg-menu_sign-up {
    width: 25px;
    height: 21px
}

.icon_svg-menu_star {
    width: 25px;
    height: 23.6px
}

.icon_svg-checkbox {
    width: 26px;
    height: 18px
}

.icon_svg-search_gold {
    width: 30px;
    height: 30px
}

.icon_svg-back-arrow {
    width: 9.63px;
    height: 17.13px
}

.icon_svg-back-arrow-small {
    width: 5px;
    height: 8px
}

.icon_svg-next-arrow {
    width: 9.63px;
    height: 17.13px
}

.icon_svg-step-arrow_gold {
    width: 8px;
    height: 15px
}

.icon_svg-social-fb, .mobile-only .icon_svg-social-fb {
    width: 21.6px;
    height: 39.2px
}

.icon_svg-social-g, .mobile-only .icon_svg-social-g {
    width: 42.4px;
    height: 38.4px
}

.icon_svg-social-tw, .mobile-only .icon_svg-social-tw {
    width: 43.2px;
    height: 35.2px
}

.icon_svg-social-vk, .mobile-only .icon_svg-social-vk {
    width: 46px;
    height: 24.8px
}

.icon_svg-sign_in, .mobile-only .icon_svg-sign_in {
    width: 23px;
    height: 23px
}

.icon_svg-photo, .mobile-only .icon_svg-photo {
    width: 80px;
    height: 64px
}

.icon_svg-sign_up {
    width: 25px;
    height: 21px
}

.icon_svg-slider-arrow {
    width: 9px;
    height: 15px
}

.icon_all-games, .mobile-only .icon_all-games {
    width: 46px;
    height: 46px;
    fill: #D5B577
}

.icon_info, .mobile-only .icon_info {
    width: 47px;
    height: 46px;
    fill: #D5B577
}

.icon_friends {
    width: 54px;
    height: 46px;
    fill: #D5B577
}

.icon_svg-check {
    width: 21px;
    height: 15px;
    fill: #6faa36
}

.icon_svg-error {
    width: 20px;
    height: 20px
}

.icon_svg-clock {
    width: 20px;
    height: 20px
}

.icon_account, .mobile-only .icon_account {
    width: 45px;
    height: 34px;
    fill: #D5B577
}

.icon_svg-fresh-games {
    width: 42px;
    height: 36px
}

.icon_svg-popular-games {
    width: 42px;
    height: 53px
}

.icon_svg-jackpots {
    width: 40px;
    height: 35px
}

.icon_svg-winners {
    width: 40px;
    height: 36px
}

.icon_svg-neteller {
    width: 124px;
    height: 20px
}

.icon_svg-skrill {
    width: 64px;
    height: 22px
}

.icon_svg-home {
    width: 27px;
    height: 19px
}

.icon_svg-exit {
    width: 16px;
    height: 14px
}

.icon_svg-bonus {
    width: 28px;
    height: 28px
}

.icon_svg-bonus2 {
    width: 53px;
    height: 53px
}

.icon_svg-clear {
    width: 21px;
    height: 21px
}

.icon_svg-attach {
    width: 34px;
    height: 34px;
    min-width: 34px
}

.icon_svg-remove {
    width: 22px;
    height: 22px
}

.icon_svg-face-bad, .icon_svg-face-good {
    width: 28px;
    height: 28px
}

.icon_svg-cp {
    width: 25px;
    height: 24px
}

.icon_svg-fullscreen2 {
    width: 17px;
    height: 17px
}

.icon_svg-newwindow {
    width: 17px;
    height: 17px
}

.icon_svg-close {
    width: 17px;
    height: 17px
}

.icon_svg-refresh {
    width: 17px;
    height: 17px
}

.icon_status, .mobile-only .icon_status {
    width: 18px;
    height: 18px;
    fill: #d5b577
}

.icon_white {
    fill: #FFF
}

.icon_golden {
    fill: #d5b577
}

.icon_flag-en {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -224px -296px;
    width: 24px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_flag-en {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_flag-ru {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -413px -222px;
    width: 24px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_flag-ru {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_flag-es {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -276px -296px;
    width: 24px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_flag-es {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_flag-zh-hans {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -302px -296px;
    width: 24px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_flag-zh-hans {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_flag-sv {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -198px -296px;
    width: 24px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_flag-sv {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_flag-fi {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -250px -296px;
    width: 24px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_flag-fi {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_logo, .mobile-only .icon_logo {
    background-size: cover;
    background-image: url(/icons/logo.svg)
}

.icon_visa {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -125px -207px;
    width: 89px;
    height: 28px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_visa {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_mastercard {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -372px -65px;
    width: 64px;
    height: 38px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_mastercard {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_webmoney {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -268px -153px;
    width: 122px;
    height: 31px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_webmoney {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_bitcoin {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -125px -179px;
    width: 123px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_bitcoin {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_yandex {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -268px -113px;
    width: 101px;
    height: 38px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_yandex {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_qiwi {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -268px -65px;
    width: 102px;
    height: 46px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_qiwi {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_netent {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: 0 -265px;
    width: 76px;
    height: 29px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_netent {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_amatic {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -332px -222px;
    width: 79px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_amatic {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_microgaming {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -332px -186px;
    width: 108px;
    height: 34px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_microgaming {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_betsoft {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -371px -113px;
    width: 72px;
    height: 31px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_betsoft {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_evolution-gaming {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -125px -237px;
    width: 79px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_evolution-gaming {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_boominggames {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -125px -237px;
    width: 79px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_boominggames {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_footer-logo {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: 0 -296px;
    width: 28px;
    height: 48px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_footer-logo {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_file {
    height: 24px;
    width: 24px;
    fill: #363c40
}

.icon_18 {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -230px -142px;
    width: 36px;
    height: 35px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_18 {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_affiliate {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -125px -142px;
    width: 103px;
    height: 35px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_affiliate {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_disconnect {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -250px -179px;
    width: 16px;
    height: 16px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon_disconnect {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.icon_question {
    width: 20px;
    height: 20px;
    margin: 0 10px
}

@media screen and (min-width: 320px) {
    .panel-logo .icon_logo {
        height: 50px;
        width: 50px
    }
}

@media screen and (min-width: 480px) {
    .icon_status {
        width: 22px;
        height: 22px
    }

    .icon_svg-photo {
        width: 97px;
        height: 79px
    }

    .icon_svg-heart {
        width: 24px;
        height: 22px
    }

    .icon_svg-social-fb {
        width: 27px;
        height: 49px
    }

    .icon_svg-social-g {
        width: 53px;
        height: 48px
    }

    .icon_svg-social-tw {
        width: 54px;
        height: 44px
    }

    .icon_svg-social-vk {
        width: 60px;
        height: 31px
    }
}

@media screen and (min-width: 1005px) {
    .icon_all-games {
        width: 33px;
        height: 33px
    }

    .icon_info {
        width: 33px;
        height: 33px
    }

    .icon_account {
        width: 32px;
        height: 38px
    }

    .panel-logo .icon_logo {
        height: 76px;
        width: 223px;
        background-size: cover;
        background-image: url(/icons/logo_riobet.svg)
    }

    .icon_friends-friends {
        width: 27px;
        height: 27px
    }

    .icon_friends-invite {
        width: 27px;
        height: 25px
    }

    .icon_friends-my-page {
        width: 21px;
        height: 21px
    }

    .icon_friends-messages {
        width: 24px;
        height: 24px
    }
}

.link {
    color: #FFF;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    border-bottom: 1px solid #d5b577;
    text-transform: uppercase
}

.link__small {
    text-transform: none;
    font-weight: 400
}

.link-no-style {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #d5b577
}

.link-no-style:hover, .link:hover {
    color: #d5b577;
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.link-no-style:active, .link:active, .no-touchevents .link-no-style:hover:active, .no-touchevents .link:hover:active {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.link_middle {
    vertical-align: middle
}

.link-inactive {
    opacity: .5
}

.link-inactive:hover {
    opacity: 1
}

.checkbox {
    width: 29px;
    height: 29px;
    position: relative;
    cursor: pointer;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.checkbox_error .checkbox__label_square {
    border-color: #e1310e
}

.checkbox__input {
    visibility: hidden;
    position: absolute
}

.checkbox__label {
    position: absolute;
    left: 0;
    top: 0
}

.checkbox__text, .mobile-only .checkbox__text {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: .5px;
    vertical-align: middle;
    clear: left
}

.checkbox__text a, .mobile-only .checkbox__text a {
    border-bottom: 1px solid #d5b577
}

.checkbox__text a:hover, .mobile-only .checkbox__text a:hover {
    border-bottom: none
}

.checkbox__label_round {
    width: 29px;
    height: 29px;
    border-radius: 50px;
    background-color: #1d2021;
    border: 1px solid #475054;
    box-shadow: inset 4px 4px 5px rgba(15, 17, 17, .75)
}

.checkbox__label_round:after {
    position: absolute;
    opacity: 0;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #fff;
    left: 6px;
    top: 6px
}

.checkbox_round.is-active .checkbox__label_round {
    background-color: #93753a;
    border: 1px solid #d3b476;
    box-shadow: inset 4px 4px 5px rgba(103, 71, 26, .75)
}

.checkbox_round.is-active .checkbox__label_round:after {
    opacity: 1
}

.no-touchevents .checkbox_round:hover .checkbox__label {
    border: 1px solid #d3b476
}

.checkbox_ellipse {
    width: 54px;
    height: 31px;
    position: relative
}

.checkbox-ellipse-text {
    width: 54px;
    height: 31px;
    position: relative
}

.checkbox__label_ellipse {
    width: 54px;
    height: 31px;
    border-radius: 50px;
    background-color: #1d2021;
    border: 1px solid #475054;
    box-shadow: inset 4px 4px 5px rgba(15, 17, 17, .75)
}

.checkbox__label_ellipse:after {
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    border-radius: 50px;
    background-color: #d5b577;
    left: 3px;
    top: 3px
}

.checkbox.is-transition .checkbox__label_ellipse:after {
    transition: left .3s ease-out
}

.checkbox_ellipse.is-active .checkbox__label_ellipse {
    background-color: #93753a;
    border: 1px solid #d3b476;
    box-shadow: inset 4px 4px 5px rgba(103, 71, 26, .75)
}

.checkbox_ellipse.is-active .checkbox__label_ellipse:after {
    background-color: #FFF;
    left: 26px
}

.no-touchevents .checkbox_ellipse:hover .checkbox__label {
    border: 1px solid #d3b476
}

.checkbox_square {
    width: auto;
    height: auto;
    min-height: 35px
}

.checkbox__label_square {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #1d2021;
    border: 1px solid #3d4347;
    position: static;
    vertical-align: middle;
    margin-right: 9px;
    box-shadow: inset 3px 3px 6px rgba(15, 17, 17, .75);
    float: left;
    position: relative
}

.checkbox__square-icon {
    opacity: 0;
    width: 31px;
    height: 21px;
    left: 2px;
    top: 50%;
    position: absolute;
    margin-top: -10.5px;
    fill: #D5B577
}

.no-touchevents .checkbox_square:hover .checkbox__label_square {
    border: 1px solid #d3b476
}

.checkbox_square.is-active .checkbox__label_square {
    background-color: #93753a;
    border: 1px solid #d3b476;
    box-shadow: inset 3px 3px 6px rgba(103, 71, 26, .75)
}

.checkbox_square.is-active .checkbox__square-icon {
    opacity: 1;
    fill: #FFF
}

@media screen and (min-width: 640px) {
    .checkbox__text {
        font-size: 22px
    }
}

.radiobox {
    font-size: 0
}

.radiobox_button {
    opacity: 0
}

.radiobox__input {
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0
}

.radiobox__element {
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.radiobox__label {
    vertical-align: middle
}

.radiobox__row-inline {
    display: inline-block;
    margin-right: 63px;
    margin-bottom: 8px
}

.radiobox__row2 {
    width: 50%;
    display: inline-block;
    position: relative
}

.radiobox__row2_left {
    padding-right: 2.6%
}

.radiobox__row2_right {
    padding-left: 2.6%
}

.mobile-only .radiobox__label_button, .radiobox__label_button {
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid #3d4347;
    padding: 18px 5px 18px;
    background-color: #1d2021
}

.no-touchevents .radiobox__label_button:hover {
    border: 1px solid #d5b577;
    background-color: #1d2021
}

.radiobox__label_button.is-active {
    border: 1px solid #d5b577;
    background-color: #101111
}

.radiobox__button-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    margin-left: 19px;
    opacity: 0;
    fill: #D5B577
}

.radiobox__label_button.is-active + .radiobox__button-icon {
    opacity: 1
}

.radiobox__element_round {
    width: 29px;
    height: 29px;
    border-radius: 50px;
    background-color: #1d2021;
    border: 1px solid #475054;
    position: relative;
    box-shadow: inset 4px 4px 5px rgba(15, 17, 17, .75);
    display: inline-block;
    margin-right: 10px
}

.radiobox__element_round.is-active {
    background-color: #93753a;
    border: 1px solid #d3b476;
    box-shadow: inset 4px 4px 5px rgba(103, 71, 26, .75)
}

.no-touchevents .radiobox__element_round:hover {
    border: 1px solid #d3b476
}

.radiobox__element_round:after {
    position: absolute;
    opacity: 0;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #fff;
    left: 6px;
    top: 6px
}

.radiobox__element_round.is-active:after {
    opacity: 1
}

.radiobox__label_round {
    font-size: 22px
}

.radiobox__label_round-icon {
    display: inline-block;
    font-size: 0
}

@media screen and (min-width: 640px) {
    .radiobox__label_button {
        font-size: 20px;
        padding: 26px 5px 25px
    }
}

.button, .mobile-only .button {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #d5b577;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.button:after, .mobile-only .button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=)
}

@media screen and (min-width: 1280px) {
    .game-message .button, .mobile-only .game-message .button {
        border: 1px solid #d5b577
    }
}

.button_register-payment:active .icon_svg-checkbox, .mobile-only .button_register-payment:active .icon_svg-checkbox {
    fill: #000
}

.no-touchevents .button:hover, .no-touchevents .mobile-only .button:hover {
    color: #d5b577
}

.button:active, .mobile-only .button:active, .no-touchevents .button:hover:active, .no-touchevents .mobile-only .button:hover:active {
    background-color: #d5b577;
    color: #1d2021
}

.button_switch, .button_table, .mobile-only .button_switch, .mobile-only .button_table {
    opacity: 0;
    padding: 12px 14px;
    display: inline-block
}

.button_switch.is-disable, .button_table.is-disable, .mobile-only .button_switch.is-disable, .mobile-only .button_table.is-disable {
    display: none
}

.button_table, .mobile-only .button_table {
    opacity: 1
}

.button_switch-active, .mobile-only .button_switch-active {
    opacity: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #d5b577;
    font-weight: 600;
    display: none;
    padding: 12px 14px;
    border: 1px solid transparent
}

.button_switch-active.is-active, .mobile-only .button_switch-active.is-active {
    display: inline-block
}

.button_switch-text, .button_table-text, .mobile-only .button_switch-text, .mobile-only .button_table-text {
    font-size: 16px;
    white-space: nowrap;
    font-weight: 400
}

.button_large, .mobile-only .button_large {
    font-size: 18px;
    width: 24%;
    display: inline-block;
    margin-right: 1%;
    padding: 5px 0
}

.no-touchevents .button_large:hover, .no-touchevents .mobile-only .button_large:hover {
    background-color: #16181a
}

.button_arrow, .mobile-only .button_arrow {
    display: inline-block;
    width: 100%;
    height: 62px;
    padding: 1px 6px
}

.button_arrow:before, .mobile-only .button_arrow:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.button_right-margin, .mobile-only .button_right-margin {
    margin-right: 15px
}

.button_arrow span.button__arrow-text, .mobile-only .button_arrow span.button__arrow-text {
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    vertical-align: middle
}

.button_arrow span.button__arrow-text-fix, .mobile-only .button_arrow span.button__arrow-text-fix {
    font-weight: inherit;
    line-height: 0
}

.no-touchevents .button_arrow:hover span.button__arrow-text, .no-touchevents .mobile-only .button_arrow:hover span.button__arrow-text {
    color: #d5b577
}

.no-touchevents .button_arrow:hover .button__icon-arrow, .no-touchevents .mobile-only .button_arrow:hover .button__icon-arrow {
    fill: #d5b577
}

.button_arrow:active, .mobile-only .button_arrow:active, .no-touchevents .button_arrow:hover:active, .no-touchevents .mobile-only .button_arrow:hover:active {
    background-color: #d5b577
}

.button_arrow:active .button__icon-arrow, .mobile-only .button_arrow:active .button__icon-arrow, .no-touchevents .button_arrow:hover:active .button__icon-arrow, .no-touchevents .mobile-only .button_arrow:hover:active .button__icon-arrow {
    fill: #1d2021
}

.button_arrow:active span.button__arrow-text, .no-touchevents .button_arrow:hover:active span.button__arrow-text, .no-touchevents .mobile-only .button_arrow:hover:active span.button__arrow-text {
    color: #1d2021
}

.button__icon-arrow, .mobile-only .button__icon-arrow {
    fill: #FFF
}

.button__icon-arrow-back, .mobile-only .button__icon-arrow-back {
    margin-right: 8px
}

.button__icon-arrow-next, .mobile-only .button__icon-arrow-next {
    margin-left: 8px
}

.button__arrow-icon, .mobile-only .button__arrow-icon {
    vertical-align: middle;
    display: inline-block;
    line-height: 0
}

.button_arrow-small, .mobile-only .button_arrow-small {
    white-space: nowrap;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 0;
    padding: 19px 14px 19px 9px
}

.button_arrow-small .button__icon-arrow-back, .mobile-only .button_arrow-small .button__icon-arrow-back {
    margin-right: 7px
}

.button_arrow-small span.button__arrow-text, .mobile-only .button_arrow-small span.button__arrow-text {
    font-size: 14px;
    line-height: 0
}

.button_arrow-small-friends, .mobile-only .button_arrow-small-friends {
    padding: 19px 5px 19px 5px;
    width: 100%
}

.button_arrow-small-friends .button__arrow-icon, .mobile-only .button_arrow-small-friends .button__arrow-icon {
    display: none
}

.button_arrow-small-friends span.button__arrow-text, .mobile-only .button_arrow-small-friends span.button__arrow-text {
    font-size: 10px
}

.button_form, .mobile-only .button_form, .mobile-only .side-panel__content .button_form, .side-panel__content .button_form {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 7px 18px 7px;
    border: 2px solid #d5b577;
    display: inline-block;
    word-break: break-word;
    word-wrap: break-word
}

.button_form-ok, .mobile-only .button_form-ok {
    width: 132px
}

.button_form-border2px, .mobile-only .button_form-border2px {
    border: 2px solid #d5b577
}

.button_silver, .mobile-only .button_silver {
    background: #848e93;
    background: linear-gradient(to bottom, #848e93 0, #abb2b4 38%, #061c27 51%, #757b80 100%);
    border: none;
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle
}

.button_silver:active, .mobile-only .button_silver:active, .no-touchevents .button_silver:hover, .no-touchevents .button_silver:hover:active, .no-touchevents .mobile-only .button_silver:hover, .no-touchevents .mobile-only .button_silver:hover:active {
    color: #FFF
}

.button_gold, .mobile-only .button_gold {
    background: #eccc8f;
    background: linear-gradient(to bottom, #eccc8f 0, #fce7a8 38%, #b58a37 79%, #d5b577 100%);
    border: none;
    color: #060507;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle
}

.button_gold:active, .mobile-only .button_gold:active, .no-touchevents .button_gold:hover, .no-touchevents .button_gold:hover:active, .no-touchevents .mobile-only .button_gold:hover, .no-touchevents .mobile-only .button_gold:hover:active {
    color: #060507
}

.button_vip, .mobile-only .button_vip {
    background: #ebe5da;
    background: linear-gradient(to bottom, #ebe5da 0, #f9f7f1 38%, #b0a38a 79%, #d7d0c3 100%);
    box-shadow: inset 0 -2px 2px rgba(255, 255, 255, .75);
    border: none;
    color: #060507;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle
}

.button_vip:active, .mobile-only .button_vip:active, .no-touchevents .button_vip:hover, .no-touchevents .button_vip:hover:active, .no-touchevents .mobile-only .button_vip:hover, .no-touchevents .mobile-only .button_vip:hover:active {
    color: #060507
}

.button_gold_menu-mob, .button_silver_menu-mob, .button_vip_menu-mob, .mobile-only .button_gold_menu-mob, .mobile-only .button_silver_menu-mob, .mobile-only .button_vip_menu-mob {
    font-size: 13px;
    height: 19px;
    padding-left: 6px;
    padding-right: 6px
}

.button_playnow, .mobile-only .button_playnow {
    color: #FFF;
    display: inline-block;
    font-size: 23px;
    background: 0 0;
    font-weight: 700;
    border: 2px solid transparent;
    border-left: 2px solid #d5b577;
    border-right: 2px solid #d5b577;
    padding: 14px 60px;
    position: relative;
    white-space: nowrap
}

.button_playnow:before, .mobile-only .button_playnow:before {
    content: " ";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    height: 2px;
    background-color: red;
    background: #d5b577;
    background: linear-gradient(to right, #d5b577 0, #ffedca 50%, #d5b577 100%)
}

.button_playnow:after, .mobile-only .button_playnow:after {
    content: " ";
    position: absolute;
    top: auto;
    bottom: -2px;
    left: -2px;
    right: -2px;
    height: 2px;
    background-color: red;
    background: #d5b577;
    background: linear-gradient(to right, #d5b577 0, #ffedca 50%, #d5b577 100%)
}

.no-touchevents .button_playnow:hover, .no-touchevents .mobile-only .button_playnow:hover {
    color: #d5b577
}

.button_playnow:active, .mobile-only .button_playnow:active, .no-touchevents .button_playnow:hover:active, .no-touchevents .mobile-only .button_playnow:hover:active {
    color: #000;
    background: #d5b577;
    background: linear-gradient(to right, #d5b577 0, #ffedca 50%, #d5b577 100%)
}

.button_playnow-large, .mobile-only .button_playnow-large {
    font-size: 22px;
    font-weight: 600;
    padding: 22px 10px 22px
}

.button_smaller, .mobile-only .button_smaller {
    padding: 20px 3px;
    font-size: 12px
}

.button_exit, .mobile-only .button_exit {
    font-size: 0;
    display: inline-block;
    padding: 14px 40px;
    white-space: nowrap
}

.button__exit-icon, .mobile-only .button__exit-icon {
    vertical-align: middle;
    display: inline-block;
    fill: #D5B577;
    margin: 0 8px
}

.button__exit-text, .mobile-only .button__exit-text {
    font-size: 13.4px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle
}

.button__exit-text-fix, .mobile-only .button__exit-text-fix {
    font-weight: inherit;
    line-height: 0
}

.button__exit-text-exit, .mobile-only .button__exit-text-exit {
    display: none
}

.button_exit_big, .mobile-only .button_exit_big {
    width: 100%;
    padding: 20px 30px 21px
}

.button_exit_big .button__exit-text, .mobile-only .button_exit_big .button__exit-text {
    font-size: 21px
}

.button_exit_big .button__icon-exit, .mobile-only .button_exit_big .button__icon-exit {
    width: 35px;
    height: 35px
}

.button_exit:active .button__icon-exit, .button_game:active .button__game-icon, .mobile-only .button_exit:active .button__icon-exit, .mobile-only .button_game:active .button__game-icon, .no-touchevents .button_exit:hover:active .button__icon-exit, .no-touchevents .button_game:hover:active .button__game-icon, .no-touchevents .mobile-only .button_exit:hover:active .button__icon-exit, .no-touchevents .mobile-only .button_game:hover:active .button__game-icon {
    fill: #000
}

.button_game, .mobile-only .button_game {
    padding: 14px 11px 14px 11px
}

.button_game-no-icon, .mobile-only .button_game-no-icon {
    padding: 14px 16px 14px 16px
}

.button__game-icon, .mobile-only .button__game-icon {
    vertical-align: middle;
    display: inline-block;
    fill: #D5B577;
    margin-right: 9px
}

.button_chat, .mobile-only .button_chat {
    padding: 8px 11px
}

@media screen and (min-width: 1280px) {
    .game-message .button_chat, .mobile-only .game-message .button_chat {
        padding: 0 7px
    }
}

.button__text-flexible, .mobile-only .button__text-flexible {
    height: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 5px
}

.button__text-flexible .button__arrow-text, .mobile-only .button__text-flexible .button__arrow-text {
    padding-top: 10px;
    padding-bottom: 10px
}

.button__icon-exit {
    width: 18px;
    height: 19px;
    margin-right: 5px;
    vertical-align: middle
}

.button__input {
    height: 61px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-transform: none;
    font-size: 17px;
    flex-direction: column;
    line-height: 21px;
    border: 2px solid #d5b577
}

.button__input-currency-link {
    font-size: 16px;
    line-height: 17px
}

.button__input-currency {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (min-width: 420px) {
    .button_large {
        font-size: 22px
    }

    .button__icon-arrow-back {
        margin-right: 15px
    }

    .button__icon-arrow-next {
        margin-left: 15px
    }

    .button_arrow-small-friends span.button__arrow-text {
        font-size: 11.6px
    }

    .button_exit_big .button__exit-text {
        font-size: 22px
    }

    .button__input {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .button__input-currency-link {
        line-height: 19px
    }
}

@media screen and (min-width: 480px) {
    .button__exit-text-exit {
        display: inline-block
    }

    .button_large {
        font-size: 27px
    }

    .button__icon-arrow-back {
        margin-right: 17px
    }

    .button__icon-arrow-next {
        margin-left: 17px
    }

    .button_arrow-small-friends .button__arrow-icon {
        display: inline-block
    }

    .button_arrow-small-friends span.button__arrow-text {
        font-size: 13px
    }

    .button_gold_menu-mob, .button_silver_menu-mob, .button_vip_menu-mob {
        font-size: 14px;
        height: 23px;
        padding-left: 8px;
        padding-right: 8px
    }

    .button_smaller {
        padding: 16px 3px 17px 3px;
        font-size: 18px
    }

    .button_switch-text, .button_table-text {
        font-size: 16px
    }

    .button__input {
        padding-top: 3px;
        padding-bottom: 3px
    }
}

@media screen and (min-width: 600px) {
    .button_form {
        font-size: 18px;
        padding: 15px 7px 15px 7px
    }

    .button_large {
        font-size: 36px
    }

    .button__input {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .button_arrow-small {
        height: auto
    }

    .button_arrow-small span.button__arrow-text {
        font-size: 14px
    }
}

@media screen and (min-width: 640px) {
    .button_smaller {
        padding: 23px 4px;
        font-size: 20px
    }

    .button__icon-exit {
        margin-right: 5px
    }

    .button__input {
        padding-top: 3px;
        padding-bottom: 3px;
        height: 75px;
        line-height: 25px
    }

    .button__input-currency-link {
        font-size: 19px;
        line-height: 23px
    }

    .button__input-currency {
        font-size: 19px
    }

    .button_arrow-small span.button__arrow-text {
        font-size: 14px
    }
}

@media screen and (min-width: 768px) {
    .button_arrow span.button__arrow-text {
        font-size: 20px
    }

    .button__text-flexible {
        height: auto;
        min-height: 75px
    }

    .button_form-window {
        font-size: 18px
    }

    .button__input {
        font-size: 21px;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .button__input-currency-link {
        font-size: 19px
    }

    .button__input-currency {
        font-size: 19px
    }

    .button_form-ok {
        width: 22%
    }

    .button_arrow-small span.button__arrow-text {
        font-size: 14px
    }
}

@media screen and (min-width: 1005px) {
    .button_playnow {
        font-size: 16px;
        padding: 9px 58px
    }

    .button_playnow-large {
        font-size: 22px;
        font-weight: 600;
        padding: 22px 10px 22px
    }

    .button_arrow-small span.button__arrow-text {
        font-size: 14px
    }

    .button_arrow-small-friends span.button__arrow-text {
        font-size: 13px
    }

    .button__input {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .button_form-ok {
        width: 30%
    }
}

.input, .mobile-only .input {
    border: 1px solid #3d4347;
    background-color: #1d2021;
    color: #FFF;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    padding: 18px 12px 18px 18px
}

.input_error, .mobile-only .input_error {
    border-color: #e1310e
}

.input:disabled, .mobile-only .input:disabled {
    color: #a9a9a9;
    opacity: 1
}

.input_password, .mobile-only .input_password {
    -webkit-text-security: disc
}

.input[type=number]::-webkit-inner-spin-button, .input[type=number]::-webkit-outer-spin-button, .mobile-only .input[type=number]::-webkit-inner-spin-button, .mobile-only .input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.input[type=number], .mobile-only .input[type=number] {
    -moz-appearance: textfield
}

.input_login, .mobile-only .input_login {
    text-transform: lowercase
}

.input_login::-webkit-input-placeholder, .mobile-only .input_login::-webkit-input-placeholder {
    text-transform: none
}

.input_login::-moz-placeholder, .mobile-only .input_login::-moz-placeholder {
    text-transform: none
}

.input_login:-ms-input-placeholder, .mobile-only .input_login:-ms-input-placeholder {
    text-transform: none
}

.input:-webkit-autofill, .mobile-only .input:-webkit-autofill {
    background-color: #1d2021;
    -webkit-box-shadow: 0 0 0 1000px #1d2021 inset !important;
    color: #FFF;
    -webkit-text-fill-color: #FFF
}

.input[placeholder], .mobile-only .input[placeholder] {
    text-overflow: ellipsis;
    box-shadow: none
}

.input::-webkit-input-placeholder, .mobile-only .input::-webkit-input-placeholder {
    color: #a9a9a9;
    opacity: 1
}

.input::-moz-placeholder, .mobile-only .input::-moz-placeholder {
    color: #a9a9a9;
    opacity: 1
}

.input:-ms-input-placeholder, .mobile-only .input:-ms-input-placeholder {
    color: #a9a9a9;
    opacity: 1
}

.input_small-placeholder::-webkit-input-placeholder, .mobile-only .input_small-placeholder::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 27px
}

.input_small-placeholder::-moz-placeholder, .mobile-only .input_small-placeholder::-moz-placeholder {
    font-size: 15px;
    line-height: 27px
}

.input_small-placeholder:-ms-input-placeholder, .mobile-only .input_small-placeholder:-ms-input-placeholder {
    font-size: 15px;
    line-height: 27px
}

.no-touchevents .input:hover, .no-touchevents .mobile-only .input:hover {
    border: 1px solid #d5b577
}

.input:focus, .mobile-only .input:focus {
    border: 1px solid #d5b577;
    background-color: #131516
}

.input:disabled, .mobile-only .input:disabled {
    border: 1px solid #3d4347;
    background: 0 0
}

.no-touchevents .input:disabled, .no-touchevents .mobile-only .input:disabled {
    border: 1px solid #3d4347;
    background: 0 0
}

@media screen and (min-width: 420px) {
    .input {
        letter-spacing: 1px
    }
}

@media screen and (min-width: 600px) {
    .input_small-placeholder::-webkit-input-placeholder {
        font-size: 21px
    }

    .input_small-placeholder::-moz-placeholder {
        font-size: 21px
    }

    .input_small-placeholder:-ms-input-placeholder {
        font-size: 21px
    }
}

@media screen and (min-width: 640px) {
    .input {
        font-size: 21px;
        padding: 25px 12px 25px 18px
    }
}

.input-optional, .mobile-only .input-optional {
    position: relative
}

.input-optional__input, .mobile-only .input-optional__input {
    font-size: 17px
}

.input-optional__input:focus + .input-optional__text, .mobile-only .input-optional__input:focus + .input-optional__text {
    display: none
}

.input-optional__input.is-filled + .input-optional__text, .mobile-only .input-optional__input.is-filled + .input-optional__text {
    display: none
}

.input-optional__text, .mobile-only .input-optional__text {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #ceb074;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

@media screen and (min-width: 480px) {
    .input-optional__text {
        right: 29px
    }
}

@media screen and (min-width: 600px) {
    .input-optional__input {
        font-size: 21px
    }
}

@media screen and (min-width: 640px) {
    .input-optional__text {
        font-size: 18px
    }
}

.input-search, .mobile-only .input-search {
    position: relative
}

.input-search__icon, .mobile-only .input-search__icon {
    cursor: pointer
}

.input-search__icon > svg, .mobile-only .input-search__icon > svg {
    pointer-events: none
}

.input-search__input.is-saved + .input-search__icon_1, .mobile-only .input-search__input.is-saved + .input-search__icon_1 {
    opacity: 0;
    animation: none
}

.input-search__input.is-saved ~ .input-search__icon_1 ~ .input-search__icon_2, .mobile-only .input-search__input.is-saved ~ .input-search__icon_1 ~ .input-search__icon_2 {
    opacity: 1;
    animation: none;
    z-index: 102
}

.input-search__input.is-animation + .input-search__icon_1, .mobile-only .input-search__input.is-animation + .input-search__icon_1 {
    opacity: 1;
    animation: searchIconHide 0s linear 1.5s forwards;
    transition-property: opacity
}

.input-search__input.is-animation ~ .input-search__icon_1 ~ .input-search__icon_2, .mobile-only .input-search__input.is-animation ~ .input-search__icon_1 ~ .input-search__icon_2 {
    opacity: 0;
    z-index: 0;
    animation: searchIconShow 0s linear 1.5s forwards;
    transition-property: opacity
}

.input-search__input {
    padding-right: 48px
}

.input-search__icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 18px;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=)
}

.input-search__icon svg {
    cursor: pointer
}

.input-search__icon_1 {
    z-index: 101
}

.input-search__icon_2 {
    opacity: 0;
    padding-left: 5px
}

@media screen and (min-width: 1005px) {
    .no-touchevents .input-search__input:focus ~ .popup {
        display: block
    }

    .no-touchevents .input-search__input.is-hide-popup:focus ~ .popup {
        display: none
    }
}

@keyframes searchIconHide {
    to {
        opacity: 0
    }
}

@keyframes searchIconShow {
    to {
        opacity: 1;
        z-index: 102
    }
}

.mobile-only .textarea, .textarea {
    height: 367px;
    border: 1px solid #3d4347;
    background-color: #1d2021;
    color: #FFF;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    padding: 18px 12px 18px 18px;
    overflow: auto
}

.mobile-only .textarea_error, .textarea_error {
    border-color: #e1310e
}

.mobile-only .textarea:disabled, .textarea:disabled {
    color: #a9a9a9;
    opacity: 1
}

.mobile-only .textarea:-webkit-autofill, .textarea:-webkit-autofill {
    background-color: #1d2021;
    -webkit-box-shadow: 0 0 0 1000px #1d2021 inset;
    color: #FFF;
    -webkit-text-fill-color: #FFF
}

.mobile-only .textarea[placeholder], .textarea[placeholder] {
    text-overflow: ellipsis;
    box-shadow: none
}

.mobile-only .textarea::-webkit-textarea-placeholder, .textarea::-webkit-textarea-placeholder {
    color: #FFF;
    opacity: 1
}

.mobile-only .textarea::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1
}

.mobile-only .textarea::-moz-placeholder, .textarea::-moz-placeholder {
    color: #FFF;
    opacity: 1
}

.mobile-only .textarea:-ms-textarea-placeholder, .textarea:-ms-textarea-placeholder {
    color: #FFF;
    opacity: 1
}

.no-touchevents .mobile-only .textarea:hover, .no-touchevents .textarea:hover {
    border: 1px solid #d5b577
}

.mobile-only .textarea:focus, .textarea:focus {
    border: 1px solid #d5b577;
    background-color: #131516
}

.mobile-only .textarea:disabled, .textarea:disabled {
    border: 1px solid #3d4347
}

.no-touchevents .mobile-only .textarea:disabled, .no-touchevents .textarea:disabled {
    border: 1px solid #3d4347
}

.mobile-only .textarea_autoresize, .textarea_autoresize {
    height: 80px;
    overflow-y: hidden
}

@media screen and (min-width: 420px) {
    .textarea {
        letter-spacing: 1px
    }
}

@media screen and (min-width: 640px) {
    .textarea {
        font-size: 21px;
        padding: 25px 12px 25px 18px
    }
}

.select {
    height: 80px;
    width: 100%;
    visibility: hidden
}

.select_error .select2-container--default .select-label.select2-selection--single {
    border-color: #e1310e
}

.select__wrapper {
    position: relative
}

.touchevents .select {
    visibility: visible;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    clip: auto;
    z-index: 999;
    font-size: 17px
}

.select2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.mobile-only .select2-container--default .select-label.select2-selection--single, .select2-container--default .select-label.select2-selection--single {
    background-color: #1d2021;
    border: 1px solid #3d4347;
    border-radius: 0;
    height: auto
}

.mobile-only .select2-container--default .select-label .select2-selection__placeholder, .mobile-only .select2-container--default .select-label .select2-selection__rendered, .select2-container--default .select-label .select2-selection__placeholder, .select2-container--default .select-label .select2-selection__rendered {
    color: #FFF;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500
}

.mobile-only .select2-container--default .select-label .select2-selection__rendered, .select2-container--default .select-label .select2-selection__rendered {
    padding: 18px 50px 18px 18px
}

.mobile-only .select2-container--default .select-label .select2-selection__arrow, .select2-container--default .select-label .select2-selection__arrow {
    background-image: url(../svg/icons/select_white.svg);
    background: url(../svg/icons/select_gold.svg) no-repeat;
    width: 28px;
    height: 17px
}

.mobile-only .select2-container--default .select-label .select2-selection__arrow, .select2-container--default .select-label .select2-selection__arrow {
    margin-top: -9px;
    top: 50%;
    right: 18px
}

.mobile-only .select2-container--default .select-label .select2-selection__arrow b, .select2-container--default .select-label .select2-selection__arrow b {
    display: none
}

.no-touchevents .select2-container--default .select-label:hover {
    border: 1px solid #d5b577
}

.no-touchevents .select2-container--default .select-label:hover .select2-selection__arrow {
    background-image: url(../svg/icons/select_white.svg)
}

.select2-container--open .select-label.select2-selection--single {
    border: 1px solid #d5b577;
    background-color: #131516;
    border-bottom: none !important;
    padding-bottom: 1px
}

.select2-container--open .select-label .select2-selection__arrow {
    background-image: url(../svg/icons/select_white.svg);
    transform: rotate(180deg)
}

.select2-container--above.select2-container--open .select-label {
    border: 1px solid #d5b577 !important;
    border-top: none !important
}

.select2-container--above.select2-container--open .select-label.select2-selection--single {
    padding-top: 1px;
    padding-bottom: 0
}

.mobile-only .select-dropdown, .select-dropdown {
    border: 1px solid #d5b577;
    border-top: none;
    border-radius: 0;
    background-color: #131516
}

.mobile-only .select-dropdown .select2-results, .select-dropdown .select2-results {
    margin-top: 0
}

.mobile-only .select-dropdown .select2-results__option, .select-dropdown .select2-results__option {
    color: #FFF;
    font-size: 18px;
    padding: 7px 6px 7px 18px;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.mobile-only .select-dropdown .select2-results__option--highlighted, .mobile-only .select-dropdown .select2-results__option--highlighted[aria-selected], .mobile-only .select-dropdown .select2-results__option[aria-selected=true], .select-dropdown .select2-results__option--highlighted, .select-dropdown .select2-results__option--highlighted[aria-selected], .select-dropdown .select2-results__option[aria-selected=true] {
    background-color: #d5b577
}

.select2-dropdown--above.select-dropdown {
    border: 1px solid #d5b577;
    border-bottom: none;
    padding-bottom: 0
}

.select2-dropdown--above.select-dropdown .select2-results {
    margin-top: 0;
    margin-bottom: 0
}

.select2-container--default .select-language-label.select2-selection--single {
    background-color: #3d4347;
    border: 1px solid transparent;
    border-radius: 0 0 4px 4px;
    height: auto
}

.select2-container--default .select-language-label .select2-selection__placeholder, .select2-container--default .select-language-label .select2-selection__rendered .select2-selection__rendered-text {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle
}

.select2-container--default .select-language-label .select2-selection__placeholder:after, .select2-container--default .select-language-label .select2-selection__rendered .select2-selection__rendered-text:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    width: 0;
    display: inline-block
}

.select2-container--default .select-language-label .select2-selection__icon {
    vertical-align: middle;
    margin-right: 11px
}

.select2-container--default .select-language-label .select2-selection__rendered {
    padding: 0 26px 0 11px;
    height: 34px;
    text-align: left
}

.select2-container--default .select-language-label .select2-selection__arrow {
    background-image: url(../svg/icons/select_white.svg);
    background: url(../svg/icons/select_gold.svg) no-repeat;
    width: 13px;
    height: 8px;
    background-size: 13px 8px;
    margin-top: -4px;
    top: 50%;
    right: 8px
}

.select2-container--default .select-language-label .select2-selection__arrow b {
    display: none
}

.select2-container--default .select-language-label .select2-selection__rendered-inner:before {
    content: "";
    vertical-align: middle;
    height: 100%;
    width: 0;
    display: inline-block
}

.select-language-dropdown {
    background-color: #131516;
    border-radius: 0;
    border: 1px solid #d5b577;
    border-top: none;
    margin-top: -1px
}

.select-language-dropdown .select2-selection__icon {
    vertical-align: middle;
    margin-right: 11px
}

.select-language-dropdown .select2-selection__rendered-text {
    vertical-align: middle;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase
}

.select-language-dropdown .select2-results__option {
    padding: 0 11px;
    margin: 4px 0 4px
}

.select-language-dropdown .select2-results__option:first-child {
    margin-top: 0
}

.select-language-dropdown .select2-results__option:last-child {
    margin-bottom: 0
}

.select-language-dropdown .select2-results__option[aria-selected=true] {
    background-color: #131516
}

.select-language-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #d5b577;
    color: #131516
}

.no-touchevents .select2-container--default .select-language-label:hover {
    border: 1px solid #d5b577
}

.no-touchevents .select2-container--default .select-language-label:hover .select2-selection__arrow {
    background-image: url(../svg/icons/select_white.svg)
}

.no-touchevents .select2-container--default.select2-container--open .select-language-label, .select2-container--default.select2-container--open .select-language-label {
    border: 1px solid #d5b577;
    border-bottom: none
}

.select2-container--open .select-language-label .select2-selection__arrow {
    background-image: url(../svg/icons/select_white.svg);
    transform: rotate(180deg)
}

.select2-container--default.select2-container--disabled .select-label {
    background: 0 0
}

.select2-container--default.select2-container--disabled .select-label:hover {
    border-color: #3d4347
}

.select2-container--default.select2-container--disabled .select-label:hover .select2-selection__arrow {
    background: url(../svg/icons/select_gold.svg) no-repeat;
    background-size: cover;
    width: 25px;
    height: 16px
}

.select2-container--default.select2-container--disabled .select-label .select2-selection__placeholder, .select2-container--default.select2-container--disabled .select-label .select2-selection__rendered {
    color: #a9a9a9
}

.select2-container--default .select-label .select2-selection__placeholder {
    color: #a9a9a9
}

.select__wrapper_small .select2-container--default .select-label .select2-selection__placeholder, .select__wrapper_small .select2-container--default .select-label .select2-selection__rendered {
    font-size: 15px
}

.mobile-only .select-dropdown_small .select2-results__option, .select-dropdown_small .select2-results__option {
    font-size: 15px
}

.select-dropdown_word-break .select2-results__option {
    word-break: break-all
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 290px
}

.select2-container--default .select-label .select2-selection__rendered {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.select2-container--open.select2-container--default .select-label .select2-selection__rendered {
    border-bottom: 1px solid #9D9D9D
}

.select2-container--open.select2-container--above.select2-container--default .select-label .select2-selection__rendered {
    border-bottom: 1px solid transparent;
    border-top: 1px solid #9D9D9D
}

@media screen and (min-width: 640px) {
    .select2-container--default .select-label .select2-selection__placeholder, .select2-container--default .select-label .select2-selection__rendered {
        font-size: 21px
    }

    .select2-container--default .select-label .select2-selection__rendered {
        padding: 25px 50px 25px 18px
    }

    .select-dropdown .select2-results__option {
        font-size: 22px
    }

    .select-dropdown_small .select2-results__option {
        font-size: 15px
    }
}

.mobile-only .select-birth, .select-birth {
    font-size: 0
}

.mobile-only .select-birth .select-label .select2-selection__rendered, .select-birth .select-label .select2-selection__rendered {
    padding: 18px 34px 18px 12px
}

.mobile-only .select-birth .select-label .select2-selection__arrow, .select-birth .select-label .select2-selection__arrow {
    right: 9px
}

.mobile-only .select-birth .select-label .select2-selection__placeholder, .mobile-only .select-birth .select-label .select2-selection__rendered, .select-birth .select-label .select2-selection__placeholder, .select-birth .select-label .select2-selection__rendered {
    letter-spacing: 0;
    font-size: 17px
}

.mobile-only .select-birth .select-label .select2-selection__arrow, .select-birth .select-label .select2-selection__arrow {
    background-size: cover;
    width: 25px;
    height: 16px
}

.mobile-only .select-birth__wrapper, .select-birth__wrapper {
    margin-left: -4px;
    margin-right: -4px
}

.mobile-only .select-birth__row, .select-birth__row {
    width: 33.333%;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    position: relative
}

.mobile-only .select-dropdown_birth .select2-results__option, .select-dropdown_birth .select2-results__option {
    padding-left: 12px;
    font-size: 17px
}

@media screen and (min-width: 640px) {
    .select-birth .select-label .select2-selection__rendered {
        padding: 23px 34px 27px 12px
    }

    .select-birth .select-label .select2-selection__placeholder, .select-birth .select-label .select2-selection__rendered {
        font-size: 21.8px
    }

    .select-dropdown_birth .select2-results__option {
        font-size: 21.8px
    }
}

.mobile-only .thumbnail, .side-panel .thumbnail, .thumbnail {
    padding-left: 5px;
    padding-right: 5px
}

.mobile-only .thumbnail__wrapper, .thumbnail__wrapper {
    margin-left: -2px;
    margin-right: -2px;
    font-size: 0
}

.mobile-only .thumbnail__img-fix, .thumbnail__img-fix {
    position: relative;
    display: inline-block;
    z-index: 0;
    width: auto
}

.mobile-only .thumbnail__img-jackpot, .thumbnail__img-jackpot {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, .55);
    padding: 3px 9px 4px 10px
}

.mobile-only .thumbnail__img-jackpot .currency, .thumbnail__img-jackpot .currency {
    color: #d5b577
}

.mobile-only .thumbnail__img-status, .thumbnail__img-status {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, .55);
    padding: 2px 5px 3px 5px;
    background-color: #a9290c;
    text-transform: uppercase
}

.mobile-only .thumbnail__img-info, .thumbnail__img-info {
    position: absolute;
    z-index: 999;
    left: 0;
    top: calc(100% - 18px);
    background-color: rgba(0, 0, 0, .55);
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    padding: 2px 5px 3px 5px
}

.mobile-only .thumbnail__img-provider, .thumbnail__img-provider {
    position: absolute;
    z-index: 999;
    left: calc(100% - 26px);
    top: calc(100% - 26px);
    width: 26px;
    height: 26px;
    opacity: .8
}

.mobile-only .provider-preview, .provider-preview {
    display: inline-block;
    position: relative;
    z-index: 999;
    top: 7px;
    width: 26px;
    height: 26px;
    opacity: .8
}

@media screen and (min-width: 1005px) {
    .games-main__item .thumbnail__stretch {
        width: 195px
    }

    .games-main__item .games-main.not-active .thumbnail .thumbnail__item .thumbnail__img, .games-main__item .thumbnail__img {
        max-width: 100%
    }

    .games-main__item .thumbnail-play {
        max-width: 195px
    }
}

.game-logo-REDTIGER {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -142px -296px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-REDTIGER {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-EVOPLAY {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -190px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-EVOPLAY {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-NETENT {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -414px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-NETENT {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-PLAYNGO {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -30px -296px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-PLAYNGO {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-BETSOFT, .game-logo-EVOBETSOFT {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -206px -237px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-BETSOFT, .game-logo-EVOBETSOFT {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-EVOLUTION {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -162px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-EVOLUTION {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-EVOMICROGAMING, .game-logo-MICROGAMING {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -386px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-EVOMICROGAMING, .game-logo-MICROGAMING {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-EZUGI, .game-logo-TAG_EZUGI {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -218px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-EZUGI, .game-logo-TAG_EZUGI {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-IGROSOFT {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -302px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-IGROSOFT {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-LUCKYSTREAK {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -358px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-LUCKYSTREAK {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-PLAYSON {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -58px -296px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-PLAYSON {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-QUICKSPIN {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -114px -296px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-QUICKSPIN {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-ENDORPHINA {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -134px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-ENDORPHINA {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-AMATIC {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -216px -207px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-AMATIC {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-AINSWORTH {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -420px -153px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-AINSWORTH {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-TOMHORN {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -170px -296px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-TOMHORN {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-GAMEART {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -246px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-GAMEART {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-HABANERO {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -274px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-HABANERO {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-ISOFTBET {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -330px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-ISOFTBET {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-PRAGMATICPLAY {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -86px -296px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-PRAGMATICPLAY {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-YGGDRASIL {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -392px -153px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-YGGDRASIL {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-EGT {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -78px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-EGT {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-ELKSTUDIOS {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -106px -265px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-ELKSTUDIOS {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.game-logo-BOOMINGGAMES {
    background-image: url(../img/sprites/icons_1582192040829.png);
    background-position: -234px -237px;
    width: 26px;
    height: 26px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .game-logo-BOOMINGGAMES {
        background-image: url(../img/sprites/icons-2x_1582192040830.png);
        background-size: 449px 344px
    }
}

.mobile-only .thumbnail__item, .thumbnail__item {
    margin-bottom: 11px;
    font-size: 0;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.thumbnail__img_ {
    width: 100%
}

.games-main.not-active .thumbnail .thumbnail__item .thumbnail__img, .mobile-only .thumbnail__img, .thumbnail__img {
    position: absolute;
    width: 100%;
    max-width: 195px;
    cursor: pointer;
    top: 0;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.games-main.not-active .thumbnail .thumbnail__item .thumbnail__img .thumbnail__img_img, .mobile-only .thumbnail__img .thumbnail__img_img, .thumbnail__img .thumbnail__img_img {
    width: 100%
}

.games-main.not-active .thumbnail .thumbnail__item .thumbnail__img, .games-main__item.not-active .thumbnail .thumbnail__item .thumbnail__img, .mobile-only .games-main.not-active .thumbnail .thumbnail__item .thumbnail__img, .mobile-only .games-main__item.not-active .thumbnail .thumbnail__item .thumbnail__img {
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.games-main.not-active .thumbnail .thumbnail__item .thumbnail__img.is-animated, .games-main__item.not-active .thumbnail .thumbnail__item .thumbnail__img.is-animated, .mobile-only .games-main.not-active .thumbnail .thumbnail__item .thumbnail__img.is-animated, .mobile-only .games-main__item.not-active .thumbnail .thumbnail__item .thumbnail__img.is-animated {
    animation-name: swing;
    animation-duration: 1s;
    animation-iteration-count: 1
}

.mobile-only .thumbnail__img_small, .thumbnail__img_small {
    max-height: 58px;
    width: auto;
    position: static
}

.touchevents .mobile-only .thumbnail__img, .touchevents .thumbnail__img {
    transition: max-width .4s ease-out, top .4s ease-out
}

.mobile-only .thumbnail__caption, .thumbnail__caption {
    text-align: center
}

.mobile-only .thumbnail__caption p, .thumbnail__caption p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .4px;
    display: inline-block;
    max-width: 220px
}

.mobile-only .thumbnail__item.is-active .thumbnail-play, .no-touchevents .mobile-only .thumbnail__item:hover .thumbnail-play, .no-touchevents .thumbnail__item:hover .thumbnail-play, .thumbnail__item.is-active .thumbnail-play {
    display: block
}

.mobile-only .thumbnail__item.is-active .thumbnail-play__table_overlay, .no-touchevents .mobile-only .thumbnail__item:hover .thumbnail-play__table_overlay, .no-touchevents .thumbnail__item:hover .thumbnail-play__table_overlay, .thumbnail__item.is-active .thumbnail-play__table_overlay {
    z-index: 1
}

.mobile-only .thumbnail__item.is-active .thumbnail__img, .no-touchevents .mobile-only .thumbnail__item:hover .thumbnail__img, .no-touchevents .thumbnail__item:hover .thumbnail__img, .thumbnail__item.is-active .thumbnail__img {
    max-width: 220px;
    left: 0
}

.touchevents .mobile-only .thumbnail__item.is-active .thumbnail-play, .touchevents .thumbnail__item.is-active .thumbnail-play {
    opacity: 1;
    top: 0;
    left: 0
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -4deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 3deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -2deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@media screen and (min-width: 480px) {
    .side-panel .thumbnail__caption p, .thumbnail__caption p {
        font-size: 18px
    }
}

@media screen and (min-width: 1005px) {
    .thumbnail {
        padding-left: 8px;
        padding-right: 8px
    }

    .thumbnail__caption p {
        padding: 0 12px
    }
}

.mobile-only .thumbnail-play, .thumbnail-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 165px;
    display: none
}

.mobile-only .thumbnail-play__table_overlay, .thumbnail-play__table_overlay {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%
}

.games-main.not-active .thumbnail__item .thumbnail-play, .mobile-only .games-main.not-active .thumbnail__item .thumbnail-play {
    display: none
}

.touchevents .mobile-only .thumbnail-play, .touchevents .thumbnail-play {
    top: 0;
    left: 0;
    display: block;
    opacity: 0
}

.mobile-only .thumbnail-play__table, .thumbnail-play__table {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    border-left: 3px solid #d5b678;
    border-right: 3px solid #d5b678;
    z-index: 100
}

.mobile-only .thumbnail-play__table:after, .thumbnail-play__table:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    margin-left: -1px;
    margin-right: -1px;
    background: #d5b577;
    background: linear-gradient(to right, #d5b577 0, #ffedca 44%, #d5b577 100%)
}

.mobile-only .thumbnail-play__row, .thumbnail-play__row {
    display: table-row
}

.mobile-only .thumbnail-play__row_bottom, .thumbnail-play__row_bottom {
    height: 50%;
    background-color: rgba(0, 0, 0, .74)
}

.mobile-only .thumbnail-play__cell, .thumbnail-play__cell {
    display: table-cell;
    position: relative
}

.mobile-only .thumbnail-play__row_caption, .thumbnail-play__row_caption {
    height: 50%
}

.mobile-only .thumbnail-play__cell_caption, .thumbnail-play__cell_caption {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: -1px;
    margin-right: -1px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    height: 50%;
    background: #d5b577;
    background: linear-gradient(to right, #d5b577 0, #ffedca 44%, #d5b577 100%)
}

.mobile-only .thumbnail-play__cell_demo, .thumbnail-play__cell_demo {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    width: 65%;
    height: 50%;
    position: absolute;
    vertical-align: middle;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3px
}

.mobile-only .thumbnail-play__cell_demo:after, .thumbnail-play__cell_demo:after {
    content: "";
    position: absolute;
    background-color: #fce9c4;
    top: 0;
    right: 0;
    height: 400%;
    width: 3px
}

.mobile-only .thumbnail-play__cell_favorite, .thumbnail-play__cell_favorite {
    vertical-align: middle;
    overflow: hidden;
    width: 35%;
    height: 51%;
    position: absolute;
    left: 65%;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-only .thumbnail-play__icon, .thumbnail-play__icon {
    fill: #fff;
    transition: fill .15s ease-in-out
}

.no-touchevents .mobile-only .thumbnail-play__cell_favorite, .no-touchevents .thumbnail-play__cell_favorite {
    transition: transform .4s ease-in-out
}

.no-touchevents .mobile-only .thumbnail-play__cell_favorite .thumbnail-play__icon, .no-touchevents .thumbnail-play__cell_favorite .thumbnail-play__icon {
    transition: fill .4s ease-in-out
}

.no-touchevents .mobile-only .thumbnail-play__cell_favorite:hover, .no-touchevents .thumbnail-play__cell_favorite:hover {
    transform: scale(1.25, 1.25)
}

.no-touchevents .mobile-only .thumbnail-play__cell_favorite.is-active:hover, .no-touchevents .thumbnail-play__cell_favorite.is-active:hover {
    transform: scale(1, 1)
}

.mobile-only .thumbnail-play__cell_favorite.is-active, .mobile-only .thumbnail-play__cell_favorite:active, .thumbnail-play__cell_favorite.is-active, .thumbnail-play__cell_favorite:active {
    transform: scale(1, 1)
}

.mobile-only .thumbnail-play__cell_favorite.is-active .thumbnail-play__icon, .mobile-only .thumbnail-play__cell_favorite:active .thumbnail-play__icon, .thumbnail-play__cell_favorite.is-active .thumbnail-play__icon, .thumbnail-play__cell_favorite:active .thumbnail-play__icon {
    fill: #d5b577
}

.mobile-only .thumbnail-play__cell_favorite.is-active:active .thumbnail-play__icon, .thumbnail-play__cell_favorite.is-active:active .thumbnail-play__icon {
    fill: #FFF
}

.mobile-only .thumbnail-play__link, .thumbnail-play__link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=)
}

.mobile-only .thumbnail-play__cell-text_demo, .thumbnail-play__cell-text_demo {
    font-size: 15px;
    font-weight: 600;
    display: inline;
    border-bottom: 1px solid transparent
}

.mobile-only .thumbnail-play__cell_demo:active .thumbnail-play__cell-text_demo, .no-touchevents .mobile-only .thumbnail-play__cell_demo:hover .thumbnail-play__cell-text_demo, .no-touchevents .thumbnail-play__cell_demo:hover .thumbnail-play__cell-text_demo, .thumbnail-play__cell_demo:active .thumbnail-play__cell-text_demo {
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.mobile-only .thumbnail-play__full-width, .thumbnail-play__full-width {
    width: 100%;
    height: 100%
}

.mobile-only .thumbnail-play__cell-text, .thumbnail-play__cell-text {
    vertical-align: middle
}

.mobile-only .thumbnail-play__cell-text_play span, .thumbnail-play__cell-text_play span {
    font-size: 15px;
    font-weight: 700;
    color: #000
}

.mobile-only .thumbnail-play__cell-text_play:active span, .no-touchevents .mobile-only .thumbnail-play__cell-text_play:hover span, .no-touchevents .thumbnail-play__cell-text_play:hover span, .thumbnail-play__cell-text_play:active span {
    text-decoration: none;
    border-bottom: 1px solid #000
}

@media screen and (min-width: 420px) {
    .thumbnail-play__cell-text_demo {
        font-size: 16px
    }

    .thumbnail-play__cell-text_play span {
        font-size: 16px
    }
}

@media screen and (min-width: 480px) {
    .side-panel .thumbnail-play__cell-text_demo, .thumbnail-play__cell-text_demo {
        letter-spacing: 1px;
        font-size: 20px
    }

    .side-panel .thumbnail-play__cell-text_play span, .thumbnail-play__cell-text_play span {
        letter-spacing: 2px;
        font-size: 19px
    }
}

@media screen and (min-width: 600px) {
    .thumbnail-play__cell-text_demo {
        font-size: 22px
    }

    .thumbnail-play__cell-text_play span {
        font-size: 22px
    }
}

.mobile-only .thumbnail-winner, .thumbnail-winner {
    font-size: 0
}

.mobile-only .thumbnail-winner__item, .thumbnail-winner__item {
    padding: 9px 0 15px 9px;
    border: 1px solid transparent;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.mobile-only .thumbnail-winner__row_img.is-active .thumbnail-winner__play, .no-touchevents .mobile-only .thumbnail-winner__row_img:hover .thumbnail-winner__play, .no-touchevents .thumbnail-winner__row_img:hover .thumbnail-winner__play, .thumbnail-winner__row_img.is-active .thumbnail-winner__play {
    display: block
}

.mobile-only .thumbnail-winner__play, .thumbnail-winner__play {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .58);
    margin-right: 10px
}

.mobile-only .thumbnail-winner__play:after, .thumbnail-winner__play:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0)
}

.mobile-only .thumbnail-winner__row, .thumbnail-winner__row {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.mobile-only .thumbnail-winner__row_text, .thumbnail-winner__row_text {
    padding-left: 8px;
    padding-top: 1px;
    width: 66%
}

.mobile-only .thumbnail-winner__row_img, .thumbnail-winner__row_img {
    text-align: left;
    width: auto;
    width: 33.333%;
    padding-right: 10px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.mobile-only .thumbnail-winner__img, .thumbnail-winner__img {
    max-width: 165px;
    width: 100%
}

.mobile-only .thumbnail-winner__name, .thumbnail-winner__name {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .4px;
    margin-bottom: 10px;
    display: block
}

.mobile-only .thumbnail-winner__name-link, .thumbnail-winner__name-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.mobile-only .thumbnail-winner__bet, .thumbnail-winner__bet {
    font-size: 16px;
    line-height: 16px;
    color: #d5b577;
    margin-bottom: 9px;
    white-space: nowrap
}

.mobile-only .thumbnail-winner__win, .thumbnail-winner__win {
    font-size: 16px;
    line-height: 16px;
    color: #d5b577;
    white-space: nowrap
}

.mobile-only .thumbnail-winner__number, .thumbnail-winner__number {
    color: #fff
}

.mobile-only .thumbnail-winner__link, .thumbnail-winner__link {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d5b577;
    background: linear-gradient(to right, #d5b577 0, #ffedca 44%, #d5b577 100%)
}

.mobile-only .thumbnail-winner__play:active .thumbnail-winner__link, .no-touchevents .mobile-only .thumbnail-winner__play:hover .thumbnail-winner__link, .no-touchevents .mobile-only .thumbnail-winner__play:hover:active .thumbnail-winner__link, .no-touchevents .thumbnail-winner__play:hover .thumbnail-winner__link, .no-touchevents .thumbnail-winner__play:hover:active .thumbnail-winner__link, .thumbnail-winner__play:active .thumbnail-winner__link {
    color: #000
}

.mobile-only .thumbnail-winner__play:active, .no-touchevents .mobile-only .thumbnail-winner__play:hover:active, .no-touchevents .thumbnail-winner__play:hover:active, .thumbnail-winner__play:active {
    background: rgba(0, 0, 0, .82)
}

.touchevents .mobile-only .thumbnail-winner__play, .touchevents .thumbnail-winner__play {
    background: 0 0;
    display: block
}

.touchevents .mobile-only .thumbnail-winner__link, .touchevents .thumbnail-winner__link {
    display: none
}

@media screen and (min-width: 420px) {
    .thumbnail-winner__link {
        font-size: 22px
    }
}

@media screen and (min-width: 480px) {
    .thumbnail-winner__item {
        padding: 9px 10px 15px 10px
    }

    .thumbnail-winner__play {
        margin-right: 8px
    }

    .thumbnail-winner__row_img {
        text-align: left;
        padding-right: 8px
    }

    .thumbnail-winner__row_text {
        padding-left: 10px
    }

    .thumbnail-winner__link {
        font-size: 24px
    }
}

@media screen and (min-width: 600px) {
    .thumbnail-winner__row_img {
        text-align: center;
        padding-left: 4px;
        padding-right: 4px
    }

    .thumbnail-winner__play {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width: 640px) {
    .one-bet-win__thumb-items {
        padding-left: 17px
    }

    .thumbnail-winner__row_text {
        width: 58%
    }

    .thumbnail-winner__row_img {
        width: 42%;
        padding-left: 0;
        padding-right: 0
    }

    .thumbnail-winner__bet, .thumbnail-winner__win {
        font-size: 14px
    }

    .thumbnail-winner__win {
        margin-bottom: 6px
    }

    .thumbnail-winner__link {
        font-size: 18px
    }
}

@media screen and (min-width: 768px) {
    .thumbnail-winner__row_text {
        padding-left: 14px
    }

    .thumbnail-winner__link {
        font-size: 21px
    }
}

@media screen and (min-width: 960px) {
    .thumbnail-winner__row_text {
        width: 51%
    }

    .thumbnail-winner__row_img {
        width: 49%
    }

    .thumbnail-winner__link {
        font-size: 24px
    }
}

@media screen and (min-width: 1005px) {
    .thumbnail-winner__row {
        width: 50%
    }

    .thumbnail-winner__row_img {
        text-align: left;
        width: auto;
        min-width: 112px;
        text-align: center
    }

    .thumbnail-winner__img {
        max-height: 75px;
        width: auto
    }

    .thumbnail-winner__row_text {
        padding-top: 0;
        padding-left: 11px
    }

    .thumbnail-winner__name {
        font-size: 15.6px;
        margin-top: -4px;
        margin-bottom: 13px
    }

    .thumbnail-winner__bet {
        font-size: 15.4px;
        margin-bottom: 11px
    }

    .thumbnail-winner__win {
        font-size: 15.4px;
        margin-bottom: 0
    }

    .thumbnail-winner__link {
        font-size: 24px
    }
}

.menu-item, .mobile-only .menu-item {
    font-size: 0;
    margin-bottom: 20px
}

.menu-item.is-not-active, .mobile-only .menu-item.is-not-active {
    opacity: .4
}

.menu-item__icon-wrapper, .mobile-only .menu-item__icon-wrapper {
    text-align: right;
    width: 25px;
    min-width: 25px;
    display: flex;
    justify-content: flex-end;
    margin-right: 9px;
    margin-left: 7px
}

.menu-item__icon-wrapper_menu, .mobile-only .menu-item__icon-wrapper_menu {
    width: 26px;
    min-width: 26px
}

.menu-item__icon, .mobile-only .menu-item__icon {
    vertical-align: middle;
    fill: #D5B577
}

.menu-item__icon_menu, .mobile-only .menu-item__icon_menu {
    width: 26px;
    height: 26px
}

.menu-item__caption-link, .mobile-only .menu-item__caption-link {
    position: relative;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    width: 100%
}

.menu-item__caption-link-text, .mobile-only .menu-item__caption-link-text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    vertical-align: middle;
    color: #d0b473;
    display: block;
    flex-shrink: 1;
    padding-right: 5px;
    position: relative;
    width: 100%
}

.menu-item__caption-link-text_auto, .mobile-only .menu-item__caption-link-text_auto {
    width: auto
}

.menu-item__caption-link-text_menu, .mobile-only .menu-item__caption-link-text_menu {
    font-size: 26px
}

.mobile-only a.menu-item__caption-link.is-active, .mobile-only a.menu-item__caption-link:active, .no-touchevents .mobile-only a.menu-item__caption-link:hover, .no-touchevents .mobile-only a.menu-item__caption-link:hover:active, .no-touchevents a.menu-item__caption-link:hover, .no-touchevents a.menu-item__caption-link:hover:active, a.menu-item__caption-link.is-active, a.menu-item__caption-link:active {
    background-color: #d5b577
}

.mobile-only a.menu-item__caption-link.is-active .menu-item__icon, .mobile-only a.menu-item__caption-link:active .menu-item__icon, .no-touchevents .mobile-only a.menu-item__caption-link:hover .menu-item__icon, .no-touchevents .mobile-only a.menu-item__caption-link:hover:active .menu-item__icon, .no-touchevents a.menu-item__caption-link:hover .menu-item__icon, .no-touchevents a.menu-item__caption-link:hover:active .menu-item__icon, a.menu-item__caption-link.is-active .menu-item__icon, a.menu-item__caption-link:active .menu-item__icon {
    fill: #0e1012
}

.mobile-only a.menu-item__caption-link.is-active .menu-item__caption-link-text, .mobile-only a.menu-item__caption-link:active .menu-item__caption-link-text, .no-touchevents .mobile-only a.menu-item__caption-link:hover .menu-item__caption-link-text, .no-touchevents .mobile-only a.menu-item__caption-link:hover:active .menu-item__caption-link-text, .no-touchevents a.menu-item__caption-link:hover .menu-item__caption-link-text, .no-touchevents a.menu-item__caption-link:hover:active .menu-item__caption-link-text, a.menu-item__caption-link.is-active .menu-item__caption-link-text, a.menu-item__caption-link:active .menu-item__caption-link-text {
    color: #0e1012
}

.menu-item__list-link, .mobile-only .menu-item__list-link {
    font-size: 20.8px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding: 8px 0 8px 61px
}

.mobile-only a.menu-item__list-link.is-active, .mobile-only a.menu-item__list-link:active, .no-touchevents .mobile-only a.menu-item__list-link:hover, .no-touchevents .mobile-only a.menu-item__list-link:hover:active, .no-touchevents a.menu-item__list-link:hover, .no-touchevents a.menu-item__list-link:hover:active, a.menu-item__list-link.is-active, a.menu-item__list-link:active {
    color: #0e1012;
    position: relative;
    z-index: 0
}

.mobile-only a.menu-item__list-link.is-active:before, .mobile-only a.menu-item__list-link:active:before, .no-touchevents .mobile-only a.menu-item__list-link:hover:active:before, .no-touchevents .mobile-only a.menu-item__list-link:hover:before, .no-touchevents a.menu-item__list-link:hover:active:before, .no-touchevents a.menu-item__list-link:hover:before, a.menu-item__list-link.is-active:before, a.menu-item__list-link:active:before {
    content: '';
    background-color: #d5b577;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    z-index: -1
}

.menu-item_mobile, .mobile-only .menu-item_mobile {
    margin-bottom: 0
}

.menu-item_mobile.menu-item_mobile-margin, .mobile-only .menu-item_mobile.menu-item_mobile-margin {
    margin-bottom: 40px
}

.menu-item_mobile .menu-item__icon-wrapper, .mobile-only .menu-item_mobile .menu-item__icon-wrapper {
    width: 38px;
    min-width: 38px;
    margin-right: 15px
}

.menu-item_mobile .menu-item__caption-link-text, .mobile-only .menu-item_mobile .menu-item__caption-link-text {
    font-size: 17px
}

.menu-item_mobile .menu-item__icon, .mobile-only .menu-item_mobile .menu-item__icon {
    width: 30px;
    height: 30px;
    fill: #d5b577
}

.menu-item_mobile:last-child, .mobile-only .menu-item_mobile:last-child {
    margin-bottom: 0
}

.menu-item_settings, .mobile-only .menu-item_settings {
    margin-bottom: 24px
}

@media screen and (min-width: 600px) {
    .menu-item_mobile {
        margin-bottom: 13px
    }

    .menu-item_mobile.menu-item_mobile-margin {
        margin-bottom: 60px
    }

    .menu-item_mobile .menu-item__caption-link-text {
        font-size: 21px
    }

    .menu-item_mobile .menu-item__icon {
        width: 32px;
        height: 32px
    }

    .menu-item__icon-wrapper_menu {
        width: 32px;
        min-width: 32px
    }

    .menu-item__icon_menu {
        width: 32px;
        height: 32px
    }

    .menu-item_mobile .menu-item__caption-link {
        padding-left: 49px
    }

    .menu-item__caption-link-text_menu {
        font-size: 31px
    }
}

@media screen and (min-width: 1005px) {
    .menu-item_mobile {
        margin-bottom: 4px
    }

    .menu-item_mobile .menu-item__icon-wrapper {
        width: 27px;
        min-width: 27px
    }

    .menu-item_mobile .menu-item__icon {
        width: 27px;
        height: 27px
    }

    .menu-item_mobile .menu-item__caption-link {
        padding-left: 20px
    }

    .menu-item_mobile.menu-item_mobile-margin {
        margin-bottom: 50px
    }
}

.avatar, .mobile-only .avatar {
    position: relative;
    width: 100%
}

.avatar__menu, .mobile-only .avatar__menu {
    width: 78px;
    font-size: 0
}

.avatar__menu .avatar__block, .mobile-only .avatar__menu .avatar__block {
    margin: 0;
    padding-bottom: 0
}

.avatar__wrapper, .mobile-only .avatar__wrapper {
    margin-left: -4.5px;
    margin-right: -4.5px
}

.avatar__item, .mobile-only .avatar__item {
    display: table-cell;
    float: left;
    width: 25%;
    font-size: 0
}

.avatar__block, .mobile-only .avatar__block {
    display: block;
    margin: 0 4.5px 10px 4.5px;
    padding: 0;
    border: 1px solid #3d4347;
    background-color: #1d2021;
    text-align: center;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.avatar__block_black, .mobile-only .avatar__block_black {
    background-color: #0e0f10
}

.avatar__pointer, .mobile-only .avatar__pointer a.avatar__block, .mobile-only a.avatar__block {
    cursor: pointer
}

.no-touchevents .mobile-only a.avatar__block:hover, .no-touchevents a.avatar__block:hover {
    border: 1px solid #d5b577
}

.avatar__img, .mobile-only .avatar__img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    word-break: break-all;
    font-size: 14px
}

.avatar__stretch, .mobile-only .avatar__stretch {
    width: 100%
}

.avatar__selected, .mobile-only .avatar__selected {
    opacity: 0;
    position: absolute;
    top: 8px;
    right: 7px
}

.avatar__selected-icon, .mobile-only .avatar__selected-icon {
    fill: #D5B577
}

.is-active .avatar__block, .mobile-only .is-active .avatar__block {
    padding: 0;
    border: 2px solid #d5b577
}

.is-active .avatar__selected, .mobile-only .is-active .avatar__selected {
    opacity: 1
}

.avatar__table-wrapper, .mobile-only .avatar__table-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.avatar__table, .mobile-only .avatar__table {
    width: 40px;
    height: 40px;
    background-color: #0e0f10;
    border: 1px solid #262b2f;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.avatar__table_chat, .mobile-only .avatar__table_chat {
    width: 38px;
    height: 38px
}

.avatar__table-img, .mobile-only .avatar__table-img {
    max-width: 36px;
    max-height: 36px
}

.avatar__table-item, .mobile-only .avatar__table-item {
    font-size: 0;
    display: block
}

.avatar__name, .mobile-only .avatar__name {
    font-size: 13px;
    font-weight: 400
}

.avatar__link, .mobile-only .avatar__link {
    display: inline-block;
    vertical-align: middle
}

.avatar__link_img, .mobile-only .avatar__link_img {
    padding-right: 10px
}

.avatar__link-effect:active .avatar__table, .mobile-only .avatar__link-effect:active .avatar__table, .no-touchevents .avatar__link-effect:hover .avatar__table, .no-touchevents .mobile-only .avatar__link-effect:hover .avatar__table {
    border: 1px solid #d5b577
}

@media screen and (min-width: 480px) {
    .avatar__table {
        width: 50px;
        height: 50px
    }

    .avatar__table_chat {
        width: 38px;
        height: 38px
    }

    .avatar__link {
        display: table-cell;
        vertical-align: middle
    }
}

@media screen and (min-width: 600px) {
    .avatar__name {
        font-size: 15px
    }
}

@media screen and (min-width: 1280px) {
    .game-message .avatar__table_chat, .mobile-only .game-message .avatar__table_chat {
        width: 26px;
        height: 26px
    }

    .game-message .avatar__table-img, .mobile-only .game-message .avatar__table-img {
        max-height: 24px;
        max-width: 24px
    }
}

.progress {
    font-size: 0;
    position: relative;
    min-height: 48px
}

.progress__item {
    width: 33.333%;
    display: inline-block
}

.progress__item-link {
    background-color: #363c40;
    display: inline-block;
    width: 67%;
    height: 48px;
    position: relative;
    z-index: 1;
    padding-left: 2px;
    padding-right: 2px
}

.progress__item-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=)
}

.no-touchevents .progress__item-link:hover {
    border: 1px solid #d5b577
}

.no-touchevents .progress__item-link:hover .progress__item-text {
    color: #d5b577
}

.no-touchevents .progress__item-link:hover.is-active .progress__item-text, .no-touchevents .progress__item-link:hover.is-active:active .progress__item-text {
    color: #FFF
}

.no-touchevents .progress__item-link:hover:active .progress__item-text {
    color: #363c40
}

.progress__item-link.is-not-active {
    cursor: default
}

.no-touchevents .progress__item-link.is-not-active:hover {
    border: none
}

.no-touchevents .progress__item-link.is-not-active:hover .progress__item-text {
    color: #8b8b8b
}

.no-touchevents .progress__item-link.is-not-active:hover.is-active .progress__item-text, .no-touchevents .progress__item-link.is-not-active:hover.is-active:active .progress__item-text {
    color: #8b8b8b
}

.no-touchevents .progress__item-link.is-not-active:hover:active .progress__item-text {
    color: #8b8b8b
}

.progress__item-link.is-previous:active, a.progress__item-link:active, a.progress__item-link:active:hover {
    background-color: #d5b577
}

.progress__item-link.is-previous:active .progress__item-text, a.progress__item-link:active .progress__item-text, a.progress__item-link:active:hover .progress__item-text {
    color: #363c40
}

a.progress__item-link.is-not-active:active, a.progress__item-link.is-not-active:active:hover {
    background-color: #363c40
}

a.progress__item-link.is-not-active:active .progress__item-text, a.progress__item-link.is-not-active:active:hover .progress__item-text {
    color: #8b8b8b
}

a.progress__item-link.is-active {
    background-color: #d5b577;
    cursor: default
}

a.progress__item-link.is-active .progress__item-text {
    color: #FFF
}

.progress__item-link.is-previous .progress__item-text {
    color: #d5b577
}

.mobile-only .progress__item-text, .progress__item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #8b8b8b;
    text-transform: uppercase;
    line-height: 21px
}

.progress__item_left {
    text-align: left
}

.progress__item_center {
    text-align: center
}

.progress__item_right {
    text-align: right
}

.progress__icon {
    position: relative;
    left: -4px;
    top: 50%;
    margin-top: -8px
}

.progress__icon_right {
    margin-left: 61.5%
}

.progress__icon_left {
    margin-left: 39.2%
}

.progress__arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.progress__arrows-row {
    width: 50%;
    height: 100%;
    display: inline-block
}

@media screen and (min-width: 480px) {
    .progress__item-text {
        font-size: 20px
    }
}

@media screen and (min-width: 480px) {
    .progress__item-text {
        font-size: 22px;
        letter-spacing: 1.8px
    }
}

.social-button {
    font-size: 0
}

.social-button__icon {
    fill: #fff
}

.social-button__item {
    width: 25%;
    display: inline-block;
    padding-left: .8%;
    padding-right: .8%;
    float: left
}

.social-button__link {
    background-color: transparent;
    border: 2px solid #d5b577;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94px;
    -webkit-user-select: none;
    user-select: none
}

.social-button__link > svg {
    pointer-events: none
}

.no-touchevents .social-button__link:hover, .social-button__link:active {
    background-color: #1d2021
}

.no-touchevents .social-button__link:hover .social-button__icon, .social-button__link:active .social-button__icon {
    fill: #d5b577
}

.social-button__wrapper {
    margin-left: -.8%;
    margin-right: -.8%
}

.mobile-only .social-avatar__icon, .social-avatar__icon {
    fill: #d5b577;
    vertical-align: middle
}

.mobile-only .social-avatar__user-pic, .social-avatar__user-pic {
    width: 54px;
    height: 54px;
    vertical-align: middle;
    margin-left: 8px
}

.mobile-only .social-avatar__text, .social-avatar__text {
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle
}

.mobile-only .social-avatar__text_name, .social-avatar__text_name {
    margin-left: 7px
}

.mobile-only .social-avatar__text_sign, .social-avatar__text_sign {
    margin-left: 5px
}

@media screen and (min-width: 480px) {
    .social-avatar__user-pic {
        width: 60px;
        height: 60px
    }

    .social-avatar__text {
        font-size: 22px
    }

    .social-avatar__text_name {
        margin-left: 16px
    }

    .social-avatar__user-pic {
        margin-left: 19px
    }

    .social-avatar__text_sign {
        margin-left: 28px
    }
}

@media screen and (min-width: 1005px) {
    .button-up {
        background-color: #3d4347;
        display: inline-block;
        padding: 0 26px 0 27px;
        height: 36px;
        vertical-align: top;
        border-left: 1px solid #313538
    }

    .button-up:before {
        content: "";
        vertical-align: middle;
        height: 100%;
        width: 0;
        display: inline-block
    }

    .button-up:first-child {
        border-left: none;
        padding-left: 20px
    }

    .button-up__icon {
        vertical-align: middle;
        margin-right: 9px;
        fill: #D5B577
    }

    .button-up__text {
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
        text-transform: uppercase;
        vertical-align: middle
    }

    .button-up__round-left {
        border-radius: 0 0 0 4px
    }

    .button-up__round-right {
        border-radius: 0 0 4px 0
    }
}

.language {
    width: 65px;
    display: inline-block
}

.language .select2-container--default .select-language-label .select2-selection__icon {
    margin-right: 0
}

.language .select2-selection__rendered-text {
    display: none
}

.language .select2-selection--single {
    background-color: transparent !important
}

.select-language-dropdown .select2-container--default .select-language-label .select2-selection__icon {
    margin-right: 0
}

.select-language-dropdown .select2-selection__rendered-text {
    display: none
}

.language__select {
    height: 36px;
    visibility: hidden
}

.carousel, .mobile-only .carousel {
    border-bottom: 3px solid #d6b678;
    position: relative;
    background-color: rgba(0, 0, 0, .67)
}

.carousel img.gallery__img, .mobile-only .carousel img.gallery__img {
    width: 100%
}

.carousel__shadow, .mobile-only .carousel__shadow {
    display: none
}

@media screen and (min-width: 1005px) {
    .carousel {
        border-bottom: none
    }

    .carousel img.gallery__img {
        height: 100%;
        width: 100%;
        max-height: 301px
    }

    .carousel__shadow {
        display: block
    }

    .carousel__shadow-left {
        width: 566px;
        height: 100%;
        top: 0;
        right: 100%;
        position: absolute;
        z-index: 1;
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .73) 100%)
    }

    .carousel__shadow-right {
        width: 566px;
        height: 100%;
        top: 0;
        left: 100%;
        position: absolute;
        z-index: 1;
        background: linear-gradient(to right, rgba(0, 0, 0, .73) 0, rgba(0, 0, 0, 0) 100%)
    }
}

.js-page-head .carousel {
    display: none
}

@media screen and (min-width: 1005px) {
    .js-page-head .carousel {
        display: block;
        min-height: 300px
    }
}

.carousel-text, .mobile-only .carousel-text {
    width: 100%;
    text-align: center;
    min-height: 186px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column
}

.carousel-text p, .mobile-only .carousel-text p {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%
}

.carousel-text h1, .carousel-text h2, .carousel-text h3, .carousel-text h4, .carousel-text h5, .carousel-text h6, .mobile-only .carousel-text h1, .mobile-only .carousel-text h2, .mobile-only .carousel-text h3, .mobile-only .carousel-text h4, .mobile-only .carousel-text h5, .mobile-only .carousel-text h6 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%
}

.carousel-text .carousel-text__caption-color, .mobile-only .carousel-text .carousel-text__caption-color {
    color: #d5b577;
    font-weight: 700
}

.carousel-text__intro, .mobile-only .carousel-text__intro {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%
}

.carousel-text__intro p, .mobile-only .carousel-text__intro p {
    width: auto
}

@media screen and (min-width: 600px) {
    .carousel-text h1, .carousel-text h2, .carousel-text h3, .carousel-text h4, .carousel-text h5, .carousel-text h6 {
        font-size: 40px
    }
}

@media screen and (min-width: 640px) {
    .carousel-text p {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }

    .carousel-text__intro {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 1005px) {
    .carousel-text {
        display: none;
        width: 390px;
        height: 100%;
        background-color: rgba(0, 0, 0, .73);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        min-height: auto
    }

    .carousel-text p {
        font-size: 14px;
        line-height: 17px;
        width: 280px;
        margin-bottom: 33px;
        padding-left: 0;
        padding-right: 0
    }

    .carousel-text h1, .carousel-text h2, .carousel-text h3, .carousel-text h4, .carousel-text h5, .carousel-text h6 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 22px
    }

    .carousel-text__intro {
        font-size: 14px;
        line-height: 17px;
        width: 280px;
        margin-bottom: 33px;
        padding-left: 0;
        padding-right: 0
    }
}

.mobile-only .one-bet-win, .one-bet-win {
    background-color: rgba(0, 0, 0, .67);
    padding-top: 14px;
    padding-bottom: 19px
}

.mobile-only .one-bet-win__caption, .one-bet-win__caption {
    width: 100%;
    margin-bottom: 13px;
    margin-left: 30px
}

.mobile-only .one-bet-win__caption-wrapper, .one-bet-win__caption-wrapper {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    width: 100%
}

.mobile-only .one-bet-win__caption-highlight, .one-bet-win__caption-highlight {
    color: #d5b577;
    font-weight: 700
}

.mobile-only .one-bet-win__thumb-items, .one-bet-win__thumb-items {
    display: block;
    width: 100%;
    font-size: 0;
    padding-left: 5px;
    padding-right: 5px
}

.mobile-only .one-bet-win__thumb-items .swiper-wrapper, .one-bet-win__thumb-items .swiper-wrapper {
    box-sizing: border-box;
    flex-direction: column
}

.mobile-only .one-bet-win__thumb-items__overflow, .one-bet-win__thumb-items__overflow {
    overflow: hidden
}

.mobile-only .one-bet-win__thumb-item, .one-bet-win__thumb-item {
    display: none;
    width: 100%
}

.mobile-only .one-bet-win__thumb-item:nth-last-child(-n+3), .mobile-only .swiper-container-vertical .one-bet-win__thumb-item, .one-bet-win__thumb-item:nth-last-child(-n+3), .swiper-container-vertical .one-bet-win__thumb-item {
    display: inline-block
}

@media screen and (min-width: 480px) {
    .one-bet-win__thumb-items {
        padding-left: 22px;
        padding-right: 22px
    }
}

@media screen and (min-width: 600px) {
    .one-bet-win__thumb-items {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 640px) {
    .one-bet-win__thumb-item {
        width: 33.33%
    }

    .one-bet-win__thumb-item:last-child {
        display: inline-block
    }

    .one-bet-win__thumb-items .swiper-wrapper {
        flex-direction: row
    }
}

@media screen and (min-width: 1005px) {
    .one-bet-win {
        display: none;
        background-color: transparent;
        padding-top: 17px;
        padding-bottom: 18px;
        border-bottom: 1px solid #484a4b
    }

    .one-bet-win-desktop .one-bet-win {
        display: block
    }

    .one-bet-win__caption {
        float: left;
        width: 163px;
        height: 96px;
        padding-left: 30px;
        margin-bottom: 0;
        margin-left: 0;
        display: flex;
        align-items: center
    }

    .one-bet-win__caption-wrapper {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1.4px;
        line-height: 24px;
        vertical-align: middle
    }

    .one-bet-win__caption-highlight {
        color: #d5b577;
        font-weight: 700
    }

    .one-bet-win__thumb-items {
        padding-left: 163px;
        padding-right: 8px
    }

    .one-bet-win__thumb-item:last-child {
        display: inline-block
    }
}

.avatar-small {
    width: 35px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.avatar-small_border-top-right {
    border-right: 1px solid #262b2f;
    border-top: 1px solid #262b2f
}

.avatar-small__img {
    max-width: 33px;
    max-height: 34px;
    vertical-align: bottom
}

.avatar-winner, .mobile-only .avatar-winner {
    max-width: 68px;
    max-height: 68px
}

.carousel-main .swiper-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.carousel-main .carousel-main__item {
    text-align: center;
    display: inline-block
}

.carousel-main .carousel-main__item .carousel-main__img {
    margin-bottom: 26px
}

.carousel-main__swiper {
    transform: translate3d(-100%, 0, 0)
}

.carousel-main .swiper-pagination {
    padding-top: 23px;
    padding-bottom: 20px;
    bottom: 0;
    position: relative
}

.carousel-main .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid #d5b577;
    background: 0 0;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    opacity: 1
}

.no-touchevents .swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:active {
    background-color: #ead1a0
}

.carousel-main-text {
    display: none
}

.carousel-main__next, .carousel-main__prev {
    display: none
}

.carousel-main__icons {
    display: none
}

@media screen and (min-width: 1005px) {
    .carousel-main__swiper {
        transform: translate3d(-1005px, 0, 0)
    }

    .carousel-main__icons {
        font-size: 0;
        display: block;
        position: absolute;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        z-index: 10;
        cursor: pointer;
        background-color: #3d4347
    }

    .carousel-main__icons:before {
        content: "";
        vertical-align: middle;
        height: 100%;
        width: 0;
        display: inline-block
    }

    .no-touchevents .carousel-main__icons:hover .carousel-main__icon-next, .no-touchevents .carousel-main__icons:hover .carousel-main__icon-prev {
        fill: #FFF
    }

    .carousel-main__icons_prev {
        left: 0;
        padding-right: 6px;
        text-align: right
    }

    .carousel-main__icons_next {
        right: 0;
        padding-left: 6px;
        text-align: left
    }

    .carousel-main__icon-next, .carousel-main__icon-prev {
        fill: #D5B577;
        vertical-align: middle
    }

    .carousel-main__icon-next {
        transform: rotate(180deg)
    }

    .carousel-main .swiper-wrapper {
        align-items: flex-start;
        justify-content: flex-start
    }

    .carousel-main .carousel-main__item {
        padding-top: 0;
        height: 300px;
        text-align: left
    }

    .carousel-main .carousel-main__item .carousel-main__img {
        display: block;
        min-width: 1005px;
        margin-bottom: 0
    }

    .carousel-main .carousel-text {
        display: none
    }

    .swiper-pagination {
        display: none
    }

    .carousel-main-text {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 390px;
        height: 300px;
        z-index: 1
    }

    .carousel-main-text .carousel-text {
        display: flex
    }
}

.menu-container, .mobile-only .menu-container {
    min-height: 62px
}

@media screen and (min-width: 375px) {
    .menu-container {
        min-height: 74px
    }
}

.menu-container .menu-account__item .menu-account__item-link {
    white-space: nowrap
}

.menu-account, .mobile-only .menu-account {
    width: 100%;
    height: 62px;
    background-color: #3d4347;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 999
}

.menu-account__item, .mobile-only .menu-account__item {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    border-right: 1px solid #313538;
    flex-basis: 60px;
    position: relative
}

.menu-account__item:last-child, .mobile-only .menu-account__item:last-child {
    border-right: none
}

.menu-account__item.is-active-mob, .mobile-only .menu-account__item.is-active-mob {
    background-color: #242727
}

.menu-account__item-logo, .mobile-only .menu-account__item-logo {
    vertical-align: middle;
    margin-left: -5px;
    margin-right: -5px
}

.menu-account__item-icon, .mobile-only .menu-account__item-icon {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 0;
    width: 34px;
    height: 34px;
    fill: #d5b577
}

.menu-account__item-icon.icon_account, .mobile-only .menu-account__item-icon.icon_account {
    width: 32px;
    height: 32px;
    margin-bottom: 0
}

.menu-account__item-icon_friends, .mobile-only .menu-account__item-icon_friends {
    top: 2px;
    position: relative;
    width: 40px
}

.menu-account__item-text, .mobile-only .menu-account__item-text {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .4px;
    position: static;
    white-space: nowrap
}

.menu-account__item-text-status, .mobile-only .menu-account__item-text-status {
    position: absolute;
    top: 7px;
    right: 7px;
    left: auto
}

.menu-account__item-text-status_menu, .mobile-only .menu-account__item-text-status_menu {
    top: -12px;
    right: -4px
}

.menu-account__item-text_account, .mobile-only .menu-account__item-text_account {
    display: none
}

.menu-account__item:active, .mobile-only .menu-account__item:active .no-touchevents .menu-account__item:hover, .no-touchevents .mobile-only .menu-account__item:hover {
    color: #FFF
}

.menu-account__item:active .menu-account__item-icon, .mobile-only .menu-account__item:active .no-touchevents .menu-account__item:hover .menu-account__item-icon, .no-touchevents .mobile-only .menu-account__item:hover .menu-account__item-icon {
    fill: #FFF
}

@media screen and (min-width: 375px) {
    .menu-account {
        height: 74px
    }

    .menu-account__item-text {
        font-size: 12px
    }

    .menu-account__item-icon {
        width: 46px;
        height: 46px
    }

    .menu-account__item-icon.icon_account {
        width: 41px;
        height: 41px
    }

    .menu-account__item-icon_friends {
        width: 53px
    }

    .menu-account__item-logo {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width: 1005px) {
    .menu-account {
        border-radius: 5px 5px 0 0
    }

    .menu-account__item {
        flex-grow: 1;
        flex-basis: 100px
    }

    .menu-account__item_logo {
        max-width: none
    }

    .menu-account__item_account {
        max-width: none
    }

    .menu-account__item_friends {
        display: none
    }

    .menu-account__item-icon {
        margin-right: 5px;
        display: inline-block;
        margin-bottom: 0
    }

    .menu-account__item-icon_friends {
        top: auto;
        position: static
    }

    .menu-account__item-text {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
        font-size: 25px;
        letter-spacing: 2px;
        position: relative
    }

    .menu-account__item-text-status {
        top: -18px;
        left: 100%;
        right: auto
    }

    .menu-account__item-text-status_menu {
        top: -15px;
        right: -7px;
        left: auto
    }

    .no-touchevents .menu-account__item-text {
        transition: color .5s ease-in-out
    }

    .menu-account__item:active, .no-touchevents .menu-account__item:hover {
        color: #d5b577
    }

    .menu-account__item:active .menu-account__item-icon, .no-touchevents .menu-account__item:hover .menu-account__item-icon {
        fill: #d5b577
    }

    .menu-type-account .js-sport-footer, .menu-type-bonus .js-sport-footer, .menu-type-info .js-sport-footer, .menu-type-login .js-sport-footer {
        display: none
    }
}

.games-main, .mobile-only .games-main {
    padding-bottom: 38px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.games-main.not-active, .mobile-only .games-main.not-active {
    filter: grayscale(100%)
}

.games-main__favorite, .mobile-only .games-main__favorite {
    margin-top: -10px
}

.ie .games-main.not-active, .mobile-only.ie .games-main.not-active {
    opacity: .45
}

.games-main_inner, .mobile-only .games-main_inner {
    padding-bottom: 0
}

.js-games .games-main_inner {
    padding-bottom: 38px
}

.games-main_border-bottom, .mobile-only .games-main_border-bottom {
    border-bottom: 1px solid #484a4b
}

.games-main_last, .mobile-only .games-main_last {
    margin-bottom: 0;
    padding-bottom: 50px
}

.games-main__caption, .mobile-only .games-main__caption {
    margin-left: 30px;
    margin-bottom: 10px
}

.games-main__title, .mobile-only .games-main__title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    vertical-align: middle
}

.games-main__items, .mobile-only .games-main__items {
    padding-left: 12px;
    padding-right: 12px
}

.games-main__item, .mobile-only .games-main__item {
    margin-top: 19px;
    margin-bottom: 3px;
    width: 50%
}

.games-main__item.not-active, .mobile-only .games-main__item.not-active {
    filter: grayscale(100%)
}

.games-main__item.not-active .thumbnail-play, .mobile-only .games-main__item.not-active .thumbnail-play {
    display: none
}

@media screen and (min-width: 600px) {
    .games-main__item, .mobile-only .games-main__item {
        width: 33%
    }
}

.ie .games-main__item.not-active, .mobile-only.ie .games-main__item.not-active {
    opacity: .45
}

.games-main__icon-title, .mobile-only .games-main__icon-title {
    margin-right: 6px;
    vertical-align: middle
}

@media screen and (min-width: 420px) {
    .games-main__title {
        font-size: 25px
    }

    .menu-type-games .games-main__item {
        width: 33%
    }
}

@media screen and (min-width: 480px) {
    .games-main__items {
        padding-left: 30px;
        padding-right: 30px
    }

    .menu-type-games .games-main__item {
        width: 25%
    }
}

@media screen and (min-width: 1005px) {
    .games-main__items {
        padding-left: 18px;
        padding-right: 18px
    }

    .games-main__item {
        width: 33%
    }

    .menu-type-games .games-main__item {
        width: 20%
    }

    .games-main__caption {
        margin-bottom: 8px
    }
}

.jackpot-mobile, .mobile-only .jackpot-mobile {
    display: block
}

.jackpot-desktop, .mobile-only .jackpot-desktop {
    display: none
}

.jackpot, .mobile-only .jackpot {
    padding: 14px 0;
    overflow: hidden;
    background: #1a1d1e;
    background: linear-gradient(to bottom, #1a1d1e 0, #252b2e 100%)
}

.jackpot__win, .mobile-only .jackpot__win {
    text-align: left;
    white-space: nowrap;
    padding-left: 30px
}

.jackpot__caption, .mobile-only .jackpot__caption {
    margin-left: 30px
}

.jackpot__title, .mobile-only .jackpot__title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    vertical-align: bottom;
    line-height: 27px
}

.jackpot__title-game, .mobile-only .jackpot__title-game {
    color: #d5b577;
    font-weight: 700;
    font-size: 22px;
    margin-left: 30px;
    display: block;
    transform: translate3d(0, 0, 0);
    display: inline-block
}

.no-touchevents .jackpot__title-game:hover, .no-touchevents .mobile-only .jackpot__title-game:hover {
    color: #FFF
}

.jackpot__icon-title, .mobile-only .jackpot__icon-title {
    margin-right: 12px;
    vertical-align: bottom;
    fill: #D5B577
}

.jackpot__line, .mobile-only .jackpot__line {
    font-size: 0;
    margin-bottom: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.jackpot__line-cell, .mobile-only .jackpot__line-cell {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.jackpot__line-cell_title, .mobile-only .jackpot__line-cell_title {
    margin-bottom: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.jackpot__line-cell_game, .mobile-only .jackpot__line-cell_game {
    top: 8px;
    position: relative
}

.jackpot__game-desktop, .mobile-only .jackpot__game-desktop {
    display: none
}

.jackpot__img, .mobile-only .jackpot__img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    max-width: 67px
}

.jackpot__board, .mobile-only .jackpot__board {
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.jackpot__bank, .mobile-only .jackpot__bank {
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    color: #FFF;
    margin-right: 4px;
    letter-spacing: 2.2px;
    display: inline-block;
    vertical-align: middle
}

.jackpot__currency, .mobile-only .jackpot__currency {
    color: #d5b577;
    font-size: 24px;
    line-height: 54px;
    display: inline-block;
    vertical-align: middle
}

.jackpot .odometer-value, .mobile-only .jackpot .odometer-value {
    font-weight: 700
}

.jackpot .odometer-radix-mark, .mobile-only .jackpot .odometer-radix-mark {
    vertical-align: middle;
    display: inline-block;
    font-weight: 700
}

.jackpot .odometer.odometer-auto-theme .odometer-digit .odometer-value, .jackpot .odometer.odometer-theme-minimal .odometer-digit .odometer-value, .jackpot__bank .odometer-formatting-mark, .mobile-only .jackpot .odometer.odometer-auto-theme .odometer-digit .odometer-value, .mobile-only .jackpot .odometer.odometer-theme-minimal .odometer-digit .odometer-value, .mobile-only .jackpot__bank .odometer-formatting-mark {
    padding-top: 2px;
    padding-bottom: 2px
}

.jackpot .odometer.odometer-auto-theme .odometer-digit, .jackpot .odometer.odometer-theme-minimal .odometer-digit, .mobile-only .jackpot .odometer.odometer-auto-theme .odometer-digit, .mobile-only .jackpot .odometer.odometer-theme-minimal .odometer-digit {
    padding-bottom: 2px
}

.jackpot__win-link, .mobile-only .jackpot__win-link {
    display: inline-block;
    transform: translate3d(0, 0, 0)
}

.jackpot__win-items, .mobile-only .jackpot__win-items {
    display: inline-block
}

.jackpot__money, .mobile-only .jackpot__money {
    transform: translate3d(0, 0, 0);
    display: inline-block
}

@media screen and (min-width: 420px) {
    .jackpot__bank {
        font-size: 34px;
        line-height: 26px
    }

    .jackpot__currency {
        font-size: 34px
    }
}

@media screen and (min-width: 480px) {
    .jackpot__img {
        margin-right: 16px
    }

    .jackpot {
        padding-bottom: 36px
    }

    .jackpot__win {
        text-align: center;
        padding-left: 0
    }

    .jackpot__line-cell {
        display: inline-block;
        width: 50%
    }

    .jackpot__line-cell_title {
        margin-bottom: 0
    }

    .jackpot__line-cell_game {
        text-align: right;
        padding-right: 35px;
        position: relative;
        top: 5px
    }

    .jackpot__title-game {
        margin-left: 0
    }

    .jackpot__bank {
        line-height: 34px;
        font-size: 44px;
        margin-right: 16px
    }

    .jackpot__currency {
        font-size: 44px
    }
}

@media screen and (min-width: 600px) {
    .jackpot__bank {
        font-size: 54px;
        line-height: 44px
    }

    .jackpot__currency {
        font-size: 54px
    }
}

@media screen and (min-width: 1005px) {
    .jackpot {
        padding-bottom: 4px
    }

    .jackpot__board {
        width: 243px;
        text-align: right
    }

    .jackpot-mobile {
        display: none
    }

    .jackpot-desktop {
        display: block
    }

    .jackpot__win {
        padding-left: 30px;
        margin-top: 0;
        text-align: left
    }

    .jackpot__img {
        margin-top: -2px
    }

    .jackpot__money {
        margin-top: -8px
    }

    .jackpot__bank {
        font-size: 32px;
        line-height: 26px;
        margin-right: 8px
    }

    .jackpot__currency {
        font-size: 32px
    }

    .jackpot__title-game {
        font-size: 15px;
        letter-spacing: .1px;
        white-space: normal
    }

    .jackpot__line {
        margin-bottom: 14px
    }

    .jackpot__line-cell {
        width: 100%
    }

    .jackpot__line-cell_game {
        display: none
    }

    .jackpot__game-desktop {
        display: block;
        text-align: right;
        padding-right: 4px;
        margin-bottom: 4px
    }
}

.jackpot__animate-right-hide {
    animation: jackpotRightHide .8s linear;
    transition-property: transform;
    transition-duration: .8s;
    animation-fill-mode: forwards
}

.jackpot__animate-right-show {
    animation: jackpotRightShow .8s linear;
    transition-property: transform;
    transition-duration: .8s;
    animation-fill-mode: forwards
}

.jackpot__animate-left-hide {
    animation: jackpotLeftHide .8s linear;
    transition-property: transform;
    transition-duration: .8s;
    animation-fill-mode: forwards
}

.jackpot__animate-left-show {
    animation: jackpotLeftShow .8s linear;
    transition-property: transform;
    transition-duration: .8s;
    animation-fill-mode: forwards
}

.jackpot__animate-bottom-hide {
    animation: jackpotBottomHide .8s linear;
    transition-property: transform;
    transition-duration: .8s;
    animation-fill-mode: forwards
}

.jackpot__animate-bottom-show {
    animation: jackpotBottomShow .8s linear;
    transition-property: transform;
    transition-duration: .8s;
    animation-fill-mode: forwards
}

.jackpot__show-mobile, .touchevents .jackpot__animate-show_1 .jackpot__money:first-child, .touchevents .jackpot__animate-show_1 .jackpot__title-game:first-child, .touchevents .jackpot__animate-show_1 .jackpot__win-link:first-child, .touchevents .jackpot__animate-show_2 .jackpot__money:nth-child(2), .touchevents .jackpot__animate-show_2 .jackpot__title-game:nth-child(2), .touchevents .jackpot__animate-show_2 .jackpot__win-link:nth-child(2), .touchevents .jackpot__animate-show_3 .jackpot__money:nth-child(3), .touchevents .jackpot__animate-show_3 .jackpot__title-game:nth-child(3), .touchevents .jackpot__animate-show_3 .jackpot__win-link:nth-child(3), .touchevents .jackpot__animate-show_4 .jackpot__money:nth-child(4), .touchevents .jackpot__animate-show_4 .jackpot__title-game:nth-child(4), .touchevents .jackpot__animate-show_4 .jackpot__win-link:nth-child(4), .touchevents .jackpot__animate-show_5 .jackpot__money:nth-child(5), .touchevents .jackpot__animate-show_5 .jackpot__title-game:nth-child(5), .touchevents .jackpot__animate-show_5 .jackpot__win-link:nth-child(5), .touchevents .jackpot__animate-show_6 .jackpot__money:nth-child(6), .touchevents .jackpot__animate-show_6 .jackpot__title-game:nth-child(6), .touchevents .jackpot__animate-show_6 .jackpot__win-link:nth-child(6), .touchevents .jackpot__animate-show_7 .jackpot__money:nth-child(7), .touchevents .jackpot__animate-show_7 .jackpot__title-game:nth-child(7), .touchevents .jackpot__animate-show_7 .jackpot__win-link:nth-child(7), .touchevents .jackpot__animate-show_8 .jackpot__money:nth-child(8), .touchevents .jackpot__animate-show_8 .jackpot__title-game:nth-child(8), .touchevents .jackpot__animate-show_8 .jackpot__win-link:nth-child(8), .touchevents .jackpot__animate-show_9 .jackpot__money:nth-child(9), .touchevents .jackpot__animate-show_9 .jackpot__title-game:nth-child(9), .touchevents .jackpot__animate-show_9 .jackpot__win-link:nth-child(9), .touchevents .jackpot__animate-show_10 .jackpot__money:nth-child(10), .touchevents .jackpot__animate-show_10 .jackpot__title-game:nth-child(10), .touchevents .jackpot__animate-show_10 .jackpot__win-link:nth-child(10), .touchevents .jackpot__animate-show_11 .jackpot__money:nth-child(11), .touchevents .jackpot__animate-show_11 .jackpot__title-game:nth-child(11), .touchevents .jackpot__animate-show_11 .jackpot__win-link:nth-child(11), .touchevents .jackpot__animate-show_12 .jackpot__money:nth-child(12), .touchevents .jackpot__animate-show_12 .jackpot__title-game:nth-child(12), .touchevents .jackpot__animate-show_12 .jackpot__win-link:nth-child(12), .touchevents .jackpot__animate-show_13 .jackpot__money:nth-child(13), .touchevents .jackpot__animate-show_13 .jackpot__title-game:nth-child(13), .touchevents .jackpot__animate-show_13 .jackpot__win-link:nth-child(13), .touchevents .jackpot__animate-show_14 .jackpot__money:nth-child(14), .touchevents .jackpot__animate-show_14 .jackpot__title-game:nth-child(14), .touchevents .jackpot__animate-show_14 .jackpot__win-link:nth-child(14), .touchevents .jackpot__animate-show_15 .jackpot__money:nth-child(15), .touchevents .jackpot__animate-show_15 .jackpot__title-game:nth-child(15), .touchevents .jackpot__animate-show_15 .jackpot__win-link:nth-child(15), .touchevents .jackpot__animate-show_16 .jackpot__money:nth-child(16), .touchevents .jackpot__animate-show_16 .jackpot__title-game:nth-child(16), .touchevents .jackpot__animate-show_16 .jackpot__win-link:nth-child(16), .touchevents .jackpot__animate-show_17 .jackpot__money:nth-child(17), .touchevents .jackpot__animate-show_17 .jackpot__title-game:nth-child(17), .touchevents .jackpot__animate-show_17 .jackpot__win-link:nth-child(17), .touchevents .jackpot__animate-show_18 .jackpot__money:nth-child(18), .touchevents .jackpot__animate-show_18 .jackpot__title-game:nth-child(18), .touchevents .jackpot__animate-show_18 .jackpot__win-link:nth-child(18), .touchevents .jackpot__animate-show_19 .jackpot__money:nth-child(19), .touchevents .jackpot__animate-show_19 .jackpot__title-game:nth-child(19), .touchevents .jackpot__animate-show_19 .jackpot__win-link:nth-child(19), .touchevents .jackpot__animate-show_20 .jackpot__money:nth-child(20), .touchevents .jackpot__animate-show_20 .jackpot__title-game:nth-child(20), .touchevents .jackpot__animate-show_20 .jackpot__win-link:nth-child(20) {
    display: block;
    animation: jackpotShowMobile 5s linear;
    opacity: 0
}

.touchevents .jackpot__title-game {
    display: none
}

.touchevents .jackpot__money {
    display: none
}

.touchevents .jackpot__win-link {
    display: none
}

@keyframes jackpotRightHide {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes jackpotRightShow {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes jackpotLeftHide {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes jackpotLeftShow {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes jackpotBottomHide {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes jackpotBottomShow {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes jackpotShowMobile {
    0% {
        opacity: 0
    }
    28% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.mobile-only .winners-mobile, .winners-mobile {
    display: block
}

.mobile-only .winners-mobile .winners__items, .winners-mobile .winners__items {
    overflow: hidden
}

.mobile-only .winners-desktop, .winners-desktop {
    display: none
}

.mobile-only .winners-desktop .winners__items, .winners-desktop .winners__items {
    overflow: hidden
}

.mobile-only .winners, .winners {
    background-color: #1d2021;
    padding-top: 28px
}

.mobile-only .winners .swiper-wrapper, .winners .swiper-wrapper {
    flex-direction: column
}

.mobile-only .winners__items, .winners__items {
    border-top: 1px solid #484a4b;
    border-bottom: 1px solid #484a4b
}

.mobile-only .winners__item, .winners__item {
    border-bottom: 1px solid #484a4b;
    align-items: center;
    padding: 4px 26px 6px 31px;
    display: none;
    width: 100%;
    box-sizing: border-box;
    min-height: 99px
}

.mobile-only .swiper-container-vertical .winners__item, .mobile-only .winners__item:nth-last-child(-n+4), .swiper-container-vertical .winners__item, .winners__item:nth-last-child(-n+4) {
    display: flex
}

.mobile-only .winners__caption, .winners__caption {
    margin-left: 30px;
    margin-top: 30px;
    top: 30px
}

.mobile-only .winners__caption {
    margin-bottom: 41px
}

.winners__caption {
    margin-bottom: 21px
}

.mobile-only .winners__name, .winners__name {
    font-size: 16px;
    font-weight: 700;
    padding-right: 4px;
    width: 60%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.no-touchevents a:hover, .no-touchevents a:hover:active, a:active {
    color: #d5b577
}

.mobile-only .winners__title, .winners__title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    vertical-align: middle
}

.mobile-only .winners__icon-title, .winners__icon-title {
    margin-right: 10px;
    vertical-align: middle
}

.mobile-only .winners__part1, .winners__part1 {
    font-size: 0;
    flex-shrink: 0
}

.mobile-only .winners__part2, .winners__part2 {
    flex-grow: 1;
    padding-left: 88px;
    margin-left: -70px;
    width: 100%
}

.mobile-only .winners__place, .winners__place {
    color: #d5b577;
    font-weight: 700
}

.mobile-only .winners__game-link, .winners__game-link {
    color: #d5b577;
    font-weight: 600
}

.mobile-only .winners__game-text, .winners__game-text {
    font-size: 15px
}

.mobile-only .winners__info, .winners__info {
    font-size: 0
}

.mobile-only .winners__money, .winners__money {
    font-size: 18px;
    white-space: nowrap;
    display: inline-block;
    text-align: right;
    width: 40%;
    vertical-align: top
}

.mobile-only .winners__money-value, .winners__money-value {
    margin-right: 5px;
    vertical-align: top;
    font-size: 16px
}

.mobile-only .winners__money-currency, .winners__money-currency {
    color: #d5b577
}

.mobile-only .winners__game-link:active, .no-touchevents .mobile-only .winners__game-link:hover, .no-touchevents .mobile-only .winners__game-link:hover:active, .no-touchevents .winners__game-link:hover, .no-touchevents .winners__game-link:hover:active, .winners__game-link:active {
    color: #FFF
}

@media screen and (min-width: 420px) {
    .winners__name {
        font-size: 20px
    }

    .winners__money {
        font-size: 22px
    }

    .winners__game-text {
        font-size: 15.9px
    }

    .ie .winners__game-text {
        font-size: 16.3px
    }

    .winners__money-value {
        font-size: 20px
    }
}

@media screen and (min-width: 1005px) {
    .winners-mobile {
        display: none
    }

    .winners-desktop {
        display: block;
        margin-bottom: -1px
    }

    .winners {
        padding-top: 0;
        position: relative
    }

    .winners__bg-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 27px;
        background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0) 88%)
    }

    .winners__bg-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 67px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12%, #000 100%)
    }

    .winners__caption.on_main {
        display: none
    }

    .winners__items {
        position: relative;
        border-top: none;
        border-bottom: none
    }

    .winners__item {
        display: flex;
        padding: 4px 34px 6px 31px
    }

    .winners__info {
        margin-bottom: 5px;
        max-width: 318px
    }

    .winners__part2 {
        padding-left: 18px;
        margin-left: 0
    }
}

.footer {
    padding-top: 50px;
    padding-bottom: 58px;
    background: rgba(0, 0, 0, .67);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.footer_innerpage {
    padding-top: 0
}

.footer__logo {
    margin-bottom: 16px
}

.footer__style-wrapper {
    font-size: 0;
    border-bottom: 1px solid #51452d
}

.footer__style-wrapper_innerpage {
    border-top: 1px solid #51452d;
    border-bottom: none;
    padding-top: 55px
}

.footer__style1 {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 1px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.footer__style1 .footer__style-item {
    margin-bottom: 28px;
    flex-basis: 25%
}

.footer__style1 .footer__style-item-padding {
    padding-left: 6px;
    padding-right: 6px
}

.footer__style2 {
    width: 100%;
    max-width: 690px;
    text-align: center;
    margin: 0 auto;
    padding: 0 1px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.footer__style2 .footer__style-item {
    margin-bottom: 25px;
    flex-basis: 25%
}

.footer__style2 .footer__style-item-padding {
    padding-left: 14px;
    padding-right: 14px
}

.footer__style-item {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 1
}

.footer__style-item img {
    width: 100%
}

.footer__style2_last {
    max-width: 620px;
    padding-top: 18px
}

.footer__style2_last .footer__style-item-padding {
    padding-left: 10px;
    padding-right: 10px
}

.footer__affiliate {
    font-size: 0;
    padding-left: 14px;
    margin-bottom: -2px;
    margin-top: -7px;
    display: flex;
    align-items: center;
    flex-direction: row
}

.footer__partnership {
    font-size: 0;
    padding-left: 14px;
    margin-bottom: -2px;
    margin-top: -7px;
    display: flex;
    align-items: center;
    flex-direction: row
}

.footer__partnership-icon {
    margin-right: 10px
}

.footer__copyright {
    padding-right: 14px;
    padding-left: 72px
}

.footer__links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.footer__link-text {
    display: inline-block;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-basis: 100%
}

.footer__link-text span {
    border-bottom: 1px solid #d5b577;
    font-weight: 600
}

.footer__style-item_div2 img {
    max-height: 85px;
    width: auto
}

.footer_v2 .footer__style1 {
    margin-bottom: 0;
    flex-wrap: wrap
}

.footer_v2 .footer__style1 .footer__style-item {
    flex-basis: 24%;
    margin-bottom: 20px
}

.footer_v2 .footer__style-wrapper_innerpage .footer__style1 {
    margin-bottom: -20px
}

@media screen and (min-width: 320px) {
    .footer__affiliate {
        float: left;
        padding-left: 32px;
        padding-bottom: 10px
    }

    .footer__partnership {
        float: left;
        padding-left: 32px;
        padding-bottom: 10px
    }

    .footer__partnership-icon {
        margin-right: 21px
    }

    .footer__copyright {
        clear: both;
        padding-right: 20px;
        padding-left: 20px
    }

    .footer__style1 .footer__style-item {
        flex-basis: 20%
    }

    .footer__style1 .footer__style-item-padding {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media screen and (min-width: 480px) {
    .footer__style-item_scale {
        transform: none
    }

    .footer__style1 .footer__style-item {
        flex-basis: 16%;
        margin-bottom: 20px
    }

    .footer__style2 .footer__style-item {
        flex-basis: 15%
    }

    .footer__style2 .footer__style-item_div2 {
        flex-basis: 9%
    }

    .footer_v2 .footer__style1 .footer__style-item {
        flex-basis: 16%
    }
}

@media screen and (min-width: 600px) {
    .footer__links {
        margin-bottom: 8px
    }

    .footer__link-text {
        flex-basis: auto;
        margin-bottom: 28px;
        margin-left: 25px;
        margin-right: 25px
    }

    .footer__style1 .footer__style-item-padding {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media screen and (min-width: 768px) {
    .footer__style1 .footer__style-item {
        flex-basis: 12.5%
    }

    .footer_v2 .footer__style1 .footer__style-item {
        flex-basis: 14%
    }
}

@media screen and (min-width: 1005px) {
    .footer {
        padding-top: 39px;
        padding-bottom: 60px;
        position: relative
    }

    .footer__logo {
        padding-left: 21px;
        padding-right: 32px;
        margin-bottom: 14px;
        text-align: left
    }

    .footer__style-wrapper {
        white-space: nowrap;
        border-bottom: none;
        margin-bottom: 24px;
        text-align: center
    }

    .footer__style-wrapper_innerpage {
        border-top: none;
        padding-top: 0
    }

    .footer__style1 {
        max-width: 1150px;
        flex-wrap: nowrap
    }

    .footer__style1 .footer__style-item {
        margin: 0 9px;
        flex-basis: auto
    }

    .footer__style1 .footer__style-item-padding {
        padding-left: 0;
        padding-right: 0
    }

    .footer__style2 {
        width: auto;
        display: inline;
        text-align: left;
        justify-content: flex-start
    }

    .footer__style2 .footer__style-item-padding {
        padding-left: 9px;
        padding-right: 9px
    }

    .footer__style2_last {
        text-align: left;
        margin-left: 12px;
        padding-top: 2px;
        display: flex;
        max-width: 676px
    }

    .footer__style2_last .footer__style-item-padding {
        padding: 0 13px 0 14px
    }

    .footer__copyright {
        text-align: center;
        padding-left: 54px;
        padding-right: 61px
    }

    .footer__affiliate {
        position: absolute;
        right: 117px;
        top: 275px
    }

    .footer__partnership {
        position: absolute;
        right: 51px;
        padding-left: 0;
        top: 275px
    }

    .footer__partnership-icon {
        order: 1;
        margin-right: 0;
        margin-left: 0
    }

    .footer__links {
        justify-content: space-between;
        margin: 0 47px 47px 47px
    }

    .footer__link-text {
        margin: 0;
        font-size: 14px;
        letter-spacing: 1px
    }

    .footer_v2 .footer__style1 {
        margin-bottom: -20px
    }

    .footer_v2 .footer__style1 .footer__style-item {
        flex-basis: 14.46%
    }

    .footer_v2 .footer__partnership {
        top: 208px
    }
}

.footer__style1 .footer__style-item_yandex {
    margin-top: -8px
}

.footer__style1 .footer__style-item_neteller {
    margin-top: 3px
}

.footer .copyright, .mobile-only .footer .copyright {
    font-size: 11px;
    color: #d5b577;
    font-weight: 300;
    line-height: 13px
}

@media screen and (min-width: 1005px) {
    .copyright {
        font-size: 12.2px;
        line-height: 14px
    }
}

.form__label, .mobile-only .form__label {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px
}

.form__label_width-full, .mobile-only .form__label_width-full {
    width: 100%
}

.form__label_block, .mobile-only .form__label_block {
    display: block
}

.form__label_default, .mobile-only .form__label_default {
    text-transform: none;
    letter-spacing: 0
}

.form__label_thin, .mobile-only .form__label_thin {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    position: relative;
    top: 7px;
    font-size: 16px;
    margin: 5px 0 0 0
}

.form__label_center, .mobile-only .form__label_center {
    display: block;
    text-align: center
}

.form__row-label, .mobile-only .form__row-label {
    margin-bottom: 24px
}

.form__row, .mobile-only .form__row {
    margin-bottom: 26px
}

.form__row .p_shop, .mobile-only .form__row .p_shop {
    margin-top: 0
}

.form__row_big, .mobile-only .form__row_big {
    margin-bottom: 30px
}

.form__row_bigger, .mobile-only .form__row_bigger {
    margin-bottom: 50px
}

.form__row_greater, .mobile-only .form__row_greater {
    margin-bottom: 50px
}

.form__row_biggest, .mobile-only .form__row_biggest {
    margin-bottom: 45px
}

.form__row_less, .mobile-only .form__row_less {
    margin-bottom: 27px
}

.form__row_flex, .mobile-only .form__row_flex {
    display: flex;
    flex-direction: column
}

.form__row-error, .mobile-only .form__row-error {
    margin-bottom: 11px;
    font-size: 17px;
    line-height: 17px;
    color: #e1310e;
    font-weight: 400;
    width: 100%
}

.form__row-social, .mobile-only .form__row-social {
    margin-bottom: 48px;
    padding-left: 0
}

.form__row-more, .mobile-only .form__row-more {
    margin-bottom: 55px
}

.form__row-avatar, .mobile-only .form__row-avatar {
    margin-bottom: 50px;
    position: relative
}

.form__row-avatar.is-loading .avatar-change__loading-text, .mobile-only .form__row-avatar.is-loading .avatar-change__loading-text {
    display: block
}

.form__row-avatar.is-loading .icon_svg-upload, .mobile-only .form__row-avatar.is-loading .icon_svg-upload {
    display: none
}

.form__row-avatar.is-loading .avatar-change__choose-from-collection_upload, .mobile-only .form__row-avatar.is-loading .avatar-change__choose-from-collection_upload {
    display: none
}

.form__row-avatar.is-loading .loader, .mobile-only .form__row-avatar.is-loading .loader {
    display: inline-block
}

.form__row-avatar .loader, .mobile-only .form__row-avatar .loader {
    display: none
}

.form__row-avatar-loader, .mobile-only .form__row-avatar-loader {
    position: absolute !important;
    right: 11px;
    top: 5px
}

.form__birthday, .mobile-only .form__birthday {
    position: relative
}

.form__birthday-loader, .mobile-only .form__birthday-loader {
    position: absolute !important;
    right: 11px;
    top: -54px
}

.form__message-loader, .mobile-only .form__message-loader {
    top: -18px;
    right: 11px;
    float: right
}

.form__row_textarea, .mobile-only .form__row_textarea {
    margin-bottom: 25px
}

.form__row_textarea-completed, .mobile-only .form__row_textarea-completed {
    margin-bottom: 34px
}

.form__row_password, .mobile-only .form__row_password {
    margin-bottom: 12px
}

.form__row_password-login, .mobile-only .form__row_password-login {
    margin-bottom: 39px
}

.form__row-table-header, .mobile-only .form__row-table-header {
    margin-bottom: 16px
}

.form__row-table-header svg, .mobile-only .form__row-table-header svg {
    fill: #D5B577
}

.form__row-table-header-label, .mobile-only .form__row-table-header-label {
    font-weight: 600
}

.form__link-header, .mobile-only .form__link-forgot, .mobile-only .form__link-header .form__link-forgot {
    color: #FFF;
    font-size: 18px;
    letter-spacing: .4px;
    border-bottom: 1px solid #d5b577;
    text-transform: none
}

.form__link-header:hover, .mobile-only .form__link-forgot:hover, .mobile-only .form__link-header:hover .form__link-forgot:hover {
    color: #d5b577;
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.form__link:active, .mobile-only .form__link-forgot:active, .mobile-only .form__link:active, .no-touchevents .form__link-header:hover:active, .no-touchevents .mobile-only .form__link-header:hover:active, .no-touchevents .mobile-only .form__link-header:hover:active .form__link-forgot:active {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.form__row-checkbox, .mobile-only .form__row-checkbox {
    margin-bottom: 20px;
    width: 100%
}

.form__row-checkbox_no-margin, .mobile-only .form__row-checkbox_no-margin {
    margin-bottom: 0
}

.form__row-column-fluid, .mobile-only .form__row-column-fluid {
    margin-right: 15px
}

.form__row-column_shrink, .mobile-only .form__row-column_shrink {
    flex-grow: 1;
    flex-shrink: 1
}

.form__row-column-fluid_label, .mobile-only .form__row-column-fluid_label {
    margin-bottom: 10px
}

.form__row-text, .mobile-only .form__row-text {
    font-size: 20px;
    margin-bottom: 17px
}

.form__row-text_small, .mobile-only .form__row-text_small {
    margin-bottom: 12px
}

.form__row-text_below, .mobile-only .form__row-text_below {
    color: #d5b577;
    margin-top: 13px
}

.form__row-text_below-less, .mobile-only .form__row-text_below-less {
    font-size: 18px
}

.form-row-hint, .mobile-only .form-row-hint {
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: -11px
}

.form__row_amounts, .mobile-only .form__row_amounts {
    font-size: 0
}

@media screen and (min-width: 420px) {
    .form__label {
        font-size: 21px
    }
}

@media screen and (min-width: 480px) {
    .form__row-social {
        padding-left: 21px
    }

    .form__row-error {
        padding-left: 20px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 20px
    }

    .form__row .p {
        font-size: 22px
    }

    .form__row .p_shop {
        line-height: 31px
    }

    .form__row_biggest {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 600px) {
    .form__row_flex {
        flex-direction: row;
        align-items: center
    }

    .form__row-column-fluid_label {
        margin-bottom: 0
    }

    .form__label_thin {
        font-size: 20px
    }
}

@media screen and (min-width: 640px) {
    .form__row {
        margin-bottom: 36px
    }

    .form__row-avatar {
        margin-bottom: 50px
    }

    .form__row_big {
        margin-bottom: 45px
    }

    .form__row_greater {
        margin-bottom: 70px
    }

    .form__row_bigger {
        margin-bottom: 81px
    }

    .form__row_biggest {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 1005px) {
    .form__row_amounts {
        margin-bottom: 33px
    }

    .form__row_choose-amount {
        margin-bottom: 21px
    }

    .form__row_amount-to-load {
        margin-bottom: 32px
    }

    .form__row_with-commision {
        margin-bottom: 32px
    }
}

.menu-left, .mobile-only .menu-left {
    padding: 24px 0 0 0
}

.menu-left__title, .mobile-only .menu-left__title {
    margin-bottom: 31px;
    margin-left: 19px
}

.menu-left__title-text, .mobile-only .menu-left__title-text {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px
}

.menu-left__title-icon, .mobile-only .menu-left__title-icon {
    margin-right: 7px
}

@media screen and (min-width: 420px) {
    .menu-left {
        padding: 24px 0 0 0
    }

    .menu-left__title {
        margin-left: 25px
    }
}

@media screen and (min-width: 1005px) {
    .menu-left {
        padding-bottom: 24px
    }

    .menu-left_category {
        padding-top: 41px
    }
}

.menu-left-control {
    padding-left: 29px;
    margin-bottom: 52px
}

.congratulation, .mobile-only .congratulation {
    margin-left: -14px;
    margin-right: -14px
}

.congratulation__intro, .mobile-only .congratulation__intro {
    background: #d5b577;
    display: flex;
    padding: 12px 0 14px 14px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px
}

.congratulation__intro-text h2, .mobile-only .congratulation__intro-text h2 {
    color: #363c40;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 38px;
    font-weight: 700
}

.congratulation__intro-text p, .mobile-only .congratulation__intro-text p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 2.1px;
    text-transform: uppercase
}

.congratulation__intro-icon, .mobile-only .congratulation__intro-icon {
    fill: #363c40;
    width: 48px;
    height: 33px;
    flex-shrink: 0;
    margin-right: 14px;
    margin-left: 14px
}

.congratulation__text, .mobile-only .congratulation__text {
    padding-left: 14px;
    padding-right: 14px
}

.congratulation__text h3, .mobile-only .congratulation__text h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.congratulation__text p, .mobile-only .congratulation__text p {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0
}

.congratulation__text p strong, .mobile-only .congratulation__text p strong {
    font-weight: 700;
    color: #d5b577
}

@media screen and (min-width: 420px) {
    .congratulation {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media screen and (min-width: 480px) {
    .congratulation__intro {
        padding: 17px 0 20px 30px
    }

    .congratulation__intro-text {
        font-size: 33px
    }

    .congratulation__intro-text h2 {
        font-size: 30px;
        letter-spacing: 1.8px
    }

    .congratulation__intro-text p {
        font-size: 22px;
        line-height: 32px
    }

    .congratulation__intro-icon {
        margin-right: 54px;
        margin-left: 40px;
        width: 64px;
        height: 44px
    }

    .congratulation__text {
        padding-left: 30px;
        padding-right: 30px
    }

    .congratulation__text h3 {
        font-size: 22px;
        letter-spacing: 1.8px
    }

    .congratulation__text p {
        font-size: 22px
    }
}

@media screen and (min-width: 600px) {
    .congratulation__intro-text h2 {
        font-size: 32px;
        letter-spacing: 2.4px;
        margin-bottom: 2px
    }
}

.menu-mob, .mobile-only .menu-mob {
    display: none;
    position: absolute;
    overflow-y: auto;
    z-index: 1001;
    width: 100%;
    top: 131px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1d2021;
    -webkit-overflow-scrolling: touch;
    min-width: 320px;
    padding-bottom: 30px
}

.menu-mob .menu-account__item-text-status, .mobile-only .menu-mob .menu-account__item-text-status {
    top: -18px;
    left: 100%;
    right: auto
}

.menu-mob .menu-account__item_friends .menu-account__item-text-status, .mobile-only .menu-mob .menu-account__item_friends .menu-account__item-text-status {
    top: -10px;
    left: initial
}

.menu-mob.is-friend, .mobile-only .menu-mob.is-friend {
    top: 0
}

.menu-account__item_friends {
    display: inline-block;
    width: 60px;
    flex-grow: inherit;
    margin-right: 10px
}

.menu-account__item_friends .menu-account__item-text-status {
    top: -10px;
    right: -11px;
    left: initial
}

.androidgadgets .menu-mob, .androidgadgets .mobile-only .menu-mob {
    background-color: #1d2021
}

.menu-mob__links, .mobile-only .menu-mob__links {
    padding: 22px 0 0 0
}

.menu-mob.is-show, .mobile-only .menu-mob.is-show {
    display: block
}

.menu-mob-fullscreen, .mobile-only .menu-mob-fullscreen {
    overflow: hidden;
    position: relative
}

.menu-mob-fullscreen body, .mobile-only .menu-mob-fullscreen body {
    overflow: hidden
}

.menu-mob__row, .mobile-only .menu-mob__row {
    margin-bottom: 50px
}

.menu-mob__row-buttons, .mobile-only .menu-mob__row-buttons {
    margin-bottom: 28px
}

.menu-mob__border, .mobile-only .menu-mob__border {
    border-bottom: 1px solid #3d4347;
    height: 0;
    margin-left: -14px;
    margin-right: -14px
}

.menu-mob__border_no-margin, .mobile-only .menu-mob__border_no-margin {
    margin: 0
}

.menu-mob__default, .mobile-only .menu-mob__default {
    padding: 0 14px 0 14px
}

.menu-mob__default .button__exit-icon, .mobile-only .menu-mob__default .button__exit-icon {
    margin-right: 17px
}

.menu-mob__settings, .mobile-only .menu-mob__settings {
    padding-top: 40px
}

.menu-mob__settings .select2-container--default .select-language-label.select2-selection--single, .mobile-only .menu-mob__settings .select2-container--default .select-language-label.select2-selection--single {
    background: 0 0;
    border: none;
    padding-right: 10px;
    min-width: 156px
}

.menu-mob__settings .no-touchevents .select2-container--default.select2-container--open .select-language-label, .menu-mob__settings .select2-container--default.select2-container--open .select-language-label, .mobile-only .menu-mob__settings .no-touchevents .select2-container--default.select2-container--open .select-language-label, .mobile-only .menu-mob__settings .select2-container--default.select2-container--open .select-language-label {
    border: none;
    background: #000
}

.menu-mob__settings .select-language-dropdown, .mobile-only .menu-mob__settings .select-language-dropdown {
    border: none
}

.menu-mob__settings .select2-container--default .select-language-label .select2-selection__icon, .mobile-only .menu-mob__settings .select2-container--default .select-language-label .select2-selection__icon {
    transform: scale(1.4);
    margin-right: 13px
}

.menu-mob__settings .select2-container--default .select-language-label .select2-selection__rendered, .mobile-only .menu-mob__settings .select2-container--default .select-language-label .select2-selection__rendered {
    padding-right: 0;
    padding-left: 10px
}

.menu-mob__settings .select2-container--default .select-language-label .select2-selection__placeholder, .menu-mob__settings .select2-container--default .select-language-label .select2-selection__rendered .select2-selection__rendered-text, .mobile-only .menu-mob__settings .select2-container--default .select-language-label .select2-selection__placeholder, .mobile-only .menu-mob__settings .select2-container--default .select-language-label .select2-selection__rendered .select2-selection__rendered-text {
    font-size: 18px;
    font-weight: 600
}

.menu-mob__settings .select2-container--default .select-language-label .select2-selection__arrow, .mobile-only .menu-mob__settings .select2-container--default .select-language-label .select2-selection__arrow {
    display: none
}

.menu-mob__settings.menu-item__list-item, .mobile-only .menu-mob__settings.menu-item__list-item {
    padding-top: 0;
    padding-left: 61px
}

.menu-mob__settings.menu-item__list-item .menu-mob__language-text, .mobile-only .menu-mob__settings.menu-item__list-item .menu-mob__language-text {
    margin-left: 0;
    margin-right: 3px;
    font-size: 20.8px
}

.no-touchevents .menu-mob__settings .select2-container--default .select-language-label:hover, .no-touchevents .mobile-only .menu-mob__settings .select2-container--default .select-language-label:hover {
    border: none
}

.menu-mob__select-language-dropdown, .mobile-only .menu-mob__select-language-dropdown {
    border: none;
    background: 0 0;
    margin-top: 0
}

.menu-mob__select-language-dropdown .select2-selection__icon, .mobile-only .menu-mob__select-language-dropdown .select2-selection__icon {
    transform: scale(1.4);
    margin-right: 12px
}

.menu-mob__select-language-dropdown .select2-selection__rendered-text, .mobile-only .menu-mob__select-language-dropdown .select2-selection__rendered-text {
    font-size: 18px;
    font-weight: 600
}

.menu-mob__select-language-dropdown .select2-results__option, .mobile-only .menu-mob__select-language-dropdown .select2-results__option {
    padding: 4px 0 5px 10px;
    margin: 0;
    white-space: nowrap
}

.menu-mob__select-language-dropdown .select2-results__option[aria-selected=true], .mobile-only .menu-mob__select-language-dropdown .select2-results__option[aria-selected=true] {
    background: 0 0
}

.menu-mob__select-language-dropdown .select2-results > .select2-results__options, .mobile-only .menu-mob__select-language-dropdown .select2-results > .select2-results__options {
    max-height: 260px;
    background-color: #000
}

.menu-mob__language, .mobile-only .menu-mob__language {
    width: auto
}

.menu-mob__language-text, .mobile-only .menu-mob__language-text {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: .6px;
    margin-left: 9px;
    margin-right: 0;
    vertical-align: middle
}

.menu-mob__player, .mobile-only .menu-mob__player {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 14px;
    padding-right: 14px;
    margin: 20px 0
}

.menu-mob__player-info, .mobile-only .menu-mob__player-info {
    flex-grow: 1;
    padding-left: 10px;
    padding-right: 10px
}

.menu-mob__avatar-menu, .mobile-only .menu-mob__avatar-menu {
    float: left
}

.menu-mob__button-exit, .mobile-only .menu-mob__button-exit {
    float: right;
    padding: 14px 10px;
    white-space: nowrap
}

.menu-mob__button-exit .button__exit-icon, .mobile-only .menu-mob__button-exit .button__exit-icon {
    margin-right: 8px
}

.menu-mob__button-exit .button__icon-exit, .mobile-only .menu-mob__button-exit .button__icon-exit {
    width: 20px;
    height: 20px
}

.menu-mob__button-exit .button__exit-text, .mobile-only .menu-mob__button-exit .button__exit-text {
    font-size: 14px
}

.mobile-only .menu-mob__scroll {
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (min-width: 375px) {
    .menu-mob {
        top: 88px
    }

    .menu-mob.is-friend {
        top: 0
    }
}

@media screen and (min-width: 420px) {
    .menu-mob__links {
        padding: 32px 0 0 0
    }

    .menu-mob__default {
        padding: 64px 30px 0 30px
    }

    .menu-mob__player-info {
        padding-left: 22px
    }

    .menu-mob__border {
        margin-left: -30px;
        margin-right: -30px
    }

    .menu-mob__border_no-margin {
        margin: 0
    }

    .menu-mob__language-text {
        margin-left: 42px
    }
}

@media screen and (min-width: 600px) {
    .menu-mob__links {
        padding: 60px 0 0 0
    }

    .menu-mob__player {
        padding-left: 22px;
        padding-right: 22px
    }

    .menu-mob__settings {
        padding-top: 56px
    }

    .menu-mob__row {
        margin-bottom: 63px
    }

    .menu-mob__button-exit {
        padding: 22px 28px
    }

    .menu-mob__button-exit .button__exit-icon {
        margin-right: 17px
    }

    .menu-mob__button-exit .button__icon-exit {
        width: 25px;
        height: 25px
    }

    .menu-mob__button-exit .button__exit-text {
        font-size: 23px
    }

    .menu-mob__language-text {
        margin-left: 49px
    }
}

.mobile-only .verification, .verification {
    margin-top: 49px
}

.mobile-only .verification__block, .verification__block {
    margin-bottom: 60px
}

.mobile-only .verification .verification__success, .verification .verification__success {
    margin-top: -24px
}

.mobile-only .verification__success, .verification__success {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
    color: #d5b577
}

@media screen and (min-width: 640px) {
    .verification__block {
        margin-bottom: 90px
    }
}

.page-loader {
    position: fixed;
    top: 0;
    left: 50%;
    background: #e1310e;
    color: #FFF;
    z-index: 9999;
    font-weight: 700;
    padding: 6px 34px;
    border-radius: 0 0 5px 5px;
    margin-left: -72px
}

@keyframes blink {
    0% {
        opacity: .2
    }
    20% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

.page-loader span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

.page-loader span:nth-child(2) {
    animation-delay: .2s
}

.page-loader span:nth-child(3) {
    animation-delay: .4s
}

.avatar-change, .mobile-only .avatar-change {
    width: 100%;
    display: table;
    table-layout: fixed
}

.avatar-change__from-collection, .mobile-only .avatar-change__from-collection {
    width: calc(100% + 1px)
}

.avatar-change__upload_mobile, .mobile-only .avatar-change__upload_mobile {
    display: block
}

.avatar-change__upload-input, .mobile-only .avatar-change__upload-input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.avatar-change__from-collection, .mobile-only .avatar-change__from-collection {
    font-size: 11px;
    font-weight: 700;
    position: relative;
    top: -4px
}

.avatar-change__img, .mobile-only .avatar-change__img {
    display: table-cell;
    vertical-align: top;
    width: 120px
}

.avatar-change__options, .mobile-only .avatar-change__options {
    padding: 0 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table-cell;
    vertical-align: top
}

.avatar-change__option, .mobile-only .avatar-change__option {
    padding-top: 10px
}

.avatar-change__option:first-of-type, .mobile-only .avatar-change__option:first-of-type {
    border-bottom: 1px solid #3d4347;
    padding-bottom: 12px
}

.avatar-change .icon_svg-choose-from-collection, .mobile-only .avatar-change .icon_svg-choose-from-collection {
    width: 28px;
    height: 27px
}

.avatar-change .icon_svg-upload, .mobile-only .avatar-change .icon_svg-upload {
    width: 28px;
    height: 28px
}

.avatar-change__choose, .avatar-change__upload, .mobile-only .avatar-change__choose, .mobile-only .avatar-change__upload {
    font-size: 20px;
    font-weight: 700
}

.avatar-change__upload_mobile, .mobile-only .avatar-change__upload_mobile {
    display: block
}

.avatar-change__upload_tablet, .mobile-only .avatar-change__upload_tablet {
    display: none
}

.avatar-change .icon_svg-choose-from-collection, .mobile-only .avatar-change .icon_svg-choose-from-collection {
    position: relative;
    top: 10px
}

.avatar-change__choose-from-collection, .mobile-only .avatar-change__choose-from-collection {
    border-bottom: 1px solid #d5b577;
    margin-left: 7px;
    padding-bottom: 1px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.avatar-change__choose-from-collection:hover, .mobile-only .avatar-change__choose-from-collection:hover {
    color: #d5b577
}

.avatar-change__error, .mobile-only .avatar-change__error {
    color: #e1310e;
    clear: both;
    font-size: 13px;
    padding-top: 6px
}

.avatar-change__loading-text, .mobile-only .avatar-change__loading-text {
    font-size: 14px;
    font-weight: 600;
    display: none
}

.form__row-avatar.is-loading .avatar-change__loading-text, .mobile-only .form__row-avatar.is-loading .avatar-change__loading-text {
    display: block
}

.form__row-avatar.is-loading .icon_svg-upload, .mobile-only .form__row-avatar.is-loading .icon_svg-upload {
    display: none
}

.form__row-avatar.is-loading .avatar-change__choose-from-collection_upload, .mobile-only .form__row-avatar.is-loading .avatar-change__choose-from-collection_upload {
    display: none
}

.form__row-avatar.is-loading .loader, .mobile-only .form__row-avatar.is-loading .loader {
    display: inline-block
}

.form__row-avatar .loader, .mobile-only .form__row-avatar .loader {
    display: none
}

@media screen and (min-width: 420px) {
    .avatar-change__options {
        padding: 0 0 0 17px
    }

    .avatar-change__choose-from-collection {
        margin-left: 15px
    }

    .avatar-change__from-collection {
        font-size: 13px
    }
}

@media screen and (min-width: 480px) {
    .avatar-change__from-collection {
        font-size: 15px
    }

    .avatar-change__img {
        width: 174px
    }

    .avatar-change .icon_svg-choose-from-collection {
        width: 37px;
        height: 36px
    }

    .avatar-change .icon_svg-upload {
        width: 37px;
        height: 37px
    }

    .avatar-change__option {
        padding-top: 17px
    }
}

@media screen and (min-width: 600px) {
    .avatar-change__upload_mobile {
        display: none
    }

    .avatar-change__upload_tablet {
        display: block
    }

    .avatar-change__img {
        width: 240px
    }

    .avatar-change__options {
        padding: 0 0 0 33px
    }

    .avatar-change__option:first-of-type {
        padding-bottom: 27px
    }

    .avatar-change__option {
        padding-top: 23px
    }

    .avatar-change__choose, .avatar-change__upload {
        font-size: 22px
    }

    .avatar-change__from-collection {
        font-size: 18px
    }

    .avatar-change .icon_svg-choose-from-collection {
        top: 10px
    }

    .avatar-change__choose-from-collection {
        margin-left: 17px;
        padding-bottom: 1px
    }

    .avatar-change__error {
        font-size: 16px;
        padding-top: 10px
    }
}

@media screen and (min-width: 640px) {
    .avatar-change__loading-text {
        font-size: 17px
    }

    .avatar-change__error {
        font-size: 18px;
        padding-top: 15px
    }
}

.checkbox-ellipse-line, .mobile-only .checkbox-ellipse-line {
    border-top: 1px solid #484a4b;
    padding: 18px 5px;
    font-size: 16px;
    display: table;
    width: 100%
}

.checkbox-ellipse-line__text, .mobile-only .checkbox-ellipse-line__text {
    display: table-cell;
    vertical-align: top;
    padding-right: 25px
}

.checkbox-ellipse-line__chat, .mobile-only .checkbox-ellipse-line__chat {
    display: table-cell;
    vertical-align: top;
    padding-right: 25px;
    font-size: 14px
}

.checkbox-ellipse-line_last, .mobile-only .checkbox-ellipse-line_last {
    border-bottom: 1px solid #484a4b
}

.checkbox-ellipse-line .checkbox_ellipse, .mobile-only .checkbox-ellipse-line .checkbox_ellipse {
    vertical-align: top;
    display: table-cell;
    position: relative;
    top: -5px
}

@media screen and (min-width: 480px) {
    .checkbox-ellipse-line {
        font-size: 17px
    }
}

@media screen and (min-width: 600px) {
    .checkbox-ellipse-line {
        font-size: 20px
    }
}

.friends-tournaments, .mobile-only .friends-tournaments, .mobile-only .mobile-only .friends-tournaments, .mobile-only .table, .mobile-only .wysiwyg table, .table, .wysiwyg table {
    width: 100%
}

.friends-tournaments th, .mobile-only .friends-tournaments th, .mobile-only .mobile-only .friends-tournaments th, .mobile-only .table th, .mobile-only .wysiwyg table th, .table th, .wysiwyg table th {
    font-size: 17px;
    color: #a9a9a9;
    font-weight: 400;
    border-bottom: 1px solid #484a4b;
    padding-bottom: 13px
}

.friends-tournaments .th, .mobile-only .friends-tournaments .th, .mobile-only .mobile-only .friends-tournaments .th, .mobile-only .table .th, .mobile-only .wysiwyg table .th, .table .th, .wysiwyg table .th {
    font-size: 13px;
    color: #a9a9a9;
    font-weight: 400;
    border-bottom: 1px solid #484a4b;
    padding-bottom: 13px
}

.friends-tournaments .th:last-of-type, .mobile-only .friends-tournaments .th:last-of-type, .mobile-only .mobile-only .friends-tournaments .th:last-of-type, .mobile-only .table .th:last-of-type, .mobile-only .wysiwyg table .th:last-of-type, .table .th:last-of-type, .wysiwyg table .th:last-of-type {
    padding-right: 6px
}

.friends-tournaments .th_place, .mobile-only .friends-tournaments .th_place, .mobile-only .mobile-only .friends-tournaments .th_place, .mobile-only .table .th_place, .mobile-only .wysiwyg table .th_place, .table .th_place, .wysiwyg table .th_place {
    text-align: left
}

.friends-tournaments .th_prize, .mobile-only .friends-tournaments .th_prize, .mobile-only .mobile-only .friends-tournaments .th_prize, .mobile-only .table .th_prize, .mobile-only .wysiwyg table .th_prize, .table .th_prize, .wysiwyg table .th_prize {
    text-align: right
}

.friends-tournaments .th_player, .mobile-only .friends-tournaments .th_player, .mobile-only .mobile-only .friends-tournaments .th_player, .mobile-only .table .th_player, .mobile-only .wysiwyg table .th_player, .table .th_player, .wysiwyg table .th_player {
    text-align: center
}

.friends-tournaments .th_right, .mobile-only .friends-tournaments .th_right, .mobile-only .mobile-only .friends-tournaments .th_right, .mobile-only .table .th_right, .mobile-only .wysiwyg table .th_right, .table .th_right, .wysiwyg table .th_right {
    text-align: right
}

.friends-tournaments td, .mobile-only .friends-tournaments td, .mobile-only .mobile-only .friends-tournaments td, .mobile-only .table td, .mobile-only .wysiwyg table td, .table td, .wysiwyg table td {
    border-bottom: 1px solid #484a4b;
    padding: 21px 0
}

.friends-tournaments .td, .mobile-only .friends-tournaments .td, .mobile-only .mobile-only .friends-tournaments .td, .mobile-only .table .td, .mobile-only .wysiwyg table .td, .table .td, .wysiwyg table .td {
    border-bottom: 1px solid #484a4b;
    padding: 21px 0
}

.friends-tournaments .td:last-of-type, .mobile-only .friends-tournaments .td:last-of-type, .mobile-only .mobile-only .friends-tournaments .td:last-of-type, .mobile-only .table .td:last-of-type, .mobile-only .wysiwyg table .td:last-of-type, .table .td:last-of-type, .wysiwyg table .td:last-of-type {
    padding-right: 6px
}

.friends-tournaments .td_uppercase, .mobile-only .friends-tournaments .td_uppercase, .mobile-only .mobile-only .friends-tournaments .td_uppercase, .mobile-only .table .td_uppercase, .mobile-only .wysiwyg table .td_uppercase, .table .td_uppercase, .wysiwyg table .td_uppercase {
    text-transform: uppercase
}

.friends-tournaments .td_padding-less, .mobile-only .friends-tournaments .td_padding-less, .mobile-only .mobile-only .friends-tournaments .td_padding-less, .mobile-only .table .td_padding-less, .mobile-only .wysiwyg table .td_padding-less, .table .td_padding-less, .wysiwyg table .td_padding-less {
    padding: 7px 0
}

.friends-tournaments .td_padding-left_small, .mobile-only .friends-tournaments .td_padding-left_small, .mobile-only .mobile-only .friends-tournaments .td_padding-left_small, .mobile-only .table .td_padding-left_small, .mobile-only .wysiwyg table .td_padding-left_small, .table .td_padding-left_small, .wysiwyg table .td_padding-left_small {
    padding-left: 10px
}

.friends-tournaments .td_place, .mobile-only .friends-tournaments .td_place, .mobile-only .mobile-only .friends-tournaments .td_place, .mobile-only .table .td_place, .mobile-only .wysiwyg table .td_place, .table .td_place, .wysiwyg table .td_place {
    color: #d5b577;
    text-align: left;
    padding-left: 6px
}

.friends-tournaments .td_prize, .mobile-only .friends-tournaments .td_prize, .mobile-only .mobile-only .friends-tournaments .td_prize, .mobile-only .table .td_prize, .mobile-only .wysiwyg table .td_prize, .table .td_prize, .wysiwyg table .td_prize {
    color: #d5b577;
    text-align: right
}

.friends-tournaments .td_prize span, .mobile-only .friends-tournaments .td_prize span, .mobile-only .mobile-only .friends-tournaments .td_prize span, .mobile-only .table .td_prize span, .mobile-only .wysiwyg table .td_prize span, .table .td_prize span, .wysiwyg table .td_prize span {
    vertical-align: middle
}

.friends-tournaments .td_result, .mobile-only .friends-tournaments .td_result, .mobile-only .mobile-only .friends-tournaments .td_result, .mobile-only .table .td_result, .mobile-only .wysiwyg table .td_result, .table .td_result, .wysiwyg table .td_result {
    text-align: center;
    color: #d5b577;
    font-weight: 400;
    font-size: 15px
}

.friends-tournaments .td_player, .mobile-only .friends-tournaments .td_player, .mobile-only .mobile-only .friends-tournaments .td_player, .mobile-only .table .td_player, .mobile-only .wysiwyg table .td_player, .table .td_player, .wysiwyg table .td_player {
    text-align: center
}

.friends-tournaments .td_player .avatar__link, .mobile-only .friends-tournaments .td_player .avatar__link, .mobile-only .mobile-only .friends-tournaments .td_player .avatar__link, .mobile-only .table .td_player .avatar__link, .mobile-only .wysiwyg table .td_player .avatar__link, .table .td_player .avatar__link, .wysiwyg table .td_player .avatar__link {
    width: 100%
}

.friends-tournaments .td_player .avatar__link_img, .mobile-only .friends-tournaments .td_player .avatar__link_img, .mobile-only .mobile-only .friends-tournaments .td_player .avatar__link_img, .mobile-only .table .td_player .avatar__link_img, .mobile-only .wysiwyg table .td_player .avatar__link_img, .table .td_player .avatar__link_img, .wysiwyg table .td_player .avatar__link_img {
    padding-right: 0
}

.friends-tournaments .td_player .avatar__name, .mobile-only .friends-tournaments .td_player .avatar__name, .mobile-only .mobile-only .friends-tournaments .td_player .avatar__name, .mobile-only .table .td_player .avatar__name, .mobile-only .wysiwyg table .td_player .avatar__name, .table .td_player .avatar__name, .wysiwyg table .td_player .avatar__name {
    word-break: break-all;
    word-wrap: break-word
}

.friends-tournaments .td_game, .mobile-only .friends-tournaments .td_game, .mobile-only .mobile-only .friends-tournaments .td_game, .mobile-only .table .td_game, .mobile-only .wysiwyg table .td_game, .table .td_game, .wysiwyg table .td_game {
    word-break: break-all;
    word-wrap: break-word;
    padding-right: 10px
}

.friends-tournaments .td_right, .mobile-only .friends-tournaments .td_right, .mobile-only .mobile-only .friends-tournaments .td_right, .mobile-only .table .td_right, .mobile-only .wysiwyg table .td_right, .table .td_right, .wysiwyg table .td_right {
    text-align: right
}

.friends-tournaments .td_unread, .mobile-only .friends-tournaments .td_unread, .mobile-only .mobile-only .friends-tournaments .td_unread, .mobile-only .table .td_unread, .mobile-only .wysiwyg table .td_unread, .table .td_unread, .wysiwyg table .td_unread {
    background-color: rgba(213, 181, 120, .49)
}

.friends-tournaments .td__number-date, .mobile-only .friends-tournaments .td__number-date, .mobile-only .mobile-only .friends-tournaments .td__number-date, .mobile-only .table .td__number-date, .mobile-only .wysiwyg table .td__number-date, .table .td__number-date, .wysiwyg table .td__number-date {
    color: #FFF
}

.friends-tournaments_no-border .td, .mobile-only .friends-tournaments_no-border .td, .mobile-only .mobile-only .friends-tournaments_no-border .td, .mobile-only .table_no-border .td, .mobile-only .wysiwyg table_no-border .td, .table_no-border .td, .wysiwyg table_no-border .td {
    border-bottom: none
}

.mobile-only .table_bonus-info .td_title, .table_bonus-info .td_title {
    padding-left: 7px
}

.mobile-only .table_bonus-info .td_value, .table_bonus-info .td_value {
    font-size: 16px;
    color: #d5b577;
    text-align: right
}

.tournament-players-your-place {
    margin: 15px 0
}

.mobile-only .table_players .player, .table_players .player {
    background-color: #1d2021
}

.mobile-only .table_players .th, .table_players .th {
    font-size: 15px
}

.mobile-only .table_players .th_place, .table_players .th_place {
    padding-right: 7px
}

.mobile-only .table_players .th_result, .table_players .th_result {
    padding-left: 2px;
    padding-right: 2px
}

.mobile-only .table_players .th_player, .table_players .th_player {
    text-align: center
}

.mobile-only .table_players .th:last-of-type, .table_players .th:last-of-type {
    padding-right: 0;
    padding-left: 4px
}

.mobile-only .table_players .td, .table_players .td {
    padding: 7px 0;
    font-size: 14px
}

.mobile-only .table_players .td_place, .table_players .td_place {
    padding-left: 10px
}

.mobile-only .table_players .td_player, .table_players .td_player {
    white-space: normal;
    padding: 7px
}

.mobile-only .table_players .td_result, .table_players .td_result {
    padding-left: 2px;
    padding-right: 2px
}

.mobile-only .table_players .td .avatar__name, .table_players .td .avatar__name {
    font-size: 14px
}

.mobile-only .table_players .td_place, .mobile-only .table_players .th_place, .table_players .td_place, .table_players .th_place {
    width: 22px
}

.mobile-only .table_players-top .th, .table_players-top .th {
    font-size: 12px
}

.mobile-only .table_players-top .td_result, .table_players-top .td_result {
    font-size: 13px
}

.mobile-only .table_players-top .td_player, .table_players-top .td_player {
    text-align: left
}

.mobile-only .table_players-top .td_player .avatar__link_img, .table_players-top .td_player .avatar__link_img {
    padding-right: 10px
}

.mobile-only .table_players-top .td_player .avatar__link, .table_players-top .td_player .avatar__link {
    width: auto;
    display: table-cell
}

.mobile-only .table_invited .th_phone, .table_invited .th_phone {
    width: 215px;
    text-align: left
}

.mobile-only .table_invited .th_name, .table_invited .th_name {
    width: 255px;
    text-align: left
}

.mobile-only .table_invited .th_coins, .table_invited .th_coins {
    text-align: right
}

.mobile-only .table_invited .td_phone, .table_invited .td_phone {
    word-wrap: break-word;
    padding-right: 12px;
    max-width: 90px
}

.mobile-only .table_invited .td_name, .table_invited .td_name {
    word-wrap: break-word;
    word-break: break-all
}

.mobile-only .table_invited .td_coins, .mobile-only .table_invited .td_phone, .table_invited .td_coins, .table_invited .td_phone {
    color: #d5b577
}

.mobile-only .table_invited .td_coins, .table_invited .td_coins {
    width: 12%;
    text-align: right
}

.mobile-only .table_game-history .td, .mobile-only .table_game-history .th, .table_game-history .td, .table_game-history .th {
    font-size: 12px
}

.mobile-only .table_game-history .td_time, .mobile-only .table_game-history .th_time, .table_game-history .td_time, .table_game-history .th_time {
    width: 118px;
    text-align: left
}

.mobile-only .table_game-history .td_game, .mobile-only .table_game-history .th_game, .table_game-history .td_game, .table_game-history .th_game {
    width: 182px;
    text-align: left
}

.mobile-only .table_game-history .td_bets, .mobile-only .table_game-history .th_bets, .table_game-history .td_bets, .table_game-history .th_bets {
    width: 70px;
    text-align: right
}

.mobile-only .table_game-history .td_result, .mobile-only .table_game-history .th_result, .table_game-history .td_result, .table_game-history .th_result {
    width: 100px;
    text-align: right
}

.mobile-only .table_game-history .td_coins, .mobile-only .table_game-history .th_coins, .table_game-history .td_coins, .table_game-history .th_coins {
    width: 96px;
    text-align: right
}

.mobile-only .table_game-history .td:last-of-type, .mobile-only .table_game-history .th:last-of-type, .table_game-history .td:last-of-type, .table_game-history .th:last-of-type {
    padding-right: 0
}

.mobile-only .table_game-history .th, .table_game-history .th {
    padding-bottom: 10px;
    font-size: 10px
}

.mobile-only .table_game-history .td, .table_game-history .td {
    padding: 10px 0;
    vertical-align: middle
}

.mobile-only .table_game-history .td_time, .table_game-history .td_time {
    font-size: 11px
}

.mobile-only .table_game-history .td_bets, .mobile-only .table_game-history .td_coins, .mobile-only .table_game-history .td_result, .mobile-only .table_game-history .td_time, .table_game-history .td_bets, .table_game-history .td_coins, .table_game-history .td_result, .table_game-history .td_time {
    color: #d5b577
}

.mobile-only .table_game-history .td_game, .table_game-history .td_game {
    width: 182px;
    text-align: left;
    padding-left: 2px
}

.mobile-only .table_game-history__time, .table_game-history__time {
    position: relative;
    top: -2px
}

.mobile-only .table_bonus-history .th, .table_bonus-history .th {
    padding-bottom: 10px
}

.mobile-only .table_bonus-history .th:last-of-type, .table_bonus-history .th:last-of-type {
    padding-right: 2px
}

.mobile-only .table_bonus-history .td, .table_bonus-history .td {
    font-size: 14px;
    vertical-align: middle
}

.mobile-only .table_bonus-history .th, .table_bonus-history .th {
    font-size: 12px;
    vertical-align: middle
}

.mobile-only .table_bonus-history .th_coins, .table_bonus-history .th_coins {
    text-align: right;
    word-break: break-word
}

.mobile-only .table_bonus-history .td_date, .mobile-only .table_bonus-history .th_date, .table_bonus-history .td_date, .table_bonus-history .th_date {
    width: 116px;
    text-align: left
}

.mobile-only .table_bonus-history .td_name, .mobile-only .table_bonus-history .th_name, .table_bonus-history .td_name, .table_bonus-history .th_name {
    width: 256px;
    text-align: left;
    padding-left: 4px
}

.mobile-only .table_bonus-history .td_sum, .mobile-only .table_bonus-history .th_sum, .table_bonus-history .td_sum, .table_bonus-history .th_sum {
    width: 120px;
    text-align: right;
    padding-left: 2px
}

.mobile-only .table_bonus-history .td_coins, .mobile-only .table_bonus-history .th_coins, .table_bonus-history .td_coins, .table_bonus-history .th_coins {
    width: 123px;
    text-align: right;
    padding-left: 2px
}

.mobile-only .table_bonus-history .td_coins, .mobile-only .table_bonus-history .td_date, .mobile-only .table_bonus-history .td_sum, .table_bonus-history .td_coins, .table_bonus-history .td_date, .table_bonus-history .td_sum {
    color: #d5b577
}

.mobile-only .table_bonus-history .td_status, .table_bonus-history .td_status {
    min-width: 25px;
    width: 25px;
    text-align: left;
    font-size: 0 !important
}

.mobile-only .table_bonus-history .td_status .icon, .table_bonus-history .td_status .icon {
    position: relative;
    left: 3px
}

.mobile-only .table_bonus-history__a:hover, .table_bonus-history__a:hover {
    border-bottom: 1px solid #d5b577
}

.mobile-only .table_bonus-history_no-fix-width .td_coins, .mobile-only .table_bonus-history_no-fix-width .td_date, .mobile-only .table_bonus-history_no-fix-width .td_name, .mobile-only .table_bonus-history_no-fix-width .td_sum, .mobile-only .table_bonus-history_no-fix-width .th_coins, .mobile-only .table_bonus-history_no-fix-width .th_date, .mobile-only .table_bonus-history_no-fix-width .th_name, .mobile-only .table_bonus-history_no-fix-width .th_sum, .table_bonus-history_no-fix-width .td_coins, .table_bonus-history_no-fix-width .td_date, .table_bonus-history_no-fix-width .td_name, .table_bonus-history_no-fix-width .td_sum, .table_bonus-history_no-fix-width .th_coins, .table_bonus-history_no-fix-width .th_date, .table_bonus-history_no-fix-width .th_name, .table_bonus-history_no-fix-width .th_sum {
    width: auto;
    flex-grow: 1
}

.mobile-only .table_bonus-history .th_coins_cancel-bonus, .table_bonus-history .th_coins_cancel-bonus {
    width: 92px
}

.mobile-only .table_bonus-history .th_name_cancel-bonus, .table_bonus-history .th_name_cancel-bonus {
    width: 360px
}

.mobile-only .table_withdraw, .table_withdraw {
    margin-top: 23px
}

.mobile-only .table_withdraw_refil, .table_withdraw_refil {
    margin-top: 21px
}

.mobile-only .table_withdraw .th, .table_withdraw .th {
    padding-bottom: 9px
}

.mobile-only .table_withdraw .th_currency, .table_withdraw .th_currency {
    min-width: 121px;
    text-align: left;
    font-size: 10px;
    max-width: 92px
}

.mobile-only .table_withdraw .th_currency-name, .table_withdraw .th_currency-name {
    width: 315px;
    text-align: left
}

.mobile-only .table_withdraw .th_commission, .table_withdraw .th_commission {
    text-align: right;
    font-size: 10px
}

.mobile-only .table_withdraw .td, .table_withdraw .td {
    font-size: 16px;
    padding: 8px 0 9px 0;
    vertical-align: middle
}

.mobile-only .table_withdraw .td .link, .table_withdraw .td .link {
    font-size: 13px
}

.mobile-only .table_withdraw .td_logo, .table_withdraw .td_logo {
    height: 47px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 4px
}

.mobile-only .table_withdraw .td_logo-img, .table_withdraw .td_logo-img {
    vertical-align: middle;
    max-width: 75px
}

.mobile-only .table_withdraw .td_logo-img_double, .table_withdraw .td_logo-img_double {
    width: 50px
}

.mobile-only .table_withdraw .td_currency, .table_withdraw .td_currency {
    padding-right: 10px
}

.mobile-only .table_withdraw .td_currency-name, .table_withdraw .td_currency-name {
    text-transform: uppercase;
    vertical-align: middle
}

.mobile-only .table_withdraw .td_commission, .table_withdraw .td_commission {
    text-align: right;
    vertical-align: middle
}

.mobile-only .table_withdraw .td:last-of-type, .table_withdraw .td:last-of-type {
    padding-right: 16px
}

.mobile-only .table_withdraw__a:hover, .table_withdraw__a:hover {
    border-bottom: 1px solid #d5b577
}

.mobile-only .table_tournament-history, .table_tournament-history {
    margin-top: 5px
}

.mobile-only .table_tournament-history .th, .table_tournament-history .th {
    padding-bottom: 9px
}

.mobile-only .table_tournament-history .th_date, .table_tournament-history .th_date {
    width: 124px;
    min-width: 90px;
    text-align: left;
    font-size: 12px
}

.mobile-only .table_tournament-history .th_name, .table_tournament-history .th_name {
    width: 315px;
    text-align: left
}

.mobile-only .table_tournament-history .th_pf, .table_tournament-history .th_pf {
    text-align: right
}

.mobile-only .table_tournament-history .td, .table_tournament-history .td {
    font-size: 20px;
    padding: 11px 0 12px 0;
    vertical-align: middle
}

.mobile-only .table_tournament-history .td .link, .table_tournament-history .td .link {
    font-size: 15px
}

.mobile-only .table_tournament-history .td_date, .table_tournament-history .td_date {
    color: #d5b577;
    font-weight: 400;
    padding-left: 6px;
    font-size: 15px
}

.mobile-only .table_tournament-history .td_name, .table_tournament-history .td_name {
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 15px
}

.mobile-only .table_tournament-history .td_pf, .table_tournament-history .td_pf {
    text-align: right;
    vertical-align: middle;
    color: #d5b577;
    font-size: 15px
}

.mobile-only .table_tournament-history__a:hover, .table_tournament-history__a:hover {
    border-bottom: 1px solid #d5b577
}

.mobile-only .table_shop-history, .table_shop-history {
    margin-top: 30px
}

.mobile-only .table_shop-history .th, .table_shop-history .th {
    padding-bottom: 10px
}

.mobile-only .table_shop-history .th:last-of-type, .table_shop-history .th:last-of-type {
    padding-right: 2px
}

.mobile-only .table_shop-history .td_date, .mobile-only .table_shop-history .th_date, .table_shop-history .td_date, .table_shop-history .th_date {
    width: 105px;
    text-align: left
}

.mobile-only .table_shop-history .td_name, .mobile-only .table_shop-history .th_name, .table_shop-history .td_name, .table_shop-history .th_name {
    width: 256px;
    text-align: left;
    padding-left: 4px
}

.mobile-only .table_shop-history .td_coins, .mobile-only .table_shop-history .th_coins, .table_shop-history .td_coins, .table_shop-history .th_coins {
    width: 123px;
    text-align: right
}

.mobile-only .table_shop-history .td, .table_shop-history .td {
    font-size: 15px
}

.mobile-only .table_shop-history .td_coins, .mobile-only .table_shop-history .td_date, .mobile-only .table_shop-history .td_sum, .table_shop-history .td_coins, .table_shop-history .td_date, .table_shop-history .td_sum {
    color: #d5b577
}

.mobile-only .table_finances-currencies, .table_finances-currencies {
    margin-top: 6px
}

.mobile-only .table_finances-currencies .is-active-container, .table_finances-currencies .is-active-container {
    background: #202427
}

.mobile-only .table_finances-currencies .is-active-container .td_currency, .table_finances-currencies .is-active-container .td_currency {
    padding-left: 7px;
    color: #d5b577
}

.mobile-only .table_finances-currencies .th, .table_finances-currencies .th {
    padding-bottom: 10px
}

.mobile-only .table_finances-currencies .th:last-of-type, .table_finances-currencies .th:last-of-type {
    padding-right: 2px
}

.mobile-only .table_finances-currencies .td_currency, .mobile-only .table_finances-currencies .th_currency, .table_finances-currencies .td_currency, .table_finances-currencies .th_currency {
    width: 114px;
    text-align: left
}

.mobile-only .table_finances-currencies .td_balance, .mobile-only .table_finances-currencies .th_balance, .table_finances-currencies .td_balance, .table_finances-currencies .th_balance {
    width: 256px;
    text-align: left
}

.mobile-only .table_finances-currencies .td_choose, .mobile-only .table_finances-currencies .th_choose, .table_finances-currencies .td_choose, .table_finances-currencies .th_choose {
    width: 235px;
    text-align: right
}

.mobile-only .table_finances-currencies .td, .table_finances-currencies .td {
    font-size: 16px;
    padding: 7px 0;
    vertical-align: middle
}

.mobile-only .table_finances-currencies .td_currency, .table_finances-currencies .td_currency {
    color: #FFF
}

.mobile-only .table_finances-currencies .td_balance, .mobile-only .table_finances-currencies .td_choose, .table_finances-currencies .td_balance, .table_finances-currencies .td_choose {
    color: #d5b577
}

.mobile-only .table_operation-history, .table_operation-history {
    margin-top: 6px
}

.mobile-only .table_operation-history .tr__color-cancel td, .mobile-only .table_operation-history .tr__color-cancel td a, .mobile-only .table_operation-history .tr__color-cancel td a:active, .table_operation-history .tr__color-cancel td, .table_operation-history .tr__color-cancel td a, .table_operation-history .tr__color-cancel td a:active {
    color: #b9480a
}

.mobile-only .table_operation-history .tr__color-cancel td a:hover, .table_operation-history .tr__color-cancel td a:hover {
    border-bottom: 1px solid #b9480a !important
}

.mobile-only .table_operation-history .tr__color-cancel .td_amount, .table_operation-history .tr__color-cancel .td_amount {
    color: #d5b577
}

.mobile-only .table_operation-history .tr__color-cancel:hover a, .table_operation-history .tr__color-cancel:hover a {
    border-bottom: 1px solid #b9480a !important
}

.mobile-only .table_operation-history .th, .table_operation-history .th {
    padding-bottom: 10px
}

.mobile-only .table_operation-history .th:last-of-type, .table_operation-history .th:last-of-type {
    padding-right: 2px
}

.mobile-only .table_operation-history .th_number, .table_operation-history .th_number {
    padding-left: 10px
}

.mobile-only .table_operation-history .th_time, .table_operation-history .th_time {
    text-align: left
}

.mobile-only .table_operation-history .td_status, .mobile-only .table_operation-history .th_status, .table_operation-history .td_status, .table_operation-history .th_status {
    min-width: 34px;
    width: 34px;
    text-align: left
}

.mobile-only .table_operation-history .td_number, .mobile-only .table_operation-history .th_number, .table_operation-history .td_number, .table_operation-history .th_number {
    width: 75px;
    min-width: 68px;
    text-align: center
}

.mobile-only .table_operation-history .td_currency, .mobile-only .table_operation-history .th_currency, .table_operation-history .td_currency, .table_operation-history .th_currency {
    width: 256px;
    text-align: left
}

.mobile-only .table_operation-history .td_amount, .mobile-only .table_operation-history .th_amount, .table_operation-history .td_amount, .table_operation-history .th_amount {
    width: 160px;
    text-align: right;
    font-size: 13px
}

.mobile-only .table_operation-history .td, .table_operation-history .td {
    padding: 21px 0;
    vertical-align: middle
}

.mobile-only .table_operation-history .td_status, .table_operation-history .td_status {
    color: #FFF
}

.mobile-only .table_operation-history .td_amount, .mobile-only .table_operation-history .td_number, .table_operation-history .td_amount, .table_operation-history .td_number {
    color: #d5b577;
    font-size: 12px
}

.mobile-only .table_operation-history .td_amount a, .mobile-only .table_operation-history .td_number a, .table_operation-history .td_amount a, .table_operation-history .td_number a {
    color: #d5b577
}

.mobile-only .table_operation-history .td_time, .table_operation-history .td_time {
    font-size: 12px
}

.mobile-only .table_operation-history .td_currency, .table_operation-history .td_currency {
    font-size: 12px;
    padding-right: 4px;
    word-break: break-all
}

.mobile-only .table_operation-history .td .icon, .table_operation-history .td .icon {
    position: relative;
    left: 7px
}

.mobile-only .table_operation-history .td_number, .table_operation-history .td_number {
    padding-right: 2px
}

.mobile-only .table_operation-history .td .td__currency-system, .table_operation-history .td .td__currency-system {
    word-break: normal
}

.mobile-only .table_operation-history .td .td__currency-wallet, .table_operation-history .td .td__currency-wallet {
    word-break: break-all
}

.mobile-only .table_shop-for-coins-status, .table_shop-for-coins-status {
    margin-top: 21px
}

.mobile-only .table_shop-for-coins-status .th, .table_shop-for-coins-status .th {
    padding-bottom: 10px
}

.mobile-only .table_shop-for-coins-status .th_name, .table_shop-for-coins-status .th_name {
    width: 495px;
    text-align: left
}

.mobile-only .table_shop-for-coins-status .th_price, .table_shop-for-coins-status .th_price {
    text-align: right;
    padding-right: 12px
}

.mobile-only .table_shop-for-coins-status .td, .table_shop-for-coins-status .td {
    padding: 14px 0
}

.mobile-only .table_shop-for-coins-status .td_name, .table_shop-for-coins-status .td_name {
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle
}

.mobile-only .table_shop-for-coins-status .td_price, .table_shop-for-coins-status .td_price {
    color: #d5b577;
    text-align: right;
    padding-right: 12px;
    vertical-align: middle;
    white-space: nowrap
}

.mobile-only .table_shop-for-coins-status .td:last-of-type, .table_shop-for-coins-status .td:last-of-type {
    padding-right: 13px;
    vertical-align: middle
}

.mobile-only .table__jackpots, .table__jackpots {
    width: 100%
}

.mobile-only .table__jackpots .th_sum, .table__jackpots .th_sum {
    text-align: right
}

.mobile-only .table__jackpots .td, .table__jackpots .td {
    font-weight: 400;
    border-bottom: none;
    padding: 13px 0
}

.mobile-only .table__jackpots .td_img, .table__jackpots .td_img {
    width: 10%;
    padding-right: 8px
}

.mobile-only .table__jackpots .td_img_game-rules, .table__jackpots .td_img_game-rules {
    width: 105px;
    padding-right: 8px
}

.mobile-only .table__jackpots .td_name, .table__jackpots .td_name {
    vertical-align: middle;
    width: 250px;
    font-size: 14px
}

.mobile-only .table__jackpots .td_sum, .table__jackpots .td_sum {
    padding-left: 5px;
    vertical-align: middle;
    color: #d5b577;
    font-size: 14px;
    text-align: right
}

.mobile-only .table_game-rules .td, .table_game-rules .td {
    padding: 8px 0
}

.mobile-only .table_cell-middle td, .table_cell-middle td {
    vertical-align: middle
}

.mobile-only .table_bonus-history__a:hover, .no-touchevents .table_bonus-history__a:hover {
    color: #FFF
}

.mobile-only .table_messages .th, .table_messages .th {
    padding-bottom: 9px
}

.mobile-only .table_messages .th_status, .table_messages .th_status {
    text-align: left;
    font-size: 10px;
    width: 190px;
    padding-left: 8px
}

.mobile-only .table_messages .th_game, .table_messages .th_game {
    width: 260px;
    font-size: 10px;
    text-align: left
}

.mobile-only .table_messages .th_date, .table_messages .th_date {
    text-align: right;
    font-size: 10px;
    width: 60px
}

.mobile-only .table_messages .td, .table_messages .td {
    font-size: 13px;
    padding: 17px 0 19px 0;
    vertical-align: middle;
    font-weight: 400
}

.mobile-only .table_messages .td .link, .table_messages .td .link {
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    word-break: break-all;
    word-wrap: break-word
}

.mobile-only .table_messages .td .link_unread, .table_messages .td .link_unread {
    text-transform: none;
    font-weight: 400;
    font-weight: 700
}

.mobile-only .table_messages .td .status-icon, .table_messages .td .status-icon {
    margin: 0;
    vertical-align: middle
}

.mobile-only .table_messages .td .status-text, .table_messages .td .status-text {
    vertical-align: middle
}

.mobile-only .table_messages .td_status, .table_messages .td_status {
    padding-left: 8px;
    padding-right: 10px;
    vertical-align: top
}

.mobile-only .table_messages .td_game, .table_messages .td_game {
    vertical-align: top;
    padding-right: 10px
}

.mobile-only .table_messages .td_date, .table_messages .td_date {
    text-align: right;
    vertical-align: top;
    color: #d5b577;
    position: relative
}

.mobile-only .table_messages .td:last-of-type, .table_messages .td:last-of-type {
    padding-right: 0
}

.mobile-only .table_messages__a:hover, .table_messages__a:hover {
    border-bottom: 1px solid #d5b577
}

@supports (-moz-appearance:meterbar) {
    .table_messages .td_date {
        top: 3px
    }

    .table_messages .td_unread {
        top: auto;
        position: static
    }
}

@media screen and (min-width: 375px) {
    .table_bonus-history .th {
        font-size: 14px
    }

    .table_game-history .th {
        font-size: 11px
    }

    .table_game-history .td_game {
        padding-left: 0
    }

    .table_game-history .td:last-of-type {
        padding-right: 17px
    }

    .table_withdraw .td {
        font-size: 20px
    }

    .table_withdraw .td .link {
        font-size: 18px
    }

    .table_withdraw .th {
        font-size: 12px
    }
}

@media screen and (min-width: 420px) {
    .table_messages .td {
        font-size: 13px
    }

    .table_operation-history .th_number {
        padding-left: 0
    }

    .table_operation-history .td_currency {
        font-size: 12px
    }

    .table_shop-history .td_date, .table_shop-history .th_date {
        min-width: 105px
    }

    .table_shop-history .td {
        font-size: 17px
    }

    .table_shop-history .td_date {
        padding-left: 10px
    }
}

@media screen and (min-width: 480px) {
    .table_messages .td {
        font-size: 13px
    }

    .table_messages .td .status-text {
        top: 2px;
        font-size: 13px
    }

    .table_tournament-history .th_date {
        width: 124px;
        min-width: 121px
    }

    .table_tournament-history .th_name {
        width: 315px
    }

    .table_tournament-history .td {
        font-size: 20px;
        padding: 11px 0 12px 0
    }

    .table_tournament-history .td .link {
        font-size: 18px
    }

    .table_tournament-history .td_date {
        font-size: 18px
    }

    .table_tournament-history .td_name {
        font-size: 18px
    }

    .table_tournament-history .td_pf {
        font-size: 18px
    }

    .table_operation-history .td_number, .table_operation-history .th_number {
        text-align: left
    }

    .table_operation-history .td_amount, .table_operation-history .th_amount {
        font-size: 16px
    }

    .table_operation-history .td_currency {
        font-size: 16px
    }

    .table_operation-history .td_number, .table_operation-history .td_time {
        font-size: 16px
    }

    .friends-tournaments .th_player, .mobile-only .friends-tournaments .th_player, .table .th_player, .wysiwyg table .th_player {
        text-align: left;
        padding-left: 66px
    }

    .friends-tournaments .td_player, .mobile-only .friends-tournaments .td_player, .table .td_player, .wysiwyg table .td_player {
        text-align: left;
        white-space: nowrap
    }

    .friends-tournaments .td_player .avatar__link, .mobile-only .friends-tournaments .td_player .avatar__link, .table .td_player .avatar__link, .wysiwyg table .td_player .avatar__link {
        width: auto
    }

    .friends-tournaments .td_player .avatar__link_img, .mobile-only .friends-tournaments .td_player .avatar__link_img, .table .td_player .avatar__link_img, .wysiwyg table .td_player .avatar__link_img {
        padding-right: 10px
    }

    .friends-tournaments__player-row, .mobile-only .friends-tournaments__player-row, .table__player-row, .wysiwyg table__player-row {
        display: table-row
    }

    .table_bonus-history .td, .table_bonus-history .th {
        font-size: 14px
    }

    .table_game-history .td, .table_game-history .th {
        font-size: 14px
    }

    .table_game-history .th:last-of-type {
        padding-right: 10px
    }

    .table__jackpots .td_name {
        font-size: 16px
    }

    .table__jackpots .td_sum {
        font-size: 17px
    }

    .table__jackpots .td_img {
        padding-right: 20px
    }

    .table_players .th_player {
        text-align: left;
        padding-left: 68px
    }

    .table_players .td_player {
        white-space: normal
    }
}

@media screen and (min-width: 600px) {
    .table_messages .td {
        font-size: 16px
    }

    .table_messages .td .status-icon {
        margin-right: 6px
    }

    .table_messages .td .status-text {
        top: 2px;
        font-size: 16px
    }

    .table_messages .td:last-of-type {
        padding-right: 14px
    }

    .friends-tournaments .th, .mobile-only .friends-tournaments .th, .table .th, .wysiwyg table .th {
        font-size: 13px
    }

    .friends-tournaments .td_prize, .mobile-only .friends-tournaments .td_prize, .table .td_prize, .wysiwyg table .td_prize {
        color: #d5b577
    }

    .friends-tournaments .td_result, .mobile-only .friends-tournaments .td_result, .table .td_result, .wysiwyg table .td_result {
        font-size: 16px
    }

    .friends-tournaments .td_game, .mobile-only .friends-tournaments .td_game, .table .td_game, .wysiwyg table .td_game {
        word-break: normal;
        word-wrap: normal
    }

    .friends-tournaments .td_player .avatar__name, .mobile-only .friends-tournaments .td_player .avatar__name, .table .td_player .avatar__name, .wysiwyg table .td_player .avatar__name {
        word-break: break-word
    }

    .table_bonus-history .td_status, .table_bonus-history .th_status {
        min-width: 34px;
        width: 34px
    }

    .table_bonus-history .td_status .icon, .table_bonus-history .th_status .icon {
        left: 7px
    }

    .table_game-history .td, .table_game-history .th {
        font-size: 16px
    }

    .table_withdraw .td .link {
        font-size: 21px
    }

    .table_withdraw .td_logo-img {
        max-width: 120px
    }

    .table_withdraw .th_currency {
        width: 146px;
        min-width: 146px
    }

    .table__jackpots .td_name {
        font-size: 16px
    }

    .table__jackpots .td_sum {
        font-size: 16px;
        padding-right: 10px
    }

    .table__jackpots .td_img {
        padding-left: 10px
    }

    .table_game-rules .td {
        padding: 8px 0
    }

    .table_players .td {
        font-size: 16px
    }

    .table_players .td .avatar__name {
        font-size: 16px
    }

    .table_players-top .th {
        font-size: 13px
    }

    .table_players-top .td_result {
        font-size: 15px
    }

    .table_operation-history .td_number {
        padding-right: 10px
    }
}

@media screen and (min-width: 1005px) {
    .table__jackpots .td_img {
        width: 187px
    }
}

.activate-bonus-banner, .mobile-only .activate-bonus-banner {
    color: #FFF;
    background: #d5b577;
    display: table;
    width: 100%;
    padding: 29px 19px;
    border: 2px solid #d5b577;
    position: relative
}

.activate-bonus-banner.not-active img, .mobile-only .activate-bonus-banner.not-active img {
    filter: grayscale(100%)
}

.activate-bonus-banner__img, .mobile-only .activate-bonus-banner__img {
    display: table-cell;
    width: 80px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center
}

.activate-bonus-banner__img img, .mobile-only .activate-bonus-banner__img img {
    max-height: 64px
}

.activate-bonus-banner__text, .mobile-only .activate-bonus-banner__text {
    display: table-cell;
    font-size: 16px;
    vertical-align: middle;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 700
}

.activate-bonus-banner__status, .mobile-only .activate-bonus-banner__status {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    font-size: 15px;
    font-weight: 600;
    background-color: #aa2c0b;
    padding: 4px 14px 4px 14px;
    background-color: #a9290c;
    text-transform: uppercase
}

.mobile-only a.activate-bonus-banner:active, .mobile-only a.activate-bonus-banner:hover, .no-touchevents .mobile-only a.activate-bonus-banner:hover:active, .no-touchevents a.activate-bonus-banner:hover:active, a.activate-bonus-banner:active, a.activate-bonus-banner:hover {
    border: 2px solid #fff;
    color: #FFF
}

.mobile-only a.activate-bonus-banner_column:active, .mobile-only a.activate-bonus-banner_column:hover, .no-touchevents .mobile-only a.activate-bonus-banner_column:hover:active, .no-touchevents a.activate-bonus-banner_column:hover:active, a.activate-bonus-banner_column:active, a.activate-bonus-banner_column:hover {
    border: none
}

.mobile-only a.activate-bonus-banner_column:active img, .mobile-only a.activate-bonus-banner_column:hover img, .no-touchevents .mobile-only a.activate-bonus-banner_column:hover:active img, .no-touchevents a.activate-bonus-banner_column:hover:active img, a.activate-bonus-banner_column:active img, a.activate-bonus-banner_column:hover img {
    outline: 2px solid #d5b577
}

.activate-bonus-banner_column, .mobile-only .activate-bonus-banner_column {
    text-align: center;
    font-size: 0;
    padding: 0;
    border: none;
    background: 0 0
}

.activate-bonus-banner_column img, .mobile-only .activate-bonus-banner_column img {
    width: 100%
}

.activate-bonus-banner_column .activate-bonus-banner__img, .mobile-only .activate-bonus-banner_column .activate-bonus-banner__img {
    display: inline-block;
    margin-bottom: 25px
}

.activate-bonus-banner_column .activate-bonus-banner__text, .mobile-only .activate-bonus-banner_column .activate-bonus-banner__text {
    display: inline-block;
    padding-left: 0;
    font-size: 18px;
    width: 100%
}

@media screen and (min-width: 420px) {
    .activate-bonus-banner_column .activate-bonus-banner__text {
        font-size: 20px
    }
}

@media screen and (min-width: 480px) {
    .activate-bonus-banner__text {
        padding-left: 35px;
        font-size: 23px
    }

    .activate-bonus-banner__img {
        width: 97px;
        max-width: 97px
    }

    .activate-bonus-banner__img img {
        max-height: 79px
    }

    .activate-bonus-banner_bonus-activate {
        padding: 49px 40px
    }

    .activate-bonus-banner_column .activate-bonus-banner__text {
        font-size: 23px
    }
}

@media screen and (min-width: 600px) {
    .activate-bonus-banner__status {
        font-size: 19px;
        padding: 2px 14px 2px 14px
    }
}

.current-action {
    color: #FFF;
    background: #333;
    display: table;
    width: 100%;
    padding: 14px 17px;
    margin-bottom: 26px
}

.current-action_second {
    padding: 19px 17px 27px 17px
}

.current-action_second .current-action__img {
    padding-top: 7px
}

.current-action__img {
    display: table-cell;
    width: 53px
}

.current-action__text {
    display: table-cell;
    font-size: 20px;
    vertical-align: middle;
    padding-left: 20px;
    letter-spacing: 1px
}

.mobile-only .upload, .upload {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.mobile-only .upload_input-plus, .upload_input-plus {
    width: 100%
}

.mobile-only .upload_input-plus.is-loading, .upload_input-plus.is-loading {
    cursor: default
}

.mobile-only .upload_input-plus.is-loading .upload__input, .upload_input-plus.is-loading .upload__input {
    display: none
}

.mobile-only .upload_input-plus.is-loading .loader, .upload_input-plus.is-loading .loader {
    display: inline-block
}

.mobile-only .upload_input-plus.is-loading .upload__input-plus-icon-svg, .upload_input-plus.is-loading .upload__input-plus-icon-svg {
    display: none
}

.mobile-only .upload_input-plus.is-loading .upload__input-plus-text-go, .upload_input-plus.is-loading .upload__input-plus-text-go {
    display: none
}

.mobile-only .upload_input-plus.is-loading .upload__input-plus-text-uploading, .upload_input-plus.is-loading .upload__input-plus-text-uploading {
    display: inline
}

.mobile-only .upload_input-plus .loader, .upload_input-plus .loader {
    display: none
}

.mobile-only .upload_input-plus .upload__input-plus-text-uploading, .upload_input-plus .upload__input-plus-text-uploading {
    display: none
}

.mobile-only .upload__input, .upload__input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 70px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.mobile-only .upload__input-plus, .upload__input-plus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: -3px;
    margin-right: -3px;
    min-height: 74px;
    padding-left: 22px
}

.mobile-only .upload__border-plus-item:last-child, .upload__border-plus-item:last-child {
    margin-bottom: -3px
}

.mobile-only .upload__border-plus-item:last-child.upload__input-list__item, .upload__border-plus-item:last-child.upload__input-list__item {
    margin-bottom: 0
}

.mobile-only .upload__input-plus-text, .mobile-only .upload__input-plus-text > span, .upload__input-plus-text, .upload__input-plus-text > span {
    font-size: 17px;
    font-weight: 400;
    align-self: center;
    display: flex;
    padding-right: 12px;
    width: 100%
}

.mobile-only .upload__input-plus-text-fix, .upload__input-plus-text-fix {
    width: 100%
}

.mobile-only .upload__input-plus-icon, .upload__input-plus-icon {
    border: 3px solid #d5b577;
    font-size: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    padding: 0 20px;
    justify-content: center;
    width: 68px;
    flex-shrink: 0
}

.mobile-only .upload__input-plus-icon-svg, .upload__input-plus-icon-svg {
    fill: #d5b577
}

.mobile-only .upload__input-list-icon, .upload__input-list-icon {
    font-size: 0;
    display: flex;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    width: 66px;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer
}

.mobile-only .upload__input-list-icon > svg, .upload__input-list-icon > svg {
    pointer-events: none
}

.mobile-only .upload__input-list-icon-svg, .upload__input-list-icon-svg {
    fill: #d5b577
}

.mobile-only .upload__border-plus, .upload__border-plus {
    border: 3px solid #d5b577;
    background-color: rgba(0, 0, 0, .7);
    clear: right
}

.mobile-only .upload__input-list__item, .upload__input-list__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    border-top: 1px solid #484a4b;
    min-height: 56px;
    padding-top: 12px;
    padding-bottom: 12px
}

.mobile-only .upload__input-list__item-name, .upload__input-list__item-name {
    font-size: 15px;
    word-break: break-all
}

@media screen and (min-width: 480px) {
    .upload__input-plus {
        min-height: 80px
    }

    .upload__input-plus-text {
        font-size: 22px
    }

    .upload__input-list__item {
        min-height: 65px
    }

    .upload__input-list__item-name {
        font-size: 15px
    }

    .upload__input-plus-icon {
        width: 80px
    }

    .upload__input-list-icon {
        width: 78px
    }
}

@media screen and (min-width: 640px) {
    .upload__input-plus-text, .upload__input-plus-text > span {
        font-size: 21px
    }

    .upload__input-list__item-name {
        font-size: 18px
    }
}

.mobile-only .title-manufacture, .title-manufacture {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px;
    flex-direction: column;
    padding-top: 6px
}

.mobile-only .title-manufacture .select2, .title-manufacture .select2 {
    min-width: 232px
}

.mobile-only .title-manufacture__first, .title-manufacture__first {
    margin-bottom: 32px
}

.mobile-only .title-manufacture__select, .title-manufacture__select {
    margin-left: 5px
}

.minimum-maximum .link__small, .minimum-maximum__minimum, .mobile-only .minimum-maximum .link__small, .mobile-only .minimum-maximum__minimum {
    font-size: 15px
}

@media screen and (min-width: 420px) {
    .minimum-maximum__minimum {
        font-size: 18px;
        margin-top: 4px
    }

    .minimum-maximum .link__small {
        font-size: 18px
    }
}

@media screen and (min-width: 640px) {
    .minimum-maximum__minimum {
        font-size: 22px;
        margin: 5px 0 4px 0
    }

    .minimum-maximum .link__small {
        font-size: 21px
    }
}

.mobile-only .popup, .popup {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: -1px;
    z-index: 999;
    width: 100%;
    background-color: #1d2021;
    padding: 0 0 16px;
    border: 1px solid #d4b477;
    border-top: none
}

.mobile-only .popup__top, .popup__top {
    margin-bottom: 13px;
    border-top: 1px solid #544c3b
}

.mobile-only .popup__border-input, .popup__border-input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #d5b577
}

.mobile-only .popup__caption, .popup__caption {
    color: #d5b577;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px;
    margin-left: 17px
}

.mobile-only .popup__items, .popup__items {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

.mobile-only .popup__item, .popup__item {
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 7px;
    margin-bottom: 1px;
    padding-left: 17px;
    padding-right: 20px;
    display: flex
}

.mobile-only .popup__item-column, .popup__item-column {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 1005px) {
    .no-touchevents a.popup__item:hover, a.popup__item:active {
        background-color: #d5b577;
        color: #3d4347
    }

    .no-touchevents .popup:hover {
        display: block
    }

    .no-touchevents .popup:hover ~ .popup__border-input {
        display: block
    }
}

.mobile-only .register-payment-control__method, .register-payment-control__method {
    height: 48px;
    float: right;
    position: relative
}

.mobile-only .register-payment-control__back, .register-payment-control__back {
    max-width: 81px;
    width: 81px
}

.mobile-only .register-payment-control__label, .register-payment-control__label {
    font-size: 12px;
    line-height: 48px;
    display: inline-block
}

.mobile-only .register-payment-control__img, .register-payment-control__img {
    position: relative;
    top: 5px;
    width: 64px
}

.mobile-only .register-payment-control__logo, .register-payment-control__logo {
    line-height: 48px;
    display: inline-block
}

@media screen and (min-width: 420px) {
    .register-payment-control__label {
        font-size: 15px
    }

    .register-payment-control__img {
        top: 6px;
        width: 80px
    }
}

@media screen and (min-width: 480px) {
    .register-payment-control__label {
        font-size: 21px;
        padding: 0 5px 0 9px
    }

    .register-payment-control__img {
        width: 94px
    }
}

.table-highlight tbody tr:hover {
    cursor: pointer;
    background-color: rgba(213, 181, 119, .12)
}

.table-highlight tbody tr:hover td a {
    border-bottom: 1px solid #d5b577
}

.table-highlight tbody tr:hover td a.link {
    border-bottom: 1px solid #fff;
    color: #d5b577
}

.table-highlight tbody tr:hover td a.avatar__link {
    border-bottom: none;
    color: #d5b577
}

.table-highlight tbody tr:hover td a.button {
    border-bottom: 2px solid #d5b577;
    color: #d5b577
}

.table-highlight tbody tr:hover td a.button:active {
    color: #1d2021
}

.table-highlight tbody tr:hover td a.avatar__link_img {
    border-bottom: none
}

.table-highlight tbody tr:hover td a.avatar__link_img .avatar__table {
    border: 1px solid #d5b577
}

.mobile-only .p, .p {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 11px
}

.mobile-only .p__bold-element, .p__bold-element {
    font-weight: 700
}

.mobile-only .p_info-rules, .p_info-rules {
    letter-spacing: -.1px;
    line-height: 28px;
    margin: 0 0 22px 0
}

.mobile-only .p_info-rules_color, .p_info-rules_color {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px
}

.mobile-only .p_shop-bold, .p_shop-bold {
    font-weight: 700;
    letter-spacing: .35px
}

.mobile-only .p_no-margin, .p_no-margin {
    margin: 0
}

@media screen and (min-width: 480px) {
    .p {
        font-size: 22px
    }

    .p_shop {
        line-height: 31px
    }

    .p_info-rules_color {
        font-size: 18px
    }
}

@media screen and (min-width: 640px) {
    .p {
        font-size: 22px
    }

    .p_shop {
        line-height: 31px
    }

    .p_info-rules_color {
        font-size: 20px
    }
}

@media screen and (min-width: 768px) {
    .p_info-rules_color {
        font-size: 22px
    }
}

.default-margin, .h2, .h3, .mobile-only .default-margin, .mobile-only .h2, .mobile-only .h3, .mobile-only ul, .ul, .wysiwyg h2, .wysiwyg h3, .wysiwyg ul {
    margin-bottom: 25px
}

.h2, .mobile-only .h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .75px
}

.h3, .mobile-only .h3 {
    font-weight: 700;
    color: #d5b577;
    font-size: 20px
}

@media screen and (min-width: 420px) {
    .h1 {
        font-size: 25px;
        letter-spacing: 1px
    }
}

@media screen and (min-width: 480px) {
    .default-margin, .h2, .h3, .mobile-only .h2, .mobile-only .h3, .mobile-only ul, .ul, .wysiwyg h2, .wysiwyg h3, .wysiwyg ul {
        margin-bottom: 30px
    }

    .h2 {
        font-size: 22px
    }

    .h3 {
        font-size: 22px
    }
}

.mobile-only ul .li, .ul .li {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 18px
}

@media screen and (min-width: 480px) {
    .ul .li {
        margin-bottom: 25px;
        font-size: 22px
    }
}

.operations-filters {
    margin: 17px 0 31px 0;
    padding-bottom: 0;
    display: table;
    width: 100%
}

.operations-filters__filters, .operations-filters__show {
    display: table-cell
}

.operations-filters__item {
    display: inline-block;
    margin: 0 0 10px 5%
}

.game-info, .mobile-only .game-info {
    margin-bottom: 66px;
    padding-left: 1px
}

.game-info .icon_svg-cp, .mobile-only .game-info .icon_svg-cp {
    width: 13px;
    height: 13px
}

.mobile-only .game-info_less {
    margin-bottom: 25px
}

.game-info__item, .mobile-only .game-info__item {
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: .2px
}

.game-info__item_caption, .mobile-only .game-info__item_caption {
    color: #d5b577;
    font-weight: 600
}

.game-info__item_text, .mobile-only .game-info__item_text {
    font-size: 20px;
    margin-bottom: 25px;
    letter-spacing: .2px
}

@media screen and (min-width: 480px) {
    .game-info .icon_svg-cp {
        width: 16px;
        height: 16px
    }

    .game-info__item {
        font-size: 16px
    }

    .game-info__item_text {
        font-size: 22px
    }
}

.mobile-only .player, .player {
    font-size: 0;
    margin-left: -4px;
    margin-right: -4px
}

.mobile-only .player__box, .player__box {
    margin-bottom: 14px;
    display: inline-block;
    width: 100%
}

.mobile-only .player__item, .player__item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 33.33%;
    margin-bottom: 20px
}

.mobile-only .player__link, .player__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    background-color: #0e0f10;
    border: 1px solid #262b2f;
    margin-bottom: 9px;
    position: relative
}

.mobile-only .player__link_winner, .player__link_winner {
    width: 70px;
    height: 70px
}

.mobile-only .player__link-item, .player__link-item {
    font-size: 0;
    display: block
}

.mobile-only .player__link:active, .no-touchevents .mobile-only .player__link:hover, .no-touchevents .player__link:hover, .player__link:active {
    border: 1px solid #d5b577
}

.mobile-only .player__img, .player__img {
    max-width: 88px;
    max-height: 88px
}

.mobile-only .player__item-game-player .player__img, .player__item-game-player .player__img {
    max-height: 86px;
    max-width: 86px
}

.mobile-only .player__caption, .player__caption {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 1px;
    padding-right: 1px
}

.mobile-only .player__avatar, .player__avatar {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px
}

@media screen and (min-width: 375px) {
    .player__item {
        width: 33.33%
    }

    .player__link {
        width: 100px;
        height: 100px
    }

    .player__img {
        max-width: 98px;
        max-height: 98px
    }

    .player__link_winner {
        width: 70px;
        height: 70px
    }
}

@media screen and (min-width: 480px) {
    .player__item {
        width: 25%
    }
}

@media screen and (min-width: 1005px) {
    .player {
        margin-left: -24px;
        margin-right: -24px
    }

    .player__avatar {
        display: inline-block;
        padding-left: 24px;
        padding-right: 24px
    }

    .player__game-player {
        margin-left: -12px;
        margin-right: -12px
    }

    .player__item-game-player {
        width: 33.333333%;
        margin-bottom: 11px
    }

    .player__item-game-player .player__link {
        width: 76px;
        height: 76px;
        margin-bottom: 6px
    }

    .player__item-game-player .player__img {
        max-width: 74px;
        max-height: 74px
    }

    .player__item-game-player .player__caption {
        font-size: 14px
    }

    .player__bg-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 64px;
        background: linear-gradient(to bottom, #070808 0, rgba(7, 8, 8, 0) 100%)
    }

    .player__bg-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 64px;
        background: linear-gradient(to bottom, rgba(7, 8, 8, 0) 0, #070808 100%)
    }
}

.mobile-only .page .accordion, .page .accordion {
    list-style: none;
    padding: 0;
    margin: 0
}

.mobile-only .page .accordion__item, .page .accordion__item {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #3d4347
}

.mobile-only .page .accordion__item:before, .page .accordion__item:before {
    content: "" !important
}

.mobile-only .page .accordion__item-title, .page .accordion__item-title {
    font-weight: 700;
    display: block;
    margin: 0;
    cursor: pointer;
    padding: 13px 50px 13px 19px;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    background-color: #d5b577;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.mobile-only .page .accordion__item-content, .page .accordion__item-content {
    color: #FFF;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
    z-index: 2;
    transition: all .25s ease-in-out;
    padding: 22px 32px 25px 18px;
    letter-spacing: -.1px;
    line-height: 30px;
    border: 1px solid #d5b577;
    border-top: none;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0
}

.mobile-only .page .accordion__state-indicator, .page .accordion__state-indicator {
    position: absolute;
    right: 21px;
    top: 18px
}

.mobile-only .page .accordion__state-indicator .plus-icon, .page .accordion__state-indicator .plus-icon {
    display: none;
    fill: #d5b577
}

.mobile-only .page .accordion__state-indicator .minus-icon, .page .accordion__state-indicator .minus-icon {
    display: block;
    fill: #000
}

.mobile-only .page .accordion__choose, .page .accordion__choose {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0
}

.mobile-only .page .accordion__choose:checked ~ .accordion__item-content, .page .accordion__choose:checked ~ .accordion__item-content {
    padding: 0 32px 0 18px;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
    border: none
}

.mobile-only .page .accordion__choose:checked ~ .accordion__item-title, .page .accordion__choose:checked ~ .accordion__item-title {
    color: #FFF;
    background-color: #1d2021
}

.mobile-only .page .accordion__choose:checked ~ .accordion__state-indicator .plus-icon, .page .accordion__choose:checked ~ .accordion__state-indicator .plus-icon {
    display: block
}

.mobile-only .page .accordion__choose:checked ~ .accordion__state-indicator .minus-icon, .page .accordion__choose:checked ~ .accordion__state-indicator .minus-icon {
    display: none
}

@media screen and (min-width: 480px) {
    .page .accordion__item-title {
        padding: 22px 50px 24px 19px;
        font-size: 22px
    }

    .page .accordion__item-content {
        font-size: 22px;
        line-height: 32px
    }

    .page .accordion__state-indicator {
        top: 30px
    }
}

.mobile-only .timer__item, .timer__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    position: relative
}

.mobile-only .timer__item_colon, .timer__item_colon {
    padding: 0;
    width: 0;
    line-height: 26px
}

.mobile-only .timer__item_border:before, .timer__item_border:before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 1px;
    height: 200px;
    background-color: #171717
}

.mobile-only .timer__item_border:after, .timer__item_border:after {
    content: '';
    position: absolute;
    top: -100%;
    right: 0;
    width: 1px;
    height: 200px;
    background-color: #171717
}

.mobile-only .timer__colon, .timer__colon {
    font-size: 26px;
    line-height: 33px;
    font-weight: 600;
    animation: pulse 1s infinite;
    opacity: 1;
    width: 12px;
    margin-left: -7px;
    display: block
}

.mobile-only .timer__text-date, .timer__text-date {
    text-align: center;
    display: block;
    color: #d5b578;
    font-size: 18px;
    font-weight: 700;
    min-height: 30px
}

.mobile-only .timer__number, .timer__number {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 2px
}

.mobile-only .timer__number.not-active, .timer__number.not-active {
    color: #8b8b8b
}

.mobile-only .timer__row, .timer__row {
    vertical-align: middle
}

@media screen and (min-width: 600px) {
    .timer__number {
        font-size: 36px
    }

    .timer__colon {
        font-size: 32px;
        line-height: 30px
    }

    .timer__item_colon {
        line-height: 30px
    }
}

@keyframes pulse {
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fund, .mobile-only .fund {
    width: 100%;
    background-color: #1d2021;
    border-collapse: collapse
}

.fund.click, .mobile-only .fund.click {
    cursor: pointer
}

.fund td, .fund th, .mobile-only .fund td, .mobile-only .fund th {
    border: 2px solid #171717
}

.fund__caption, .mobile-only .fund__caption {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.7px;
    font-weight: 600;
    padding: 10px 4px;
    vertical-align: middle;
    min-width: auto
}

.fund__caption_prize, .mobile-only .fund__caption_prize {
    min-width: 0
}

.fund__caption_enter, .mobile-only .fund__caption_enter {
    min-width: 0
}

.fund__cell, .mobile-only .fund__cell {
    text-align: center;
    vertical-align: middle;
    padding: 12px 5px;
    font-size: 0
}

.fund__cell_timer, .mobile-only .fund__cell_timer {
    overflow: hidden;
    position: relative;
    min-width: 154px;
    padding: 0;
    background: #000;
    background: linear-gradient(to bottom, #000 0, #1d2021 35%, #1d2021 65%, #000 100%)
}

.fund__cell .odometer-digit-spacer, .fund__cell .odometer-value, .mobile-only .fund__cell .odometer-digit-spacer, .mobile-only .fund__cell .odometer-value {
    font-size: 24px
}

.fund__cell-number, .mobile-only .fund__cell-number {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    word-break: break-all;
    letter-spacing: 2px
}

.fund__cell-number .odometer-value, .mobile-only .fund__cell-number .odometer-value {
    font-weight: 700
}

.fund__cell-number.odometer, .mobile-only .fund__cell-number.odometer {
    font-size: 0
}

.fund__cell-number_free, .mobile-only .fund__cell-number_free {
    word-break: normal;
    font-size: 22px
}

.fund__cell-currency, .fund__cell-date, .mobile-only .fund__cell-currency, .mobile-only .fund__cell-date {
    font-size: 18px;
    font-weight: 600;
    color: #d5b578;
    min-height: 30px
}

.fund__cell-currency, .mobile-only .fund__cell-currency {
    padding-top: 2px
}

@media screen and (min-width: 600px) {
    .fund__caption {
        font-size: 18px
    }

    .fund__cell-number {
        font-size: 36px
    }

    .fund__cell-number.odometer {
        font-size: 0
    }

    .fund__cell-number_free {
        font-size: 34px
    }

    .fund__cell {
        padding: 16px 5px;
        font-size: 0
    }

    .fund__cell_timer {
        padding: 0;
        min-width: 183px
    }

    .fund__cell .odometer-digit-spacer, .fund__cell .odometer-value {
        font-size: 36px
    }
}

@media screen and (min-width: 1005px) {
    .fund__caption_prize {
        min-width: 228px
    }

    .fund__caption_enter {
        min-width: 99px
    }

    .fund__cell-date {
        min-width: 160px
    }
}

.mobile-only .user-reply_mine .user-reply__player, .user-reply_mine .user-reply__player {
    float: right;
    width: 100%;
    text-align: right
}

.mobile-only .user-reply_mine .user-reply__date, .user-reply_mine .user-reply__date {
    float: right;
    color: #363c40;
    margin-right: 29px;
    line-height: 18px
}

.mobile-only .user-reply_mine .user-reply__message, .user-reply_mine .user-reply__message {
    color: #FFF;
    background: #363c40
}

.mobile-only .user-reply_mine .user-reply__messages:before, .user-reply_mine .user-reply__messages:before {
    right: 37px;
    left: auto;
    border-bottom: 10px solid #363c40
}

.message-history .user-reply_mine .user-reply__player, .mobile-only .message-history .user-reply_mine .user-reply__player {
    margin-left: 29px
}

.message-history .user-reply_mine .user-reply__date, .mobile-only .message-history .user-reply_mine .user-reply__date {
    top: 6px;
    margin-right: 0
}

.message-history .user-reply_mine .user-reply__messages:before, .mobile-only .message-history .user-reply_mine .user-reply__messages:before {
    right: 48px;
    left: auto
}

.message-history .user-reply_mine .user-reply__message, .mobile-only .message-history .user-reply_mine .user-reply__message {
    color: #FFF
}

.message-history .user-reply_mine .user-reply__message_file, .mobile-only .message-history .user-reply_mine .user-reply__message_file {
    border-color: #363c40
}

.message-history .user-reply__message, .mobile-only .message-history .user-reply__message {
    color: #000;
    border: none
}

.message-history .user-reply__message .file-name, .mobile-only .message-history .user-reply__message .file-name {
    color: #FFF
}

.message-history .user-reply, .mobile-only .message-history .user-reply {
    margin-bottom: 63px
}

.message-history .user-reply.user-reply_no-arrow .user-reply__messages:before, .mobile-only .message-history .user-reply.user-reply_no-arrow .user-reply__messages:before {
    display: none
}

.message-history .user-reply__date, .mobile-only .message-history .user-reply__date {
    position: relative;
    font-size: 18px;
    margin-left: 21px
}

.message-history .user-reply__messages, .mobile-only .message-history .user-reply__messages {
    margin-top: 26px
}

.message-history .user-reply__messages:before, .mobile-only .message-history .user-reply__messages:before {
    left: 52px;
    top: -15px;
    border-width: 15px
}

.message-history .user-reply__message, .mobile-only .message-history .user-reply__message {
    white-space: pre-wrap;
    padding: 21px 18px 31px 18px
}

.message-history .user-reply__player, .mobile-only .message-history .user-reply__player {
    margin-right: 0
}

.message-history .user-reply__message_file, .mobile-only .message-history .user-reply__message_file {
    font-size: 18px;
    background-color: rgba(0, 0, 0, .7);
    border: 2px solid #d5b577;
    border-top: none;
    padding: 18px 19px;
    font-weight: 700
}

.message-history .user-reply .file-icon, .mobile-only .message-history .user-reply .file-icon {
    position: relative;
    top: 2px;
    margin-right: 21px;
    float: left
}

.message-history .user-reply .file-name, .mobile-only .message-history .user-reply .file-name {
    position: relative;
    word-break: break-all;
    display: block;
    line-height: 29px
}

.mobile-only .user-reply, .user-reply {
    margin: 10px 0 24px 0
}

.mobile-only .user-reply:last-of-type, .user-reply:last-of-type {
    margin-bottom: 35px
}

.mobile-only .user-reply__avatar, .user-reply__avatar {
    display: inline-block;
    vertical-align: middle
}

.mobile-only .user-reply__player, .user-reply__player {
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    word-break: break-all;
    word-wrap: break-word
}

.mobile-only .user-reply__date, .user-reply__date {
    color: #d5b577;
    font-size: 14px;
    letter-spacing: -.3px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

.mobile-only .user-reply__messages, .user-reply__messages {
    margin-top: 12px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word
}

.mobile-only .user-reply__messages:before, .user-reply__messages:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d5b577
}

.mobile-only .user-reply__message, .user-reply__message {
    background-color: #d5b577;
    color: #000;
    padding: 15px 15px 17px 15px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.3px;
    border-bottom: 1px solid #000
}

.user-reply__message a {
    color: #000;
    text-decoration: underline;
    cursor: pointer
}

.user-reply__message a:hover {
    color: #000;
    text-decoration: none
}

.user-reply.user-reply_mine__message a {
    color: #FFF;
    text-decoration: none;
    cursor: pointer
}

.user-reply.user-reply_mine__message a:hover {
    color: #d5b577;
    text-decoration: none
}

@media screen and (min-width: 420px) {
    .user-reply__player {
        font-size: 17px
    }

    .user-reply__date {
        font-size: 17px
    }

    .user-reply__message {
        font-size: 17px
    }
}

@media screen and (min-width: 480px) {
    .user-reply__message {
        padding: 18px 18px 19px 18px;
        font-size: 19px
    }

    .user-reply__player {
        font-size: 19px
    }

    .user-reply__date {
        font-size: 19px
    }

    .user-reply .user-reply__date {
        line-height: 24px
    }
}

@media screen and (min-width: 1280px) {
    .game-message .user-reply__player {
        font-size: 15px
    }
}

.mobile-only .modal, .modal {
    display: none;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1101;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1d2021;
    -webkit-overflow-scrolling: touch;
    min-width: 320px
}

.mobile-only .modal .button_arrow span.button__arrow-text, .modal .button_arrow span.button__arrow-text {
    font-size: 15px;
    vertical-align: middle
}

.mobile-only .modal.no-close-button .modal__header-close, .modal.no-close-button .modal__header-close {
    display: none
}

.mobile-only .modal-overlay, .modal-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
    z-index: 1001
}

.mobile-only .modal-opened .bg, .modal-opened .bg {
    filter: blur(8px)
}

.mobile-only .modal-opened.androidgadgets .bg, .modal-opened.androidgadgets .bg {
    filter: none
}

.mobile-only.modal-fullscreen.modal-opened .bg {
    filter: none
}

.mobile-only .modal__header, .modal__header {
    border-top: 1px solid #3d4347;
    border-bottom: 1px solid #3d4347;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 95px;
    padding: 12px 12px 12px 12px
}

.mobile-only .modal__icon-close, .modal__icon-close {
    fill: #d5b577;
    width: 36px;
    height: 36px;
    vertical-align: middle
}

.mobile-only .modal__header-caption, .modal__header-caption {
    margin-right: 12px
}

.mobile-only .modal__caption, .modal__caption {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.9px
}

.mobile-only .modal__caption_error, .modal__caption_error {
    color: #e1310e;
    font-weight: 600
}

.mobile-only .modal__caption-error, .modal__caption-error {
    color: #e1310e;
    font-size: 14px;
    font-weight: 600
}

.mobile-only .modal__content, .modal__content {
    padding: 30px 12px 10px 12px
}

.mobile-only .modal__content p, .modal__content p {
    font-size: 18px;
    letter-spacing: .1px;
    line-height: 26px;
    margin-bottom: 10px
}

.mobile-only .modal.is-show, .modal.is-show {
    display: block
}

.mobile-only .modal-fullscreen, .modal-fullscreen {
    overflow: hidden;
    height: auto
}

.mobile-only .modal-fullscreen body, .modal-fullscreen body {
    overflow: hidden;
    position: relative
}

.mobile-only.modal-fullscreen {
    height: 100%
}

.androidgadgets .mobile-only .modal, .androidgadgets .modal {
    background-color: rgba(29, 32, 33, .96)
}

.androidgadgets .mobile-only .modal-overlay, .androidgadgets .modal-overlay {
    background-color: rgba(10, 11, 12, .8)
}

.modal__header-icon {
    fill: #d5b577;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px
}

.modal__caption-info {
    vertical-align: middle;
    display: inline-block
}

@media screen and (min-width: 480px) {
    .modal .button_arrow span.button__arrow-text {
        font-size: 16px
    }

    .modal__header {
        padding: 12px 30px 12px 30px
    }

    .modal__caption {
        font-size: 22px
    }

    .modal__content {
        padding: 48px 30px 16px 30px
    }

    .modal__content p {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 14px
    }
}

@media screen and (min-width: 1005px) {
    .modal {
        width: 615px;
        margin: auto;
        border: 1px solid #BFA36B;
        background-color: rgba(29, 32, 33, .82)
    }

    .modal .button_arrow span.button__arrow-text {
        font-size: 20px
    }

    .modal__content {
        padding-bottom: 39px
    }

    .modal__header {
        border-top: none
    }

    .androidgadgets .modal {
        background-color: #1d2021
    }
}

.menu-fast, .mobile-only .menu-fast {
    border-bottom: 1px solid #3E4347
}

.menu-fast__icon, .mobile-only .menu-fast__icon {
    width: 15px;
    height: 15px;
    fill: #d5b577;
    vertical-align: middle
}

.menu-fast__item, .mobile-only .menu-fast__item {
    width: 33.333333%;
    border-right: 1px solid #3E4347;
    padding: 16px 5px;
    position: relative;
    float: left
}

.menu-fast__item.is-disable .menu-fast__item-title, .mobile-only .menu-fast__item.is-disable .menu-fast__item-title {
    color: #3d4246
}

.menu-fast__item.is-disable .menu-fast__icon, .mobile-only .menu-fast__item.is-disable .menu-fast__icon {
    fill: #3e4347
}

.menu-fast__item:first-child .menu-fast__icon, .mobile-only .menu-fast__item:first-child .menu-fast__icon {
    margin-right: 17%
}

.menu-fast__item:first-child .menu-fast__item-title, .mobile-only .menu-fast__item:first-child .menu-fast__item-title {
    margin-right: 3px
}

.menu-fast__item:nth-child(2) .menu-fast__icon, .mobile-only .menu-fast__item:nth-child(2) .menu-fast__icon {
    margin-left: 17%
}

.menu-fast__item:nth-child(2) .menu-fast__item-title, .mobile-only .menu-fast__item:nth-child(2) .menu-fast__item-title {
    margin-left: 3px
}

.menu-fast__item:nth-child(3) .menu-fast__icon, .mobile-only .menu-fast__item:nth-child(3) .menu-fast__icon {
    margin-left: 12%
}

.menu-fast__item:nth-child(3) .menu-fast__item-title, .mobile-only .menu-fast__item:nth-child(3) .menu-fast__item-title {
    margin-left: 3px
}

.menu-fast__item-title, .mobile-only .menu-fast__item-title {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    flex-shrink: 1;
    flex-direction: column;
    word-wrap: break-word;
    vertical-align: middle
}

.menu-fast__container, .mobile-only .menu-fast__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media screen and (min-width: 420px) {
    .menu-fast__item-title {
        font-size: 13px
    }
}

@media screen and (min-width: 480px) {
    .menu-fast__item:first-child .menu-fast__icon {
        margin-right: 20px
    }

    .menu-fast__item:nth-child(2) .menu-fast__icon {
        margin-left: 20px
    }

    .menu-fast__item:nth-child(3) .menu-fast__icon {
        margin-left: 15px
    }
}

@media screen and (min-width: 600px) {
    .menu-fast__item-title {
        font-size: 14px
    }
}

.register-application-control {
    align-items: center;
    display: flex
}

.register-application-control__logo {
    max-width: 110px
}

.register-application-control__logo-pos {
    margin-left: auto
}

.notification {
    background-color: #d5b577;
    color: #000;
    padding: 25px 25px 30px 18px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: -.5px
}

.header-message {
    text-align: center;
    margin-bottom: 30px
}

.header-message__text-label {
    vertical-align: middle;
    margin-right: 7px
}

.header-message__text-svg {
    vertical-align: middle
}

.header-message__text {
    font-size: 14px;
    color: #d5b577;
    display: inline-block;
    background: rgba(0, 0, 0, .7);
    border: 1px solid #2b2a30;
    padding: 5px 10px 9px 25px;
    border-radius: 0 0 5px 5px;
    color: #af9663
}

.header-message__text_simple {
    background: 0 0;
    border: none;
    height: 40px;
    font-size: 14px;
    line-height: 14px;
    padding: 0 10px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.is-fullscreen.is-sidepanel-open .header-message__text_simple {
    padding: 0 10px 0 16px
}

@media screen and (min-width: 1280px) {
    .is-fullscreen.is-sidepanel-open .header-message__text_simple {
        padding: 0 10px
    }
}

.game-window-container {
    display: none
}

.game-window-open {
    overflow-y: auto
}

.game-window-open .game-window-container {
    display: block
}

.game-window {
    text-align: center;
    font-size: 0;
    position: relative;
    margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 65px
}

.game-window.is-fullscreen {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0
}

.game-window.is-fullscreen .game-window__header {
    display: block
}

.game-window__frame {
    padding: 40px 10px 10px 10px;
    background: rgba(0, 0, 0, .8);
    display: inline-block;
    position: relative
}

.game-window__control {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
    z-index: 10
}

.game-window__control-item {
    display: inline-block;
    margin-left: 16px;
    position: relative;
    z-index: 11
}

.game-window__control-item:first-child {
    margin-left: 0
}

.game-window__control-link {
    font-size: 0;
    height: 17px;
    width: 17px;
    display: block;
    cursor: pointer
}

.game-window__control-link > svg {
    pointer-events: none
}

.game-window__control-item.game-window__control_item_history .game-window__control-link {
    font-size: 16px;
    color: #af9663;
    vertical-align: middle;
    width: auto;
    height: auto
}

.game-window__name {
    font-size: 16px;
    text-transform: none;
    color: #af9663;
    position: relative;
    z-index: 11
}

.is-fullscreen.is-sidepanel-open .game-window__name {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left
}

.game-window__iframe {
    width: 100%;
    height: 100%;
    margin: 0
}

.game-window__header {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

.is-fullscreen .game-window__iframe {
    width: 100%
}

.game-window__reload-link {
    color: #af9663
}

.no-touchevents .game-window__reload-link:active, .no-touchevents .game-window__reload-link:hover {
    color: #FFF
}

.is-fullscreen #gameScore {
    display: none
}

#gameScore {
    font-size: 16px;
    text-transform: none;
    color: #af9663;
    position: relative;
    z-index: 11
}

#gameScore #place {
    float: left;
    margin-right: 10px
}

#gameScore #score {
    float: left
}

@media screen and (min-width: 1280px) {
    .game-window__iframe {
        width: 100%
    }

    .is-fullscreen .game-window__iframe {
        max-width: none
    }
}

.game-control, .mobile-only .game-control {
    display: flex;
    justify-content: space-between;
    padding: 31px 30px 29px 30px;
    background: rgba(0, 0, 0, .67)
}

.game-control__svg-icon, .mobile-only .game-control__svg-icon {
    width: 19px;
    height: 19px
}

.game-control__items, .mobile-only .game-control__items {
    font-size: 0;
    padding-left: 2px
}

.game-control__item, .mobile-only .game-control__item {
    display: inline-block;
    margin-left: -2px
}

@media screen and (min-width: 1005px) {
    .game-control {
        background: 0 0
    }
}

.game-panel, .mobile-only .game-panel {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 31px;
    background: rgba(0, 0, 0, .67)
}

.game-panel__name, .mobile-only .game-panel__name {
    font-size: 18px;
    font-weight: 700
}

.game-panel__item, .mobile-only .game-panel__item {
    font-size: 18px;
    margin-left: 29px
}

.game-panel__item:first-child, .mobile-only .game-panel__item:first-child {
    margin-left: 0
}

.game-panel__item .currency, .mobile-only .game-panel__item .currency {
    display: inline-block
}

.game-panel__item-value, .mobile-only .game-panel__item-value {
    font-weight: 700;
    color: #d5b577;
    display: inline-block
}

@media screen and (min-width: 1005px) {
    .game-panel {
        background: 0 0
    }
}

.game-carousel {
    padding: 20px 30px;
    border-top: 1px solid #484a4b;
    position: relative;
    background: #1a1d1e;
    background: linear-gradient(to bottom, #1a1d1e 0, #252b2e 100%)
}

.game-carousel__items {
    display: none;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px
}

.game-carousel__items.is-active {
    display: block
}

.game-carousel__item {
    width: 195px
}

.game-carousel__tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 18px
}

.game-carousel__link {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #FFF;
    border-bottom: 1px solid #d5b577;
    margin-left: 36px;
    text-transform: uppercase
}

.game-carousel__link:first-child {
    margin-left: 0
}

.game-carousel__wrapper {
    font-size: 0;
    width: auto;
    box-sizing: border-box
}

.game-carousel__link.is-active, .no-touchevents .game-carousel__link:hover {
    color: #d5b577
}

.game-carousel__link.is-active, .game-carousel__link:active {
    color: #d5b577;
    border-bottom: none
}

.game-carousel__control {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.swiper-container-horizontal .game-carousel__control {
    opacity: 1
}

.game-carousel__control.swiper-button-disabled {
    opacity: 0
}

.game-player {
    padding-top: 23px;
    padding-left: 34px;
    padding-right: 34px;
    position: relative;
    z-index: 1
}

.game-player__label {
    margin-bottom: 30px
}

.game-hint, .mobile-only .game-hint {
    position: absolute;
    z-index: 999;
    left: 40px;
    bottom: 40px;
    padding: 20px 0;
    border: 3px solid #d5b577;
    width: 379px;
    background-color: #FFF;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    transition-property: opacity, visibility
}

.game-hint.is-active, .mobile-only .game-hint.is-active {
    opacity: 1;
    visibility: visible
}

.game-hint.is-init, .mobile-only .game-hint.is-init {
    display: block
}

.game-hint:before, .mobile-only .game-hint:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 18px 0 18px;
    border-color: #d5b677 transparent transparent transparent
}

.game-hint:after, .mobile-only .game-hint:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 39px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 14px 0 14px;
    border-color: #FFF transparent transparent transparent
}

.game-hint__icon, .mobile-only .game-hint__icon {
    display: block;
    float: left;
    width: 112px;
    font-size: 16px
}

.game-hint__text, .mobile-only .game-hint__text {
    text-align: left;
    color: #1e2123;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    padding-right: 12px;
    overflow: hidden
}

.table_game-history .td_bets, .table_game-history .td_coins, .table_game-history .td_result {
    white-space: nowrap
}

.game-history-page .page__control-top {
    display: inline-block
}

.game-history-page .page__control-top.page__row_bonus-info-refresh a {
    padding: 23px 9px 23px 9px
}

.side-panel {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    background-color: #000
}

.side-panel .games-main {
    margin-top: -12px
}

.side-panel__wrapper {
    overflow-y: auto;
    height: 100%
}

.side-panel_right {
    right: -630px;
    transition: right .5s ease-in-out;
    width: 630px;
    border-left: 2px solid #3d4347
}

.side-panel_right.is-show {
    right: 0
}

.side-panel__content {
    padding-top: 23px
}

.side-panel-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    opacity: 1;
    z-index: 999
}

.mobile-only .side-panel_left, .side-panel_left {
    display: none
}

.mobile-only.side-panel_left {
    display: block
}

.side-panel_left {
    position: fixed;
    left: -476px;
    transition: left .5s ease-in-out;
    width: 476px;
    border-right: 2px solid #3d4347
}

.side-panel_left.is-show {
    left: 0
}

.side-panel_left .side-panel__content {
    padding-top: 0;
    padding-bottom: 30px
}

.side-panel__friends {
    width: 85px;
    height: 85px;
    margin-top: -42.5px;
    background-color: #3d4347;
    position: absolute;
    z-index: 999;
    left: 476px;
    top: 50%;
    display: flex;
    align-items: center;
    cursor: pointer
}

.side-panel__friends.is-show .side-panel__icon-arrow {
    animation: rotate .5s forwards
}

.side-panel__column {
    text-align: center;
    line-height: 18px;
    position: relative
}

.side-panel__column_left {
    padding-left: 7px;
    width: 73px
}

.side-panel__column_left > svg {
    pointer-events: none
}

.side-panel__column_right {
    padding-right: 7px
}

.side-panel__text {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block
}

.side-panel__icon-friends {
    fill: #D5B577;
    width: 32px;
    height: 24px;
    margin-bottom: 2px
}

.side-panel__icon-arrow {
    fill: #D5B577;
    width: 5px;
    height: 9px;
    transform: rotate(180deg)
}

.mobile-only.side-panel_left .side-panel__friends.is-show {
    width: 28px
}

.mobile-only.side-panel_left .side-panel__friends.is-show .side-panel__column_left {
    display: none
}

.mobile-only.side-panel_left .side-panel__friends.is-show .side-panel__column_right {
    left: 50%;
    margin-left: -4px
}

@media screen and (min-width: 1005px) {
    .side-panel_left {
        display: block
    }
}

@keyframes rotate {
    99.9% {
        transform: rotate(180deg)
    }
    to {
        transform: rotate(0)
    }
}

.mobile-only .news, .news {
    position: relative;
    top: -27px;
    margin-bottom: 28px
}

.mobile-only .news__item, .news__item {
    padding: 45px 0 20px 0;
    border-bottom: 1px solid #484a4b;
    font-size: 19px
}

.mobile-only .news__item-title, .news__item-title {
    font-weight: 600;
    text-transform: uppercase
}

.mobile-only .news__item-date, .news__item-date {
    color: #d5b577;
    margin-top: 17px;
    font-size: 18px
}

.mobile-only .news__item-content, .news__item-content {
    margin-top: 12px;
    line-height: 32px
}

@media screen and (min-width: 480px) {
    .news {
        margin-bottom: 59px
    }

    .news__item {
        padding: 71px 0 31px 0;
        font-size: 22px
    }
}

.mobile-only .news-view, .news-view {
    position: relative;
    top: -7px
}

.mobile-only .news-view__img, .news-view__img {
    display: block;
    max-width: 555px;
    width: 100%;
    margin-bottom: 25px
}

.mobile-only .news-view__date, .news-view__date {
    color: #d5b577;
    font-size: 17px;
    margin-bottom: 16px
}

.mobile-only .news-view p, .news-view p {
    font-size: 18px;
    margin-bottom: 36px;
    margin-top: 11px
}

.mobile-only .news-view ul li, .news-view ul li {
    font-size: 18px
}

@media screen and (min-width: 480px) {
    .news-view p {
        font-size: 22px
    }

    .news-view ul li {
        font-size: 22px
    }
}

.mobile-only .suggestion, .suggestion {
    position: relative;
    margin-bottom: 28px
}

.mobile-only .suggestion__item, .suggestion__item {
    padding: 45px 0 20px 0;
    border-bottom: 1px solid #484a4b;
    font-size: 19px
}

.mobile-only .suggestion__item:first-child, .suggestion__item:first-child {
    padding-top: 0
}

.mobile-only .suggestion__item-title, .suggestion__item-title {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mobile-only .suggestion__item-date, .suggestion__item-date {
    color: #d5b577;
    margin-top: 13px;
    font-size: 18px
}

.mobile-only .suggestion__item-content, .suggestion__item-content {
    margin-top: 17px;
    line-height: 32px
}

.mobile-only .suggestion__pic, .suggestion__pic {
    width: 92px
}

.mobile-only .suggestion__pic .avatar__block, .suggestion__pic .avatar__block {
    margin: 0
}

.mobile-only .suggestion__info, .suggestion__info {
    padding-left: 22px
}

@media screen and (min-width: 480px) {
    .suggestion__item {
        padding: 60px 0 32px 0;
        font-size: 22px
    }
}

@media screen and (min-width: 1005px) {
    .suggestion {
        padding-top: 26px
    }

    .suggestion__item {
        padding-top: 80px
    }

    .suggestion__item:first-child {
        padding-top: 0
    }
}

bell-element, div.grv-bell-wrap {
    display: none !important
}

.game-message {
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    border-top: 1px solid #202324;
    background-color: #1a1d1e;
    position: fixed;
    z-index: 1001;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    opacity: 1
}

.game-message.is-no-transition {
    transition: none
}

.game-message.is-blink {
    animation: blinker .5s linear 1
}

.game-message__icon {
    width: 38px;
    height: 38px;
    fill: #D5B577;
    vertical-align: middle
}

.game-message .user-reply__avatar {
    margin-right: 3px
}

.game-message__player {
    font-size: 22px;
    font-weight: 700;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px
}

.game-message__player_no-break {
    word-break: normal;
    white-space: normal;
    max-width: none;
    overflow: visible
}

.game-message__block {
    position: relative;
    margin-left: 12px;
    width: 90%;
    padding: 5px;
    background-color: #d5b577;
    border-bottom: 1px solid #000
}

.game-message__block:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #d5b577;
    border-bottom: 10px solid transparent
}

.game-message__text {
    background-color: #d5b577;
    color: #000;
    padding: 3px 18px;
    font-size: 16px;
    overflow: auto;
    font-weight: 600;
    letter-spacing: -.3px;
    word-break: break-all;
    word-wrap: break-word;
    max-height: 87px
}

.game-message__text p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.3px
}

.game-message__text a, .game-message__text a:visited {
    color: inherit;
    text-decoration: underline;
    cursor: pointer
}

.game-message__text a:active, .game-message__text a:hover, .game-message__text a:hover:active {
    color: #fff;
    text-decoration: none
}

.game-message__button {
    margin-left: 32px
}

.game-message__button .button__exit-text {
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block
}

.game-message__close {
    margin-left: 26px;
    display: inline-block
}

.game-message__close > svg {
    pointer-events: none
}

.game-message__close-icon {
    fill: #d5b577;
    width: 26px;
    height: 26px
}

@media screen and (max-width: 900px) {
    .game-message__text {
        font-size: 12px
    }
}

@media screen and (max-width: 768px) {
    .game-message__close {
        display: inline-block;
        position: absolute;
        right: 12px;
        top: -32px
    }

    .game-message__close.js-game-message-close:after {
        content: '';
        position: absolute;
        left: 48%;
        top: 41%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #d5b577
    }

    .game-message__close-icon {
        width: 16px;
        height: 16px
    }
}

@media screen and (max-width: 650px) {
    .game-message__player {
        font-size: 20px;
        position: absolute;
        top: -39px;
        left: 3px;
        font-weight: 700;
        word-break: break-all;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 45px
    }

    .game-message__text {
        font-size: 12px
    }

    .game-message__icon {
        width: 32px;
        height: 32px
    }

    .game-message__button .button__exit-text {
        font-size: 12px;
        padding: 0;
        display: inline-block
    }

    .game-message__button {
        position: absolute;
        right: 56px;
        margin-left: 0;
        padding: 5px;
        top: -37px;
        background-color: #000
    }

    .game-message__block {
        position: relative;
        width: 98%;
        padding: 5px;
        margin: auto;
        background-color: #d5b577;
        border-bottom: 1px solid #000
    }

    .game-message {
        padding: 0
    }
}

@media screen and (max-width: 370px) {
    .game-message__text {
        font-size: 10px
    }
}

@media screen and (max-width: 830px) {
    .game-message__button {
        margin-left: 10px
    }

    .game-message__text {
        padding: 5px
    }

    .game-message__close {
        margin-left: 16px
    }

    .game-message__icon {
        width: 32px;
        height: 32px
    }

    .game-message__button .button__exit-text {
        padding: 0;
        font-size: 12px
    }
}

@media screen and (min-width: 1005px) {
    .game-message {
        padding-left: 14px;
        min-height: 31px
    }

    .game-message__block {
        width: 90%;
        padding-top: 0;
        padding-bottom: 0
    }

    .game-message__text {
        font-size: 15px;
        line-height: 18px;
        max-height: 60px
    }

    .game-message__text p {
        font-size: 15px;
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .game-message__player {
        font-size: 16px
    }

    .game-message__close-icon {
        width: 20px;
        height: 20px
    }

    .game-message__close {
        line-height: 13px
    }

    .game-message__button .button__exit-text {
        padding-top: 2px;
        padding-bottom: 2px
    }
}

@keyframes blinker {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.default-margin, .h2, .h3, .mobile-only .h2, .mobile-only .h3, .mobile-only ul, .ul, .wysiwyg h2, .wysiwyg h3, .wysiwyg ul {
    margin-bottom: 25px
}

.default-margin_big, .wysiwyg .textarea, .wysiwyg h1, .wysiwyg table {
    margin-bottom: 40px
}

.default-margin_small, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin-bottom: 15px
}

.generalBonus {
    margin-bottom: 36px
}

.wysiwyg .textarea {
    margin-top: 4px;
    font-size: 17px !important
}

.wysiwyg .textarea_small {
    height: 83px
}

.wysiwyg ul li {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 18px
}

.wysiwyg p {
    font-size: 18px;
    margin-top: 11px
}

.wysiwyg a {
    color: #FFF;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    border-bottom: 1px solid #d5b577;
    text-transform: uppercase;
    letter-spacing: 1.9px
}

.wysiwyg a:hover {
    color: #d5b577;
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.wysiwyg .no-touchevents a:hover:active, .wysiwyg a:active {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF
}

.wysiwyg .content > a, .wysiwyg > a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg .content > p > a, .wysiwyg > p > a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg .content > ol a, .wysiwyg .content > ul a, .wysiwyg > ol a, .wysiwyg > ul a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg h1 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.wysiwyg h1 a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .75px
}

.wysiwyg h2 a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg h3 {
    margin-top: 35px;
    font-weight: 700;
    color: #d5b577;
    font-size: 20px
}

.wysiwyg h3 a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg h4 {
    font-size: 18px;
    font-weight: 700
}

.wysiwyg h4 a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg h5 {
    font-size: 17px
}

.wysiwyg h5 a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg h6 {
    font-size: 15px
}

.wysiwyg h6 a {
    font-weight: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important
}

.wysiwyg table td, .wysiwyg table th {
    text-align: right
}

.wysiwyg table td:first-of-type, .wysiwyg table th:first-of-type {
    text-align: left
}

.wysiwyg .table-payments th {
    font-size: 10px;
    padding-bottom: 9px
}

.wysiwyg .table-payments th:first-of-type {
    width: 130px
}

.wysiwyg .table-payments th:nth-of-type(2) {
    width: 315px;
    text-align: left
}

.wysiwyg .table-payments th:nth-of-type(3) {
    text-align: center
}

.wysiwyg .table-payments td {
    font-size: 13px;
    padding: 6px 0;
    vertical-align: middle
}

.wysiwyg .table-payments td:first-of-type {
    padding-right: 10px;
    height: 47px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 4px;
    box-sizing: content-box
}

.wysiwyg .table-payments td:nth-of-type(2) {
    text-transform: uppercase;
    vertical-align: middle;
    text-align: left
}

.wysiwyg .table-payments td:nth-of-type(3) {
    text-align: center;
    vertical-align: middle
}

.wysiwyg .table-payments td:nth-of-type(4) {
    color: #d5b577;
    text-align: right
}

.wysiwyg .table-payments td:last-of-type {
    padding-right: 0
}

.wysiwyg .table-payments td:first-of-type img {
    vertical-align: middle;
    max-width: 57px;
    width: 100%
}

.wysiwyg .table-payments td:nth-of-type(2) a {
    font-size: 13px
}

.wysiwyg .table-two-columns td {
    font-size: 20px
}

.wysiwyg .table-two-columns td:last-of-type {
    color: #d5b577
}

.wysiwyg .table-currency-levels td:first-of-type {
    text-transform: uppercase
}

.wysiwyg .table-currency-levels td:nth-of-type(2), .wysiwyg .table-currency-levels th:nth-of-type(2) {
    padding-right: 15px;
    width: 40%
}

.wysiwyg .table-currency-levels td:first-of-type div, .wysiwyg .table-currency-levels td:first-of-type span {
    font-size: 12px
}

.wysiwyg .table-currency-levels div, .wysiwyg .table-currency-levels div span {
    font-weight: 700;
    font-size: 14px
}

@media screen and (min-width: 420px) {
    .wysiwyg h1 {
        font-size: 25px;
        letter-spacing: 1px
    }

    .wysiwyg .table-payments th {
        font-size: 12px
    }

    .wysiwyg .table-currency-levels td:first-of-type div, .wysiwyg .table-currency-levels td:first-of-type span {
        font-size: 13px
    }

    .wysiwyg .table-currency-levels div, .wysiwyg .table-currency-levels div span {
        font-weight: 700;
        font-size: 15px
    }
}

@media screen and (min-width: 480px) {
    .default-margin, .h2, .h3, .mobile-only .h2, .mobile-only .h3, .mobile-only ul, .ul, .wysiwyg h2, .wysiwyg h3, .wysiwyg ul {
        margin-bottom: 30px
    }

    .default-margin_big, .wysiwyg .textarea, .wysiwyg h1, .wysiwyg table {
        margin-bottom: 55px
    }

    .default-margin_small, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
        margin-bottom: 30px
    }

    .wysiwyg ul li {
        margin-bottom: 5px;
        font-size: 22px
    }

    .wysiwyg p {
        font-size: 22px
    }

    .wysiwyg h1 {
        letter-spacing: 1.8px
    }

    .wysiwyg h2 {
        font-size: 22px
    }

    .wysiwyg h3 {
        font-size: 22px
    }

    .wysiwyg .table-payments td {
        padding: 8px 0 9px 0
    }

    .wysiwyg .table-payments th {
        font-size: 13px
    }

    .wysiwyg .table-payments td:first-of-type img {
        max-width: 68px
    }

    .wysiwyg .table-payments td:nth-of-type(2) a {
        font-size: 15px
    }

    .wysiwyg .table-two-columns td {
        font-size: 24px
    }

    .wysiwyg .table-two-columns.-normal td {
        font-size: 20px
    }

    .wysiwyg .table-currency-levels td:first-of-type div, .wysiwyg .table-currency-levels td:first-of-type span {
        font-size: 15px
    }

    .wysiwyg .table-currency-levels div, .wysiwyg .table-currency-levels div span {
        font-weight: 700;
        font-size: 18px
    }
}

@media screen and (min-width: 600px) {
    .wysiwyg .table-payments th {
        font-size: 14px
    }

    .wysiwyg .table-payments td {
        font-size: 18px
    }

    .wysiwyg .table-payments td:first-of-type img {
        max-width: 92px
    }

    .wysiwyg .table-payments td:nth-of-type(2) a {
        font-size: 18px
    }

    .wysiwyg .table-two-columns td {
        font-size: 28px
    }

    .wysiwyg .table-two-columns.-normal td {
        font-size: 22px
    }

    .wysiwyg .table-currency-levels td:first-of-type div, .wysiwyg .table-currency-levels td:first-of-type span {
        font-size: 18px
    }
}

@media screen and (min-width: 1005px) {
    .wysiwyg p {
        line-height: 32px
    }

    .wysiwyg .table-payments th {
        font-size: 15px
    }

    .wysiwyg .table-payments td {
        font-size: 21px
    }

    .wysiwyg .table-payments td:first-of-type img {
        max-width: 100px
    }

    .wysiwyg .table-payments td:nth-of-type(2) a {
        font-size: 21px
    }

    .wysiwyg .table-payments td:nth-of-type(4) {
        font-size: 18px
    }
}

.friends-block__item, .friends-menu__item, .friends-options__item, .friends-playing__item, .mobile-only .friends-block__item, .mobile-only .friends-menu__item, .mobile-only .friends-options__item, .mobile-only .friends-playing__item, .mobile-only .mobile-only .friends-menu__item, .mobile-only .mobile-only .friends-options__item, .mobile-only .mobile-only .friends-playing__item {
    float: left;
    width: 50%;
    border-right: 1px solid #3E4347;
    padding: 15px 10px
}

.friends-block__item:first-child .friends-menu__icon, .friends-menu__item:first-child .friends-menu__icon, .friends-options__item:first-child .friends-menu__icon, .friends-playing__item:first-child .friends-menu__icon, .mobile-only .friends-block__item:first-child .friends-menu__icon, .mobile-only .friends-menu__item:first-child .friends-menu__icon, .mobile-only .friends-options__item:first-child .friends-menu__icon, .mobile-only .friends-playing__item:first-child .friends-menu__icon, .mobile-only .mobile-only .friends-menu__item:first-child .friends-menu__icon, .mobile-only .mobile-only .friends-options__item:first-child .friends-menu__icon, .mobile-only .mobile-only .friends-playing__item:first-child .friends-menu__icon {
    width: 22px
}

.friends-block__item:nth-child(2) .friends-menu__icon, .friends-menu__item:nth-child(2) .friends-menu__icon, .friends-options__item:nth-child(2) .friends-menu__icon, .friends-playing__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-block__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-menu__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-options__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-playing__item:nth-child(2) .friends-menu__icon, .mobile-only .mobile-only .friends-menu__item:nth-child(2) .friends-menu__icon, .mobile-only .mobile-only .friends-options__item:nth-child(2) .friends-menu__icon, .mobile-only .mobile-only .friends-playing__item:nth-child(2) .friends-menu__icon {
    width: 28px
}

.friends-block__item:nth-child(3) .friends-menu__icon, .friends-menu__item:nth-child(3) .friends-menu__icon, .friends-options__item:nth-child(3) .friends-menu__icon, .friends-playing__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-block__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-menu__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-options__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-playing__item:nth-child(3) .friends-menu__icon, .mobile-only .mobile-only .friends-menu__item:nth-child(3) .friends-menu__icon, .mobile-only .mobile-only .friends-options__item:nth-child(3) .friends-menu__icon, .mobile-only .mobile-only .friends-playing__item:nth-child(3) .friends-menu__icon {
    width: 25px
}

.friends-block__item-title, .friends-menu__item-title, .friends-options__item-title, .friends-playing__item-title, .mobile-only .friends-block__item-title, .mobile-only .friends-menu__item-title, .mobile-only .friends-options__item-title, .mobile-only .friends-playing__item-title, .mobile-only .mobile-only .friends-menu__item-title, .mobile-only .mobile-only .friends-options__item-title, .mobile-only .mobile-only .friends-playing__item-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

.friends-block__item:last-of-type, .friends-menu__item:last-of-type, .friends-options__item:last-of-type, .friends-playing__item:last-of-type, .mobile-only .friends-block__item:last-of-type, .mobile-only .friends-menu__item:last-of-type, .mobile-only .friends-options__item:last-of-type, .mobile-only .friends-playing__item:last-of-type, .mobile-only .mobile-only .friends-menu__item:last-of-type, .mobile-only .mobile-only .friends-options__item:last-of-type, .mobile-only .mobile-only .friends-playing__item:last-of-type {
    border: none
}

.friends-block__icon, .friends-menu__icon, .friends-options__icon, .friends-playing__icon, .mobile-only .friends-block__icon, .mobile-only .friends-menu__icon, .mobile-only .friends-options__icon, .mobile-only .friends-playing__icon, .mobile-only .mobile-only .friends-menu__icon, .mobile-only .mobile-only .friends-options__icon, .mobile-only .mobile-only .friends-playing__icon {
    float: left;
    position: relative;
    margin-right: 9px;
    width: 28px;
    top: auto
}

@media screen and (min-width: 420px) {
    .friends-block__item-title, .friends-menu__item-title, .friends-options__item-title, .friends-playing__item-title, .mobile-only .friends-menu__item-title, .mobile-only .friends-options__item-title, .mobile-only .friends-playing__item-title {
        font-size: 16px;
        letter-spacing: -.8px
    }
}

@media screen and (min-width: 480px) {
    .friends-block__item-title, .friends-menu__item-title, .friends-options__item-title, .friends-playing__item-title, .mobile-only .friends-menu__item-title, .mobile-only .friends-options__item-title, .mobile-only .friends-playing__item-title {
        font-size: 18px;
        letter-spacing: 0
    }

    .friends-block__item, .friends-menu__item, .friends-options__item, .friends-playing__item, .mobile-only .friends-menu__item, .mobile-only .friends-options__item, .mobile-only .friends-playing__item {
        padding: 32px 25px
    }
}

@media screen and (min-width: 600px) {
    .friends-block__item-title, .friends-menu__item-title, .friends-options__item-title, .friends-playing__item-title, .mobile-only .friends-menu__item-title, .mobile-only .friends-options__item-title, .mobile-only .friends-playing__item-title {
        font-size: 22px;
        letter-spacing: 1.2px
    }

    .friends-block__icon, .friends-menu__icon, .friends-options__icon, .friends-playing__icon, .mobile-only .friends-menu__icon, .mobile-only .friends-options__icon, .mobile-only .friends-playing__icon {
        max-width: none
    }

    .friends-block__container, .friends-menu__container, .friends-options__container, .friends-playing__container, .mobile-only .friends-menu__container, .mobile-only .friends-options__container, .mobile-only .friends-playing__container {
        height: auto
    }
}

@media screen and (min-width: 1005px) {
    .friends-block__item-title, .friends-menu__item-title, .friends-options__item-title, .friends-playing__item-title, .mobile-only .friends-menu__item-title, .mobile-only .friends-options__item-title, .mobile-only .friends-playing__item-title {
        font-size: 16px
    }
}

@media screen and (min-width: 768px) {
    .friends-block__item:first-child .friends-menu__icon, .friends-menu__item:first-child .friends-menu__icon, .friends-options__item:first-child .friends-menu__icon, .friends-playing__item:first-child .friends-menu__icon, .mobile-only .friends-menu__item:first-child .friends-menu__icon, .mobile-only .friends-options__item:first-child .friends-menu__icon, .mobile-only .friends-playing__item:first-child .friends-menu__icon {
        width: 28px
    }

    .friends-block__item:nth-child(2) .friends-menu__icon, .friends-menu__item:nth-child(2) .friends-menu__icon, .friends-options__item:nth-child(2) .friends-menu__icon, .friends-playing__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-menu__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-options__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-playing__item:nth-child(2) .friends-menu__icon {
        width: 36px
    }

    .friends-block__item:nth-child(3) .friends-menu__icon, .friends-menu__item:nth-child(3) .friends-menu__icon, .friends-options__item:nth-child(3) .friends-menu__icon, .friends-playing__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-menu__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-options__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-playing__item:nth-child(3) .friends-menu__icon {
        width: 33px
    }
}

@media screen and (min-width: 1005px) {
    .friends-block__item:first-child .friends-menu__icon, .friends-menu__item:first-child .friends-menu__icon, .friends-options__item:first-child .friends-menu__icon, .friends-playing__item:first-child .friends-menu__icon, .mobile-only .friends-menu__item:first-child .friends-menu__icon, .mobile-only .friends-options__item:first-child .friends-menu__icon, .mobile-only .friends-playing__item:first-child .friends-menu__icon {
        top: -2px;
        width: 22px;
        height: 22px
    }

    .friends-block__item:nth-child(2) .friends-menu__icon, .friends-menu__item:nth-child(2) .friends-menu__icon, .friends-options__item:nth-child(2) .friends-menu__icon, .friends-playing__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-menu__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-options__item:nth-child(2) .friends-menu__icon, .mobile-only .friends-playing__item:nth-child(2) .friends-menu__icon {
        width: 28px;
        top: -2px
    }

    .friends-block__item:nth-child(3) .friends-menu__icon, .friends-menu__item:nth-child(3) .friends-menu__icon, .friends-options__item:nth-child(3) .friends-menu__icon, .friends-playing__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-menu__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-options__item:nth-child(3) .friends-menu__icon, .mobile-only .friends-playing__item:nth-child(3) .friends-menu__icon {
        width: 25px
    }
}

.friends-menu, .mobile-only .friends-menu {
    border-bottom: 1px solid #3E4347
}

.friends-menu__item, .mobile-only .friends-menu__item {
    width: 33.333333%;
    border-right: 1px solid #3E4347;
    padding: 31px 5px;
    position: relative
}

.friends-menu__item.is-active, .mobile-only .friends-menu__item.is-active {
    background-color: #242727
}

.friends-menu__item-title, .mobile-only .friends-menu__item-title {
    font-size: 9.4px;
    display: flex;
    flex-shrink: 1;
    flex-direction: column;
    word-wrap: break-word
}

.friends-menu__circle, .mobile-only .friends-menu__circle {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 20px;
    background-color: #e1310e;
    font-size: 11px;
    line-height: 0;
    color: #fefefe;
    min-width: 24px;
    min-height: 24px;
    vertical-align: middle;
    text-align: center;
    right: 6px;
    top: 6px;
    letter-spacing: 0
}

.friends-menu__circle_menu, .mobile-only .friends-menu__circle_menu {
    position: static;
    right: auto;
    top: auto;
    left: auto;
    font-size: 11px
}

.friends-menu__circle-span, .mobile-only .friends-menu__circle-span {
    display: inline-block;
    vertical-align: middle
}

.friends-menu__icon, .mobile-only .friends-menu__icon {
    margin-right: 6px
}

.friends-menu__container, .mobile-only .friends-menu__container {
    height: 22px;
    display: block;
    width: 100%
}

@media screen and (min-width: 420px) {
    .friends-menu__item-title {
        font-size: 12px
    }

    :root .friends-menu__item-title, _:-ms-input-placeholder {
        flex-basis: auto
    }
}

@media screen and (min-width: 480px) {
    .friends-menu__item {
        padding: 31px 5px
    }

    .friends-menu__icon {
        margin-right: 9px
    }

    .friends-menu__item-title {
        font-size: 13px
    }
}

@media screen and (min-width: 600px) {
    .friends-menu__item {
        padding: 47px 5px 51px 5px
    }

    .friends-menu__circle {
        right: 6px;
        top: 15px;
        font-size: 14px
    }

    .friends-menu__circle_menu {
        right: auto;
        top: auto;
        left: auto;
        font-size: 14px
    }

    .friends-menu__item-title {
        font-size: 15px
    }
}

@media screen and (min-width: 768px) {
    .friends-menu__item-title {
        position: relative;
        font-size: 20px
    }

    .friends-menu__circle {
        right: auto;
        left: 100%;
        top: -20px
    }

    .friends-menu__circle_menu {
        right: auto;
        top: auto;
        left: auto
    }
}

@media screen and (min-width: 1005px) {
    .friends-menu__item {
        padding: 35px 5px 35px 5px
    }

    .friends-menu__item-title {
        position: static;
        font-size: 11.8px
    }

    .friends-menu__circle {
        top: 7px;
        right: 5px;
        left: auto
    }

    .friends-menu__circle_menu {
        right: auto;
        top: auto;
        left: auto
    }

    .friends-menu__icon {
        margin-right: 7px
    }
}

.friends-me, .mobile-only .friends-me {
    padding: 27px 15px 15px 15px
}

.friends-me:last-child, .mobile-only .friends-me:last-child {
    border-bottom: 1px solid #3E4347
}

.friends-me_list, .mobile-only .friends-me_list {
    padding: 8px 0 8px 0
}

.friends-me_list:last-of-type, .mobile-only .friends-me_list:last-of-type {
    margin-bottom: 21px
}

.friends-me__info, .friends-me__picture, .mobile-only .friends-me__info, .mobile-only .friends-me__picture {
    float: left
}

.friends-me__info, .mobile-only .friends-me__info {
    font-size: 14px;
    margin-left: 98px;
    width: calc(100% - 98px)
}

.friends-me__level, .mobile-only .friends-me__level {
    text-transform: uppercase;
    color: #d5b577
}

.friends-me__level-button, .mobile-only .friends-me__level-button {
    position: relative;
    top: -3px;
    left: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.friends-me__state, .mobile-only .friends-me__state {
    margin-bottom: 23px
}

.friends-me__state-flag, .mobile-only .friends-me__state-flag {
    vertical-align: middle
}

.friends-me__picture, .mobile-only .friends-me__picture {
    width: 90px;
    margin-right: -90px
}

.friends-me__username, .mobile-only .friends-me__username {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px
}

.friends-me__buttons, .mobile-only .friends-me__buttons {
    font-size: 0
}

.friends-me__button, .mobile-only .friends-me__button {
    display: inline-block;
    font-size: 11px;
    padding: 14px 8px 14px 8px
}

.friends-me__button:first-child, .mobile-only .friends-me__button:first-child {
    margin-right: 7px
}

.friends-me__items .friends-me:first-child, .mobile-only .friends-me__items .friends-me:first-child {
    padding: 0 0 8px 0
}

.friends-me__border-bottom, .mobile-only .friends-me__border-bottom {
    border-bottom: 1px solid #3E4347
}

@media screen and (min-width: 420px) {
    .friends-me {
        padding: 27px 20px 15px 20px
    }

    .friends-me_list {
        padding: 8px 0 8px 0
    }

    .friends-me__picture {
        width: 141px;
        margin-right: -141px
    }

    .friends-me__info {
        margin-left: 158px;
        width: calc(100% - 158px)
    }

    .friends-me__button {
        font-size: 13px
    }
}

@media screen and (min-width: 480px) {
    .friends-me {
        padding: 45px 39px 15px 39px
    }

    .friends-me_list {
        padding: 8px 0 8px 0
    }

    .friends-me_list:last-of-type {
        margin-bottom: 31px
    }

    .friends-me__picture {
        margin-right: -141px
    }

    .friends-me__info {
        font-size: 18px
    }

    .friends-me__username {
        font-size: 22px
    }

    .friends-me__button {
        font-size: 14px;
        padding: 14px 11px 14px 11px
    }

    .friends-me__button:first-child {
        margin-right: 10px
    }
}

@media screen and (min-width: 600px) {
    .friends-me_list:last-of-type {
        margin-bottom: 16px
    }
}

@media screen and (min-width: 1005px) {
    .friends-me {
        padding: 33px 30px 9px 23px
    }

    .friends-me_list {
        padding: 8px 0 8px 0
    }

    .friends-me_list:last-of-type {
        margin-bottom: 31px
    }

    .friends-me__picture {
        max-width: 109px;
        margin-right: -109px
    }

    .friends-me__info {
        margin-left: 126px;
        width: calc(100% - 126px)
    }

    .friends-me__username {
        font-size: 16px;
        font-weight: 600
    }

    .friends-me__state {
        font-size: 14px;
        margin-bottom: 17px
    }

    .friends-me__level {
        font-size: 13px
    }

    .friends-me__level-button {
        position: relative;
        top: -2px;
        left: 5px;
        font-size: 10px;
        height: 16px;
        padding-left: 6px;
        padding-right: 6px
    }
}

.friends-options, .mobile-only .friends-options {
    border-bottom: 1px solid #3E4347
}

.friends-options__item, .mobile-only .friends-options__item {
    padding: 12px 5px
}

.friends-options__container, .mobile-only .friends-options__container {
    display: block;
    width: 100%
}

@media screen and (min-width: 420px) {
    .friends-options__item {
        padding: 12px 14px
    }

    .friends-options__item-title {
        font-size: 16px;
        letter-spacing: -.8px
    }
}

@media screen and (min-width: 480px) {
    .friends-options__item-title {
        font-size: 18px;
        letter-spacing: 0
    }

    .friends-options__item {
        padding: 12px 14px
    }
}

@media screen and (min-width: 600px) {
    .friends-options__item-title {
        font-size: 22px;
        letter-spacing: 1.2px
    }

    .friends-options__icon {
        max-width: none;
        top: auto
    }

    .friends-options__container {
        height: auto
    }
}

@media screen and (min-width: 1005px) {
    .friends-options__item-title {
        font-size: 16px
    }

    .friends-options__icon {
        width: 26px;
        height: 20px
    }

    .friends-options__item {
        padding: 11px 14px 10px
    }
}

.friends-playing, .mobile-only .friends-playing {
    border-bottom: 1px solid #3E4347
}

.friends-playing__item, .mobile-only .friends-playing__item {
    height: 100px;
    border: none
}

.friends-playing__item-title-small, .mobile-only .friends-playing__item-title-small {
    text-transform: none;
    display: inline-block;
    flex-shrink: 1
}

.friends-playing__game-img, .mobile-only .friends-playing__game-img {
    margin-right: 20px;
    max-height: 64px;
    max-width: 90px;
    flex-shrink: 1
}

.friends-playing__container a, .mobile-only .friends-playing__container a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.friends-playing__item:last-child .friends-playing__container, .mobile-only .friends-playing__item:last-child .friends-playing__container {
    width: 100%
}

.friends-playing__item-img, .mobile-only .friends-playing__item-img {
    font-size: 0
}

@media screen and (min-width: 420px) {
    .friends-playing__item {
        height: 120px
    }
}

@media screen and (min-width: 480px) {
    .friends-playing__item {
        height: 150px
    }
}

@media screen and (min-width: 1005px) {
    .friends-playing__game-img {
        max-width: 67px;
        margin-right: 14px
    }

    .friends-playing__item-title-small {
        font-size: 14px;
        letter-spacing: .6px
    }

    .friends-playing__icon {
        width: 28px;
        height: 28px;
        margin-right: 6px
    }

    .friends-playing__item {
        padding: 26px 8px;
        height: 112px
    }

    .friends-playing__item:first-child {
        padding-left: 21px
    }

    .friends-playing .friends-playing__item {
        align-items: flex-start
    }
}

.friends-tournaments, .mobile-only .friends-tournaments {
    margin-bottom: 20px
}

.friends-tournaments .td, .friends-tournaments .th, .mobile-only .friends-tournaments .td, .mobile-only .friends-tournaments .th {
    color: #FFF;
    padding: 11px 10px 12px 15px;
    font-size: 15px
}

.friends-tournaments .td_name, .friends-tournaments .th_name, .mobile-only .friends-tournaments .td_name, .mobile-only .friends-tournaments .th_name {
    text-align: left
}

.friends-tournaments .td_place, .friends-tournaments .th_place, .mobile-only .friends-tournaments .td_place, .mobile-only .friends-tournaments .th_place {
    text-align: right;
    padding-left: 10px;
    white-space: nowrap
}

.friends-tournaments .td_date, .friends-tournaments .th_date, .mobile-only .friends-tournaments .td_date, .mobile-only .friends-tournaments .th_date {
    text-align: right;
    padding-left: 10px
}

.friends-tournaments .td:last-of-type, .friends-tournaments .th:last-of-type, .mobile-only .friends-tournaments .td:last-of-type, .mobile-only .friends-tournaments .th:last-of-type {
    padding-right: 15px
}

.friends-tournaments .th, .mobile-only .friends-tournaments .th {
    border-bottom: 1px solid #3E4347;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

.friends-tournaments .th_place, .mobile-only .friends-tournaments .th_place {
    white-space: nowrap
}

.friends-tournaments .td_name, .mobile-only .friends-tournaments .td_name {
    color: #d5b577;
    font-weight: 400
}

.friends-tournaments .td_date, .friends-tournaments .td_place, .mobile-only .friends-tournaments .td_date, .mobile-only .friends-tournaments .td_place {
    vertical-align: middle
}

.friends-tournaments .icon_svg-cp, .mobile-only .friends-tournaments .icon_svg-cp {
    width: 18px;
    height: 18px
}

@media screen and (min-width: 420px) {
    .friends-tournaments .th {
        font-size: 16px;
        letter-spacing: -.8px
    }
}

@media screen and (min-width: 480px) {
    .friends-tournaments .th {
        font-size: 17px;
        letter-spacing: 0
    }

    .friends-tournaments .th:last-of-type {
        padding-right: 32px
    }

    .friends-tournaments .td_date, .friends-tournaments .td_place {
        font-size: 18px
    }

    .friends-tournaments .td:last-of-type {
        padding-right: 32px
    }

    .friends-tournaments .td, .friends-tournaments .th {
        padding: 12px 18px 16px 38px;
        font-size: 19px
    }

    .friends-tournaments .td_date, .friends-tournaments .td_place, .friends-tournaments .th_date, .friends-tournaments .th_place {
        padding-left: 18px
    }

    .friends-tournaments .icon_svg-cp {
        width: 20px;
        height: 20px
    }
}

@media screen and (min-width: 600px) {
    .friends-tournaments .th {
        font-size: 17px;
        letter-spacing: 1.2px
    }
}

@media screen and (min-width: 1005px) {
    .friends-tournaments .th {
        font-size: 14px
    }

    .friends-tournaments .th:last-of-type {
        padding-right: 20px
    }

    .friends-tournaments .td, .friends-tournaments .th {
        padding: 10px 18px 11px 25px
    }

    .friends-tournaments .td_place, .friends-tournaments .th_place {
        padding-left: 18px
    }

    .friends-tournaments .td {
        font-size: 14px
    }

    .friends-tournaments .td:last-of-type {
        padding-right: 20px
    }

    .friends-tournaments .icon_svg-cp {
        width: 18px;
        height: 18px
    }
}

.friends-players, .mobile-only .friends-players {
    padding: 16px 14px 0 14px
}

.friends-players_message-title, .mobile-only .friends-players_message-title {
    padding-top: 20px
}

.friends-players_message-list, .mobile-only .friends-players_message-list {
    padding-top: 7px
}

.friends-players_form, .mobile-only .friends-players_form {
    padding-top: 0;
    padding-bottom: 0
}

.friends-players__name, .mobile-only .friends-players__name {
    text-transform: none
}

.friends-players_search, .mobile-only .friends-players_search {
    margin-bottom: 20px
}

.friends-players__title, .mobile-only .friends-players__title {
    line-height: 18px;
    font-size: 16px;
    letter-spacing: 1.4px
}

.friends-players .icon_friends-friends, .mobile-only .friends-players .icon_friends-friends {
    margin-right: 6px
}

.friends-players .player__item, .mobile-only .friends-players .player__item {
    width: 33%
}

.friends-players__icon, .friends-players__title-text, .mobile-only .friends-players__icon, .mobile-only .friends-players__title-text {
    vertical-align: middle
}

.friends-players__title-text, .mobile-only .friends-players__title-text {
    font-weight: 700
}

.friends-players__row, .mobile-only .friends-players__row {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 0
}

.friends-players__row-messages, .mobile-only .friends-players__row-messages {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 0
}

.friends-players__row-messages2, .mobile-only .friends-players__row-messages2 {
    padding-left: 21px;
    padding-right: 25px;
    margin-bottom: 0
}

.friends-players__player .player__item, .mobile-only .friends-players__player .player__item {
    width: 33.333333%
}

.friends-players__row-mgbottom, .mobile-only .friends-players__row-mgbottom {
    margin-bottom: 6px
}

@media screen and (min-width: 420px) {
    .friends-players__row {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (min-width: 480px) {
    .friends-players__title {
        font-size: 21px
    }
}

@media screen and (min-width: 600px) {
    .friends-players {
        padding: 16px 31px 0 31px
    }

    .friends-players__row-messages {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 0
    }

    .friends-players__row-messages2 {
        padding-left: 38px;
        padding-right: 35px;
        margin-bottom: 0
    }

    .friends-players_form {
        padding-top: 0;
        padding-bottom: 0
    }

    .friends-players_message-title {
        padding-top: 20px
    }

    .friends-players_message-list {
        padding-top: 7px
    }

    .friends-players .player__link {
        width: 145px;
        height: 145px
    }

    .friends-players .player__img {
        max-width: 143px;
        max-height: 143px
    }

    .friends-players__row-mgbottom {
        margin-bottom: 12px
    }
}

@media screen and (min-width: 1005px) {
    .friends-players {
        padding: 14px 21px 0 20px;
        overflow: hidden
    }

    .friends-players__row-messages {
        padding-left: 19px;
        padding-right: 19px;
        margin-bottom: 0
    }

    .friends-players__row-messages2 {
        padding-left: 28px;
        padding-right: 21px;
        margin-bottom: 0
    }

    .friends-players_message-title {
        padding-top: 16px
    }

    .friends-players_message-title .form__label {
        font-size: 16.8px;
        margin-bottom: 17px
    }

    .friends-players_message-list {
        padding-top: 7px
    }

    .friends-players_message-list .user-reply__player {
        font-size: 16px
    }

    .friends-players_message-list .user-reply__date {
        font-size: 16px
    }

    .friends-players_message-list .user-reply__message {
        font-size: 16.4px;
        padding: 14px 18px 15px 18px
    }

    .friends-players_form {
        padding-top: 0;
        padding-bottom: 0
    }

    .friends-players_form .input, .friends-players_form .textarea {
        font-size: 15px;
        padding: 19px 12px 19px 18px
    }

    .friends-players_form .textarea_autoresize {
        height: 60px
    }

    .friends-players_form .button_form {
        font-size: 16px;
        padding: 16px 7px 16px 7px
    }

    .friends-players__title {
        font-weight: 700;
        font-size: 16px
    }

    .friends-players__player {
        margin-right: -27px;
        margin-left: -27px
    }

    .friends-players .player__link {
        width: 100px;
        height: 100px
    }

    .friends-players .player__img {
        max-width: 98px;
        max-height: 98px
    }

    .friends-players .icon_friends-friends {
        margin-right: 2px;
        font-size: 15px
    }

    .friends-players__row {
        padding-left: 21px;
        padding-right: 21px
    }
}

.mobile-only .user-status, .user-status {
    display: inline-block;
    padding: 3px 3px 5px 5px;
    border-radius: 5px;
    margin: 0 2px 0 5px;
    position: relative
}

.mobile-only .user-status_online, .user-status_online {
    background-color: #97cc33
}

.mobile-only .user-status_offline, .user-status_offline {
    background-color: #cc3341
}

.user-status-absolute {
    display: inline-block;
    padding: 3px 3px 4px 4px;
    border-radius: 5px;
    position: absolute;
    right: 4px;
    top: 4px
}

.user-status-absolute_online {
    background-color: #97cc33
}

@media screen and (min-width: 480px) {
    .user-status {
        margin: 0 2px 0 12px;
        top: -1px
    }
}

@media screen and (min-width: 600px) {
    .user-status {
        margin: 0 2px 0 12px
    }
}

@media screen and (min-width: 1005px) {
    .user-status {
        padding: 3px 3px 4px 4px;
        margin: 0 2px 0 7px
    }

    .user-status__online-time {
        vertical-align: middle;
        display: inline-block;
        min-height: 22px
    }

    .user-status-absolute {
        padding: 3px 3px 5px 5px
    }

    .friend-message__info .user-status {
        top: auto
    }

    _::-moz-range-track, body:last-child .friend-message__info .user-status {
        top: 1px
    }
}

.friend-message-container, .mobile-only .friend-message-container {
    margin-top: 35px;
    padding: 0 25px 0 20px
}

.friend-message, .mobile-only .friend-message {
    margin-bottom: 15px
}

.friend-message:last-of-type, .mobile-only .friend-message:last-of-type {
    margin-bottom: 40px
}

.friend-message_mine .friend-message__text, .mobile-only .friend-message_mine .friend-message__text {
    background-color: #363c40;
    color: #FFF
}

.friend-message_mine .friend-message__text:before, .mobile-only .friend-message_mine .friend-message__text:before {
    border-right: 13px solid #363c40
}

.friend-message__info, .mobile-only .friend-message__info {
    margin-bottom: 6px
}

.friend-message__nickname, .mobile-only .friend-message__nickname {
    font-weight: 700;
    font-size: 14px;
    word-break: break-all;
    vertical-align: middle
}

.friend-message__state, .mobile-only .friend-message__state {
    margin-left: 4px;
    font-size: 14px;
    min-height: 22px;
    display: inline-block;
    vertical-align: middle
}

.friend-message__state .user-status, .mobile-only .friend-message__state .user-status {
    margin: 0;
    margin-right: 6px
}

.friend-message__date, .mobile-only .friend-message__date {
    color: #d5b577;
    font-size: 14px;
    float: right;
    position: relative;
    top: 1px;
    padding-left: 12px;
    letter-spacing: -1.1px;
    vertical-align: middle;
    white-space: nowrap
}

.friend-message__msg-container, .mobile-only .friend-message__msg-container {
    display: table;
    margin-bottom: 9px
}

.friend-message__msg-container .player__link, .mobile-only .friend-message__msg-container .player__link {
    margin-bottom: 0
}

.friend-message__img, .mobile-only .friend-message__img {
    display: table-cell;
    width: 65px;
    vertical-align: middle
}

.friend-message__img .player__link, .mobile-only .friend-message__img .player__link {
    width: 60px;
    height: 60px
}

.friend-message__img .player__img, .mobile-only .friend-message__img .player__img {
    max-width: 58px;
    max-height: 58px
}

.friend-message__content, .mobile-only .friend-message__content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 13px
}

.friend-message__text, .mobile-only .friend-message__text {
    padding: 8px 10px 8px 12px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    background-color: #d5b577;
    position: relative;
    display: block;
    word-wrap: break-word;
    word-break: break-all
}

.friend-message__text:before, .mobile-only .friend-message__text:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -13px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #d5b577
}

.friend-message__text a, .friend-message__text a:visited, .mobile-only .friend-message__text a, .mobile-only .friend-message__text a:visited {
    color: #FFF
}

.friend-message__text a:active, .friend-message__text a:hover, .friend-message__text a:hover:active, .mobile-only .friend-message__text a:active, .mobile-only .friend-message__text a:hover, .mobile-only .friend-message__text a:hover:active {
    color: #000;
    text-decoration: underline
}

@media screen and (min-width: 420px) {
    .friend-message__nickname {
        font-size: 17px
    }

    .friend-message__state {
        margin-left: 15px;
        font-size: 17px
    }

    .friend-message__state .user-status {
        margin-right: 8px
    }

    .friend-message__date {
        font-size: 17px
    }

    .friend-message__content {
        padding-left: 28px
    }

    .friend-message__text {
        padding: 6px 10px 6px 16px;
        font-size: 17px;
        line-height: 27px
    }

    .friend-message__img .player__link {
        width: 97px;
        height: 97px
    }

    .friend-message__img .player__img {
        max-width: 95px;
        max-height: 95px
    }
}

@media screen and (min-width: 480px) {
    .friend-message-container {
        margin-top: 50px
    }

    .friend-message {
        margin-bottom: 18px
    }

    .friend-message:last-of-type {
        margin-bottom: 50px
    }

    .friend-message__nickname {
        font-size: 19px
    }

    .friend-message__text {
        padding: 18px 19px 19px 25px;
        line-height: 26px;
        font-size: 19px
    }

    .friend-message__img .player__link {
        width: 110px;
        height: 110px
    }

    .friend-message__img .player__img {
        max-width: 108px;
        max-height: 108px
    }
}

@media screen and (min-width: 600px) {
    .friend-message-container {
        margin-top: 50px;
        padding: 0 35px 0 38px
    }

    .friend-message:last-of-type {
        margin-bottom: 35px
    }

    .friend-message__state {
        margin-left: 23px
    }

    .friend-message__info {
        margin-bottom: 12px
    }

    .friend-message__text {
        padding: 18px 19px 19px 25px;
        word-break: break-word
    }

    .friend-message__img .player__link {
        width: 132px;
        height: 132px
    }

    .friend-message__img .player__img {
        max-width: 130px;
        max-height: 130px
    }
}

@media screen and (min-width: 1005px) {
    .friend-message-container {
        margin-top: 31px;
        padding: 0 21px 0 28px
    }

    .friend-message:last-of-type {
        margin-bottom: 50px
    }

    .friend-message__nickname {
        font-size: 16px;
        position: relative;
        top: -1px
    }

    .friend-message__state {
        font-size: 15px;
        margin-left: 13px
    }

    .friend-message__content {
        padding-left: 22px
    }

    .friend-message__date {
        font-size: 15px;
        letter-spacing: 0;
        padding-left: 6px;
        top: 3px
    }

    .friend-message__text {
        font-size: 16.4px;
        font-weight: 600;
        line-height: 21px;
        padding: 16px 19px 20px 18px
    }

    .friend-message__img .player__link {
        width: 100px;
        height: 100px
    }

    .friend-message__img .player__img {
        max-width: 98px;
        max-height: 98px
    }

    _::-moz-range-track, body:last-child .friend-message__state {
        position: relative;
        top: -2px
    }

    _::-moz-range-track, body:last-child .friend-message__date {
        top: 4px
    }
}

.currency {
    font-family: 'PT Sans', sans-serif;
    font-weight: inherit
}

.currency_default {
    font-family: inherit;
    font-weight: inherit
}

.currency_cp {
    font-family: inherit;
    vertical-align: middle
}

.table_players .currency_cp {
    font-size: 32px;
    white-space: nowrap
}

.table_shop-for-coins-status .currency_cp {
    font-size: 26px;
    white-space: nowrap;
    width: 25px;
    display: inline-block
}

.table_tournament-history .currency_cp {
    font-size: 24px;
    white-space: nowrap
}

.table_bonus-history .currency_cp {
    white-space: nowrap;
    display: inline-block
}

.table_bonus-history .currency_cp .icon_svg-cp {
    width: 20px;
    height: 20px
}

.table_shop-history .currency_cp {
    font-size: 28px;
    white-space: nowrap;
    line-height: 0
}

.friends-tournaments .currency_cp {
    white-space: nowrap;
    line-height: 0;
    font-size: 21px
}

.panel__item-block .currency_cp {
    vertical-align: top
}

.panel__item-block .icon_svg-cp {
    vertical-align: middle
}

.winners__money-currency .currency_cp {
    font-size: 20px
}

.carousel-text .currency {
    text-transform: none
}

.modal__caption .currency_cp {
    display: inline-block
}

.modal__caption .currency_cp .icon_svg-cp {
    width: 21px;
    height: 21px
}

.button_form .currency_cp {
    display: inline-block
}

@media screen and (min-width: 600px) {
    .table_bonus-history .currency_cp {
        font-size: 24px;
        white-space: nowrap
    }

    .table_bonus-history .currency_cp .icon_svg-cp {
        width: 25px;
        height: 24px
    }
}

.bonus, .mobile-only .bonus {
    display: block;
    font-size: 0;
    position: relative
}

.bonus__row, .mobile-only .bonus__row {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 51%
}

.bonus__item, .mobile-only .bonus__item {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center
}

.bonus__text, .mobile-only .bonus__text {
    color: #d5b577;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    display: block
}

.bonus__icon, .mobile-only .bonus__icon {
    display: none;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    fill: #D5B577
}

.bonus__icon_left, .mobile-only .bonus__icon_left {
    margin-right: 4px
}

.bonus__icon_right, .mobile-only .bonus__icon_right {
    margin-left: 4px
}

.bonus__line, .mobile-only .bonus__line {
    font-size: 0;
    line-height: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    text-align: center
}

.bonus__value, .mobile-only .bonus__value {
    font-size: 30px;
    line-height: 20px;
    font-weight: 800;
    vertical-align: middle;
    font-family: 'PT Sans', sans-serif
}

.bonus__value_text, .mobile-only .bonus__value_text {
    font-weight: 600;
    font-family: inherit;
    font-size: 21px;
    line-height: 24px
}

@media screen and (min-width: 375px) {
    .bonus__text {
        font-size: 15px
    }

    .bonus__line {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .bonus__value {
        font-size: 35px;
        line-height: 24px
    }

    .bonus__value_text {
        font-size: 25px;
        line-height: 28px
    }
}

@media screen and (min-width: 480px) {
    .bonus__text {
        font-size: 18px
    }

    .bonus__value {
        font-size: 40px;
        line-height: 30px
    }

    .bonus__value_text {
        font-size: 32px;
        line-height: 36px
    }
}

@media screen and (min-width: 600px) {
    .bonus__text {
        font-size: 21px
    }

    .bonus__value {
        font-size: 48px;
        line-height: 36px
    }

    .bonus__value_text {
        font-size: 36px;
        line-height: 40px
    }
}

@media screen and (min-width: 768px) {
    .bonus__text {
        font-size: 28px
    }

    .bonus__value {
        font-size: 54px;
        line-height: 46px
    }

    .bonus__value_text {
        font-size: 42px;
        line-height: 46px
    }

    .bonus__icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-top: 6px
    }
}

@media screen and (min-width: 1005px) {
    .bonus__text {
        font-size: 20px
    }

    .bonus__line {
        margin-top: 0
    }

    .bonus__value {
        font-size: 52px;
        line-height: 48px
    }

    .bonus__value_text {
        font-size: 38px;
        line-height: 44px
    }

    .bonus__icon {
        width: 20px;
        height: 20px
    }
}

.bonus-item, .mobile-only .bonus-item {
    margin-top: 2em
}

.bonus-item .js-read-more, .mobile-only .bonus-item .js-read-more {
    margin-top: 0
}

.promo-link .promo-link-info {
    font-size: x-large;
    padding: 0 0 30px 20px
}

.qrcode {
    display: inline-block
}

.qrcode__block {
    display: inline-block
}

a.bitcoin-address {
    color: #1e2123
}

a.bitcoin-address:hover {
    color: #1e2123
}

.column-two__left, .mobile-only .column-two__left {
    display: none;
    vertical-align: top
}

.column-two__left_bg-gray, .mobile-only .column-two__left_bg-gray {
    background-color: #1d2021;
    position: relative
}

.column-two__right, .mobile-only .column-two__right {
    background: #000;
    vertical-align: top
}

.column-two__right .tournaments, .mobile-only .column-two__right .tournaments {
    background: 0 0
}

.column-two__right_innerpage, .mobile-only .column-two__right_innerpage {
    background-color: rgba(0, 0, 0, .67);
    padding-top: 18px
}

@media screen and (min-width: 1005px) {
    .column-two {
        width: 100%;
        display: table;
        border-bottom: 1px solid #484a4b
    }

    .column-two__left {
        display: table-cell;
        width: 390px;
        max-width: 390px
    }

    .column-two__right {
        display: table-cell;
        width: 615px;
        max-width: 615px;
        background: 0 0
    }

    .column-two__right_innerpage {
        padding-top: 23px
    }

    .menu-type-games .page.tournament-layout, .menu-type-sport .page.tournament-layout {
        padding: 0 !important
    }

    .menu-type-games .page.tournament-layout .column-two__right, .menu-type-sport .page.tournament-layout .column-two__right {
        width: 615px !important;
        vertical-align: top
    }
}

.mobile-only .panel__logged-mobile {
    display: block
}

.mobile-only .panel, .panel {
    display: none;
    z-index: 2;
    position: relative;
    height: 89px
}

.mobile-only .panel__bracket, .panel__bracket {
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    left: -1px
}

.mobile-only .panel__balance-sum, .panel__balance-sum {
    display: inline-block;
    margin-left: 5px
}

.panel .panel__logged-info {
    display: none
}

.mobile-only .panel__logged, .panel__logged {
    background-color: transparent;
    height: 89px
}

.mobile-only .panel__logged-wrapper, .panel__logged-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 8px 6px 8px 6px;
    float: none
}

.mobile-only .panel__username, .panel__username {
    font-weight: 700;
    display: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px
}

.mobile-only .panel__level, .panel__level {
    display: none;
    font-size: 0
}

.mobile-only .panel__level_menu-mob, .panel__level_menu-mob {
    display: block;
    white-space: nowrap
}

.mobile-only .panel__balance, .panel__balance {
    font-size: 0;
    order: 6
}

.mobile-only .panel__cp, .panel__cp {
    font-size: 0;
    order: 5
}

.mobile-only .panel__cp.panel__item-block, .panel__cp.panel__item-block {
    margin-right: 0
}

.mobile-only .panel__deposit-link, .panel__deposit-link {
    padding: 5px 10px;
    background-color: #d4b37a;
    text-transform: uppercase;
    font-size: 18px;
    color: #000
}

.mobile-only .panel__deposit-link:hover, .panel__deposit-link:hover {
    color: #fff
}

.mobile-only .panel__bonus, .panel__bonus {
    font-size: 0;
    order: 4
}

.mobile-only .panel__label, .panel__label {
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    color: #d5b577;
    margin-right: 5px
}

.mobile-only .panel__number, .panel__number {
    vertical-align: middle;
    display: inline-block;
    font-weight: 600
}

.mobile-only .panel__number_currency, .panel__number_currency {
    margin-right: 3px
}

.mobile-only .panel__number_currency-small, .panel__number_currency-small {
    margin-right: 2px
}

.mobile-only .panel__currency, .panel__currency {
    vertical-align: middle;
    display: inline-block;
    color: #d5b577;
    font-weight: 600
}

.mobile-only .panel__logged-avatar, .panel__logged-avatar {
    display: none;
    margin-right: 15px;
    order: 8;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px
}

.mobile-only .panel__logged-avatar .avatar-small__img, .panel__logged-avatar .avatar-small__img {
    margin-right: 5px
}

.mobile-only .panel__logged-language, .panel__logged-language {
    display: none
}

.mobile-only .panel__item-block, .panel__item-block {
    margin-right: 6px
}

.mobile-only .panel__currency, .mobile-only .panel__label, .mobile-only .panel__number, .mobile-only .panel__username, .panel__currency, .panel__label, .panel__number, .panel__username {
    font-size: 12px
}

.mobile-only .panel__username_menu-mob, .panel__username_menu-mob {
    font-size: 15px;
    margin-bottom: 7px;
    display: block;
    max-width: 124px
}

.mobile-only .panel__label_menu-mob, .panel__label_menu-mob {
    font-size: 15px
}

.mobile-only .panel__logged-disconnect, .panel__logged-disconnect {
    margin-top: 4px;
    margin-right: 16px;
    width: 16px;
    height: 16px;
    display: none
}

.panel__logged-mobile .panel__logged-link-exit {
    display: none
}

.mobile-only .panel__logged-wrapper_menu, .panel__logged-wrapper_menu {
    margin-bottom: 10px
}

.mobile-only .panel__logged-link-account, .panel__logged-link-account {
    display: none
}

.mobile-only .panel__logged-link-account span, .panel__logged-link-account span {
    text-transform: uppercase;
    margin-left: 5px
}

.panel__logged-info {
    position: relative;
    height: 40px;
    line-height: 38px
}

.panel__logged-info-wrap {
    z-index: 2;
    position: relative;
    text-align: center
}

.panel__logged-info-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #000;
    opacity: .7;
    z-index: 1
}

.panel__logged-info-item {
    display: inline-block;
    margin-right: 25px
}

.panel__logged-info-item:last-child {
    margin-right: 0
}

.icon_svg-menu-icon-bonuses {
    width: 25px;
    height: 25px
}

.icon_svg-purse {
    width: 25px;
    height: 25px
}

.panel__logged-info .icon_svg-cp, .panel__logged-info .icon_svg-menu-icon-bonuses, .panel__logged-info .icon_svg-purse {
    vertical-align: middle
}

@media screen and (min-width: 320px) {
    .panel-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 89px;
        background: #000;
        opacity: .7;
        z-index: 1
    }

    .panel__divider, .panel__item-block {
        display: none
    }

    .menu-account__item-icon, .mobile-only .menu-account__item-icon {
        width: 62px
    }

    .menu-container {
        margin-top: 33px
    }

    .panel__logged-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2
    }

    .panel__logged {
        display: flex;
        float: right;
        height: 68px
    }

    .panel__logged-link-registration-wrap {
        float: right;
        margin-right: 12px;
        align-items: center;
        display: flex;
        height: 100%;
        order: 1
    }

    .panel__logged-link-registration {
        padding: 5px 10px;
        background-color: #d4b37a;
        text-transform: uppercase;
        font-size: 18px;
        color: #000
    }

    .no-touchevents .panel__logged-link-registration:hover {
        color: #fff
    }

    .panel__logged-mobile-logged-out .panel__logged-link-registration-wrap {
        float: left
    }

    .panel__logged-mobile-logged-out .panel__cabinet {
        display: block
    }

    .panel__logged-mobile-logged-out .panel__cabinet span {
        display: none
    }

    .panel-logo {
        float: left
    }

    .panel-logo .icon_logo {
        margin-top: 10px;
        margin-left: 15px
    }

    .panel__deposit-link-wrap {
        display: block;
        margin-right: 18px
    }

    .panel__cabinet {
        display: block;
        order: 9;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 32px
    }

    .panel__cabinet a {
        display: block;
        line-height: 32px
    }

    .panel__cabinet a span {
        display: none
    }

    .panel__logged-icon-cabinet {
        width: 33px;
        height: 27px;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: -4px
    }

    .panel__logged-in .panel__logged-link-account, .panel__logged-in .panel__logged-link-registration-wrap {
        display: none
    }

    .panel__logged-wrapper {
        order: 2
    }

    .panel__logged-out .panel__balance, .panel__logged-out .panel__bonuses, .panel__logged-out .panel__cp, .panel__logged-out .panel__deposit-link-wrap, .panel__logged-out .panel__divider, .panel__logged-out .panel__logged-avatar {
        display: none
    }
}

@media screen and (min-width: 420px) {
    .panel__logged-wrapper {
        padding-left: 12px;
        padding-right: 12px
    }

    .panel__currency, .panel__label, .panel__number, .panel__username {
        font-size: 14px
    }

    .panel__username_menu-mob {
        font-size: 18px;
        margin-bottom: 10px;
        max-width: 160px
    }

    .panel__label_menu-mob {
        font-size: 17px
    }

    .panel__item-block {
        margin-right: 8px
    }
}

@media screen and (min-width: 480px) {
    .panel__logged-wrapper {
        padding-left: 14px;
        padding-right: 14px
    }

    .panel__username {
        display: block
    }

    .panel__currency, .panel__label, .panel__number, .panel__username {
        font-size: 13px
    }

    .panel__username_menu-mob {
        font-size: 19px;
        max-width: 200px
    }

    .panel__label_menu-mob {
        font-size: 17px
    }
}

@media screen and (min-width: 600px) {
    .panel__username_menu-mob {
        font-size: 22px;
        margin-bottom: 11px;
        max-width: 236px
    }

    .panel__label_menu-mob {
        font-size: 21px
    }

    .panel__currency, .panel__label, .panel__number, .panel__username {
        font-size: 15px
    }
}

@media screen and (min-width: 640px) {
    .panel__logged-wrapper {
        padding-left: 22px;
        padding-right: 22px
    }

    .panel__currency, .panel__label, .panel__number, .panel__username {
        font-size: 16px
    }

    .panel__username_menu-mob {
        font-size: 22px
    }

    .panel__label_menu-mob {
        font-size: 21px
    }

    .panel__item-block {
        margin-right: 20px
    }
}

@media screen and (min-width: 1005px) {
    .panel {
        display: block;
        margin-bottom: 36px
    }

    .panel__signin {
        font-size: 0;
        text-align: right
    }

    .panel__signin-button-up {
        display: inline-block;
        margin-right: 9px;
        vertical-align: top
    }

    .panel__logged {
        height: 89px
    }

    .panel__logged-out .panel__logged-wrapper {
        display: none
    }

    .panel__logged-wrapper {
        padding: 0;
        justify-content: space-between;
        order: 1
    }

    .panel__logged-language {
        display: inline-block;
        margin-top: 26.5px;
        order: 2
    }

    .panel__logged-avatar {
        display: flex
    }

    .panel__username {
        font-size: 16px
    }

    .panel__level {
        display: block;
        margin-right: 25px
    }

    .panel__balance {
        margin-right: 25px
    }

    .panel__cp {
        order: 2;
        margin-right: 32px
    }

    .panel__cp.panel__item-block {
        margin-right: 20px
    }

    .panel__bonus {
        order: 5
    }

    .panel__label {
        font-size: 16px
    }

    .panel__number {
        font-size: 16px
    }

    .panel__currency {
        font-size: 16px
    }

    .panel__logged-mobile {
        display: none
    }

    .panel__logged-link-account {
        float: right;
        margin-right: 20px;
        align-items: center;
        height: 100%;
        display: flex
    }

    .panel__logged-link-account > svg {
        pointer-events: none
    }

    .panel__logged-icon-account {
        width: 33px;
        height: 27px;
        fill: #D5B577
    }

    .no-touchevents .panel__logged-link-exit:hover .panel__logged-icon-account, .panel__logged-link-account:active .panel__logged-icon-account {
        fill: #FFF
    }

    .panel__logged-link-exit {
        margin-right: 12px;
        margin-top: 6px;
        align-items: center;
        order: 10
    }

    .panel__logged-link-exit > svg {
        pointer-events: none
    }

    .panel__logged-icon-exit {
        width: 19px;
        height: 19px;
        fill: #D5B577
    }

    .no-touchevents .panel__logged-link-exit:hover .panel__logged-icon-exit, .panel__logged-link-exit:active .panel__logged-icon-exit {
        fill: #FFF
    }

    .icon_svg-menu-icon-bonuses {
        width: 25px;
        height: 25px
    }

    .panel__deposit-link-wrap {
        order: 1
    }

    .panel__bonuses {
        order: 3
    }

    .no-touchevents .panel__deposit-link:hover {
        color: #fff
    }

    .panel__divider {
        display: block;
        height: 20px;
        width: 1px;
        background-color: #d4b37a;
        margin-right: 20px
    }

    .panel__divider-1 {
        order: 3
    }

    .panel__divider-2 {
        order: 5
    }

    .panel__divider, .panel__item-block {
        display: block
    }

    .menu-account__item-icon, .mobile-only .menu-account__item-icon {
        width: 46px
    }

    .panel__cabinet span {
        display: block
    }

    .panel-logo .icon_logo {
        margin-top: 6.5px
    }

    .panel__logged-info {
        display: none
    }
}

@media screen and (min-width: 1280px) {
    .panel__cabinet a span {
        display: inline
    }
}

.panel__bonuses-icon-wrap svg {
    fill: #D5B577
}

.status {
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    vertical-align: middle
}

.status_new {
    margin-right: 3px;
    color: #FFF;
    padding: 2px 5px 2px 5px;
    background-color: #a9290c;
    text-transform: uppercase;
    position: relative;
    top: -1px
}

@media screen and (min-width: 480px) {
    .status {
        font-size: 12px
    }
}

.js-info-rules .js-page-content {
    background-color: #fff;
    color: #000
}

.js-info-rules .js-page-content h3 {
    color: #000
}

.js-info-rules .js-page-content .golden-text {
    color: #00f
}

.js-info-rules .js-page-content .page__title-icon {
    fill: #000
}

.js-info-rules .js-page-content a {
    color: #00f;
    border-bottom: 1px solid #00f
}

.js-info-rules .js-page-content a:hover {
    color: #00f
}

.menu-type-games .menu-item_mobile .menu-item__icon-wrapper {
    width: 25px;
    min-width: 25px
}

.menu-type-games .menu-item_mobile.menu-item_mobile-margin {
    margin-bottom: 0
}

.menu-type-games .menu-left_category {
    padding-top: 10px
}

.menu-type-games .menu-left {
    padding-bottom: 5px
}

.menu-type-games .input {
    font-size: 16px;
    padding: 15px 12px 15px 18px
}

.menu-type-games .select2-container--default .select-label .select2-selection__rendered {
    padding: 15px 50px 15px 18px;
    line-height: 24px
}

.menu-type-games .page {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px
}

@media screen and (min-width: 960px) {
    .menu-type-games .page {
        padding-top: 14px !important
    }
}

@media screen and (min-width: 320px) {
    .js-show-more.games.alone {
        width: 100%;
        padding: 10px
    }

    .hasMargin {
        margin-bottom: 2em !important;
        padding-bottom: 0 !important
    }

    .menu-type-games .page {
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-top: 14px !important
    }

    .menu-type-games .input {
        padding: 18px 50px 18px 18px !important;
        font-size: 17px !important
    }

    .menu-type-games .select2-container--default .select-label .select2-selection__rendered {
        padding: 15px 50px 15px 18px !important
    }

    .hide-all {
        padding-bottom: 2em;
        padding-top: 2em
    }

    .page__row_tournament-games .js-show-more {
        padding-bottom: 18px
    }
}

@media screen and (min-width: 420px) {
    .js-show-more.games.alone {
        width: 100%;
        padding: 10px
    }

    .hasMargin {
        margin-bottom: 2em !important;
        padding-bottom: 0 !important
    }

    .menu-type-games .page {
        padding-left: 14px !important;
        padding-right: 14px !important
    }

    .menu-type-games .input {
        padding: 18px 50px 18px 18px !important;
        font-size: 17px !important
    }

    .menu-type-games .select2-container--default .select-label .select2-selection__rendered {
        padding: 15px 50px 15px 18px !important
    }
}

@media screen and (min-width: 480px) {
    .menu-type-games .menu-item_mobile .menu-item__caption-link-text {
        font-size: 16px
    }

    .js-games-list {
        padding-bottom: 60px
    }

    .js-show-more.games.alone {
        width: 100%;
        padding: 10px
    }

    .js-show-more.games {
        width: 50%;
        float: left;
        padding: 10px;
        margin-bottom: 2em
    }

    .hide-all.games {
        width: 50%;
        float: left;
        padding: 10px
    }

    .hide-all.games.alone {
        margin-bottom: 2em
    }

    .hasMargin {
        margin-bottom: 2em !important;
        padding-bottom: 0 !important
    }

    .menu-type-games .page {
        padding-left: 14px !important;
        padding-right: 14px !important
    }

    .menu-type-games .input {
        padding: 18px 50px 18px 18px !important;
        font-size: 17px !important
    }

    .menu-type-games .select2-container--default .select-label .select2-selection__rendered {
        padding: 13px 50px 13px 18px !important
    }
}

@media screen and (min-width: 1005px) {
    .menu-type-games .menu-item_mobile .menu-item__caption-link {
        padding-left: 5px;
        padding-right: 5px
    }

    .menu-type-games .menu-item_mobile {
        display: inline-block
    }

    .menu-type-games .title-manufacture {
        position: absolute;
        padding: 0;
        margin: 0;
        right: 0;
        top: 0
    }

    .menu-type-games .searchBarProviders {
        position: relative;
        margin-bottom: 2em;
        height: 4em
    }

    .js-show-more {
        padding-bottom: 15px
    }

    .js-show-more.games.alone {
        width: 100%;
        padding: 10px
    }

    .js-show-more.games {
        width: 65%;
        float: left;
        padding: 10px;
        margin-bottom: 2em
    }

    .hide-all.games {
        width: 35%;
        display: block;
        float: left;
        padding: 10px
    }

    .hide-all.games.alone {
        margin-bottom: 2em
    }

    .page__row-item_search {
        width: 71% !important;
        padding: 0;
        margin: 0
    }
}

.hide-all.games.alone {
    width: 100%;
    padding: 10px
}

.mainPage .games-main {
    padding-top: 20px
}

.menu-type-sport .column-two__right {
    width: 100% !important
}

.menu-type-sport .menu-item_mobile .menu-item__icon-wrapper {
    width: 25px;
    min-width: 25px
}

.menu-type-sport .menu-item_mobile.menu-item_mobile-margin {
    margin-bottom: 0
}

.menu-type-sport .menu-left_category {
    padding-top: 10px
}

.menu-type-sport .menu-left {
    padding-bottom: 5px
}

.menu-type-sport .page {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px
}

@media screen and (min-width: 1005px) {
    .menu-account__item.menu-account__item_sport {
        display: inherit
    }

    .menu-type-sport .column-two__right .page-sport {
        padding: 0 10px;
        padding-bottom: 10px
    }
}

@media screen and (min-width: 320px) {
    .menu-type-sport .page {
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-top: 0 !important
    }

    .menu-type-sport .column-two__right {
        padding-top: 0
    }

    .menu-type-sport .page-sport {
        padding: 0 0
    }
}

@media screen and (min-width: 420px) {
    .menu-type-sport .page {
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-top: 0 !important
    }
}

@media screen and (min-width: 480px) {
    .menu-type-sport .menu-item_mobile .menu-item__caption-link-text {
        font-size: 16px
    }

    .menu-type-sport .page {
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-top: 0 !important
    }
}

@media screen and (min-width: 1005px) {
    .menu-type-sport .js-left-menu.column-two__left {
        display: table-row;
        width: 100%;
        max-width: 100%
    }

    .menu-type-sport .js-page-content.column-two__right {
        display: table-row;
        width: 100%;
        max-width: 100%
    }

    .menu-type-sport .menu-item_mobile {
        display: inline-block
    }

    .menu-type-sport .menu-item_mobile .menu-item__caption-link {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1005px), screen and (min-width: 1280px), screen and (min-width: 1920px) {
    .menu-type-games .column-two__right {
        width: 100% !important
    }
}

.sport-preloader {
    padding: 20px;
    text-align: center
}

.sport-preloader .loader-startpage__cell {
    display: inline-block
}

.sport-preloader .loader__text {
    position: inherit
}

@media screen and (min-width: 1005px), screen and (min-width: 1280px), screen and (min-width: 1920px) {
    .winnersAndTournamentList {
        display: block
    }

    .tournamentList {
        vertical-align: top
    }

    .page.winnersAndTournamentList .winners {
        display: block;
        position: relative;
        height: 1292px;
        overflow: hidden;
        background-color: #1d2021
    }

    .winners__items {
        height: 1292px;
        overflow: hidden
    }

    .page.winnersAndTournamentList {
        padding: 0 !important;
        margin: 0 !important
    }

    .winnersAndTournamentList .games-main__item {
        width: 33% !important
    }

    .menu-type-games .column-two__right {
        width: 100% !important
    }

    .menu-type-games .winnersAndTournamentList .page, .menu-type-sport .winnersAndTournamentList .page {
        width: 100%;
        padding-left: 2em !important;
        padding-right: 2em !important;
        padding-top: 1em !important;
        vertical-align: top
    }

    .menu-type-games .column-two {
        display: block
    }

    .menu-type-games .column-two__left {
        display: block;
        width: 100%;
        max-width: 100%
    }

    .menu-type-games .column-two__right {
        display: block;
        width: 100%;
        max-width: 100%
    }

    .menu-type-games .column-two__right .column-two {
        display: table
    }

    .menu-type-games .column-two__right .column-two .column-two__left {
        display: table-cell;
        width: 390px;
        max-width: 100%
    }

    .menu-type-games .column-two__right .column-two .column-two__right {
        display: table-cell;
        width: 615px
    }
}

@media screen and (min-width: 320px), screen and (min-width: 375px), screen and (min-width: 420px), screen and (min-width: 480px), screen and (min-width: 600px), screen and (min-width: 640px) {
    .menu-type-games .column-two__right_innerpage {
        padding-top: 0
    }

    .menu-type-games .page.winnersAndTournamentList {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .menu-type-games .winnersAndTournamentList .page {
        padding-top: 18px !important
    }

    .tournamentList .js-show-more {
        padding-bottom: 18px !important
    }
}

@media screen and (min-width: 320px), screen and (min-width: 375px), screen and (min-width: 420px), screen and (min-width: 480px) {
    .winnersAndTournamentList .winners {
        display: none
    }

    .winnersAndTournamentList .games-main__item {
        width: 50%
    }
}

.page.tournament-layout.winnersAndTournamentList {
    padding: 0 !important
}

html {
    width: 100%;
    height: 100%
}

html.mobile-only {
    overflow-y: auto
}

body {
    height: 100%;
    min-width: 320px;
    background-color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

.min-height, .min-height.column-two__right_innerpage {
    min-height: 300px
}

.only-desktop {
    min-width: 1005px
}

.mobile-only .bg:after {
    background-color: rgba(0, 0, 0, .67);
    position: fixed
}

.mobile-only .column-two__right_innerpage {
    background: 0 0
}

.bg {
    position: relative;
    overflow: hidden
}

.bg:before {
    content: "";
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, .67)
}

.bg_game:before {
    background-image: none
}

.bg.is-no-shadow:after {
    background-color: transparent
}

.container {
    max-width: 1205px;
    margin: 0 auto
}

.container__child_radius {
    border-radius: 6px 6px 0 0
}

.container__iframe {
    position: fixed;
    overflow-y: auto;
    top: 171px;
    bottom: 0;
    left: 0;
    right: 0
}

.panel__logged-mobile:empty + .container__iframe {
    top: 70px
}

.menu-mob-opened .container__iframe {
    overflow-y: hidden
}

.is-hide {
    display: none
}

.is-hide-visibility {
    visibility: hidden
}

.inline-block {
    display: inline-block
}

.friends-tournaments, .mobile-only .friends-tournaments, .table, .wysiwyg table {
    display: table
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell
}

.pull-left {
    float: left
}

.golden-text {
    color: #d5b577
}

.bold-text {
    font-weight: 700
}

.not-bold {
    font-weight: 400
}

.uppercase-text {
    text-transform: uppercase
}

.bold-golden-text {
    color: #d5b577;
    font-weight: 700
}

.bold-golden-text_600 {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.pull-right {
    float: right
}

.full-width {
    width: 100%
}

.no-wrap {
    white-space: nowrap
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.valign-center {
    vertical-align: middle;
    font-weight: inherit
}

.preloaded-images {
    width: 0;
    height: 0;
    display: inline;
    background-image: url(/img/i/loadinggame.jpg);
    background-image: url(/img/i/loadingplayer.jpg)
}

@media screen and (min-width: 320px) {
    .preloaded-images-logo {
        width: 0;
        height: 0;
        display: inline;
        background-image: url(/svg/icons/logo.svg)
    }
}

@media screen and (min-width: 1005px) {
    .preloaded-images-logo {
        width: 0;
        height: 0;
        display: inline;
        background-image: url(/svg/icons/logo_riobet.svg)
    }
}

@media screen and (min-width: 1005px) {
    body {
        background-color: #202427
    }

    .min-height {
        min-height: 600px
    }

    .min-height.column-two__right_innerpage {
        min-height: auto
    }

    .bg:before {
        background-position: 50% 0
    }

    .bg:after {
        display: none
    }

    .bg.is-no-shadow:after {
        background-color: rgba(0, 0, 0, .67)
    }

    .container {
        padding-bottom: 94px
    }

    .container_nopadding {
        padding-bottom: 0
    }

    .container__child {
        background-color: rgba(0, 0, 0, .67)
    }
}

.table-view {
    display: table;
    width: 100%;
    table-layout: fixed
}

.table-cell-view {
    display: table-cell;
    vertical-align: middle
}

.flex-center, .friends-block__item, .friends-menu__item, .friends-options__item, .friends-playing__item, .menu-fast__item, .mobile-only .friends-block__item, .mobile-only .friends-menu__item, .mobile-only .friends-options__item, .mobile-only .friends-playing__item, .mobile-only .menu-fast__item, .mobile-only .mobile-only .friends-menu__item, .mobile-only .mobile-only .friends-options__item, .mobile-only .mobile-only .friends-playing__item {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column
}

.flex-center-row, .friends-block__container, .friends-menu__container, .friends-options__container, .friends-playing__container, .mobile-only .friends-block__container, .mobile-only .friends-menu__container, .mobile-only .friends-options__container, .mobile-only .friends-playing__container, .mobile-only .mobile-only .friends-menu__container, .mobile-only .mobile-only .friends-options__container, .mobile-only .mobile-only .friends-playing__container {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row
}

@media screen and (min-width: 1920px) {
    .bg_game:before {
        background-size: 100% auto
    }
}

@media screen and (min-width: 2138px) {
    .bg:before {
        background-size: 100% auto
    }
}

.thumbnail__img {
    position: unset !important
}

.thumbnail-play {
    margin: unset;
    max-width: 100% !important
}

@media screen and (min-width: 1005px) {
    .games-main__item {
        width: 33%
    }
}

.wysiwyg a {
    font-size: 14px !important
}

.prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
    z-index: 9999;
    list-style: none
}

.next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
    z-index: 9999;
    list-style: none
}

.next, .prev {
    padding: 10px;
    margin: 0 10px;
    background: #3333335c;
    border-radius: 3px;
    font-weight: bold;
    font-size: 24px
}

.js-carousel-block {
    position: relative
}

.carousel-main_item {
    position: relative
}

.carousel-text {
    position: absolute;
    top: 0
}

@media screen and (max-width: 768px) {
    .carousel-text {
        position: inherit !important
    }
}

.jackpot-desktop {
    min-height: 68px !important
}

.main_content li, .main_content p {
    font-size: 18px !important
}

.main_content h1, .main_content h2, .main_content h3, .main_content h4 {
    color: #d5b577
}

.main_content table td {
    text-align: center !important;
    font-size: 14px !important;
    padding: 15px !important
}

.main_content table {
    background: #ffffff17;
    margin-top: 15px
}

@media screen and (min-width: 320px) {
    .menu-container {
        margin-top: 70px
    }
}

blockquote {
    padding: 10px;
    padding-top: 1px;
    background: #d5b57740;
    padding-left: 30px;
    border-left: 10px solid #eace97;
    text-align: justify;
    margin: 15px 0px;
    font-style: italic
}

#menu_games {
    display: block !important;
    padding: 5px 0 !important;
    width: 100% !important;
    max-width: 100% !important
}

#menu_games .menu-item {
    display: inline-block !important
}

#menu_games .menu-left {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.menu-mob, .mobile-only .menu-mob {
    height: -webkit-fit-content;
    height: fit-content;
    padding-bottom: 0 !important
}

@media (max-width: 768px) {
    .menu-mob {
        z-index: 999
    }

    .panel-logo {
        position: absolute;
        right: 50%;
        transform: translate(50%, 2px)
    }

    .js-carousel-block {
        margin-top: 88px !important;
        z-index: 5
    }

    .main_content blockquote, .main_content li, .main_content p {
        font-size: 15px !important
    }

    .main_content table tr td:nth-child(3), .main_content table tr td:nth-child(4), .main_content table tr td:nth-child(5), .main_content table tr td:nth-child(6), .main_content table tr td:nth-child(7) {
        display: none
    }

    .main-content table tr td:first-child, .main-content table tr td:nth-child(2) {
        width: 50%
    }

    table tr td:nth-child(3), table tr td:nth-child(4), table tr td:nth-child(5), table tr td:nth-child(6), table tr td:nth-child(7) {
        display: none
    }

    table tr td:first-child, table tr td:nth-child(2) {
        width: 50%
    }

    .menu-account__item-link img {
        width: 42px !important;
        vertical-align: middle
    }

    .games-main__title {
        font-size: 20px !important
    }

    h1 {
        font-size: 20px !important
    }

    h2 {
        font-size: 18px !important
    }

    h3 {
        font-size: 17px !important
    }

    .menu-item__caption-link-text {
        font-size: 14px !important
    }

    .menu-container {
        margin-top: 0 !important;
        margin-bottom: 15px
    }
}

.main_content table tr:first-child td {
    color: #eace97
}

.menu-account__item-link img {
    width: 45px;
    margin-bottom: 5px;
    vertical-align: middle
}

.button_404 {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #d5b577;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    margin-left: 10px;
    cursor: pointer
}

.game-window-container {
    display: block !important
}

.h, h1, h2, h3, h4 {
    margin: 30px 0 !important;
    color: #d5b577 !important;
    text-transform: unset !important;
    text-align: center;
}

h1 span {
    text-transform: unset !important
}

.menu-container {
    margin-top: 36px
}

#comment-form {
    margin: 10px
}

.form-group {
    margin: 15px
}

.comments {
    margin: 15px !important
}

.markItUpHeader {
    display: none !important
}

.form-group input {
    background: #d5b577;
    color: #333;
    border-radius: 5px;
    border: none;
    padding: 7px;
    margin-left: 10px
}

.form-group label {
    color: #d5b577;
    display: inline-block;
    width: 5%
}

#comment-editor {
    background: #e6dece;
    color: #333;
    border-radius: 5px;
    border: none;
    padding: 7px
}

.form-actions input {
    background: #d5b577;
    border: none;
    border-radius: 5px;
    padding: 7px;
    font-weight: 600
}

.ticket-comment {
    background: #8c754866;
    padding: 15px;
    border-radius: 5px
}

.comment-reply a {
    margin: 5px;
    color: #d5b577
}

.ticket-comment-createdon {
    color: #797979 !important
}

.ticket-comment-text {
    padding: 10px
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.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-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.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
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    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(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: 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;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

.header-menu-sidebar-item {
    width: 100%;
    margin: 0 auto
}

.mob_head {
    display: none
}

.button:not(.button_no_hover):hover {
    background: #f7e1b4;
    transition: .3s
}

.button__area {
    display: none;
    position: absolute;
    z-index: 5
}

.button__border {
    display: none;
    border-radius: inherit;
    border: 2px solid #f7e1b4;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    overflow: hidden
}

.button__text, .button__text * {
    position: relative;
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    z-index: 2
}

#header {
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    background: #1E1E1E;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 200;
    text-align: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.header-wrap {
    width: 100%;
    max-width: 100%;
    height: 68px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-item {
    height: 100%
}

.header-item:first-child {
    width: 100%;
    flex-shrink: 1;
    display: flex
}

.header-menu {
    width: 70px;
    height: 100%;
    fill: #C5C5C5;
    color: #C5C5C5;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s
}

.header-logo, .header-menu {
    -webkit-tap-highlight-color: transparent
}

.badge-digit {
    position: absolute;
    background: #F11414;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    animation: badge-digit-tween 1s linear infinite
}

.header-menu .badge-digit {
    top: 16px;
    z-index: 1;
    left: 16px;
    width: 8px;
    height: 8px
}

.icon-w-24 {
    width: 24px;
    height: 24px !important
}

.header-menu-text {
    margin-left: 12px
}

.header-logo-sidebar, .header-menu-sidebar {
    -webkit-tap-highlight-color: transparent;
    font-style: normal;
    font-weight: 500;
    width: 320px;
    height: 100vh;
    background: red;
    position: absolute;
    top: 0;
    z-index: 200;
    background: #252525;
    transition: 0.3s
}

.header-menu-sidebar.js-header-menu-sidebar.hidden {
    display: none
}

.header-menu-sidebar_wrapper {
    height: 100%
}

.header-logo-sidebar_header, .header-menu-sidebar_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 28px
}

.header-menu-sidebar_header {
    padding: 18px 18px 0px 18px
}

.header-logo-sidebar_header img, .header-logo-sidebar_header svg, .header-menu-sidebar_header img, .header-menu-sidebar_header svg {
    cursor: pointer;
    fill: #888;
    transition: 0.3s
}

.header-logo-sidebar_body, .header-menu-sidebar_body {
    padding: 8px 16px 16px 16px;
    height: calc(100% - 60px);
    overflow: auto;
    position: fixed;
    width: 320px
}

.header-menu-sidebar_body {
    scrollbar-width: thin
}

.header-logo-sidebar-item, .header-menu-sidebar-item {
    height: 40px;
    background: #303030;
    margin: 10px 0 10px 0;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    fill: #E0E0E0;
    color: #E0E0E0;
    padding: 8px;
    transition: 0.3s;
    cursor: pointer;
    position: relative
}

.header-logo-sidebar-item-left, .header-menu-sidebar-item-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.f-reg {
    font-size: 16px
}

.header-logo-sidebar_links, .header-menu-sidebar_links {
    padding: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left
}

.header-logo-sidebar_links a, .header-menu-sidebar_links a {
    color: #888;
    cursor: pointer;
    margin-bottom: 20px;
    transition: 0.3s
}

.header-logo-sidebar_body, .header-menu-sidebar_body {
    padding: 8px 16px 16px 16px;
    height: calc(100% - 60px);
    overflow: auto;
    position: fixed;
    width: 320px
}

.header-item:nth-child(2) {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.header-logo {
    float: left;
    margin: auto 12px auto 0
}

.header-logo, .header-menu {
    -webkit-tap-highlight-color: transparent
}

.header .header-logo__desc {
    display: block
}

.header .header-logo_mobile {
    display: none
}

.header .icon-riobet-mobile {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    width: 50px;
    height: 48px
}

.header-item:last-child {
    width: 100%;
    flex-shrink: 1;
    display: flex;
    flex-direction: row-reverse
}

.header-account {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0 24px 0 12px
}

.header-account .button {
    height: 40px;
    display: flex;
    align-items: center
}

.header-account .button {
    margin: 3px 10px;
    height: 35px
}

.button__area {
    display: none;
    position: absolute;
    z-index: 5
}

.button__border {
    display: none;
    border-radius: inherit;
    border: 2px solid #f7e1b4;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    overflow: hidden
}

.button__text, .button__text * {
    position: relative;
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    z-index: 2
}

.header-account .button span {
    white-space: nowrap
}

.button_major {
    background: #27AE60;
    color: #fff;
    transition: .3s
}

.header-logo-and-menu-sidebar-shadow {
    display: none;
    content: '';
    position: absolute;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.85;
    background: #000000;
    z-index: 4
}

.header-item {
    height: 100%
}

.header-logo .icon-riobet {
    height: 56px;
    width: 175px
}

.button_major {
    background: #27AE60 !important;
    color: #fff !important;
    transition: .3s;
    border: 0px !important
}

.container__child.container__child_radius {
    margin-top: 122px !important
}

.mob_head {
    display: none
}

@media screen and (max-width: 768px) {
    .menu__item {
        margin: 5px 5px !important
    }

    .menu__item .icon {
        margin-right: 0px !important
    }

    .tutorial-item-list {
        display: block !important
    }
}

@media screen and (max-width: 530px) {
    .main_content img {
        max-width: 95% !important;
        height: auto !important;
        display: block !important
    }

    .header-item:last-child {
        display: none !important
    }

    .tournament-banner-wrap {
        grid-template-columns:repeat(1, 1fr) !important
    }

    .menu__item-text {
        font-size: 12px !important;
        text-align: center
    }

    .mobnot {
        display: none !important
    }

    #menu_games {
        display: none !important
    }

    .mob_head {
        display: flex !important;
        position: relative;
        top: 66px;
        margin: 0px;
        padding: 3px 20px 5px;
        background: #1e1e1e
    }

    .menuh {
        top: 120px !important
    }

    .bg:before {
        background-image: none !important;
        background: #303030 !important
    }
}

@media screen and (max-width: 370px) {
    .menu__item-text {
        font-size: 11px !important
    }

    .header-logo .icon-riobet {
        height: 56px !important;
        width: 115px !important
    }

    a.menu__item.js-menu-item.menu__item_active.zerkalno {
        display: none !important
    }
}

a.menu-item_side {
    padding-left: 25px !important;
    margin-bottom: 5px !important
}

.tutorial-item__text {
    margin-bottom: 5px !important
}

.slick-track {
    position: relative !important;
    top: 12px !important
}

p.js-read-more {
    margin-top: 15px !important
}

ol {
    max-width: 95% !important;
    margin: 10px auto !important
}

ul {
    max-width: 95% !important;
    margin: 10px auto !important
}

.game-window {
    margin: 0 auto
}

@media screen and (max-width: 1490px) {
    .game-window {
        width: 90%;
        min-width: 280px
    }

    .game-window__frame {
        height: auto !important;
        width: 100% !important
    }
}

@media screen and (max-width: 1081px) {
    .game-window__frame iframe {
        height: 670px !important
    }

    .game-window__control {
        position: relative !important;
        height: auto !important
    }
}

@media screen and (max-width: 768px) {
    .js-carousel-block {
        margin-top: 0 !important
    }

    .panel__logged-mobile {
        position: relative !important;
        background: rgba(0, 0, 0, 0.7);
        padding-bottom: 16px
    }

    .panel-back {
        background: none
    }
}

@media screen and (max-width: 531px) {
    .game-window__frame iframe {
        height: 440px !important
    }

    .menu-mob {
        top: 60px
    }
}

@media screen and (min-width: 320px) {
    .panel__logged-link-registration {
        background-color: #EDC97F;
        font-weight: 700;
        letter-spacing: -1px
    }
}

.main_content h1, .main_content h2, .main_content h3, .main_content h4 {
    color: #ffffff !important
}

.mobile-only .page .accordion__item-title, .page .accordion__item-title {
    border: 1px solid gray
}

.mobile-only .page .accordion__choose:checked ~ .accordion__item-title, .page .accordion__choose:checked ~ .accordion__item-title {
    background-color: transparent
}

@media screen and (min-width: 480px) {
    .page .accordion__item-title {
        padding: 22px 50px 24px 19px;
        font-size: 22px;
        margin-bottom: 0px !important
    }
}

.mobile-only .page .accordion__item-content, .page .accordion__item-content {
    border: 1px solid gray !important
}

.js-footer {
    background: #303030;
    padding-top: 15px;
    padding-bottom: 15px
}

.footer__link-text span {
    border-bottom: 0px solid #d5b577;
    font-weight: 600;
    color: #EDC97F;
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 16px
}

.menu__item .icon {
    filter: grayscale(100%)
}

.tutorial-item-list {
    background: #1E1E1E;
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    padding: 0 24px 24px 24px;
    grid-column-gap: 36px;
    border: 6px solid #000;
    border-radius: 16px
}

.R-1440 .tutorial-item-list {
    border: 0;
    border-bottom: 2px solid #000
}

.content {
    background: #000;
    position: relative;
    padding: 0 24px;
    z-index: 1
}

.pad-adapt-top {
    padding-top: 48px
}

.headline {
    display: inline-block;
    margin-bottom: 18px;
    position: relative;
    z-index: 1
}

.f-huge {
    font-size: 26px
}

.headline-text {
    display: inline-block;
    color: #fff
}

.content-nopad {
    background: #000;
    position: relative;
    z-index: 1;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.tutorial-item {
    text-align: center;
    position: relative;
    color: #fff;
    display: grid;
    grid-template-rows:1fr 0.4fr 0.25fr;
    cursor: auto;
    justify-content: center
}

.tutorial-item__img {
    width: 100%;
    text-align: left;
    position: relative;
    margin: auto;
    max-width: 96px
}

.button {
    width: 100%;
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    justify-content: center;
    border-radius: 4px;
    padding: 12px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    display: inline-block;
    background: #EDC97F;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: .3s
}

.button_disabled, .button_disabled:not(.button_no_hover):hover {
    color: #000 !important;
    background: #5C5036;
    outline: none;
    cursor: auto;
    transition: .3s
}

.tutorial-item__button button {
    text-align: center;
    max-width: 180px;
    max-height: 41px
}

.f-reg {
    font-size: 16px
}

.column-two {
    font-family: 'Roboto', sans-serif
}

.wysiwyg p {
    line-height: 20px !important;
    font-size: 18px;
    font-family: "Roboto";
    letter-spacing: .5px
}

ul {
    margin-top: 10px;
    font-family: "Roboto";
    font-size: 16px
}

.wysiwyg ul li {
    font-size: 16px
}

.wysiwyg ol li {
    font-size: 16px
}

ol {
    margin-top: 10px;
    font-family: "Roboto";
    font-size: 16px;
    margin-left: 20px;
}

picture img {
    display: block;
    margin: 15px auto;
    max-width: 100%;
}

.comments {
    font-family: "Roboto"
}

.mobile-only .page ul li:before, .page ul li:before {
    top: 9px !important
}

blockquote p {
    font-family: "Roboto" !important
}

.wysiwyg a {
    font-family: "Roboto" !important;
    border-bottom: 1px solid #27ae60 !important;
    letter-spacing: .9px !important
}