html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

input {
    color: inherit;
    font: inherit;
    margin: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    padding: 0
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

html {
    height: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    height: 100%;
    opacity: 1 !important;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    vertical-align: middle;
    max-width: 100%
}

.wpappers {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    background: #fff
}

.wpappers__placeholder-header {
    height: 47px;
    margin-bottom: 60px
}

.wpappers__placeholder-header_size_m {
    height: 77px;
    margin-bottom: 60px
}

.wpappers__games-list-filter {
    position: relative
}

.wpappers__container {
    box-sizing: border-box;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px
}

.wpappers__container:after, .wpappers__container:before {
    content: "";
    display: table
}

.wpappers__container:after {
    clear: both
}

.wpappers__pull-left {
    float: left
}

.wpappers__col-wrap {
    margin-right: -10px;
    margin-left: -10px
}

.wpappers__col-wrap:after, .wpappers__col-wrap:before {
    content: "";
    display: table
}

.wpappers__col-wrap:after {
    clear: both
}

.wpappers__col-wrap > [class*=wpappers__col-] {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.wpappers__col-50pct {
    width: 50%
}

.wpappers__align-center {
    text-align: center
}

.wpappers__mt-3 {
    margin-top: 3px
}

.wpappers__mb-3 {
    margin-bottom: 3px
}

.wpappers__mb-15 {
    margin-bottom: 15px
}

.wpappers__mb-20 {
    margin-bottom: 20px
}

.wpappers__mb-40 {
    margin-bottom: 40px
}

.wpappers__mb-50 {
    margin-bottom: 50px
}

.wpappers__mb-60 {
    margin-bottom: 60px
}

.wpappers__mh-10 {
    margin-right: 10px;
    margin-left: 10px
}

.wpappers__mv-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.grids {
    display: table;
    table-wpappers: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.grids_align_middle .grids__item {
    vertical-align: middle
}

.grids__item {
    display: table-cell;
    border: 0;
    padding: 0;
    vertical-align: top
}

.grids__item_type_container {
    width: 1200px
}

.grids__item_width_40 {
    width: 40px
}

.grids__item_width_60pct {
    width: 60%
}

.rslider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.rslider img {
    pointer-events: none
}

.rslider__list {
    position: relative;
    overflow: hidden;
    width: 100%
}

.rslider__track {
    position: relative;
    transition: .5s left ease
}

.rslider__track:after, .rslider__track:before {
    content: "";
    display: table
}

.rslider__track:after {
    clear: both
}

.rslider__slide {
    box-sizing: border-box;
    float: left;
    min-height: 1px
}

.rslider__pagination {
    margin: 30px 0 0;
    padding: 0;
    text-align: center
}

.main-slider {
    min-height: 500px;
    margin-top: -60px;
}

.main-slider .rslider__pagination {
    position: relative;
    white-space: nowrap
}

.main-slider .rslider__pagination {
    overflow: hidden;
    bottom: auto;
    margin: 0 auto;
    width: 1180px
}

.main-slider .rslider__pagination:after, .main-slider .rslider__pagination:before {
    content: "";
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    height: 9px;
    background: url(wavy-line.png?v=88074) 0 0 repeat-x
}

.main-slider__img-holder {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 27.5%
}

.main-slider__title {
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
    text-align: right;
    font-family: pfkidspro_gradefive, Arial, sans-serif;
    font-size: 40px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400
}

.all-info-slider {
    margin: 0 -10px;
    min-height: 500px
}

.all-info-slider__data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .89)
}

.all-info-slider__img-holder {
    position: relative;
    min-height: 218px;
    margin-bottom: 5px
}

.all-info-slider__item {
    vertical-align: top;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: 100%;
    padding: 10px;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f9fafa 100%);
    background: -ms-linear-gradient(top, #fff 0, #f9fafa 100%);
    background: linear-gradient(to bottom, #fff 0, #f9fafa 100%);
    width: 398px;
    min-height: 524px
}

.all-info-slider__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #f9fafa
}

.all-info-slider__counter-decor {
    position: absolute;
    left: 50%;
    font-size: 0;
    transform: translateX(-50%)
}

.all-info-slider__counter-decor-slice {
    position: absolute;
    font-size: 0
}

.mini-slider {
    padding: 0 20px;
    text-align: center;
    padding: 0 15px
}

.mini-slider__item {
    display: table;
    width: 100%;
    height: 63px
}

.mini-slider__title + .mini-slider__item {
    height: 51px
}

.mini-slider__title {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    height: 12px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.mini-slider__value {
    box-sizing: border-box;
    vertical-align: middle;
    display: table-cell;
    word-wrap: break-word;
    white-space: nowrap;
    font-family: helveticaneuecyr-light, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    height: 63px;
    text-transform: uppercase
}

.box-legend {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    margin: 0;
    text-align: center;
    font-size: 0
}

.box-legend:after, .box-legend:before {
    content: "";
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 50%;
    height: 7px;
    background-color: #ddeaf1;
    box-shadow: inset 0 1px 0 0 #ddeaf1, inset 0 4px 0 0 #fff
}

.box-legend:before {
    left: -25px;
    margin-left: -50%
}

.box-legend:after {
    left: 25px;
    margin-right: -50%
}

.box-legend__content {
    vertical-align: middle;
    display: inline-block;
    white-space: normal
}

.popover {
    z-index: 1040;
    position: absolute;
    display: none;
    min-width: 100%;
    min-height: 54px;
    border-radius: 4px;
    background: #e2edf3
}

.popover:after, .popover:before {
    content: "";
    position: absolute
}

.popover_type_lang {
    top: 100%;
    right: -12px;
    margin-top: 15px;
    width: 294px;
    background: #e2edf3
}

.popover_type_lang:before {
    bottom: 100%;
    right: 15px;
    border-style: solid;
    border-width: 0 5px 5px;
    border-color: transparent transparent #e2edf3
}

.popover__body {
    padding: 20px 10px
}

.table-info {
    table-wpappers: fixed;
    width: 100%;
    border-collapse: collapse
}

.table-info_type_scoreboard {
    border-collapse: separate;
    height: 100px
}

.table-info_type_scoreboard .table-info__cell {
    border: 0;
    height: 78px;
    padding: 2%
}

.table-info_type_scoreboard .table-info__cell + .table-info__cell {
    border-width: 0 0 0 1px;
    border-style: dotted;
    border-color: #202021
}

.table-info__cell {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    box-sizing: border-box;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-color: #b9c6cc;
    height: 60px;
    padding: 1%;
    text-align: center
}

.svg {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto
}

.svg_type_icon {
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.counter {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 0
}

.counter__item {
    font-family: helveticaneuecyr-light, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    vertical-align: top;
    position: relative;
    display: inline-block;
    padding-right: .46em;
    list-style-type: none
}

.counter__item:not(:first-child):not(:last-child):after {
    content: ":";
    position: absolute;
    top: 0;
    right: .115em
}

.counter__item:last-child {
    padding: 0
}

.counter__numbers {
    display: block
}

.counter__label {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: inherit;
    color: #b9c6cc;
    text-shadow: none;
    font-weight: 400;
    display: block;
    text-align: center
}

.button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    visibility: visible;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    outline: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #202021;
    white-space: nowrap;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 0;
    font-weight: 700;
    cursor: pointer;
    border-radius: 15px
}

.button:before {
    vertical-align: middle;
    display: inline-block;
    height: 25px;
    content: ""
}

.button:hover {
    background: #03a528;
    border-color: #03a528;
    color: #fff
}

.button:active {
    background: #03a528;
    border-color: #03a528;
    color: #fff
}

.button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.button_style_success {
    background: #03a528;
    border-color: #03a528;
    color: #fff
}

.button_style_success:hover {
    background: #fff;
    border-color: #03a528;
    color: #03a528
}

.button_style_success:active {
    background: #fff;
    border-color: #03a528;
    color: #03a528
}

.button_style_success a {
    color: #fff
}

.button_style_success:hover a {
    color: #03a528
}

.button_style_flat-warning {
    background-color: #ff6613;
    border-color: #ff6613;
    color: #fff
}

.button_style_flat-warning:hover {
    border-color: #fff;
    background-color: #fff;
    color: #ff6613
}

.button_style_flat-warning:active {
    border-color: #fff;
    background-color: #fff;
    color: #ff6613
}

.button_size_m {
    border-width: 3px;
    border-radius: 22px
}

.button_size_m:before {
    height: 39px
}

.button_size_m .button__text {
    margin-right: 47px;
    margin-left: 47px;
    font-size: 14px
}

.button_size_xl {
    border-width: 3px;
    border-radius: 35px
}

.button_size_xl:before {
    height: 61px
}

.button_size_xl .button__text {
    margin-right: 77px;
    margin-left: 77px;
    font-size: 18px
}

.button__text {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
    text-shadow: none
}

.button__icon {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em
}

.media {
    display: table;
    width: 100%
}

.media_align_middle .media__body {
    vertical-align: middle
}

.media_wpappers_fixed {
    table-wpappers: fixed
}

.media__body {
    vertical-align: top;
    display: table-cell;
    width: 100%
}

.social-list {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -5px;
    margin-left: -5px;
    padding: 0
}

.social-list__item {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    list-style-type: none
}

.social-list__link {
    position: relative;
    display: block;
    text-decoration: none
}

.social-list__title {
    overflow: hidden;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0)
}

.title-section {
    font-family: pfkidspro_gradefive, Arial, sans-serif;
    font-size: 50px;
    line-height: 1.25;
    color: #0083c3;
    text-shadow: none;
    font-weight: 400;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 6px 0 0
}

.iconed-title {
    display: table;
    width: 100%;
    margin: 0;
    font-weight: 400
}

.iconed-title__icon {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    border-radius: 100%;
    margin-right: 15px;
    width: 39px;
    height: 39px;
    background-color: #0083c3;
    font-size: 20px;
    color: #fff
}

.iconed-title__text {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    font-family: helveticaneuecyr-light, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400
}

.iconed-title__icon-holder {
    vertical-align: middle;
    display: table-cell
}

.iconed-title__link {
    border-bottom-width: 1px;
    text-decoration: none;
    border-bottom-style: dotted;
    color: #0083c3
}

.iconed-title__link:hover {
    border-bottom-color: transparent
}

.iconed-title__link:active {
    border-bottom-color: transparent
}

.bottom-icons-list {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0 0 5px;
    font-size: 0;
    text-align: center;
    margin-left: -35px
}

.bottom-icons-list__item {
    vertical-align: top;
    display: inline-block;
    margin-left: 35px;
    margin-top: 5px;
    white-space: nowrap;
    list-style-type: none
}

.bottom-icons-list__item:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 82px
}

.bottom-icons-list__link {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none
}

.tournament-list {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0
}

.tournament-list.tournament-list_items-count_5 {
    height: 150px
}

.tournament-list_rank-length_2 .tournament-list__row:hover:not(.tournament-list__row_type_selected):not(.tournament-list__row_type_disabled) .tournament-list__placeholder {
    padding-left: 22px
}

.tournament-list_rank-length_2 .tournament-list__cell:first-child, .tournament-list_rank-length_2 .tournament-list__title:first-child {
    width: 22px
}

.tournament-list_type_spectator {
    border-width: 3px 0 0;
    border-style: solid;
    border-color: #e2edf3
}

.tournament-list__row {
    transition: .5s top ease;
    border-collapse: collapse;
    display: table;
    table-wpappers: fixed;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none
}

.tournament-list__row.tournament-list__row_index_1 {
    top: 25px
}

.tournament-list__row.tournament-list__row_index_2 {
    top: 50px
}

.tournament-list__row.tournament-list__row_index_3 {
    top: 75px
}

.tournament-list__row.tournament-list__row_index_4 {
    top: 100px
}

.tournament-list__row.tournament-list__row_index_5 {
    top: 125px
}

.tournament-list__row:hover:not(.tournament-list__row_type_selected):not(.tournament-list__row_type_disabled) .tournament-list__placeholder {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 16px;
    background-color: rgba(221, 234, 241, .35)
}

.tournament-list__row:hover:not(.tournament-list__row_type_selected):not(.tournament-list__row_type_disabled) .tournament-list__cell {
    visibility: hidden;
    color: #202021
}

.tournament-list__row:hover:not(.tournament-list__row_type_selected):not(.tournament-list__row_type_disabled) .tournament-list__player-info {
    display: none
}

.tournament-list__row:hover:not(.tournament-list__row_type_selected):not(.tournament-list__row_type_disabled) .tournament-list__last-spin-game {
    display: block
}

.tournament-list__row_type_header {
    top: 0
}

.tournament-list__title {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 11px;
    line-height: 1.25;
    color: #b9c6cc;
    text-shadow: none;
    font-weight: 400;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    height: 25px;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    padding: 0;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase
}

.tournament-list__title:first-child {
    width: 16px
}

.tournament-list__title:last-child {
    text-align: right
}

.tournament-list__cell {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #e2edf3;
    height: 25px;
    padding: 0
}

.tournament-list__cell:first-child {
    width: 16px
}

.tournament-list__cell:last-child {
    text-align: right
}

.tournament-list__cell .media {
    height: 100%
}

.tournament-list__placeholder {
    box-sizing: border-box;
    visibility: visible
}

.tournament-list__player-info {
    white-space: nowrap
}

.tournament-list__last-spin-game {
    display: none;
    visibility: visible;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.custom-info {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    color: #8b979e;
    text-shadow: none;
    font-weight: 400;
    padding: 30px
}

.custom-info p {
    margin: 0 0 25px
}

.custom-info h1, .custom-info h2 {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    margin: 0
}

.bottom-line {
    margin: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.bottom-line:before {
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.bottom-line:after {
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #fff
}

.bottom-line__container {
    overflow: hidden;
    vertical-align: middle;
    display: flex;
    width: 100%
}

.game-box {
    position: relative;
    font-size: 25px
}

.game-box:hover .game-box__action-content {
    display: block
}

.game-box__img-holder {
    display: block
}

.game-box__action-content {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    background-color: rgba(255, 255, 255, .89)
}

.game-box__action-content:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.game-box__align-content {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    white-space: normal
}

.game-box__title {
    overflow: hidden;
    max-height: 50px;
    margin: 5px 20px 20px;
    font-family: helveticaneuecyr-thin, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    color: #020021;
    text-shadow: none;
    font-weight: 400;
    letter-spacing: .25px
}

.game-box__holder {
    margin: 20px
}

.game-box__demo-holder {
    margin: 20px 20px 5px
}

.game-box__pseudo-link {
    display: inline-block;
    border-bottom: 1px dotted;
    text-decoration: none;
    cursor: pointer;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #020021;
    text-shadow: none;
    font-weight: 400;
    text-transform: uppercase
}

.game-box__pseudo-link:hover {
    color: #0083c3
}

.game-box__label-new {
    box-sizing: border-box;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 39px;
    height: 39px;
    border: 2px solid #fff;
    background-color: #ff4800;
    font-size: 30px;
    color: #fff
}

.game-box__jackpot-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    white-space: nowrap;
    text-align: center;
    background-color: #0083c3
}

.game-box__jackpot-holder:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.game-box__jackpot-holder:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background: url(/static/reactjs/jackpot-tail.png?v=88074) 0 0 repeat-x
}

.game-box__jackpot-holder:after {
    height: 6px
}

.game-box__jackpot-text {
    vertical-align: middle;
    display: inline-block;
    font-family: helveticaneuecyr-thin, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.25;
    color: #fff;
    text-shadow: none;
    font-weight: 400
}

.game-box__icon-decor {
    position: absolute
}

.game-box__corner-decor {
    position: absolute;
    font-size: 0
}

.game-box__favorite-holder {
    position: absolute;
    right: 1px;
    bottom: 1px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    border-width: 29px
}

.game-box__favorite-link {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    font-size: 16px;
    color: #fff
}

.game-box__favorite-link:hover {
    color: #0083c3
}

.game-box__favorite-link_state_active {
    color: #0083c3
}

.games-list {
    margin: 0;
    padding: 0;
    font-size: 0
}

.games-group_priority_yes {
    padding-top: 40px
}

.games-group_priority_yes .games-list {
    position: relative;
    margin: 0 auto 20px
}

.games-group_priority_yes .games-list .games-list__item_type_jackpot {
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 1;
    margin-left: -294px;
    min-height: 341px;
    width: 588px;
    text-align: left;
    font-size: initial
}

.games-group_priority_yes .games-list ul {
    margin: 0;
    padding: 0 0 20px 30px;
    text-align: left
}

@media (min-width: 0) {
    .games-group_priority_yes .games-list {
        width: 1200px
    }

    .games-group_priority_yes .games-list .games-list__item:nth-child(2), .games-group_priority_yes .games-list .games-list__item:nth-child(4) {
        margin-right: 590px
    }
}

@media (min-width: 1770px) {
    .games-group_priority_yes .games-list {
        width: 1770px
    }

    .games-group_priority_yes .games-list .games-list__item:nth-child(2), .games-group_priority_yes .games-list .games-list__item:nth-child(4) {
        margin-right: 0
    }

    .games-group_priority_yes .games-list .games-list__item:nth-child(3), .games-group_priority_yes .games-list .games-list__item:nth-child(7) {
        margin-right: 590px
    }
}

@media (min-width: 2360px) {
    .games-group_priority_yes .games-list {
        width: 2360px
    }

    .games-group_priority_yes .games-list .games-list__item:nth-child(2), .games-group_priority_yes .games-list .games-list__item:nth-child(4) {
        margin-right: 0
    }

    .games-group_priority_yes .games-list .games-list__item:nth-child(3), .games-group_priority_yes .games-list .games-list__item:nth-child(7) {
        margin-right: 0
    }

    .games-group_priority_yes .games-list .games-list__item:nth-child(10), .games-group_priority_yes .games-list .games-list__item:nth-child(4) {
        margin-right: 590px
    }
}

.games-list_with_bonus {
    margin-top: -30px;
    margin-left: -60px
}

.games-list_with_bonus .games-list__item {
    margin-top: 30px;
    margin-left: 60px
}

.games-list__item {
    vertical-align: top;
    display: inline-block;
    padding-top: 1px;
    padding-left: 1px;
    list-style-type: none
}

.games-list__placeholder {
    list-style-type: none
}

.img-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 140px;
    min-height: 140px
}

.img-box__obj {
    width: 100%
}

.img-box__btn-holder {
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 1;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 6px;
    padding-left: 6px;
    white-space: nowrap;
    text-align: center;
    background-color: rgba(255, 255, 255, .89)
}

.img-box__btn-holder:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.img-box__btn-holder:hover {
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.login-box__container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.login-box__field-holder {
    width: 380px;
    margin: 0 auto 20px;
    width: 220px
}

.login-box__field-holder:last-child {
    margin: 0 auto
}

.login-box__animation {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    position: relative;
    width: 186px;
    height: 186px;
    background: url(/static/reactjs/on-focus-blur-sprite.png?v=88074) 0 0 no-repeat
}

.login-box__animation:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/static/reactjs/on-focus-blur-sprite.png?v=88074) 0 0 no-repeat, url(/static/reactjs/on-change-sprite.png?v=88074) 0 0 no-repeat, url(/static/reactjs/pass-focus-sprite.png?v=88074) 0 0 no-repeat, url(/static/reactjs/pass-on-blur.png?v=88074) 0 0 no-repeat, url(/static/reactjs/pass-validation-error.png?v=88074) 0 0 no-repeat, url(/static/reactjs/pass-validation-success.png?v=88074) 0 0 no-repeat
}

.login-box__animation.loginFocus {
    background: url(/static/reactjs/on-focus-blur-sprite.png?v=88074) 0 0 no-repeat;
    animation: loginFocus .2s steps(6, end) 1;
    animation-fill-mode: forwards
}

.login-box__animation.loginBlur {
    background: url(/static/reactjs/on-focus-blur-sprite.png?v=88074) 0 0 no-repeat;
    animation: loginBlur .2s steps(6, end) 1;
    animation-fill-mode: backwards
}

.login-box__animation.change {
    background: url(/static/reactjs/on-change-sprite.png?v=88074) 0 0 no-repeat
}

.login-box__animation.passFocus {
    background: url(/static/reactjs/pass-focus-sprite.png?v=88074) 0 0 no-repeat;
    animation: passFocus .6s steps(13, end) 1;
    animation-fill-mode: forwards
}

.login-box__animation.passBlur {
    background: url(/static/reactjs/pass-on-blur.png?v=88074) 0 0 no-repeat;
    animation: passBlur .6s steps(10, end) 1;
    animation-fill-mode: forwards
}

.login-box__animation.error {
    background: url(/static/reactjs/pass-validation-error.png?v=88074) 0 0 no-repeat;
    animation: error 1s steps(19, end) 1;
    animation-fill-mode: forwards
}

.login-box__animation.success {
    background: url(/static/reactjs/pass-validation-success.png?v=88074) 0 0 no-repeat;
    animation: success 1s steps(18, end) 1;
    animation-fill-mode: forwards
}

@keyframes loginFocus {
    from {
        background-position: 0 0
    }
    to {
        background-position: -1116px 0
    }
}

@keyframes loginBlur {
    from {
        background-position: -1116px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes passFocus {
    from {
        background-position: 0 0
    }
    to {
        background-position: -2418px 0
    }
}

@keyframes passBlur {
    from {
        background-position: 0 0
    }
    to {
        background-position: -1860px 0
    }
}

@keyframes error {
    from {
        background-position: 0 0
    }
    to {
        background-position: -3534px 0
    }
}

@keyframes success {
    from {
        background-position: 0 0
    }
    to {
        background-position: -3348px 0
    }
}

.login-box__field-wrapper {
    display: inline-block;
    vertical-align: middle
}

.recovery-pass-box__container {
    margin-top: 40px;
    margin-bottom: 60px
}

.recovery-pass-box__field-holder {
    margin: 0 auto 20px;
    width: 220px
}

.recovery-pass-box__message {
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #202021;
    text-shadow: none;
    font-weight: 400
}

.bottom-menu {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center
}

.bottom-menu .bottom-icons-list__item {
    vertical-align: middle;
    margin: 0
}

.bottom-menu .bottom-icons-list__item:before {
    height: 20px
}

.bottom-menu__item {
    vertical-align: middle;
    display: inline-block
}

.bottom-menu__item:not(:first-child) {
    margin-left: 30px
}

.bottom-menu__link {
    display: inline-block;
    text-decoration: none;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #a9bfca;
    text-shadow: none;
    font-weight: 400;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: transparent
}

.bottom-menu__link:hover {
    border-bottom-color: #0083c3;
    color: #0083c3
}

.profile-balance-info {
    width: 100%;
    table-wpappers: fixed;
    border-collapse: separate
}

.profile-balance-info__row:first-child .profile-balance-info__cell {
    border-top: 0
}

.profile-balance-info__cell {
    vertical-align: middle;
    height: 50px;
    border-top: 1px dotted #d6e1e6
}

.profile-balance-info__cell + .profile-balance-info__cell {
    width: 36%;
    text-align: right
}

.profile-balance-info__title {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    margin-right: 10px
}

.profile-balance-info__value {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #8b979e;
    text-shadow: none;
    font-weight: 400
}

.profile-status:after, .profile-status:before {
    content: "";
    display: table
}

.profile-status:after {
    clear: both
}

.profile-status__img-holder {
    position: relative;
    width: 110px;
    height: 0;
    padding-bottom: 110px;
    float: left;
    margin-right: 20px
}

.profile-status__curr-achiev {
    position: absolute;
    top: 0;
    left: 0
}

.profile-status__achiev-ribbon {
    position: absolute;
    bottom: 0;
    left: 0
}

.profile-status__wrapper {
    overflow: hidden
}

.profile-status__title {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    margin-bottom: 5px
}

.profile-status__level {
    margin-bottom: 20px;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #8b979e;
    text-shadow: none;
    font-weight: 400
}

.inline-list {
    margin: 0;
    padding: 0;
    font-size: 0
}

.inline-list_type_campaigns {
    text-align: center;
    margin-left: -10px
}

.inline-list_type_campaigns .inline-list__item {
    min-height: 225px;
    padding-bottom: 10px;
    padding-left: 10px
}

.inline-list_type_campaigns .inline-list__item {
    width: 20%
}

.inline-list_type_shop {
    margin: 0
}

.inline-list_type_shop .inline-list__item {
    margin: 0 0 50px;
    padding: 0 56px 0 0
}

.inline-list_type_shop .inline-list__item {
    width: 196px
}

.inline-list_type_shop-modal {
    margin: 0 -60px 0 0
}

.inline-list_type_shop-modal .inline-list__item {
    padding: 0 60px 30px 0
}

.inline-list_type_shop-modal .inline-list__item {
    width: 354px
}

.inline-list__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    list-style-type: none
}

.promo-list {
    margin: -20px 0 0;
    padding: 0
}

.promo-list__item {
    list-style-type: none;
    margin-top: 20px
}

.promo-list__item:after, .promo-list__item:before {
    content: "";
    display: table
}

.promo-list__item:after {
    clear: both
}

.promo-list__count {
    font-family: pfkidspro_gradefive, Arial, sans-serif;
    font-size: 30px;
    line-height: 72px;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    float: left;
    margin-right: 20px;
    width: 70px;
    height: 72px;
    text-align: center;
    background: url(/static/reactjs/promo-list-marker.png?v=88074) 0 0 no-repeat
}

.promo-list__content {
    overflow: hidden
}

.promo-list__title {
    margin: 0;
    font-family: helveticaneuecyr-light, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400
}

.promo-list__title:first-letter {
    text-transform: uppercase
}

.promo-list__description {
    margin: 0;
    font-family: pfkidspro_gradefive, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.25;
    color: #0083c3;
    text-shadow: none;
    font-weight: 400
}

.schedule-list {
    position: relative;
    margin: 0;
    padding: 0
}

.schedule-list__item {
    position: relative;
    list-style-type: none
}

.schedule-list__item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px
}

.schedule-list__item:not(:last-child) {
    border-bottom: 3px solid #f9fafa
}

.schedule-list__img-holder {
    position: relative;
    width: 380px;
    min-height: 218px
}

.schedule-list__data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .89)
}

.schedule-list__data_type_one-column {
    background: url(/static/reactjs/main-counter-bg.png?v=88074) 0 0 repeat
}

.schedule-list__icon {
    position: absolute;
    width: 39px;
    height: 0;
    padding-bottom: 39px;
    position: absolute;
    z-index: 4;
    top: -10px;
    left: -10px
}

.schedule-list__slug-title {
    word-wrap: break-word;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    border-bottom: 1px solid;
    font-weight: 400;
    text-decoration: none
}

.schedule-list__slug-title:hover {
    color: #0083c3;
    border-bottom-color: #0083c3
}

.schedule-list__slug-title:active {
    color: #0083c3;
    border-bottom-color: #0083c3
}

.schedule-list__weekday-title {
    position: relative;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    margin: 20px 0 30px
}

.schedule-list__counter-decor {
    position: absolute;
    left: 50%;
    font-size: 0;
    transform: translateX(-50%)
}

.schedule-list__wrapper {
    position: relative;
    margin: 60px 0 30px;
    padding: 30px 0
}

.schedule-list__counter-decor-slice {
    position: absolute;
    font-size: 0
}

.tournament-your-pos {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.43;
    color: #0083c3;
    text-shadow: none;
    font-weight: 400
}

.tournament-your-pos__rank {
    font-weight: 700
}

.tournament-your-pos__nick {
    font-weight: 700;
    text-transform: uppercase
}

.tournament-your-pos__rounds {
    font-style: italic
}

.tournament-your-pos__score {
    white-space: nowrap;
    font-weight: 700
}

.booster-indicator {
    z-index: 1;
    visibility: visible;
    position: relative;
    padding: 0 2px;
    white-space: nowrap
}

.booster-indicator_type_inactive .booster-indicator__icon {
    width: 6px;
    height: 6px
}

.booster-indicator_type_inactive .booster-indicator__icon:before {
    border-width: 3px;
    border-style: solid;
    border-color: #c1d5df
}

.booster-indicator_type_mode-on .booster-indicator__icon {
    margin-right: 2px;
    width: 8px;
    height: 8px
}

.booster-indicator_type_mode-on .booster-indicator__icon:after, .booster-indicator_type_mode-on .booster-indicator__icon:before {
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #ff6613
}

.booster-indicator_type_active .booster-indicator__icon {
    width: 6px;
    height: 7px
}

.booster-indicator_type_active .booster-indicator__icon:after, .booster-indicator_type_active .booster-indicator__icon:before {
    height: 7px;
    border-right: 2px;
    border-right-style: solid;
    border-right-color: #0083c3
}

.booster-indicator_type_super-active .booster-indicator__icon {
    width: 6px;
    height: 8px
}

.booster-indicator_type_super-active .booster-indicator__icon:before {
    border-width: 4px 0 4px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #00a724
}

.booster-indicator__icon {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    margin: auto 3px auto 0
}

.booster-indicator__icon:after, .booster-indicator__icon:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0
}

.booster-indicator__icon:before {
    left: 0
}

.booster-indicator__icon:after {
    right: 0
}

.unfinished-achieves__title {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #03a528;
    text-shadow: none;
    font-weight: 400;
    position: relative;
    margin: 20px 0 30px 50px
}

.unfinished-achieves__splash {
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    top: -78px;
    left: 0;
    display: table;
    table-wpappers: fixed;
    width: 100%;
    height: 192px
}

.unfinished-achieves__splash-item {
    position: relative;
    display: table-cell
}

.unfinished-achieves__splash-item:nth-child(2) {
    width: 1200px
}

.unfinished-achieves__splash-item:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 151px;
    height: 100%;
    background: url(/static/reactjs/unfinished-achieves-splash-left.png?v=88074) 0 0 no-repeat
}

.unfinished-achieves__splash-item:nth-child(3):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 152px;
    height: 100%;
    background: url(/static/reactjs/unfinished-achieves-splash-right.png?v=88074) 0 0 no-repeat
}

.unfinished-achieves-list {
    margin: 0 0 0 -10px;
    padding: 0;
    font-size: 0;
    white-space: nowrap
}

.unfinished-achieves-list__item {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 10px 10px 0;
    list-style-type: none;
    text-align: left
}

.unfinished-achieves-list__badge {
    -webkit-transform: translate(25%, -50%);
    -ms-transform: translate(25%, -50%);
    transform: translate(25%, -50%);
    z-index: 4;
    position: absolute;
    top: 0;
    right: 0
}

.game-gift-box {
    position: relative;
    display: inline-block
}

.game-gift-box_type_responsive {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%
}

.game-gift-box__game-holder {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0
}

.game-gift-box__img-holder {
    position: absolute;
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    -webkit-transform: translate(50%, 25%);
    -ms-transform: translate(50%, 25%);
    transform: translate(50%, 25%);
    right: 0;
    bottom: 0
}

.registration-modal {
    min-height: 100vh;
    background: url(/static/reactjs/main-page-screen.jpg?v=88074) 50% 0 no-repeat
}

.registration-modal .sign-up-box__social-column {
    display: none
}

.registration-modal__container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    width: 1000px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 10px 5px #fff
}

.precashier-tabs {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center
}

.precashier-tabs__item {
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    padding-right: 10px;
    padding-left: 10px
}

@media screen and (min-width: 480px) {
    .precashier-tabs__item {
        width: 180px
    }
}

.precashier-tabs__title {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 10px 0 0;
    white-space: nowrap
}

.precashier-gifts {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px
}

.popover-wrapper {
    position: relative;
    display: inline-block;
    width: inherit;
    height: inherit
}

.popover-wrapper_type_full-width {
    width: 100%
}

.popover-wrapper_type_height-auto {
    height: auto
}

.contest-info {
    margin: 0;
    padding: 0;
    font-size: 0
}

.contest-info__item {
    list-style-type: none
}

.contest-info__title {
    margin-right: 5px;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 700
}

.contest-info__title_size_s {
    font-size: 12px
}

.contest-info__title_style_bold {
    font-weight: 700
}

.contest-info__value {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 700
}

.contest-info__value_type_qual {
    color: #03a528
}

.contest-info__value_type_not-qual {
    color: #e92f20
}

.contest-info__text-bold {
    font-weight: 700
}

.title-counter {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    margin: 0;
    text-transform: none
}

.title-counter_style_third {
    text-transform: uppercase
}

.title-counter_size_s {
    font-size: 12px
}

.contest-prize {
    text-transform: uppercase;
    font-family: helveticaneuecyr-light, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400
}

.contest-prize__value {
    text-transform: uppercase;
    font-family: helveticaneuecyr-light, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 700
}

.play-area {
    -o-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    box-sizing: border-box;
    position: relative;
    max-width: 1290px;
    width: 100%;
    margin: auto;
    border: 2px solid #fff;
    padding-right: 260px;
    text-align: left
}

.play-area:not(.play-area_state_spectator) .game-user-tab {
    padding-right: 20px;
    padding-left: 20px
}

.play-area:not(.play-area_state_spectator) .game-user-tab__row {
    margin: 0 -20px 20px;
    padding: 0 20px 30px
}

.play-area_size_4x3 {
    min-width: 1007px
}

@media screen and (max-height: 700px) {
    .play-area_size_4x3 {
        max-width: 1007px
    }
}

@media screen and (min-height: 701px) and (max-height: 800px) {
    .play-area_size_4x3 {
        max-width: 1079px
    }
}

@media screen and (min-height: 801px) and (max-height: 850px) {
    .play-area_size_4x3 {
        max-width: 1213px
    }
}

.play-area_size_4x3 .play-area__iframe-holder {
    padding-bottom: 75%
}

.play-area_size_12x10 {
    min-width: 920px
}

@media screen and (max-height: 700px) {
    .play-area_size_12x10 {
        max-width: 920px
    }
}

@media screen and (min-height: 701px) and (max-height: 800px) {
    .play-area_size_12x10 {
        max-width: 984px
    }
}

@media screen and (min-height: 801px) and (max-height: 900px) {
    .play-area_size_12x10 {
        max-width: 1102px
    }
}

.play-area_size_12x10 .play-area__iframe-holder {
    padding-bottom: 83.33333%
}

.play-area_size_16x9 {
    min-width: 1254px
}

@media screen and (max-height: 700px) {
    .play-area_size_16x9 {
        max-width: 1254px
    }
}

.play-area_size_16x9 .play-area__iframe-holder {
    padding-bottom: 56.25%
}

.play-area_size_16x10 {
    min-width: 1156px
}

@media screen and (max-height: 700px) {
    .play-area_size_16x10 {
        max-width: 1156px
    }
}

@media screen and (min-height: 701px) and (max-height: 750px) {
    .play-area_size_16x10 {
        max-width: 1242px
    }
}

.play-area_size_16x10 .play-area__iframe-holder {
    padding-bottom: 62.5%
}

.play-area_size_1280x770 {
    min-width: 1166px
}

@media screen and (max-height: 770px) {
    .play-area_size_1280x770 {
        max-width: 1166px
    }
}

.play-area_size_1280x770 .play-area__iframe-holder {
    padding-bottom: 60.15625%
}

.play-area_size_1700x770 {
    min-width: 1216px
}

@media screen and (max-height: 770px) {
    .play-area_size_1700x770 {
        max-width: 1216px
    }
}

.play-area_size_1700x770 .play-area__iframe-holder {
    padding-bottom: 70.50666%
}

.play-area_operator_eg.play-area_size_6x5 {
    min-width: 1066px;
    max-width: 1066px
}

.play-area_operator_eg.play-area_size_6x5 .play-area__iframe-holder {
    padding-bottom: 83.33333%
}

.play-area_operator_eg.play-area_size_12x10 {
    min-width: 1466px;
    max-width: 1466px
}

.play-area_operator_eg.play-area_size_12x10 .play-area__iframe-holder {
    padding-bottom: 83.33333%
}

.play-area_state_spectator {
    margin-bottom: 285.16px;
    padding: 0;
    max-width: 1598px
}

.play-area_state_spectator.play-area_size_16x10 {
    min-width: 806px
}

.play-area_state_spectator.play-area_size_16x10 .play-area__iframe-holder {
    padding-bottom: 31.25%
}

.play-area_state_spectator.play-area_size_16x9 {
    min-width: 994px
}

.play-area_state_spectator.play-area_size_16x9 .play-area__iframe-holder {
    padding-bottom: 28.125%
}

.play-area_state_spectator .play-area__iframe-holder {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    padding-bottom: 37.5%;
    background: url(/static/reactjs/lock-white.png?v=88074) 50% 50% no-repeat;
    background-color: rgba(255, 255, 255, .5)
}

.play-area_state_spectator .play-area__iframe-holder + .play-area__iframe-holder {
    border-left: 2px solid #fff;
    width: calc(50% - 1px)
}

.play-area_state_spectator .play-area__sidebar {
    top: 100%;
    right: -2px;
    left: -2px;
    border: 0;
    width: auto;
    height: 285.16px;
    padding: 20px
}

.play-area_state_spectator .play-area__tabs {
    padding-right: 20px;
    padding-left: 20px
}

.play-area_state_spectator .play-area__tabs-content {
    top: 90px;
    height: 195.16px
}

.play-area_state_spectator .play-area__tr-table-holder {
    overflow: hidden;
    max-height: 178px;
    margin-right: -10px;
    margin-left: -10px
}

.play-area_state_spectator .play-area__tr-table-item {
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: 250px
}

.play-area__iframe-holder {
    transition: all .5s;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-color: #fff
}

.play-area__iframe-holder #game_container_ngc, .play-area__iframe-holder div > iframe, .play-area__iframe-holder > iframe, .play-area__iframe-holder > object {
    overflow: hidden;
    visibility: visible !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0
}

.play-area__sidebar {
    box-sizing: border-box;
    transition: all .5s;
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    border-left: 2px solid #fff;
    background-color: #fff
}

.play-area__tabs {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px
}

.play-area__tabs-divider {
    position: absolute;
    top: 60px;
    right: 20px;
    left: 20px;
    height: 10px
}

.play-area__tabs-content {
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    padding-right: 20px;
    padding-left: 20px
}

.play-area__closer {
    z-index: 1;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-color: #e2edf3
}

.play-area__closer:after, .play-area__closer:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -7px;
    margin-right: -1px;
    width: 3px;
    height: 14px;
    background-color: #0083c3
}

.play-area__closer:before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.play-area__closer:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.play-area__closer:hover {
    background-color: #0083c3
}

.play-area__closer:hover:after, .play-area__closer:hover:before {
    background-color: #fff
}

.play-area__custom-info {
    margin-right: -260px;
    background-color: #fff
}

.play-area__spectator-alert {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10%;
    left: 10%;
    text-align: center;
    white-space: normal
}

.game-tournament-tab:after, .game-tournament-tab:before {
    content: "";
    display: table
}

.game-tournament-tab:after {
    clear: both
}

.game-tournament-tab_state_spectator .game-tournament-tab__leadboard {
    overflow: hidden;
    padding-left: 10px
}

.game-tournament-tab_state_spectator .game-tournament-tab__description {
    float: left;
    width: 240px;
    margin-right: 20px
}

.game-tournament-tab_state_spectator .game-tournament-tab__column {
    float: left
}

.game-tournament-tab_state_spectator .game-tournament-tab__progress-wrapper {
    float: left;
    width: 220px;
    margin-right: 20px;
    margin-top: 15px
}

.game-tournament-tab_state_spectator .title-counter {
    text-align: center
}

.game-tournament-tab_state_spectator .game-tournament-tab__min-bet:before {
    content: "";
    display: block;
    border-top: 3px solid #e2edf3;
    margin-bottom: 5px
}

.game-tournament-tab_state_spectator .game-tournament-tab__min-bet:after {
    display: none
}

.game-tournament-tab_state_spectator .game-tournament-tab__banner:before {
    content: "";
    display: block;
    border-top: 3px solid #e2edf3;
    margin-bottom: 10px
}

.game-tournament-tab__progress-wrapper:after, .game-tournament-tab__progress-wrapper:before {
    content: "";
    display: table
}

.game-tournament-tab__progress-wrapper:after {
    clear: both
}

.game-tournament-tab__progress {
    margin-top: 10px;
    margin-bottom: 10px
}

.game-tournament-tab__leadboard {
    font-size: 14px
}

.game-tournament-tab__title {
    font-family: helveticaneuecyr-light, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #0083c3;
    text-shadow: none;
    font-weight: 400;
    margin: 0 0 10px
}

.game-tournament-tab__title .pseudo-link {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

.game-tournament-tab__banner {
    margin-bottom: 10px
}

.game-tournament-tab__min-bet {
    text-align: center
}

.game-tournament-tab__min-bet:after, .game-tournament-tab__min-bet:before {
    content: "";
    display: block;
    border-top: 3px solid #e2edf3
}

.game-tournament-tab__min-bet:before {
    margin-bottom: 5px
}

.game-tournament-tab__min-bet:after {
    margin-top: 5px
}

.game-contest-tab_state_default .game-contest-tab__banner {
    margin-top: 15px;
    margin-bottom: 15px
}

.game-contest-tab_state_default .game-contest-tab__prize-fund:after, .game-contest-tab_state_default .game-contest-tab__prize-fund:before {
    content: "";
    display: block;
    margin-top: 15px;
    margin-bottom: 15px
}

.game-contest-tab_state_default .game-contest-tab__prize-fund:before {
    border-top: 1px solid #e2edf3
}

.game-contest-tab_state_default .game-contest-tab__prize-fund:after {
    border-top: 3px solid #e2edf3
}

.game-contest-tab_state_spectator {
    width: 765px;
    margin: auto
}

.game-contest-tab__title {
    font-family: helveticaneuecyr-light, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #0083c3;
    text-shadow: none;
    font-weight: 400;
    margin: 0 0 20px
}

.game-contest-tab__title .pseudo-link {
    font-family: inherit;
    color: inherit
}

.game-contest-tab__title .pseudo-link {
    font-size: inherit
}

.game-contest-tab__current-round {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #79858c;
    text-shadow: none;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    text-align: center
}

.game-contest-tab__prize-fund-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 125px;
    white-space: nowrap;
    background-color: #f0f6f9
}

.game-contest-tab__prize-fund-box:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.game-contest-tab__prize-fund {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    text-align: center;
    white-space: normal
}

.game-contest-tab__prize-title {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0
}

.game-contest-tab__prize-value {
    font-family: helveticaneuecyr-light, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    color: #ff6613;
    text-shadow: none;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0
}

.game-contest-tab__qual-status {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    text-transform: none;
    margin: 0
}

.game-contest-tab__progress-holder {
    margin-top: 20px;
    margin-bottom: 20px
}

.game-notifications-tab {
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    height: 100%
}

.game-achieves-tab {
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    height: 100%
}

.game-achieves-tab_state_spectator .game-achieves-tab__aligner {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%
}

.game-achieves-tab__aligner {
    position: relative;
    text-align: center
}

.game-achieves-tab__title {
    font-family: helveticaneuecyr-light, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    margin: 0 0 15px;
    text-align: center
}

.game-user-tab_state_default {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e2edf3
}

.game-user-tab_state_default .game-user-tab__cashier {
    text-align: center
}

.game-user-tab_state_default .game-user-tab__help {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px
}

.game-user-tab_state_default .game-user-tab__row {
    background: url(/static/reactjs/game-wavy-line.gif?v=88074) 0 100% repeat-x #fff
}

.game-user-tab_state_default .game-user-tab__deposit-holder:before {
    content: "";
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 10px
}

.game-user-tab_state_spectator {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    table-wpappers: fixed;
    display: table;
    width: 100%;
    max-width: 762px;
    position: relative;
    top: 50%;
    margin: auto
}

.game-user-tab_state_spectator > div {
    vertical-align: top;
    display: table-cell;
    padding-right: 10px;
    padding-left: 10px
}

.game-user-tab_state_spectator .game-user-tab__deposit-holder {
    margin-bottom: 20px
}

.game-user-tab__progress-title {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    margin: 0 0 10px
}

.game-user-tab__progress-title span {
    color: #8b979e
}

.game-user-tab__progress-holder {
    margin-top: 10px;
    margin-bottom: 10px
}

.game-user-tab__cashier > iframe {
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    margin: 0;
    width: 171px;
    height: 129px;
    border: 0;
    border-radius: 3px;
    background-color: #03151e
}

.game-user-tab__help {
    text-align: center
}

.game-adventure-tab_state_spectator {
    text-align: center;
    white-space: nowrap
}

.game-adventure-tab_state_spectator .game-adventure-tab__banner {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin-right: 40px;
    text-align: left;
    white-space: normal
}

.game-adventure-tab_state_spectator .game-adventure-tab__wrapper {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    white-space: normal
}

.game-adventure-tab_state_spectator .game-adventure-tab__wrapper:after, .game-adventure-tab_state_spectator .game-adventure-tab__wrapper:before {
    display: none
}

.game-adventure-tab__title {
    font-family: helveticaneuecyr-light, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #0083c3;
    text-shadow: none;
    font-weight: 400;
    margin: 0 0 10px
}

.game-adventure-tab__title .pseudo-link {
    font-size: inherit
}

.game-adventure-tab__title .pseudo-link {
    font-family: inherit;
    color: inherit
}

.game-adventure-tab__wrapper:after, .game-adventure-tab__wrapper:before {
    content: "";
    display: block
}

.game-adventure-tab__wrapper:before {
    margin-bottom: 5px
}

.game-adventure-tab__wrapper:after {
    margin-top: 5px
}

.game-adventure-tab__wrapper:before {
    border-top: 1px solid #e2edf3
}

.game-adventure-tab__wrapper:after {
    border-top: 3px solid #e2edf3
}

.game-adventure-tab__your-pos {
    margin-top: 20px;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.43;
    color: #0083c3;
    text-shadow: none;
    font-weight: 400;
    font-style: italic
}

.header-link2s {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
    background: #202021;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 1px solid #383b3d
}
.header-link2s  li {
    background: #202021;
}

.header-link2s__icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    font-size: 15px
}

.header-link2s__item {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    height: 100%
}

.header-link2s__link {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 1.25;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 100%;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    font-family: Tahoma, Arial, sans-serif
}

.header-link2s__link:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.header-link2s__link:hover {
    border-bottom-color: #03a528;
    color: #03a528
}

.header-link2s__link_type_casino:hover {
    color: #03a528;
    border-bottom-color: #03a528
}

.header-link2s__link_type_casino .header-link2s__icon {
    font-size: 23px;
    width: 23px
}

.header-link2s__link_type_dealers:hover {
    color: #0896dc;
    border-bottom-color: #0896dc
}

.header-link2s__link_type_bets:hover {
    color: #ff6613;
    border-bottom-color: #ff6613
}

.header-link2s__link_type_fishhunt:hover {
    color: #ffc11a;
    border-bottom-color: #ffc11a
}

.header-link2s__link_type_livebetting:hover {
    color: #a56bca;
    border-bottom-color: #a56bca
}

.header-link2s__link_type_lottery:hover {
    color: #48a51e;
    border-bottom-color: #48a51e
}

.header-link2s__link_type_live-streams:hover {
    color: #ffc11a;
    border-bottom-color: #ffc11a
}

.header-link2s__link_state_active.header-link2s__link_type_casino {
    color: #03a528;
    border-bottom-color: #03a528
}

.header-link2s__link_state_active.header-link2s__link_type_dealers {
    color: #2e7fbf;
    border-bottom-color: #0896dc
}

.header-link2s__link_state_active.header-link2s__link_type_bets {
    color: #ff6613;
    border-bottom-color: #ff6613
}

.header-link2s__link_state_active.header-link2s__link_type_fishhunt {
    color: #ffc11a;
    border-bottom-color: #ffc11a
}

.header-link2s__link_state_active.header-link2s__link_type_livebetting {
    color: #a56bca;
    border-bottom-color: #a56bca
}

.header-link2s__link_state_active.header-link2s__link_type_lottery {
    color: #48a51e;
    border-bottom-color: #48a51e
}

.header-link2s__text {
    vertical-align: middle;
    display: inline-block
}

.mission-list {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.mission-list_type_vertical {
    padding: 0
}

.mission-list_type_vertical:before {
    content: '';
    position: absolute;
    background: url(/static/reactjs/adventure-list-bg.png?v=88074) 0 100% no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 3px
}

.mission-list_type_vertical .mission-list__item {
    overflow: hidden;
    position: absolute;
    left: 0;
    padding-left: 15px;
    width: 100%;
    height: 120px
}

.mission-list_type_vertical .mission-list__item:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #a9bfca;
    border-radius: 50%
}

.mission-list_type_vertical .mission-list__item_state_active:before {
    background: #000
}

.mission-list_type_vertical .mission-list__item_state_active .mission-list__title {
    color: #000
}

.mission-list_type_vertical .mission-list__item_state_active .mission-list__task {
    color: #000
}

.mission-list_type_horizontal {
    white-space: nowrap;
    height: 160px
}

.mission-list_type_horizontal:before {
    content: '';
    position: absolute;
    background: url(/static/reactjs/adventure-list-bg-horizontal.png?v=88074) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mission-list_type_horizontal .mission-list__item {
    position: absolute;
    top: 0;
    vertical-align: top;
    display: inline-block;
    padding: 20px 25px 0;
    width: 320px;
    height: 100%;
    white-space: normal;
    text-align: center
}

.mission-list_type_horizontal .mission-list__item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    background: #a9bfca;
    border-radius: 50%
}

.mission-list_type_horizontal .mission-list__item_state_active:before {
    background: #000
}

.mission-list_type_horizontal .mission-list__item_state_active .mission-list__title {
    color: #000
}

.mission-list_type_horizontal .mission-list__item_state_active .mission-list__task {
    color: #000
}

.mission-list_type_last-step.mission-list_type_vertical:before {
    height: 180px
}

.mission-list_type_last-step.mission-list_type_horizontal:before {
    width: 800px
}

.mission-list__item {
    box-sizing: border-box;
    position: relative
}

.mission-list__title {
    font-family: helveticaneuecyr-light, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #a9bfca;
    text-shadow: none;
    font-weight: 400;
    margin-bottom: 10px
}

.mission-list__task {
    margin: 10px 0 0;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #8b979e;
    text-shadow: none;
    font-weight: 400
}

.boss-fight-box_type_spectator {
    position: relative;
    display: inline-block
}

.boss-fight-box_type_spectator:not(.boss-fight-box_type_lost):not(.boss-fight-box_type_win) {
    display: table;
    table-wpappers: fixed;
    width: 723px
}

.boss-fight-box_type_spectator:not(.boss-fight-box_type_lost):not(.boss-fight-box_type_win) > div {
    vertical-align: top;
    display: table-cell;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0
}

.boss-fight-box_type_spectator .boss-fight-box__wrapper {
    padding-top: 30px
}

.boss-fight-box_type_spectator .boss-fight-box__title {
    margin: 0
}

.boss-fight-box_type_spectator .boss-fight-box__wrapper_type_boss .boss-fight-box__details-progress {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 5px
}

.boss-fight-box_type_spectator .boss-fight-box__lable {
    display: block;
    margin: 0
}

.boss-fight-box_type_spectator img {
    height: 180px
}

.boss-fight-box__wrapper {
    white-space: nowrap
}

.boss-fight-box__wrapper_type_boss {
    -moz-transform: perspective(0) rotate(180deg);
    -o-transform: perspective(0) rotate(180deg);
    -ms-transform: perspective(0) rotate(180deg);
    -webkit-transform: perspective(0) rotate(180deg);
    transform: perspective(0) rotate(180deg)
}

.boss-fight-box__wrapper_type_boss .boss-fight-box__lable {
    -moz-transform: perspective(0) rotate(-180deg);
    -o-transform: perspective(0) rotate(-180deg);
    -ms-transform: perspective(0) rotate(-180deg);
    -webkit-transform: perspective(0) rotate(-180deg);
    transform: perspective(0) rotate(-180deg);
    text-align: right
}

.boss-fight-box__wrapper_type_boss .boss-fight-box__lable {
    color: #ff4604
}

.boss-fight-box__fight-holder {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px
}

.boss-fight-box__fight-holder:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50%;
    height: 50%;
    content: "";
    background: url(/static/reactjs/adventure-bossfight-vs.gif?v=88074) 50% 50% no-repeat;
    background-size: contain
}

.boss-fight-box__lable {
    display: inline-block;
    margin-right: 10px;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #0083c3;
    text-shadow: none;
    font-weight: 700
}

.boss-fight-box__title {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 40px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
    margin: 0;
    font-family: pfkidspro_gradefive, Arial, sans-serif;
    text-transform: uppercase
}

.boss-fight-box__title-versus {
    margin: 30px 0;
    text-align: center;
    position: relative;
    height: 130px;
    font-size: 0
}

.boss-fight-box__title-versus:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/static/reactjs/adventure-bossfight-vs.gif?v=88074) 50% 50% no-repeat;
    background-size: contain
}

.boss-fight-box__progress {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.boss-fight-box__details-progress {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px
}

.boss-fight-box__img-holder {
    margin-right: 40px;
    width: 89px
}

.boss-fight-health-progress_type_boss .boss-fight-health-progress__item_state_active svg {
    fill: #fff
}

.boss-fight-health-progress_type_boss .boss-fight-health-progress__item_state_active svg {
    color: #ff4800
}

.boss-fight-health-progress__item {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    width: 14px;
    height: 14px
}

.boss-fight-health-progress__item svg {
    fill: #fff;
    color: #b8c7c9
}

.boss-fight-health-progress__item_state_active svg {
    fill: #fff
}

.boss-fight-health-progress__item_state_active svg {
    color: #0083c3
}

.floating-bannners-box {
    box-sizing: border-box;
    z-index: 1000;
    position: fixed;
    min-width: 89px;
    bottom: 15%;
    text-align: center;
    background-color: rgba(46, 46, 47, .9);
    white-space: nowrap
}

.floating-bannners-box__aligner {
    vertical-align: middle;
    display: inline-block;
    white-space: normal
}

.floating-bannners-box_position_bottom-right {
    right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.floating-bannners-box_position_bottom-right .floating-banner-list__item:hover:before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: 0;
    top: 0;
    width: 10px
}

.floating-bannners-box_position_bottom-right .floating-banner-list__item:hover:after {
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(46, 46, 47, .9)
}

.floating-bannners-box_position_bottom-right .floating-banner-list__item .floating-banner {
    right: 96px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    animation-name: floating-banner_right_visible
}

.floating-bannners-box_position_bottom-left {
    left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.floating-bannners-box_position_bottom-left .floating-banner-list__item:hover:before {
    content: '';
    position: absolute;
    right: -10px;
    bottom: 0;
    top: 0;
    width: 10px
}

.floating-bannners-box_position_bottom-left .floating-banner-list__item:hover:after {
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(46, 46, 47, .9)
}

.floating-bannners-box_position_bottom-left .floating-banner-list__item .floating-banner {
    left: 96px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    animation-name: floating-banner_left_visible
}

@keyframes floating-banner_left_visible {
    0% {
        opacity: 0;
        transform: translateX(-10px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes floating-banner_right_visible {
    0% {
        opacity: 0;
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.floating-banner {
    display: none;
    box-sizing: border-box;
    z-index: 1000;
    position: fixed;
    margin-top: -85px;
    width: 170px;
    min-height: 150px;
    text-align: center;
    font-size: 0;
    padding: 10px;
    background-color: rgba(46, 46, 47, .9);
    white-space: nowrap;
    animation-duration: .1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards
}

.floating-banner:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.floating-banner_pos_left {
    left: 0
}

.floating-banner_pos_right {
    right: 0;
    border-radius: 4px 0 0 4px
}

.floating-banner_pos_right .floating-banner__closer {
    -webkit-transform: translate(50%, -40%);
    -ms-transform: translate(50%, -40%);
    transform: translate(50%, -40%);
    right: 100%
}

.floating-banner__aligner {
    vertical-align: middle;
    display: inline-block;
    white-space: normal
}

.floating-banner__link-img {
    display: inline-block;
    width: 160px;
    height: 160px;
    text-decoration: none
}

.floating-banner__title {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 15px;
    line-height: 1.25;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    margin: 10px 0
}

.floating-banner__link {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #03a528;
    text-shadow: none;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none
}

.floating-banner__text {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
    word-break: break-all
}

.floating-banner__closer {
    -webkit-transform: translate(-40%, -40%);
    -ms-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    outline: 0;
    border: 0;
    border-radius: 100%;
    border-color: #2e2e2f;
    background-color: #2e2e2f
}

.menu-filter {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center
}

.menu-filter__icon {
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    margin: 0 0 19.5px;
    width: 39px;
    height: 39px;
    border-radius: 100%;
    border: 1px solid #0083c3;
    color: #0083c3;
    font-size: 20px
}

.menu-filter__icon .icons {
    display: none
}

.menu-filter__icon_type_new {
    font-size: 26px
}

.menu-filter__icon_type_slots {
    font-size: 24px
}

.menu-filter__icon_type_top {
    font-size: 18px
}

.menu-filter__input {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 700;
    box-sizing: border-box;
    display: inline-block;
    outline: 0;
    border-radius: 20px;
    border: 1px solid rgba(185, 198, 204, .5);
    width: 100%;
    height: 39px;
    padding: 10px 12px 10px 50px;
    background: #fff
}

.menu-filter__input:-moz-placeholder {
    opacity: 1;
    color: #b9c6cc;
    text-transform: none;
    font-size: 14px
}

.menu-filter__input::-moz-placeholder {
    opacity: 1;
    color: #b9c6cc;
    text-transform: none;
    font-size: 14px
}

.menu-filter__input:-ms-input-placeholder {
    color: #b9c6cc;
    text-transform: none;
    font-size: 14px
}

.menu-filter__input::-webkit-input-placeholder {
    color: #b9c6cc;
    text-transform: none;
    font-size: 14px
}

.menu-filter__input:-webkit-autofill {
    box-shadow: 0 0 0 10em #fff inset
}

.menu-filter__input:-webkit-autofill:hover {
    box-shadow: 0 0 0 10em #fff inset
}

.menu-filter__input:-webkit-autofill:focus {
    box-shadow: 0 0 0 10em #fff inset
}

.menu-filter__input-holder {
    -webkit-transition: width, .2s, ease 1s linear;
    -moz-transition: width, .2s, ease 1s linear;
    -ms-transition: width, .2s, ease 1s linear;
    -o-transition: width, .2s, ease 1s linear;
    transition: width, .2s, ease 1s linear;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 36.33333px;
    width: 0
}

.menu-filter__item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    list-style-type: none;
    vertical-align: top;
    width: 109px;
    -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    -ms-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.menu-filter__item:not(:last-child):after {
    position: absolute;
    top: 9.75px;
    right: 0;
    display: inline-block;
    height: 20px;
    content: "";
    border-left: 1px dotted #b9c6cc
}

.menu-filter__item_state_acitve .menu-filter__link {
    color: #0083c3
}

.menu-filter__item_state_acitve .menu-filter__link .menu-filter__icon {
    background-color: #0083c3;
    color: #fff
}

.menu-filter__item_type_search .menu-filter__link {
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.menu-filter__link {
    -webkit-transition: opacity, .2s, ease 1s linear;
    -moz-transition: opacity, .2s, ease 1s linear;
    -ms-transition: opacity, .2s, ease 1s linear;
    -o-transition: opacity, .2s, ease 1s linear;
    transition: opacity, .2s, ease 1s linear;
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    text-align: center;
    color: #202021;
    text-decoration: none;
    cursor: pointer
}

.menu-filter__link:hover {
    color: #0083c3
}

.menu-filter__link:hover .menu-filter__icon {
    color: #fff
}

.menu-filter__link:active {
    color: #0083c3
}

.menu-filter__link:active .menu-filter__icon {
    background-color: #0083c3;
    color: #fff
}

.menu-filter__search-btn {
    pointer-events: none;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    height: 39px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    bottom: 0;
    border-radius: 100%;
    margin: auto;
    background-color: #0083c3
}

.menu-filter__text {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.25;
    color: inherit;
    text-shadow: none;
    font-weight: 700;
    display: block;
    white-space: normal
}

@font-face {
    font-family: pfkidspro_gradefive;
    src: url(../fonts/PFKidsPro_GradeFive.eot?v=88074);
    src: url(../fonts/PFKidsPro_GradeFive.woff?v=88074) format("woff"), url(../fonts/PFKidsPro_GradeFive.ttf?v=88074) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: banderaproheavy;
    src: url(../fonts/BanderaProHeavy.eot?v=88074);
    src: url(../fonts/BanderaProHeavy.woff?v=88074) format("woff"), url(../fonts/BanderaProHeavy.ttf?v=88074) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helveticaneuecyr-light;
    src: url(../fonts/helveticaneuecyr-light.eot?v=88074);
    src: url(../fonts/helveticaneuecyr-light.woff?v=88074) format("woff"), url(../fonts/helveticaneuecyr-light.ttf?v=88074) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helveticaneuecyr-thin;
    src: url(../fonts/helveticaneuecyr-thin.eot?v=88074);
    src: url(../fonts/helveticaneuecyr-thin.woff?v=88074) format("woff"), url(../fonts/helveticaneuecyr-thin.ttf?v=88074) format("truetype");
    font-weight: 400;
    font-style: normal
}

.partners, .payment-systems, .social {
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat
}

.payment-systems {
    background-image: url(sprite-payment-systems.png?v=88074)
}

.payment-systems.icon-payment-1021 {
    width: 149px;
    height: 36px;
    background-position: 0 -107px
}

.payment-systems.icon-payment-1022 {
    width: 90px;
    height: 26px;
    background-position: -168px -495px
}

.payment-systems.icon-payment-1023 {
    width: 103px;
    height: 36px;
    background-position: -342px -169px
}

.payment-systems.icon-payment-17 {
    width: 57px;
    height: 30px;
    background-position: -459px -333px
}

.payment-systems.icon-payment-19 {
    width: 79px;
    height: 12px;
    background-position: -389px -532px
}

.payment-systems.icon-payment-36 {
    width: 113px;
    height: 27px;
    background-position: -218px -350px
}

.payment-systems.icon-payment-43 {
    width: 100px;
    height: 17px;
    background-position: -95px -532px
}

.payment-systems.icon-payment-44 {
    width: 106px;
    height: 22px;
    background-position: -336px -350px
}

.payment-systems.icon-payment-45 {
    width: 90px;
    height: 24px;
    background-position: -358px -495px
}

.payment-systems.icon-payment-501 {
    width: 57px;
    height: 18px;
    background-position: -144px -561px
}

.payment-systems.icon-payment-502 {
    width: 51px;
    height: 32px;
    background-position: 0 -590px
}

.payment-systems.icon-payment-51 {
    width: 94px;
    height: 30px;
    background-position: 0 -427px
}

.payment-systems.icon-payment-1021:hover {
    width: 149px;
    height: 36px;
    background-position: 0 -66px
}

.payment-systems.icon-payment-1022:hover {
    width: 90px;
    height: 26px;
    background-position: -263px -495px
}

.payment-systems.icon-payment-1023:hover {
    width: 103px;
    height: 36px;
    background-position: -342px -128px
}

.payment-systems.icon-payment-17:hover {
    width: 57px;
    height: 30px;
    background-position: -459px -298px
}

.payment-systems.icon-payment-19:hover {
    width: 79px;
    height: 12px;
    background-position: -305px -532px
}

.payment-systems.icon-payment-36:hover {
    width: 113px;
    height: 27px;
    background-position: -192px -156px
}

.payment-systems.icon-payment-43:hover {
    width: 100px;
    height: 17px;
    background-position: -200px -532px
}

.payment-systems.icon-payment-44:hover {
    width: 106px;
    height: 22px;
    background-position: -198px -462px
}

.payment-systems.icon-payment-45:hover {
    width: 90px;
    height: 24px;
    background-position: 0 -532px
}

.payment-systems.icon-payment-501:hover {
    width: 57px;
    height: 17px;
    background-position: -330px -561px
}

.payment-systems.icon-payment-502:hover {
    width: 51px;
    height: 32px;
    background-position: -56px -590px
}

.payment-systems.icon-payment-51:hover {
    width: 94px;
    height: 30px;
    background-position: -240px -188px
}

.partners {
    background-image: url(sprite-partners.png?v=88074)
}

.partners.icon-adult:hover {
    width: 34px;
    height: 34px;
    background-position: -758px -526px
}

.partners.icon-adult {
    width: 34px;
    height: 34px;
    background-position: -719px -526px
}

.partners.icon-partner-1x2-gaming:hover {
    width: 100px;
    height: 38px;
    background-position: -205px -221px
}

.partners.icon-partner-1x2-gaming {
    width: 100px;
    height: 38px;
    background-position: -205px -175px
}

.bottom-icons-list__link_type_license:hover .partners.icon-partner-crown, .partners.icon-partner-crown:hover {
    width: 30px;
    height: 46px;
    background-position: -719px -475px
}

.partners.icon-partner-crown {
    width: 30px;
    height: 46px;
    background-position: -754px -475px
}

.partners.icon-partner-ecogra:hover {
    width: 200px;
    height: 26px;
    background-position: 0 -354px
}

.partners.icon-partner-ecogra {
    width: 200px;
    height: 26px;
    background-position: -205px -354px
}

.partners.icon-partner-iron-dog:hover {
    width: 49px;
    height: 51px;
    background-position: -719px -308px
}

.partners.icon-partner-iron-dog {
    width: 49px;
    height: 51px;
    background-position: -719px -364px
}

.partners.icon-partner-microgaming:hover {
    width: 140px;
    height: 35px;
    background-position: -291px -459px
}

.partners.icon-partner-microgaming {
    width: 140px;
    height: 35px;
    background-position: -146px -459px
}

.partners.icon-partner-playngo:hover {
    width: 115px;
    height: 45px;
    background-position: -184px -117px
}

.partners.icon-partner-playngo {
    width: 115px;
    height: 45px;
    background-position: -184px -67px
}

.partners.icon-partner-playtech:hover {
    width: 168px;
    height: 35px;
    background-position: -329px -48px
}

.partners.icon-partner-playtech {
    width: 168px;
    height: 35px;
    background-position: -329px -88px
}

.partners.icon-partner-poshfriends:hover {
    width: 71px;
    height: 53px;
    background-position: -643px -58px
}

.partners.icon-partner-poshfriends {
    width: 71px;
    height: 53px;
    background-position: -643px 0
}

.partners.icon-partner-studio-canal:hover {
    width: 166px;
    height: 28px;
    background-position: 0 -500px
}

.partners.icon-partner-studio-canal {
    width: 166px;
    height: 28px;
    background-position: -171px -500px
}

.social {
    background-image: url(sprite-social-networks.png?v=88074)
}

.social.icon-fb:hover {
    width: 28px;
    height: 29px;
    background-position: -33px 0
}

.social.icon-fb {
    width: 28px;
    height: 29px;
    background-position: -99px -68px
}

.social.icon-gp:hover {
    width: 28px;
    height: 29px;
    background-position: -33px -34px
}

.social.icon-gp {
    width: 28px;
    height: 29px;
    background-position: -66px -34px
}

.social.icon-in:hover {
    width: 28px;
    height: 29px;
    background-position: -99px 0
}

.social.icon-in {
    width: 28px;
    height: 29px;
    background-position: -99px -34px
}

.social.icon-tb:hover {
    width: 28px;
    height: 29px;
    background-position: -132px 0
}

.social.icon-tb {
    width: 28px;
    height: 29px;
    background-position: -132px -34px
}

.social.icon-yh:hover {
    width: 28px;
    height: 29px;
    background-position: -165px 0
}

.social.icon-yh {
    width: 28px;
    height: 29px;
    background-position: -165px -34px
}

.main-slider__btn-holder {
    position: relative;
    height: 205px;
    background: url(main-slider-btn-decor-left.png) 0 50% no-repeat, url(main-slider-btn-decor-right.png) 100% 50% no-repeat;
    white-space: nowrap;
    text-align: center
}

.main-slider__btn-holder:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.main-slider__btn-holder:after {
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(main-slider-btn-decor-left.gif?v=88074) 0 50% no-repeat, url(main-slider-btn-decor-right.gif?v=88074) 100% 50% no-repeat
}

.main-slider__btn-holder:hover:after {
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.main-slider__btn {
    z-index: 2;
    position: relative;
    vertical-align: middle;
    display: inline-block
}

.line {
    border-top: 1px dotted #c9d8e7
}

.line_style_dot-img {
    border: 0;
    height: 10px
}

.line_style_solid-bold {
    border-top: 3px solid #202021
}

.line_style_solid-thin {
    border-top: 1px solid #202021
}

.line_style_dark {
    border-color: #020021
}

.header-top {
    z-index: 1060;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    background-color: #202021;
    font-size: 0
}

.header-top__aligner {
    vertical-align: middle;
    display: inline-block;
    height: 47px
}

.header-top__lang {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 12px
}

.header-top__lang:hover .header-top__lang-pseudo-link {
    color: #0083c3
}

.header-top__lang-pseudo-link {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px dotted;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

.header-top__lang-pseudo-link:hover {
    color: #0083c3
}

.header-top__logo {
    position: relative;
    width: 161px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    fill: currentColor;
    font-size: 30px;
    text-align: center;
    text-shadow: 0 0 7px rgba(255, 203, 145, 1);
    text-decoration: none;
    text-transform: uppercase
}

.header-top__dynamic {
    vertical-align: middle;
    display: inline-block
}

.header-top__float-menu {
    float: right;
    background-color: #202021
}

@media screen and (max-width: 1279px) {
    .header-top__float-menu {
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 10px;
        padding-left: 10px
    }
}

.head-dynamic-menu {
    margin: 0;
    padding: 0;
    font-size: 0
}

.head-dynamic-menu__item {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-left: 21px;
    list-style-type: none
}

.head-dynamic-menu__item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -10px;
    display: inline-block;
    height: 18px;
    content: "";
    border-left: 1px dotted rgba(185, 198, 204, .4)
}

.head-dynamic-menu__pseudo-link {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px dotted;
    text-decoration: none
}

.head-dynamic-menu__pseudo-link:hover {
    color: #0083c3
}

.head-dynamic-menu__title {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #a9bfca;
    text-shadow: none;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px
}

.lang-list {
    margin: -8px 0 0;
    padding: 0;
    font-size: 0;
    white-space: normal
}

.lang-list__icon {
    position: relative;
    width: 30px;
    height: 0;
    padding-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(185, 198, 204, .5);
    border-radius: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px
}

.lang-list__item {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    margin-top: 8px;
    white-space: nowrap;
    list-style-type: none
}

.lang-list__link {
    display: inline-block;
    text-decoration: none;
    color: #202021
}

.lang-list__link:hover {
    color: #0083c3
}

.lang-list__link_state_active {
    cursor: default;
    color: #0083c3
}

.lang-list__text {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: inherit;
    text-shadow: none;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block
}

.tabs-list {
    margin: 0;
    padding: 0
}

.tabs-list__link {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #0083c3;
    text-shadow: none;
    font-weight: 700;
    display: inline-block;
    cursor: pointer
}

.tabs-list__link_state_active {
    color: #202021;
    cursor: default
}

.tabs-list__item {
    vertical-align: middle;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: none
}

.tabs-list__item:not(:first-child) {
    margin-left: 30px
}

.is-height-0 {
    overflow: hidden;
    height: 0
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@font-face {
    font-family: PFKidsPro_GradeFive;
    src: url(../fonts/PFKidsPro_GradeFive.eot?v=93438);
    src: url(../fonts/PFKidsPro_GradeFive.woff?v=93438) format("woff"), url(../fonts/PFKidsPro_GradeFive.ttf?v=93438) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helveticaneuecyr-light;
    src: url(../fonts/helveticaneuecyr-light.eot?v=93438);
    src: url(../fonts/helveticaneuecyr-light.woff?v=93438) format("woff"), url(../fonts/helveticaneuecyr-light.ttf?v=93438) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helveticaneuecyr-thin;
    src: url(../fonts/helveticaneuecyr-thin.eot?v=93438);
    src: url(../fonts/helveticaneuecyr-thin.woff?v=93438) format("woff"), url(../fonts/helveticaneuecyr-thin.ttf?v=93438) format("truetype");
    font-weight: 400;
    font-style: normal
}

/*!Animate.css - http://daneden.me/animate

Copyright (c) 2015 Daniel Eden*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@font-face {
    font-family: PFKidsPro_GradeFive;
    src: url(../fonts/PFKidsPro_GradeFive.eot?v=26154);
    src: url(../fonts/PFKidsPro_GradeFive.woff?v=26154) format("woff"), url(../fonts/PFKidsPro_GradeFive.ttf?v=26154) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helveticaneuecyr-light;
    src: url(../fonts/helveticaneuecyr-light.eot?v=26154);
    src: url(../fonts/helveticaneuecyr-light.woff?v=26154) format("woff"), url(../fonts/helveticaneuecyr-light.ttf?v=26154) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helveticaneuecyr-thin;
    src: url(../fonts/helveticaneuecyr-thin.eot?v=26154);
    src: url(../fonts/helveticaneuecyr-thin.woff?v=26154) format("woff"), url(../fonts/helveticaneuecyr-thin.ttf?v=26154) format("truetype");
    font-weight: 400;
    font-style: normal
}

/*!Animate.css - http://daneden.me/animate

Copyright (c) 2015 Daniel Eden*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@font-face {
    font-family: PFKidsPro_GradeFive;
    src: url(../fonts/PFKidsPro_GradeFive.eot?v=100396);
    src: url(../fonts/PFKidsPro_GradeFive.woff?v=100396) format("woff"), url(../fonts/PFKidsPro_GradeFive.ttf?v=100396) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helveticaneuecyr-light;
    src: url(../fonts/helveticaneuecyr-light.eot?v=100396);
    src: url(../fonts/helveticaneuecyr-light.woff?v=100396) format("woff"), url(../fonts/helveticaneuecyr-light.ttf?v=100396) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helveticaneuecyr-thin;
    src: url(../fonts/helveticaneuecyr-thin.eot?v=100396);
    src: url(../fonts/helveticaneuecyr-thin.woff?v=100396) format("woff"), url(../fonts/helveticaneuecyr-thin.ttf?v=100396) format("truetype");
    font-weight: 400;
    font-style: normal
}

@keyframes circleWrapperStepFirst {
    0% {
        width: 50%;
        height: 50%
    }
    25%, 50% {
        width: 80%;
        height: 80%
    }
    100% {
        width: 100%;
        height: 100%
    }
}

@keyframes circleRadiusStepFirst {
    0%, 25% {
        width: 50%;
        height: 50%
    }
    50% {
        width: 80%;
        height: 80%
    }
    100% {
        width: 90%;
        height: 90%
    }
}

@keyframes circleStepFirst {
    0% {
        transform: rotate(0);
        opacity: 0
    }
    25% {
        transform: rotate(-180deg);
        opacity: 1
    }
    50% {
        transform: rotate(-360deg);
        opacity: .1
    }
    100% {
        transform: rotate(-360deg);
        opacity: 0
    }
}

@keyframes circleStepFirstLastPart {
    0%, 25% {
        opacity: 0
    }
    100%, 50% {
        opacity: 1
    }
}

@keyframes circleWrapperStepSecond {
    0% {
        width: 10%;
        height: 10%
    }
    30% {
        width: 20%;
        height: 20%
    }
    47% {
        width: 50%;
        height: 50%
    }
    65% {
        width: 80%;
        height: 80%
    }
    100% {
        width: 100%;
        height: 100%
    }
}

@keyframes circleRadiusStepSecond {
    0% {
        width: 30%;
        height: 30%
    }
    30% {
        width: 40%;
        height: 40%
    }
    47% {
        width: 50%;
        height: 50%
    }
    65% {
        width: 80%;
        height: 80%
    }
    100% {
        width: 90%;
        height: 90%
    }
}

@keyframes circleStepSecond {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0;
        transform: rotate(0)
    }
    47% {
        opacity: 1;
        transform: rotate(-180deg)
    }
    65% {
        opacity: .1;
        transform: rotate(-360deg)
    }
    100% {
        opacity: 0;
        transform: rotate(-360deg)
    }
}

@keyframes circleStepSecondLastPart {
    0%, 30%, 47% {
        opacity: 0
    }
    100%, 65% {
        opacity: 1
    }
}

@keyframes circleWrapperStepThird {
    0% {
        opacity: 0;
        width: 0;
        height: 0%
    }
    35% {
        opacity: 1;
        width: 0;
        height: 0%
    }
    50% {
        opacity: 1;
        width: 25%;
        height: 25%
    }
    70% {
        opacity: .1;
        width: 70%;
        height: 70%
    }
    100% {
        opacity: .1;
        width: 100%;
        height: 100%
    }
}

@keyframes circleRadiusStepThird {
    0% {
        width: 30%;
        height: 30%
    }
    35% {
        width: 40%;
        height: 40%
    }
    50% {
        width: 50%;
        height: 50%
    }
    70% {
        width: 80%;
        height: 80%
    }
    100% {
        width: 90%;
        height: 90%
    }
}

@keyframes rhomb {
    0%, 50% {
        opacity: 0;
        width: 0;
        height: 0%
    }
    62% {
        opacity: 1;
        width: 20%;
        height: 20%
    }
    75%, 85% {
        opacity: 1;
        width: 70%;
        height: 70%
    }
    100% {
        opacity: 1;
        width: 0;
        height: 0%
    }
}

@keyframes rhombPseudo {
    0%, 50%, 62%, 75%, 85% {
        transform: scale(1, 1)
    }
    100% {
        transform: scale(5, 5)
    }
}

@keyframes preloaderLogo {
    0%, 35% {
        opacity: 0;
        width: 0;
        padding-bottom: 0
    }
    65% {
        opacity: 1;
        width: 30%;
        padding-bottom: 30%
    }
    100%, 75% {
        opacity: 1;
        width: 50%;
        padding-bottom: 50%
    }
}

.popover.menu_appear {
    display: block
}

.all-info-slider .rslider__slide {
    width: 400px
}

.all-info-slider .rslider__track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

@media screen and (max-width: 820px) {
    .head-dynamic-menu__item:last-child {
        display: none
    }

    .main-slider__img-holder img {
        min-height: 120px
    }

    .main-slider__title {
        font-size: 25px;
        text-align: center
    }

    .main-slider__btn-holder {
        background: 0 0;
        height: auto;
        margin-bottom: 10px
    }

    .main-slider__btn-holder:after {
        background: 0 0
    }

    .grids__item_width_60pct {
        width: 100%
    }

    .grids_align_middle {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .main-slider {
        min-height: auto
    }

    .all-info-slider .rslider__track {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .all-info-slider .rslider__track:after, .all-info-slider .rslider__track:before {
        content: none
    }

    .all-info-slider__item {
        min-height: auto
    }

    .wpappers__mb-60 {
        margin-bottom: 0
    }

    .custom-info {
        padding: 20px 10px
    }

    .jackpot-casino {
        display: none
    }

    .grids__item_width_40 {
        display: none
    }
}

@media screen and (max-width: 460px) {
    .head-dynamic-menu .button_style_flat-warning {
        display: none
    }

    .header-link2s__link {
        padding-left: 12px;
        padding-right: 12px
    }

    .menu-filter__item {
        width: 56px
    }

    .all-info-slider .rslider__slide {
        width: 100%
    }

    .all-info-slider__item {
        width: 100%
    }

    .all-info-slider__img-holder img {
        width: 100%
    }
}

.custom-info__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-info__col-image {
    width: 100%
}

.custom-info__col-text {
    padding-left: 50px
}

.custom-info img {
    display: block;
    margin: 25px auto;
    margin-top: 0
}

@media screen and (max-width: 768px) {
    .custom-info__wrapp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .custom-info__col-text {
        padding-left: 0
    }
}

table {
    width: 100%;
    margin-bottom: 50px
}

tr:nth-of-type(odd) {
    background-color: rgba(221, 234, 241, .35)
}

th {
    font-weight: 400;
    color: #202021;
    text-align: right;
    white-space: nowrap
}

td, th {
    padding: 6px;
    border: 1px solid #e2edf3
}

td {
    text-align: center
}

@media screen and (max-width: 768px) {
    table {
        display: block
    }

    th {
        background-color: rgba(221, 234, 241, .35);
        text-align: center
    }

    tr > td, tr > th {
        display: block
    }

    tr:nth-of-type(odd) {
        background-color: transparent
    }
}

.bonus__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.bonus__item {
    min-width: 205px;
    margin-bottom: 20px
}

.bonus {
    padding: 20px 30px;
    border: 1px solid #c9d8e7
}

.bonus__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.bonus__row:nth-last-child(2) {
    margin-bottom: 25px
}

.bonus__row:last-child {
    margin-bottom: 0
}

.bonus__sum {
    font-size: 32px;
    color: #0083c3
}

.bonus__descr {
    color: #202021
}

.bonus__depo, .bonus__wager-sum {
    font-size: 21px;
    color: #202021
}

.bonus__review {
    color: #0083c3;
    text-decoration: none;
    -webkit-transition: .35s all ease-out;
    -o-transition: .35s all ease-out;
    transition: .35s all ease-out
}

.bonus__review:hover {
    color: #ff6613
}

.button--bonus {
    margin-bottom: 10px
}

@media screen and (max-width: 768px) {
    .bonus__item {
        width: 45%
    }

    .button--bonus {
        margin-bottom: 18px;
        padding: 10px 20px
    }

    .bonus__review {
        font-size: 18px
    }
}

@media screen and (max-width: 460px) {
    .bonus__item {
        width: 100%
    }

    .bonus {
        padding-top: 20px;
        padding-bottom: 20px
    }
}
footer {
    margin: 20px;
}

main img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}
th {
    text-align: center;
}