@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Vollkorn:400,700&display=swap&subset=cyrillic');
*[hidden] {
  display: none !important;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, code, em, img, s, small, strike, strong, tt, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, embed, audio, video {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  user-select: text;
}

/* All project COMMON */

body {
  line-height: 1;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

button,
button:focus,
button:active {
  outline: none;
}

body, input {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

.disk_list {
  padding-left: 40px;
  list-style: initial;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

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

a:not(.button) {
  color: #414b8a;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.border-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.border-box-container * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

strong, b {
  font-weight: bold;
}
body .container{
    height: 100%;
}
.btn * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#side_menu {
  position: absolute;
  top: 0;
  left: 1024px;
  width: 342px;
  height: 686px;
}

#side_menu > div {
  box-pack: center;
  box-align: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#side_menu #content {
  padding: 5px;
}

.collapse {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.hide {
  display: none;
}

#container {
  position: relative;
  width: 1366px;
  height: 686px;
  margin: auto;
  overflow: hidden;
}

.force3d {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after, .clear {
  clear: both;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}

.selectable, .selectable * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.unselectable, .unselectable * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.underline {
  text-decoration: underline;
}

.simple_scroll_container {
  position: relative;
  padding-right: 32px;
}

.simple_scroll_container::before {
  z-index: 2;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  width: 8px;
  border-radius: 6px;
  background: #bdb58e;
  box-shadow: none;
  content: "";
}


.simple_scroll_container.simple_scroll_hide::before {
  display: none;
}

.simple_scroll_wrapper {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}

.simple_scroll_content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  right: -17px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.simple_scroll_handler {
  z-index: 2;
  position: absolute;
  right: 8px;
  width: 8px;
  margin-right: -2px;
  border-radius: 6px;
  background: #4b3d30;
  box-shadow: none;
  cursor: pointer;
}

.simple_scroll_hidden {
  display: none;
}

.simple_scroll_to_top,
.simple_scroll_to_bottom {
  z-index: 1;
  position: absolute;
  top: -5px;
  right: -4px;
  width: 16px;
  height: 16px;
  background: url(/images/grand/assets.png) -29px -76px;
  cursor: pointer;
  opacity: 0.8;
}

.simple_scroll_to_bottom {
  -webkit-transform: rotate(180deg);
  top: auto;
  bottom: -5px;
  transform: rotate(180deg);
}

.simple_scroll_to_top:hover,
.simple_scroll_to_bottom:hover {
  opacity: 1;
}

.simple_scroll_container.simple_scroll_hide .simple_scroll_to_top,
.simple_scroll_container.simple_scroll_hide .simple_scroll_to_bottom {
  display: none;
}

.simple_scroll_grabbed {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hint {
  -webkit-transform: translate3d(10px, 0, 0);
  -webkit-transition: opacity 200ms;
  z-index: 1;
  position: absolute;
  transform: translate3d(10px, 0, 0);
  border: 1px solid #6a5b22;
  border-radius: 3px;
  background: #e8e18a;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1;
  opacity: 0;
  transition: opacity 200ms;
}

.hint[for=hc_get_password_field] .hint_content {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.hint .hint_content {
  min-width: 120px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}

.hint .hint_close ~ .hint_content {
  padding-right: 15px;
}

.hint .hint_title ~ .hint_close {
  top: 2px;
  right: 4px;
}

.hint::after,
.hint::before {
  position: absolute;
  content: "";
}

.hint::before {
  top: 50%;
  left: -12px;
  margin-top: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #3c3313 transparent transparent;
}

.hint::after {
  top: 50%;
  left: -11px;
  margin-top: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #e8e18a transparent transparent;
}

.hint .hint_title {
  padding: 7px 25px 4px;
  border-bottom: 1px solid #6a5b22;
  text-transform: uppercase;
  white-space: nowrap;
}

.hint .hint_close {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 2px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  cursor: pointer;
  opacity: .5;
}

.hint .hint_close:hover {
  opacity: .9;
}

.hint.hint_place_left {
  -webkit-transform: translate3d(-100%, 0, 0);
  margin-left: -10px;
  transform: translate3d(-100%, 0, 0);
}

.hint.hint_place_left::before {
  right: -14px;
  left: auto;
  border-color: transparent transparent transparent #3c3313;
}

.hint.hint_place_left::after {
  right: -12px;
  left: auto;
  border-color: transparent transparent transparent #e8e18a;
}

.hint.hint_place_top,
.hint.hint_place_top_right_corner {
  -webkit-transform: translate3d(0, -100%, 0);
  margin-top: -10px;
  transform: translate3d(0, -100%, 0);
  text-align: center;
}

.hint.hint_place_top::before,
.hint.hint_place_top_right_corner::before {
  top: auto;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  border-color: #3c3313 transparent transparent transparent;
}

.hint.hint_place_top::after,
.hint.hint_place_top_right_corner::after {
  top: auto;
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
  border-color: #e8e18a transparent transparent transparent;
}

.hint.hint_place_top_right_corner::before,
.hint.hint_place_top_right_corner::after {
  margin-left: -38px;
}

.hint .button {
  margin-top: 10px;
}

.modal {
  display: none;
  background: rgba(0, 0, 0, 0.35);
  -webkit-align-items: center;
  -webkit-justify-content: center;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  color: #4e463e;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}

#about_project_modal.modal .content p {
  margin: 20px 0;
  line-height: 1.4;
  text-indent: 1em;
}

#about_project_modal a {
  display: inline;
}

#volume_slider {
  position: absolute;
  top: 21px;
  left: 17px;
  width: 8px;
  height: 120px;
  border-radius: 4px;
  background: #8a8470;
  box-shadow: none;
  cursor: pointer;
}

#volume_slider .noUi-origin {
  background: #3a3026;
}

#volume_slider .noUi-handle {
  top: -5px;
  left: -6px;
  width: 20px;
  height: 22px;
  border: 1px solid #fff295;
  border-radius: 6px;
  background: #a09876;
  box-shadow: none;
  cursor: pointer;
}

#volume_slider .noUi-handle::after,
#volume_slider .noUi-handle::before {
  width: 0;
}

#volume_slider .noUi-handle::after {
  top: 4px;
  left: 3px;
  width: 12px;
  height: 11px;
  background: -webkit-linear-gradient(#e8e7e6 10%, transparent 11%, transparent 44%, #e8e7e6 45%, #e8e7e6 54%, transparent 55%, transparent 89%, #e8e7e6 90%);
  background: linear-gradient(#e8e7e6 10%, transparent 11%, transparent 44%, #e8e7e6 45%, #e8e7e6 54%, transparent 55%, transparent 89%, #e8e7e6 90%);
  opacity: 0.5;
}

.external_game #sound_settings_modal {
  display: none;
}

#game_panel .sound_button:hover + #sound_settings_modal > .body{
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform .4s;
  transform: translate(0, 0);
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;
}

#volume_controller_content {
  position: absolute;
  top: 40px;
  left: 18px;
  width: 40px;
  height: 202px;
  margin: 0 0 0 160px;
  background: #dbd9ba;
}

#volume_controller_content:before {
  position: absolute;
  left: 0;
  top: 20px;
  width: 1px;
  height: 140px;
  background: -webkit-linear-gradient(to bottom, rgba(112, 93, 37, 0.1), rgba(27, 23, 11, 0.7), rgba(112, 93, 37, 0.1));
  background: linear-gradient(to bottom, rgba(112, 93, 37, 0.1), rgba(0, 0, 0, 0.85), rgba(112, 93, 37, 0.1));
  content: '';
}

.unset * {
  color: inherit !important;
  font-family: inherit !important;
  font-size: 22px !important;
  font-weight: inherit !important;
  text-decoration: inherit !important;
  text-transform: inherit !important;
}

.unset a {
  display: inline-block !important;
  color: #225e9e !important;
  text-decoration: underline !important;
}

.unset a:hover {
  text-decoration: none !important;
}

.unset b,
.unset strong,
.unset h1,
.unset h2,
.unset h3,
.unset h4,
.unset h5 {
  font-weight: bold !important;
}

.unset h1 {
  margin: 1em 0 0.5em;
  font-size: 1.6em !important;
}

.unset h2 {
  margin: 1em 0 0.5em;
  font-size: 1.4em !important;
}

.unset h3 {
  margin: 1em 0 0.5em;
  font-size: 1.2em !important;
}

.unset u {
  text-decoration: underline !important;
}

.unset a u {
  text-decoration: none !important;
}

.dragable_grab {
  cursor: move;
}

.resize_handler_corner,
.resize_handler_right,
.resize_handler_bottom {
  z-index: 999;
  position: absolute;
}

.resize_handler_corner {
  right: -15px;
  bottom: -15px;
  width: 0;
  height: 0;
  cursor: se-resize;
}

.resize_handler_corner::after {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 16px;
  height: 20px;
  background: url(/images/grand/assets.png) -320px -424px;
  content: "";
}

.resize_handler_right {
  right: -15px;
  width: 15px;
  height: 100%;
  cursor: e-resize;
}

.resize_handler_bottom {
  bottom: -15px;
  width: 100%;
  height: 15px;
  cursor: s-resize;
}

.resize_overlay,
.drag_overlay {
  display: none;
  position: absolute;
  top: -20%;
  right: -20%;
  bottom: -20%;
  left: -20%;
  background: rgba(0, 0, 0, 0);
}

.custom_select.focus .custom_select_label {
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}

#settings_modal .additional_contacts.opened > .additional_contact::after,
.custom_select.focus .custom_select_label::after {
  border-width: 0 5px 10px;
  border-color: transparent transparent #85814a;
}

#settings_modal .additional_contacts > .additional_contact::after {
  top: 14px;
  right: 7px;
}

.music_icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/images/grand/assets.png);
}

.switch_to_sound .music_icon {
  background-position: -342px -353px;
}

.switch_to_radio .music_icon {
  background-position: -342px -366px;
}

#sound_volume_icon {
  z-index: 1;
  position: relative;
  left: -5px;
  top: 167px;
  cursor: pointer;
  opacity: 1;
}

#sound_volume_icon > span {
  position: absolute;
}

.volume_icon {
  width: 18px;
  height: 16px;
  background: url("/images/grand/icons/sound_on.svg") no-repeat;
}

.volume_none {
  visibility: hidden;
  width: 18px;
  height: 16px;
  background: url("/images/grand/icons/sound_off.svg") no-repeat;
}

#sound_volume_icon.none .volume_none {
  visibility: visible;
}

#sound_volume_icon.none .volume_icon {
  visibility: hidden;
}

.bg_pattern {
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 0) 40%, rgba(183, 183, 183, 0.18) 55%, rgba(255, 255, 255, 0.25) 50%);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 0) 40%, rgba(183, 183, 183, 0.18) 55%, rgba(255, 255, 255, 0.25) 50%);
  background-size: 5px 5px;
}

.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/images/grand/assets.png) no-repeat;
  vertical-align: -1px;
}

.icon_books {
  background-position: -325px -792px;
}

.icon_event {
  background-position: -325px -775px;
}

.icon_soon {
  background-position: -325px -758px;
}

.icon_star {
  background-position: -325px -741px;
}

.icon_tome {
  background-position: -325px -724px;
}

.icon_tournament {
  background-position: -325px -707px;
}

.icon_top_up {
  background: url(/images/grand/icons/top_up.svg);
}

.icon_cancel {
  background-position: -325px -839px;
}

.icon_hourglass {
  width: 11px;
  background-position: -327px -724px;
}

.icon_logo {
  width: 17px;
  height: 18px;
  margin: 0 3px;
  background-position: -199px -843px;
  vertical-align: -3px;
}

.icon_handshake {
  width: 17px;
  height: 17px;
  background-position: -198px -843px;
}

.icon_profile_gold {
  width: 13px;
  height: 14px;
  background-position: -348px -1px;
}

.icon_money_gold {
  width: 15px;
  height: 15px;
  background-position: -348px -16px;
}

.icon_wallet_gold {
  width: 16px;
  height: 16px;
  background-position: -348px -32px;
}

.icon_time_back_gold {
  width: 16px;
  height: 15px;
  background-position: -348px -49px;
}

.icon_home_black {
  width: 14px;
  height: 12px;
  background-position: -348px -64px;
}

.icon_profile_black {
  width: 13px;
  height: 13px;
  background-position: -348px -78px;
}

.icon_anonymous_black {
  width: 14px;
  height: 14px;
  background-position: -348px -92px;
}

.icon_bell_black {
  width: 13px;
  height: 15px;
  background-position: -348px -107px;
}

.icon_info {
  width: 15px;
  height: 16px;
  background-position: -182px -678px;
}

.icon_info_bordered {
  width: 20px;
  height: 20px;
  background-position: -350px -220px;
}

.icon_attention {
  width: 5px;
  height: 18px;
  background-position: -198px -678px;
}

.icon_dollar {
  width: 18px;
  height: 18px;
  background-position: -235px -843px;
}

.icon_pig {
  width: 18px;
  height: 18px;
  background-position: -254px -843px;
}

.icon_mail {
  width: 15px;
  height: 13px;
  background-position: -216px -862px;
}

.icon_phone {
  width: 13px;
  height: 14px;
  background-position: -232px -862px;
}

.icon_phone_white {
  width: 13px;
  height: 14px;
  margin-right: 5px;
  background-position: -285px -815px;
}

.icon_slot {
  width: 20px;
  height: 18px;
  margin-top: -7px;
  background-position: -348px -126px;
}

.icon_about {
  width: 17px;
  height: 19px;
  background-position: -348px -146px;
  vertical-align: -3px;
}

.warn_icon {
  width: 16px;
  height: 16px;
  background: url(/images/grand/assets.png) -349px -203px;
  display: inline-flex;
  position: relative;
  top: 3px;
}

.icon_one_dollar {
  width: 52px;
  height: 46px;
  background-position: -200px -880px;
}

.icon_dollars {
  width: 318px;
  height: 100px;
  background-position: 0px -940px;
}

.icon_info_bordered {
  width: 20px;
  height: 20px;
  background-position: -350px -220px;
}

.game .icon_no_bonus {
  -webkit-transform: rotate(30deg);
  width: 80px;
  height: 28px;
  margin-top: 10px;
  transform: rotate(30deg);
  background: url(/images/grand/assets.png);
  background-position: -250px -880px;
}

.modal .simple_scroll_to_top,
.modal .simple_scroll_to_bottom {
  display: none;
}

.modal_like {
  display: none;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal.backdrop_no_close {
  cursor: not-allowed;
}

.modal .body {
  position: relative;
  border: 3px solid #b38a33;
  border-radius: 1px;
  border-image: url(/images/grand/modal_border_image.png) 3 stretch;
  background-color: #dbd9ba;
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.6);
  cursor: default;
}

.modal .header {
  position: relative;
  min-width: 408px;
  height: 62px;
  background-image: -webkit-linear-gradient(left, #27211b, #524434, #27211b);
  background-image: linear-gradient(to right, #27211b, #524434, #27211b);
  text-align: center;
}

.modal .header::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #967e47, #fbf7c8, #967e47);
  background-image: linear-gradient(to right, #967e47, #fbf7c8, #967e47);
  content: "";
}

.modal .title {
  display: inline-block;
  position: relative;
  height: 45px;
  padding: 18px 90px 0;
  overflow: hidden;
  background-image: -webkit-radial-gradient(ellipse at 50% 46%, rgba(233, 222, 189, 0.3), rgba(233, 222, 189, 0) 60%);
  background-image: radial-gradient(ellipse at 50% 46%, rgba(233, 222, 189, 0.3), rgba(233, 222, 189, 0) 60%);
  background-size: 100% 200%;
  color: #faf6c7;
  font-family: Vollkorn, serif;
  font-size: 18px;
  text-shadow: 0 1px 0 #000000;
  text-transform: uppercase;
}

.modal .title::after,
.modal .title::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(233, 222, 189, 0), rgba(233, 222, 189, 1), rgba(233, 222, 189, 0));
  background-image: linear-gradient(to right, rgba(233, 222, 189, 0), rgba(233, 222, 189, 1), rgba(233, 222, 189, 0));
  content: "";
}

.modal .title::before {
  bottom: -1px;
  background-image: -webkit-linear-gradient(left, rgba(4, 3, 3, 0), rgba(4, 3, 3, 1), rgba(4, 3, 3, 0));
  background-image: linear-gradient(to right, rgba(4, 3, 3, 0), rgba(4, 3, 3, 1), rgba(4, 3, 3, 0));
}

.modal .close_icon {
  -webkit-filter: drop-shadow(0 1px 0 #000000);
  position: absolute;
  top: 9px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: url(/images/grand/modal_assets.png) no-repeat -41px -180px;
  cursor: pointer;
  filter: drop-shadow(0 1px 0 #000000);
}

.modal .close_icon:hover {
  -webkit-filter: drop-shadow(0 2px 0 #000000);
  filter: drop-shadow(0 2px 0 #000000);
}

.modal .close_icon:active {
  -webkit-filter: drop-shadow(0 0 0 #000000);
  filter: drop-shadow(0 0 0 #000000);
}

.modal .minimize {
  position: absolute;
  top: 5px;
  right: 35px;
  width: 27px;
  height: 27px;
  cursor: pointer;
}

.modal .minimize::after {
  position: absolute;
  top: 19px;
  right: 3px;
  width: 21px;
  height: 3px;
  background: -webkit-linear-gradient(left, #cdbd7a, #f6e5c2, #cdbd7a);
  background: linear-gradient(to right, #cdbd7a, #f6e5c2, #cdbd7a);
  content: "";
  cursor: pointer;
}

.modal .content {
  position: relative;
  margin-top: -7px;
  background-color: #dbd9ba;
}

.modal_scroll_content {
  margin: 10px 10px 10px 0;
}

.modal .content p {
  margin: 20px 0;
}

.modal .content p:first-child {
  margin-top: 0;
}

.modal .content p:last-child {
  margin-bottom: 0;
}

.modal .footer {
  position: relative;
  height: 62px;
  background-image: -webkit-linear-gradient(left, #342b22, #524434, #342b22);
  background-image: linear-gradient(to right, #342b22, #524434, #342b22);
}

.modal .footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #e9dfae, #b39558, #e9dfae);
  background-image: linear-gradient(to right, #e9dfae, #b39558, #e9dfae);
  content: "";
}

.modal .footer::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 43px;
  margin-top: -22px;
  margin-left: -71px;
  background: url(/images/grand/lobby/assets.png) -303px -101px;
  content: "";
  opacity: 0.5;
}

.modal .footer.without_logo::after {
  content: none;
}

.modal_footer_buttons {
  padding: 13px 10px;
}

.modal_footer_buttons .button {
  margin-right: 10px;
}

.modal_footer_buttons_right {
  text-align: right;
}

.modal_footer_buttons_right .button {
  margin-right: 0;
  margin-left: 10px;
}

.game, .fake_game {
  position: relative;
  display: inline-block;
  padding: 4px;
}

.game .wrapper, .fake_game .wrapper {
  position: relative;
  margin: 0 auto;
  padding: 3px;
  background-image: -webkit-linear-gradient(#c5a865, #fbf7c8 40%, #b48c37);
  background-image: linear-gradient(#c5a865, #fbf7c8 40%, #b48c37);
  box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1),1px 1px 0 rgba(0, 0, 0, 0.1);
}

.game .inner, .fake_game .inner {
  position: relative;
  height: 123px;
}

.game_image {
  background: #b3a960 url(/images/grand/hourglass.png) center no-repeat;
  background-size: 70%;
  text-align: center;
}

.wrap_play_button .button {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.button {
  display: inline-block;
  position: relative;
  height: 38px;
  padding: 8px 18px 0;
  overflow: hidden;
  border: 3px solid #231b14;
  border-image: url(/images/grand/button_border_image.png) 3 stretch;
  background-image: -webkit-linear-gradient(#281e15, #1f1913);
  background-image: linear-gradient(#281e15, #1f1913);
  box-shadow: 0px 0px 2px 1px rgba(88, 88, 88, 0.38),inset 0 0 10px rgba(0, 0, 0, 0.7);
  color: #f4e9c8;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #000000;
  white-space: nowrap;
  cursor: pointer;
}

.button:not([disabled]):not(.disabled):hover {
  background-image: -webkit-linear-gradient(#1a130e, #0f0c09);
  background-image: linear-gradient(#1a130e, #0f0c09);
}

.button[disabled] {
  cursor: default;
}

.button_secondary {
  background-image: -webkit-linear-gradient(#b01a1a, #421515);
  background-image: linear-gradient(#b01a1a, #421515);
}

.button_secondary:not([disabled]):not(.disabled):hover {
  background-image: -webkit-linear-gradient(#991616, #2a0d0d);
  background-image: linear-gradient(#991616, #2a0d0d);
}

.button_wrap {
  margin: 10px 0;
  text-align: center;
}

.game_title {
  position: absolute;
  bottom: 0;
  width: 172px;
  padding: 5px 5px 3px;
  background: #29231c;
  color: #fbf7c8;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.game .top {
  border-color: #54a0de;
  background: -webkit-linear-gradient(left, #427eaf, #54a0de, #427eaf);
  background: linear-gradient(to right, #427eaf, #54a0de, #427eaf);
  box-shadow: inset 0 0 5px #000000;
  color: #ffffff;
  text-shadow: 0 0 3px #000000;
}

.game .label {
  position: absolute;
  top: -11px;
  left: 19px;
  padding: 1px 4px 0;
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  background: #828282;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.game_image .wrap_play_button {
  -webkit-transition: opacity 0.1s linear;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.70);
  opacity: 0;
  transition: opacity 0.1s linear;
}

.game:not(.disabled):hover .wrap_play_button,
.game:not(.disabled):hover .wrap_play_button {
  visibility: visible;
  opacity: 1;
}

.game .jacksum {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 3px;
  left: 50%;
  width: 160px;
  height: 26px;
  padding-top: 5px;
  transform: translate(-50%, -50%);
  background-image: url(/images/grand/icons/tape_jackpot.svg);
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  color: white;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-variant-numeric: lining-nums;
  font-weight: bold;
  text-align: center;
  text-shadow: 0.559px 0.829px 1px rgba(0, 0, 0, 0.42);
  display: flex;
  justify-content: center;
  align-items: center;
}

.game .jacksum span {
  transform: translateY(-2px);
  position: absolute;
  display: block;
}

.game .jacksum span:first-child {
  -webkit-animation: jacksum_text 3s linear infinite;
  animation: jacksum_text 3s linear infinite;
}

.game .jacksum span:last-child {
  -webkit-animation: jacksum 3s linear infinite;
  animation: jacksum 3s linear infinite;
}

@-webkit-keyframes jacksum {
  0% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes jacksum_text {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.list_menu {
  border-top: 1px solid #dbd3b0;
  border-bottom: 1px solid #dbd3b0;
  border-left: 1px solid #dbd3b0;
  border-radius: 3px 0 0 3px;
  background-image: -webkit-linear-gradient(left, #b9b189 73%, #b7af87 93%, #a9a17d);
  background-image: linear-gradient(to right, #b9b189 73%, #b7af87 93%, #a9a17d);
  font-size: 15px;
}

.list_menu .label {
  border-bottom: 1px solid #dbd3b0;
}

.list_menu > li:last-child > .label {
  border-bottom: none;
}

.list_menu .label {
  display: block;
  position: relative;
  height: 40px;
  padding: 8px 0 0 10px;
  cursor: pointer;
}

.list_menu ul {
  display: none;
}

.list_menu .parent.active + ul {
  display: block;
}

.list_menu .parent::after {
  position: absolute;
  top: 17px;
  right: 13px;
  width: 10px;
  height: 7px;
  background: url(/images/grand/assets.png) -241px -816px;
  content: "";
}

.list_menu .parent.active::after {
  background-position: -252px -816px;
}

.list_menu li .label.showed {
  z-index: 3;
  background-color: #dbd9ba;
}

.list_menu {
  background-image: none;
}

.list_menu ul .label.showed {
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
}

.list_menu li .label {
  width: 266px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_menu > li > .label,
.list_menu > li > .parent.active {
  background-color: #b4ac84;
}

.list_menu .label.showed {
  background-color: #dbd9ba;
}

.list_menu li li .label {
  padding-left: 20px;
}

.list_menu li li li .label {
  padding: 0 20px 0 42px;
  background-color: #d4d0b7;
  white-space: inherit;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.list_menu li li li .label.showed {
  padding-left: 42px;
  background-color: #dbd9ba;
}

.list_menu .active {
  z-index: 3;
  background: #dbd9ba;
}

.list_menu .parent.active {
  background-color: transparent;
}

.list_menu li li .label {
  background-color: #d4d0b7;
}

.list_menu ul .parent,
.list_menu ul .parent.active {
  background-color: #c5c0a0;
}

.list_custom {
  margin: 5px;
}

.list_custom > div {
  position: relative;
  margin-top: 10px;
  margin-left: 20px;
}

.list_custom > div[data-counter]::before {
  position: absolute;
  top: 0;
  right: -webkit-calc(100% + 5px);
  right: calc(100% + 5px);
  content: attr(data-counter);
}

.custom_select {
  position: relative;
  width: 100%;
  text-align: left;
}

.custom_select .simple_scroll_content {
  overflow: hidden;
  overflow-y: scroll;
}

.custom_select_label {
  position: relative;
  padding: 2px 20px 0 7px;
  overflow: hidden;
  border: 1px solid #a78231;
  border-radius: 3px;
  border-top-color: #b69553;
  border-bottom-color: #91804a;
  background: #e5e4e1;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.custom_select_label::after {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 10px;
  height: 7px;
  background: url(/images/grand/assets.png) -241px -816px;
  content: "";
}

.custom_select.focus .custom_select_label {
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.custom_select.focus .custom_select_label::after {
  background-position: -252px -816px;
}

.custom_select_options {
  display: none;
  width: auto;
  z-index: 1;
  position: absolute;
  right: 2px;
  left: 2px;
  margin: 5px 0;
  padding: 0;
  border: 1px solid #a78231;
  border-radius: 3px;
  border-top-color: #b69553;
  border-bottom-color: #91804a;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #000000;
    margin-top: 0;
}

.custom_select_option {
  padding: 3px 5px 0;
  overflow: hidden;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
    background: #ffffff;
    margin-bottom: 1px;
}

.custom_select_option:hover {
  background: #f0f0f0;
}

.custom_select_option.active {
  background: #dddddd;
}

.custom_select_options .simple_scroll_wrapper {
  margin-left: -18px;
}

.custom_select_options.simple_scroll_container {
  padding-right: 0;
}

.custom_select_options.simple_scroll_container::before {
  right: 6px;
}

.custom_select_options .simple_scroll_handler {
  right: 5px;
}

.custom_select_options .simple_scroll_to_top {
  top: 2px;
  right: 1px;
}

.custom_select_options .simple_scroll_to_bottom {
  right: 1px;
  bottom: 2px;
}

.custom_select_options.simple_scroll_hide .simple_scroll_wrapper {
  margin-left: 0;
}

.custom_select_options.simple_scroll_hide .simple_scroll_content {
  right: 0;
  overflow: hidden;
}

.custom_select_optgroup_label {
  padding: 7px 0;
  background: rgba(0, 0, 0, 0.1);
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.custom_select_options.simple_scroll_container::before {
  top: 0;
  right: 1px;
  bottom: 0;
  width: 8px;
  background: rgba(100, 71, 8, 0.24);
  box-shadow: none;
}

.custom_select_options .simple_scroll_handler {
  right: 3px;
  width: 8px;
  background: #4b3e30;
  box-shadow: none;
}

.custom_select_options .simple_scroll_to_top,
.custom_select_options .simple_scroll_to_bottom {
  display: none;
}

.form_control {
  display: block;
  width: 100%;
  height: 28px;
  padding: 0 7px;
  border: 1px solid #a78231;
  border-radius: 3px;
  border-top-color: #b69553;
  border-bottom-color: #91804a;
  background: #e5e4e1;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.control_input {
  display: block;
  width: 100%;
  height: 28px;
  padding: 0 7px;
  border: 1px solid #a78231;
  border-radius: 3px;
  border-top-color: #b69553;
  border-bottom-color: #91804a;
  background: #e5e4e1;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.control_group_horizontal {
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.columns {
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.radio_button {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  border: 2px solid #a09877;
  border-radius: 50%;
  vertical-align: -3px;
  margin-right: 5px;
}

input:checked + .radio_button {
  border-color: #3a3026;;
}

input:checked + .radio_button::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #3a3026;
  content: "";
}

.checkbox_button {
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  border: 2px solid #a09877;
  border-radius: 4px;
  vertical-align: -3px;
}

.checkbox_button .wrap {
  display: none;
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  margin-left: -1px;
  background: #3a3026 url(/images/grand/icons/check_mark.svg) 1px 0px no-repeat;
  background-size: 16px 16px;
  border-radius: 4px;
}

input:checked + .checkbox_button .wrap {
  display: block;
}

input:disabled + .radio_button,
input:disabled + .checkbox_button {
  opacity: 0.45;
}

.checkbox .checkbox_button {
  width: 19px;
  height: 19px;
  vertical-align: -5px;
}

.checkbox .checkbox_button::before,
.checkbox .checkbox_button::after {
  position: absolute;
  content: "";
}

.checkbox input:checked + .checkbox_button::after {
  display: block;
}

.slot_info {
  color: #adaa91;
  text-align: left;
}

.slot_info .slot_info_left, .slot_info .slot_info_right, .slot_info .slots_info_separator {
  display: inline-block;
  padding: 7px;
  vertical-align: top;
}

.slot_info .slots_info_separator {
  width: 1px;
  height: 60px;
  padding: 0;
  background: -webkit-linear-gradient(top, transparent, #6f6957, transparent);
  background: linear-gradient(to bottom, transparent, #6f6957, transparent);
}

.slot_info .slot_info_left div,
.slot_info .slot_info_right div {
  padding-top: 5px;
}

.mask_phone_list {
  display: none;
  z-index: 3;
  position: absolute;
  top: 27px;
  left: 0px;
  width: 188px;
  height: 182px;
  padding: 2px;
  overflow: hidden;
  border: 1px solid #a78231;
  border-radius: 3px;
  border-top-color: #b69553;
  border-bottom-color: #91804a;
  background: #e5e4e1;
  text-align: left;
}

.mask_phone_list.show {
  display: block;
}

.mask_phone_list .simple_scroll_container {
  height: 100%;
  margin-left: -25px;
  padding-right: 0;
  font-size: 16px;
}

.mask_phone_list .item {
  width: 180px;
  padding: 1px 0 1px 8px;
  font-size: 14px;
  cursor: pointer;
}

.mask_phone_list .item:hover {
  background: rgba(0, 0, 0, 0.1);
}

.select_mask_btn {
  position: absolute;
  top: 5px;
  height: 28px;
  padding: 0 4px;
  text-align: left;
  cursor: pointer;
}

.select_mask_btn:after {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 0;
  border: 4px solid transparent;
  border-top: 4px solid #6f6462;
  content: "";
}

.select_mask_btn .flag,
.mask_phone_list .flag {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -5px;
}

.phone_input:disabled ~ .select_mask_btn {
  opacity: 0.4;
}

.item[data-code="ru"] {
  display: none;
}

.item[data-code="ru"]:first-child {
  display: block;
}

#control_panel,
#game_panel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 158px;
}

#game_panel {
  height: auto;
  display: none;
  top: 89.8%;
}

#game_panel.netent {
  top: 89.5%;
}

#container.h5game #game_panel {
  height: 112px;
  top: unset;
}

#control_panel .top_panel {
  width: 1032px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#control_panel .top_panel::before,
#control_panel .top_panel::after {
  position: absolute;
  top: 7px;
  left: -43px;
  content: "";
  background: url(/images/grand/assets.png) -80px -1056px;
  width: 44px;
  height: 66px;
}

#control_panel .top_panel::after {
  left: unset;
  right: -43px;
  transform: scale(-1, 1);
}

#control_panel .panel_pipe {
  position: absolute;
  background: url("/images/grand/background_pipe.jpg");
  height: 12px;
  width: 100%;
  top: 23px;
}

#control_panel .bottom_panel,
#game_panel .bottom_panel {
  display: flex;
  justify-content: space-between;
  height: 88px;
  width: 100%;
  position: relative;
  bottom: -10px;
  background: rgba(28, 23, 19, 0.78);
}

#game_panel .bottom_panel {
  height: 100%;
  bottom: 0;
  background: #241c14;
}

.left_bottom_panel,
.right_bottom_panel,
.center_bottom_panel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.left_bottom_panel,
.right_bottom_panel {
  background: #3a3026;
  width: 168px;
  height: 100%;
  border-bottom-right-radius: 80px;
  box-shadow: 1px 5px 4px 1px rgba(0, 0, 0, 0.5);
}

.left_bottom_panel {
  padding: 5px 20px;
  justify-content: flex-start;
}

.right_bottom_panel {
  display: flex;
  justify-content: space-around;
  padding-left: 35px;
  width: 298px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: unset;
  box-shadow: 6px 10px 5px 2px rgba(0, 0, 0, 0.5);
}

.right_bottom_panel .bottom_panel_button {
  flex-direction: unset;
  justify-content: space-evenly;
}


.right_bottom_panel .panel_button {
  font-family: Roboto, sans-serif;
}

.center_bottom_panel {
  width: 926px;
}

.center_bottom_panel .section_1 {
  display: flex;
  justify-content: center;
  width: 200px;
}

.center_bottom_panel .section_2 {
  width: 196px;
  display: flex;
  justify-content: center;
}

.center_bottom_panel .section_3 {
  margin: auto;
}

.center_bottom_panel .section_3 {
  display: flex;
}
.center_bottom_panel .section_3 .panel_button_wrap{
  margin: 0 5px;
}

#game_panel .center_bottom_panel .section_1,
#game_panel .center_bottom_panel .section_2,
#game_panel .center_bottom_panel .section_3 {
  width: auto;
  margin: 0;
}

#game_panel .center_bottom_panel {
  justify-content: space-around;
}

.center_bottom_panel .section_4 {
  display: flex;
  justify-content: space-around;
  width: 260px;
}

#game_panel .center_bottom_panel .section_3 .panel_button,
.center_bottom_panel .section_4 .panel_button {
  width: 47px;
  height: 39px;
  margin: 0 auto 4px;
}

#control_panel .chat {
  position: absolute;
  right: 32px;
  bottom: 98px;
}

.panel_button {
  background: -webkit-linear-gradient(to bottom, #967e47, #fbf7c8, #b39558);
  background: linear-gradient(to bottom, #967e47, #fbf7c8, #b39558);
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 2px;
  border-radius: 8px;
  color: #f2eec0;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}

.panel_button,
.panel_button_wrap {
  font-family: Vollkorn, sans-serif;
}

.panel_button:active {
  background-position: 0 -562px;
}

.panel_button_primary,
.panel_button_secondary {
  background: linear-gradient(to top, #1c1713, #2a1f15);
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 1);
  border-radius: 6px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel_button_secondary,
.panel_button_secondary {
  background: linear-gradient(to top, #421515, #b01a1a);
}

.panel_button_primary::before,
.panel_button_secondary::before {
  background: linear-gradient(to top, #421515, #b01a1a);
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 1);
  border-radius: 6px;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  opacity: 0;
  transition: opacity 0.1s ease-out;
}

.panel_button_secondary::before {
  background: linear-gradient(to top, #884617, #ffb523);
}

.wrap_cashier .panel_button_secondary::before,
.wrap_for_real .panel_button_secondary::before {
  background: none;
  box-shadow: 0px 0px 15px 0px #b6995c;
}

.panel_button_primary:hover:before,
.panel_button_secondary:hover:before {
  opacity: 1;
}

.panel_button_primary div,
.panel_button_secondary div {
  z-index: 1;
}

.bottom_panel_button:active {
  background: linear-gradient(to top, #321212, #851919);
}

#game_panel .wrap_cashier {
  display: block;
}

#game_panel .wrap_for_real {
  display: none;
}

.user_type_fun .flash_game #game_panel .wrap_cashier,
.user_type_fun .h5game #game_panel .wrap_cashier,
.user_type_real .flash_game #game_panel .wrap_for_real,
.user_type_real .h5game #game_panel .wrap_for_real {
  display: none;
}

.user_type_real .flash_game #game_panel .wrap_cashier,
.user_type_real .h5game #game_panel .wrap_cashier,
.user_type_fun .flash_game #game_panel .wrap_for_real,
.user_type_fun .h5game #game_panel .wrap_for_real {
  display: block;
}

.wrap_cashier {
  width: 130px;
}

.wrap_for_real {
  width: 240px;
}

#game_panel  .wrap_for_real .combined_label {
  width: 216px;
  font-size: 18px;
  padding: 0 0 0 30px;
}

#control_panel .top_panel_button {
  width: 148px;
  height: 56px;
}

.icon_sprite {
  background: url("/images/grand/assets.png");
}

.icon_videopokers {
  background: url("/images/grand/icons/videopokers.svg") no-repeat;
  width: 46px;
  height: 26px;
}

.icon_slots {
  background: url("/images/grand/icons/slots.svg") no-repeat;
  width: 26px;
  height: 26px;
}

.icon_roulettes {
  background: url("/images/grand/icons/roulettes.svg") no-repeat;
  width: 26px;
  height: 26px;
}

.icon_pokers {
  background: url("/images/grand/icons/pokers.svg") no-repeat;
  width: 35px;
  height: 26px;
}

.icon_special {
  background: url("/images/grand/icons/special.svg") no-repeat;
  width: 26px;
  height: 26px;
}

.icon_blackjacks {
  background: url("/images/grand/icons/blackjacks.svg")no-repeat;
  width: 35px;
  height: 26px;
}

.icon_events {
  background: url("/images/grand/icons/events.svg") no-repeat;
  width: 22px;
  height: 22px;
}

.icon_tournaments {
  background: url("/images/grand/icons/tournaments.svg") no-repeat;
  width: 22px;
  height: 22px;
}

.icon_lottery {
  background: url("/images/grand/icons/lottery.svg") no-repeat;
  width: 22px;
  height: 22px;
}

.icon_jackpot {
  background: url("/images/grand/icons/777.svg") no-repeat;
  width: 15px;
  height: 10px;
}

.icon_animation {
  background: url("/images/grand/icons/rabbit_on.svg") no-repeat;
  width: 26px;
  height: 26px;
}

.off .icon_animation {
  background: url("/images/grand/icons/rabbit_off.svg") no-repeat;
}

.icon_main_logo {
  background: url("/images/grand/icons/main_logo.svg") no-repeat;
  width: 218px;
  height: 66px;
}

.icon_cashier {
  background: url("/images/grand/icons/wallet.svg") no-repeat;
  width: 24px;
  height: 24px;
}

.icon_settings {
  background: url("/images/grand/icons/settings.svg") no-repeat;
  width: 16px;
  height: 16px;
}

.icon_logout {
  background: url("/images/grand/icons/logout.svg") no-repeat;
  width: 15px;
  height: 15px;
}

.icon_man {
  background: url("/images/grand/icons/man.svg") no-repeat;
  width: 16px;
  height: 16px;
}

.user_status_vip .icon_man {
  width: 19px;
  height: 19px;
  background: url("/images/grand/icons/icon_vip.svg");
}

.icon_sup {
  background: url("/images/grand/icons/sup.svg") no-repeat;
  width: 36px;
  height: 30px;
}

.icon_burger {
  background: url("/images/grand/icons/burger.svg") no-repeat;
  width: 15px;
  height: 15px;
}

.icon_sound {
  background: url("/images/grand/icons/sound_off.svg") no-repeat;
  width: 21px;
  height: 17px;
}

.sound_button.on .icon_sound {
  background: url("/images/grand/icons/sound_on.svg") no-repeat;
  width: 21px;
  height: 17px;
}

.icon_full_screen {
  width: 17px;
  height: 16px;
  background: url(/images/grand/icons/full_screen.svg) no-repeat;
}

.full_screen_button.on .icon_full_screen {
  width: 17px;
  height: 16px;
  background: url(/images/grand/icons/exit_fullscreen.svg) no-repeat;
}

.icon_rules {
  width: 17px;
  height: 16px;
  background: url(/images/grand/icons/books.svg) no-repeat;
}

.icon_vip {
  width: 16px;
  height: 13px;
  background: url(/images/grand/icons/crown.svg) no-repeat;
}

.icon_about_project {
  width: 11px;
  height: 11px;
  background: url(/images/grand/icons/info.svg) no-repeat;
}

.icon_hc {
  width: 11px;
  height: 11px;
  background: url(/images/grand/icons/hc.svg) no-repeat;
}

.icon_handshake {
  width: 11px;
  height: 9px;
  background: url(/images/grand/icons/handshake.svg) no-repeat;
}

.icon_my_bonuses {
  width: 22px;
  height: 20px;
  background: url(/images/grand/icons/pig.svg) no-repeat;
}

.icon_promotional_money {
  width: 21px;
  height: 20px;
  background: url(/images/grand/icons/bonus.svg) no-repeat;
}

.icon_casino_points {
  width: 20px;
  height: 20px;
  background: url(/images/grand/icons/coin.svg) no-repeat;
}

.icon_history {
  width: 22px;
  height: 20px;
  background: url(/images/grand/icons/history.svg) no-repeat;
}

.help_icon {
  display: inline-block;
  width: 23px;
  height: 22px;
  background: url(/images/grand/icons/help.svg) no-repeat;
}

.icon_registration {
  width: 24px;
  height: 24px;
  background: url(/images/grand/icons/registration.svg) no-repeat;
}

.icon_login {
  width: 24px;
  height: 24px;
  background: url(/images/grand/icons/login.svg) no-repeat;
}

.icon_music {
  width: 19px;
  height: 16px;
  background: url(/images/grand/icons/music.svg) no-repeat;
}

.icon_radio {
  width: 19px;
  height: 16px;
  background: url(/images/grand/icons/radio.svg) no-repeat;
}

.icon_login {
  width: 24px;
  height: 24px;
  background: url(/images/grand/icons/login.svg) no-repeat;
}

.icon_app {
  width: 12px;
  height: 12px;
  background: url(/images/grand/icons/android.svg) no-repeat;
}

.icon_vip_label {
  background: url(/images/grand/icons/vip_label.svg) no-repeat;
}

.icon_winnings {
  width: 34px;
  height: 29px;
  background: url(/images/grand/icons/win.svg) no-repeat;
  margin: auto;
}

.icon_events_in_games {
  width: 24px;
  height: 24px;
  background: url(/images/grand/icons/persent.svg) no-repeat;
  margin: auto;
}

.icon_tournaments_in_games {
  width: 24px;
  height: 24px;
  background: url(/images/grand/icons/cup.svg) no-repeat;
  margin: auto;
}

.icon_coin {
  width: 28px;
  height: 28px;
  background: url(/images/grand/icons/coin.svg) no-repeat;
  margin: auto;
}

.icon_help {
  width: 22px;
  height: 20px;
  background: url(/images/grand/icons/help.svg) no-repeat;
  margin: auto;
}

.icon_home {
  width: 22px;
  height: 20px;
  background: url(/images/grand/icons/home.svg) no-repeat;
  margin: auto;
}

.icon_gift {
  width: 69px;
  height: 71px;
  background-position: -5px -1055px;
  position: absolute;
  top: -17px;
}

.icon_arrow.up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.icon_arrow {
  background: url(/images/grand/icons/down_arrow.svg) no-repeat;
  vertical-align: -0.3em;
}

.icon_tickets {
  background: url(/images/grand/icons/tickets.svg) no-repeat;
  width: 20px;
}

.icon_your_tickets {
  background: url(/images/grand/icons/your_tickets.svg) no-repeat;
  width: 20px;
}

.icon_archive {
  background: url(/images/grand/icons/archive.svg) no-repeat;
}

.icon_info_opacity {
  background: url(/images/grand/icons/info_opacity.svg) no-repeat;
  width: 20px;
}

.common_info .icon_info_opacity {
  filter: invert(1) saturate(0.2) brightness(2.3) hue-rotate(180deg);
}

.panel_button_wrap {
  font-size: 12px;
  color: #ebe4c0;
  text-align: center;
}

.panel_button > div {
  flex-direction: column;
}

.notification_badge {
  display: none;
  font-family: 'Roboto', sans-serif;
  z-index: 1;
  position: absolute;
  top: -8px;
  min-width: 20px;
  height: 20px;
  right: -8px;
  border-radius: 20px;
  padding: 0 5px;
  background: #dd3737;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
  color: #e6dbae;
  cursor: pointer;
}

.notification_badge_menu {
  right: 8px;
  top: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  box-shadow: none;
}

.menu .item .notification_badge_menu span {
  margin-left: 0;
}

#cashier_button,
#btn_mode_real {
  width: 54px;
  height: 45px;
}

#menu_button,
.open_lobby_button .panel_button {
  width: 39px;
  height: 32px;
}

.button_combined {
  position: relative;
}

.button_combined .combined_label {
  position: absolute;
  width: 120px;
  height: 40px;
  padding: 0 25px 0 56px;
  top: 4px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, #671f1a, #782d26);
  font-size: 21px;
  border-radius: 8px;
  box-shadow: 0px -1px 1px 1px #935748, 0px 1px 1px 1px #390f0d;
  cursor: pointer;
}

.button_combined .combined_label:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #9a1919;
  box-shadow: 0px -1px 1px 1px #ae463d, 0px 1px 1px 1px #560d0d, 0px 0px 15px 0px #b6995c;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.1s ease-out;
  content: "";
}

.wrap_menu {
  flex-basis: 100%;
  position: relative;
}

#game_panel .wrap_menu,
.open_lobby_button {
  flex-basis: 50%;
}

.wrap_menu:hover .button_combined .combined_label {
  background: linear-gradient(to top, #671f1a, #782d26);
  box-shadow: 0px -1px 1px 1px #935748, 0px 1px 1px 1px #390f0d;
}

.wrap_menu:hover .button_combined .panel_button_primary {
  background: linear-gradient(to top, #421515, #b01a1a);
}

.wrap_cashier:hover .button_combined .combined_label::before,
.wrap_cashier:hover .panel_button_secondary::before,
.wrap_for_real:hover .button_combined .combined_label::before,
.wrap_for_real:hover .panel_button_secondary::before,
#paybackBonus:hover .button_combined .combined_label::before,
#want_bonus:hover .button_combined .combined_label::before,
#welcome_bonus_button:hover .combined_label::before {
  opacity: 1;
}

.wrap_cashier .button_combined .combined_label span,
.wrap_for_real .button_combined .combined_label span,
#want_bonus:hover .button_combined .combined_label span,
#paybackBonus:hover .button_combined .combined_label span,
#welcome_bonus_button:hover .combined_label span {
  z-index: 1;
}

.icon_gift {
  cursor: pointer;
}

.wrap_menu .button_combined .combined_label {
  background: linear-gradient(to top, #26201a, #3d3528);
  box-shadow: 0px -1px 1px 1px #615b48, 0px 1px 1px 1px #17120e;
  font-size: 15px;
  height: 28px;
  width: 115px;
  top: 3px;
  left: 6px;
  padding-right: 45px;
}

.wrap_menu .button_combined .combined_label::after {
  position: absolute;
  right: 11px;
  top: 7px;
  background: url("/images/grand/icons/arrows.svg");
  width: 10px;
  height: 13px;
  content: "";
  transition: transform, 0.3s;
}

.wrap_menu:hover .button_combined .combined_label::after {
  transform: rotate(180deg);
}

.sound_button {
  display: none;
  margin-left: 15px;
}

.sound_button .panel_button,
.full_screen_button .panel_button {
  width: 32px;
  height: 27px;
}

.sound_button.on:active {
  background-position: 0 -482px;
}

.menu {
  display: none;
  top: auto;
  bottom: 30px;
  left: -10px;
  width: 220px;
  padding: 9px;
  background: none;
  color: #161616;
  position: absolute;
}

.menu:after,
#sound_settings_modal:after {
  content: "";
  position: absolute;
  border-top: 12px solid #dbd9ba;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 20px;
}

.menu .body {
  font-weight: normal;
  position: relative;
  width: auto;
  background: #dbd9ba;
  border-radius: 10px;
}

.menu .header {
  background: #3a3026;
  color: #e6e1b6;
  font-size: 12px;
  padding-top: 11px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.menu .header .icon_main_logo {
  width: 114px;
  height: 36px;
  margin: auto;
}

.menu .content {
  font-size: 14px;
  text-align: left;
  color: #201a15;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.menu .content .text_information {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin: 10px auto;
}

.menu .item {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  padding-left: 6px;
  position: relative;
}
.menu .header .item.disabledGamesHistory:hover{
  background: none;
}
.menu .item.bottom_line:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border: none;
    background: -webkit-linear-gradient(left, rgba(112, 93, 37, 0.1), #705d25, rgba(112, 93, 37, 0.1));
    background: linear-gradient(to right, rgba(112, 93, 37, 0.1), #705d25, rgba(112, 93, 37, 0.1));
    content: "";
}

.menu a.item {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.menu .item span{
  margin-left: 5px;
}

.menu .content .item:hover {
  background: linear-gradient(to right, #dedab7,  #c5c19f, #dedab7);
}

.menu .header .item:hover {
  background: #584a3b;
}
.menu .header .item:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border: none;
    background: -webkit-linear-gradient(to right, rgba(233, 222, 189, 0), rgba(233, 222, 189, 1), rgba(233, 222, 189, 0));
    background: linear-gradient(to right, rgba(233, 222, 189, 0), rgba(233, 222, 189, 1), rgba(233, 222, 189, 0));
    content: "";
}

.menu .item .icon_events {
  width: 15px;
  height: 15px;
}

.menu .item .icon_tournaments {
  width: 14px;
  height: 15px;
}

.menu .item .icon_lottery {
  width: 16px;
  height: 15px;
}

.menu .item .icon_jackpot {
  width: 15px;
  height: 10px;
}

.menu .item .icon_rules {
  width: 12px;
  height: 13px;
}

.menu .item .icon_svg,
#sound_volume_icon .icon_svg {
  filter: invert(1) saturate(.2) brightness(2.3) hue-rotate(180deg);
}

.menu_button {
  width: 136px;
  margin: auto;
}

#game_panel .menu_button {
  width: auto;
}

.sound {
  position: relative;
}

#sound_settings_modal {
  display: none;
  top: unset;
  bottom: 35px;
  right: unset;
  left: 0px;
  width: 222px;
  margin: 0;
}

#sound_settings_modal .body {
  text-align: center;
}

#sound_settings_modal .body .header {
  display: flex;
  justify-content: center;
}

#sound_settings_modal .body .content {
  background: #dbd9ba;
  border-radius: 10px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 17px;
  padding-bottom: 17px;
}

#sound_settings_modal .side_sound_btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #bdb58e;
  cursor: pointer;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#sound_settings_modal .side_sound_btn.active {
  cursor: default;
  background: #dbd9ba;
}

#sound_settings_modal .body .content label {
  display: block;
  margin-left: 15px;
  text-align: left;
}

#sound_settings_modal .body .content .sound label {
  padding-bottom: 4px;
}

#sound_settings_modal .body .checkbox_content span {
  font-size: 15px;
}

#sound_settings_modal .body .checkbox_content .on_off {
  display: inline-block;
}

#sound_settings_modal .sound,
#sound_settings_modal .radio {
  display: none;
  height: 162px;
}

#sound_settings_modal .content .active {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#sound_settings_modal .checkbox_content {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.icon_cashback {
  display: none;
  width: 25px;
  height: 25px;
  position: relative;
  top: -28px;
  left: -115px;
  background: url("/images/grand/icons/cashback.svg") no-repeat ;
  background-size: contain;
}

.cashback_modal {
  align-content: center;
  height: 78px;
  width: 192px;
  padding: 12px 10px;
  top: -90px;
  left: -18px;
  font-size: 12px;
  background-color: #dbd9ba;
  border-radius: 10px;
  text-align: center;
  line-height: 1.1;
  color: #231b14;
}

.cashback_modal .close_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 167px;
  background: url("/images/grand/.src/close_balck.png") no-repeat ;
  filter:drop-shadow(0 1px 0 #000000);
}
.cashback_modal::after {
  content: "";
  top: 99%;
  position: absolute;
  border-top: 12px solid #dbd9ba;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 20px;
}

.decoration_cashback_money {
  text-decoration: underline;
  font-weight: 600;
}
