*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  backface-visibility: hidden;
}

html, body {
  height: 100%;
}

html {
}

body {
  display: block;
  position: relative;
  color: #000000;
  font-family: Roboto, serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
}

iframe {
  display: block;
  border: none;
}

table {
  width: 100%;
}

hr {
  height: 1px;
  margin: 10px 0 10px;
  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));
}

i {
  font-style: italic;
}

input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input,
button,
select,
textarea {
  font: inherit;
  line-height: inherit;
}

table {
  border-collapse: collapse;
}

table td {
  text-align: center;
  vertical-align: middle;
}


#games_history_modal .table {
  width: 960px;
  margin: auto;
}

#games_history_modal table {
  border-collapse: unset;
}

#games_history_modal table th {
  vertical-align: middle;
  border: 1px solid #998F77;
  border-top: none;
}

#games_history_modal .scroll_content {
  height: 250px;
  padding-right: 11px;
}

#games_history_modal table thead tr {
  background: #BCB58F;
  color: #372D28;
}

#games_history_modal .game_spins table tr:first-child {
  background: #dcd9ba;
}

#games_history_modal .table th,
#games_history_modal .table td {
  width: 80px;
}

#games_history_modal .table tr:first-child th:first-child,
#games_history_modal .table td:first-child {
  width: 140px;
}

#games_history_modal .table tr:first-child th:nth-child(2),
#games_history_modal .table td:nth-child(2) {
  width: 160px;
}

#games_history_modal .table tr:first-child th:nth-child(9),
#games_history_modal .table td:nth-child(9) {
  width: 80px;
}

#games_history_modal .games_info_container {
  width: 1000px;
  padding-bottom: 15px;
  margin: 10px auto;
  height: 650px;
}

#games_history_modal .common_info {
  position: relative;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#games_history_modal .common_info .inner {
  height: 320px;
  width: 100%;
}

#games_history_modal .common_info .inner p {
  display: none;
}

#games_history_modal .common_info .inner img {
  max-width: 100%;
}

#games_history_modal .common_info .inner .bonus-game img {
  margin: 0;
}

#games_history_modal .common_info .inner:not(.grand) img {
  margin: 5px;
}

#games_history_modal .select_wrapper {
  margin: 0 20px 0 10px;
}

#games_history_modal .custom_select {
  min-width: 200px;
}
#games_history_modal .custom_select .games_select{
    width: 100%;
}

#games_history_modal input {
  background: #e5e4e1;
  width: 110px;
}

#games_history_modal .panel {
  margin: 10px 0;
}

#games_history_modal .date .custom_select {
  width: 160px;
  display: flex;
}

#games_history_modal .no_history_fun {
  height: 170px;
}

.datepiker_label {
  overflow: unset;
}

.datepicker--pointer {
  display: none;
}

.datepickers-container .play_date {
  width: 24px;
  height: 24px;
  padding: 2px 4px;
  border-radius: 50%;
  text-align: center;
}

.datepickers-container .type_1 {
  background-color: #c9c9c9;
}

.datepickers-container .type_2 {
  background-color: #b6b6b6;
}

.datepickers-container .type_3 {
  background-color: #9e9e9e;
}

.datepickers-container .type_4 {
  background-color: #7c7c7c;
  color: #ffffff;
}

.datepickers-container .type_5 {
  background-color: #5c5c5c;
  color: #ffffff;
}

.datepickers-container .type_6 {
  background-color: #484848;
  color: #ffffff;
}

.datepicker--days-names {
  display: none;
}

.-other-month- {
  display: none;
}

.datepicker--nav {
  padding: 0;
}

.datepicker--cell.-current- .play_date {
  background: #0a1e26;
  color: white;
}

.datepicker--nav-action path {
  stroke: #211e1e;
}

#games_history_modal .custom_select .arrow_left,
#games_history_modal .custom_select .arrow_right {
  position: relative;
  top: 2px;
  width: 0;
  height: 0;
  margin: 4px;
  border-width: 8px 10px 8px 0;
  border-style: solid;
  border-color: transparent #4b3e30 transparent transparent;
  cursor: pointer;
}

#games_history_modal .custom_select .arrow_right {
  transform: rotate(180deg);
}

.table, #rules_modal table {
  padding: 1px;
  outline: 1px solid transparent;
  background: -webkit-linear-gradient(#f0e9ce, #bc9d56 50%, #8b7847 51%, #c5af7d);
  background: linear-gradient(#f0e9ce, #bc9d56 50%, #8b7847 51%, #c5af7d);
}

.table table, #rules_modal table {
  margin: 0;
  border: none;
}

.table table td,
#rules_modal table td{
  padding: 4px 2px 2px;
  border: none;
}

.table.double td {
  width: 50%;
}

.table table thead tr,
.table table tbody:first-child tr:first-child{
  background: #bdb58e;
}

.table table tbody tr{
  background: #dcd9ba;
}

.table table tbody tr:nth-child(even) {
  background: #e5e3cc;
}

.table table thead tr,
.table table tbody:first-child tr:first-child
{
  color: inherit;
}

.num_list {
  margin-left: -20px;
}

.num_list ol {
  list-style: none;
  counter-reset: li;
}

.num_list li {
  padding-left: 20px;
}

.num_list strong {
  display: inline-block;
  margin-top: 10px;
}

.num_list li:before {
  content: counters(li, ".") " ";
  counter-increment: li;
}

.num_list li.not_marker:before {
  content: "";
}

.flex {
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

::-webkit-input-placeholder {
  color: #8e8a85;
}

::-moz-placeholder {
  color: #8e8a85;
}

::-ms-input-placeholder {
  color: #8e8a85;
}

::placeholder {
  color: #8e8a85;
}

#complaint_text::-webkit-input-placeholder {
  color: rgba(68, 67, 59, 0.6);
}

#complaint_text::-moz-placeholder {
  color: rgba(68, 67, 59, 0.6);
}

#complaint_text::-ms-input-placeholder {
  color: rgba(68, 67, 59, 0.6);
}

#complaint_text::placeholder {
  color: rgba(68, 67, 59, 0.6);
}

[disabled] {
  opacity: 0.45;
}

.curved_button[disabled],
.button[disabled] {
  cursor: default;
}

.overlay {
  position: fixed;
}

.overflow_hidden {
  overflow: hidden;
}

.inline_block {
  display: inline-block;
}

#privacy_policy_modal .body {
  width: 800px;
}

#privacy_policy_modal .content {
  width: 100%;
  height: 574px;
  text-align: left;
}

#privacy_policy_modal .wrapper {
  position: relative;
  height: 100%;
  padding-right: 30px;
}

#privacy_policy_modal p {
  margin: 0 0 0 20PX;
  line-height: 1.3;
  text-indent: 0;
}

.inline {
  display: inline;
}

.text_indent {
  text-indent: 20px;
}

.text_small {
  font-size: 80%;
}

span.text_indent {
  display: block;
}

.text_color {
  color: #961616;
  font-size: 19px;
}

.footer_bonusplus {
  font-size: 15px;
}

body:not(.user_authorized) .only_authorized {
  display: none !important;
  visibility: hidden !important;
}

body:not(.user_type_fun) .only_type_fun {
  display: none !important;
  visibility: hidden !important;
}

body.user_authorized .only_not_authorized {
  display: none !important;
  visibility: hidden !important;
}

#container {
  -webkit-transform: translate3d(-700px, -437px, 0);
  -webkit-transform-origin: 0 0;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1400px;
  height: 875px;
  overflow: visible;
  transform: translate3d(-700px, -437px, 0);
  transform-origin: 0 0;
  background-size: cover;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
}

#container.flash_game,
#container.h5game {
  width: 1366px;
  height: 798px;
}

#container.initial {
  box-shadow: none;
}

#container.moz_fullscreen {
  margin-top: -1px;
}

#container.flash_game {
  background: #35322d;
}

#container.flash_game.realFlash {
    -webkit-transform: none !important;
    transform: none !important;
}

#container.flash_game.external_game {
  background: #000000;
}

#modules {
  height: 100%;
}

#module_A, #module_B {
  display: none;
  width: 100%;
  height: 100%;
}

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#preloader {
  z-index: 2;
  background: rgba(15, 15, 15, 0.65);
}
#preloader.grand .logo{
    display: none;
}
#preloader .preloader_hint {
  max-width: 720px;
  margin: auto;
  padding-top: 10px;
  color: #dddddd;
  text-align: center;
  text-shadow: 0 0 5px #000000;
}

#preloader.opaque {
  background: -webkit-radial-gradient(#706b64, #1d1a15);
  background: radial-gradient(#706b64, #1d1a15);
}

#preloader canvas {
  display: block;
  margin: 180px auto 0;
}

#preloader .text {
  height: 44px;
  margin-top: 25px;
  color: #cfbe54;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 0 3px #000000, 0 0 3px #000000;
  text-transform: uppercase;
}

#preloader .animation {
  position: relative;
  width: 400px;
  height: 6px;
  margin: 30px auto 0;
  padding: 2px 0;
  overflow: hidden;
}

#preloader .animation div:first-child {
  width: 100%;
  height: 1px;
  background: rgba(246, 237, 205, 0.75);
}

#preloader .animation div:last-child {
  -webkit-transform: translate3d(-5px, 0, 0);
  -webkit-animation: preloader 1s linear infinite;
  position: absolute;
  top: 0;
  width: 10px;
  height: 5px;
  transform: translate3d(-5px, 0, 0);
  background: -webkit-linear-gradient(left, rgba(246, 236, 205, 0), rgba(246, 236, 205, 1) 85%, rgba(246, 236, 205, 0));
  background: linear-gradient(to right, rgba(246, 236, 205, 0), rgba(246, 236, 205, 1) 85%, rgba(246, 236, 205, 0));
  animation: preloader 1s linear infinite;
}

@-webkit-keyframes preloader {
  from {
    -webkit-transform: translate3d(-5px, 0, 0);
    width: 10px;
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(400px, 0, 0);
    width: 400px;
    transform: translate3d(400px, 0, 0);
  }
}

@keyframes preloader {
  from {
    -webkit-transform: translate3d(-5px, 0, 0);
    width: 10px;
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(400px, 0, 0);
    width: 400px;
    transform: translate3d(400px, 0, 0);
  }
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.no_gutter {
  margin-right: 0;
  margin-left: 0;
}

.row::before,
.row::after {
  display: table;
  min-height: 1px;
  content: "";
}

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

.u_1_12,
.u_2_12,
.u_3_12,
.u_4_12,
.u_5_12,
.u_6_12,
.u_7_12,
.u_8_12,
.u_9_12,
.u_1_12,
.u_1_12,
.u_12_12,
.u_1_5 {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.no_gutter > .u_1_12,
.no_gutter > .u_2_12,
.no_gutter > .u_3_12,
.no_gutter > .u_4_12,
.no_gutter > .u_5_12,
.no_gutter > .u_6_12,
.no_gutter > .u_7_12,
.no_gutter > .u_8_12,
.no_gutter > .u_9_12,
.no_gutter > .u_1_12,
.no_gutter > .u_1_12,
.no_gutter > .u_12_12,
.no_gutter > .u_1_5 {
  padding-right: 0;
  padding-left: 0;
}

.u_1_12 {
  width: 8.33333%;
}

.u_2_12 {
  width: 16.66666%;
}

.u_3_12 {
  width: 25%;
}

.u_4_12 {
  width: 33.33333%;
}

.u_5_12 {
  width: 41.66666%;
}

.u_6_12 {
  width: 50%;
}

.u_7_12 {
  width: 58.33333%;
}

.u_8_12 {
  width: 66.66666%;
}

.u_9_12 {
  width: 75%;
}

.u_10_12 {
  width: 83.33333%;
}

.u_11_12 {
  width: 91.66666%;
}

.u_12_12 {
  width: 100%;
}

.u_1_5 {
  width: 20%;
}

@-webkit-keyframes stripes {
  from {
    background-position: 50px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes stripes {
  from {
    background-position: 50px 0;
  }

  to {
    background-position: 0 0;
  }
}

[disabled],
.disabled {
  opacity: 0.45;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.text_uppercase {
  text-transform: uppercase;
}

.fond_bold {
  font-weight: bold;
}

.pull_right {
  float: right;
}

.loader {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 20px 40px 20px 0;
  border-radius: 100%;
  background-color: rgba(110, 92, 35, 0.3);
  color: transparent;
  font-size: 0;
}

.loader, .loader::after, .loader::before {
  -webkit-animation: loaderFade 0.9s ease-in-out infinite;
  animation: loaderFade 0.9s ease-in-out infinite;
}

.loader::after, .loader::before {
  -webkit-animation-delay: 0.3s;
  position: absolute;
  left: 100%;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: rgba(110, 92, 35, 0.3);
  vertical-align: middle;
  animation-delay: 0.3s;
  content: "";
}

.loader::before {
  -webkit-animation-delay: 0.6s;
  left: 200%;
  margin-left: 20px;
  animation-delay: 0.6s;
}

.wrapper_loader {
  position: absolute;
  top: 0;
  width: 960px;
  background: rgba(219, 217, 186, 0.5);
  height: 250px;
  z-index: 2;
  left: 20px;
}

@-webkit-keyframes loaderFade {
  50% {
    background-color: #6e5c23;
  }

  0%, 100% {
    background-color: rgba(110, 92, 35, 0.3);
  }
}

@keyframes loaderFade {
  50% {
    background-color: #6e5c23;
  }

  0%, 100% {
    background-color: rgba(110, 92, 35, 0.3);
  }
}

.button:active {
  color: #fdf7e6;
}

.tab::before,
.tab::after {
  position: absolute;
  top: 0;
  width: 20px;
  height: 35px;
  background: url(/images/grand/gradients.png);
  content: "";
}

.tab::before {
  left: -1px;
  background-position: 0 0;
}

.tab::after {
  right: -1px;
  background-position: 0 -39px;
}

#message_modal .body,
#subscribes_modal .body {
  padding-bottom: 10px;
  text-align: center;					 
}

#message_modal .content,
#subscribes_modal .content {
  width: 320px;
  max-width: 100%;
  margin: auto;
  padding: 20px 10px 0;
  text-align: center;
}

#message_modal .content .red {
  color: #cf0000;
}

#message_modal .button {
  margin: 5px;
}

#game_panel .right_bottom_panel {
  width: 360px;
  padding-right: 10px;
  justify-content: flex-end;
  position: relative;
}

#game_panel .game_panel_block {
  height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
  font-size: 13px;
}

#game_panel .game_panel_block .user_info div span {
  margin-right: 4px
}

#game_panel .user_info {
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(to top, rgb(28, 23, 19), rgb(42, 31, 21));
  color: #f3ecbe;
  font-size: 14px;
  pointer-events: none;
  font-weight: normal;
  display: flex;
  align-items: center;
}

#game_panel .user_info.hidden > div{
  display: none;
}

#game_panel .user_info > div {
  padding-left: 20px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

#game_panel .user_info .balance,
#game_panel .user_info .bonus,
#game_panel .user_info .fun {
  display: inline-block;
  width: 110px;
}

#game_panel .user_info .fun {
  display: none;
}

#game_panel.type_fun .user_info .balance,
#game_panel.type_fun .user_info .bonus {
  display: none;
}

#game_panel .user_info .balance span,
#game_panel .user_info .bonus span,
#game_panel .user_info .fun span{
  opacity: 0.7;
}

.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;
}

#game_panel.type_fun .user_info .fun {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
}

#game_panel .game_info {
  width: 280px;
  height: 42px;
  padding-left: 5px;
  border-radius: 8px;
  background: linear-gradient(to top, rgb(28, 23, 19), rgb(42, 31, 21));
  color: #f3ecbe;
  font-size: 12px;
  text-align: left;
  position: relative;
}

#game_panel .wrapper_info_panel {
  height: 43px;
  position: relative;
  overflow: hidden;
}

#game_panel .game_info .info_panel {
  font-size: 15px;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
}

#game_panel .game_info .outlet div span {
  opacity: 0.8;
}

#game_panel .user_info_block[disabled] {
  cursor: auto;
}

#game_panel .user_info_block {
  -webkit-transform: scale(0.5);
  -webkit-transition: visibility .6s .6s,opacity .3s .6s;
  display: none;
  visibility: visible;
  position: relative;
  top: -124px;
  transform: scale(0.5);
  cursor: pointer;
  opacity: 1;
  transition: visibility .6s .6s,opacity .3s .6s;
}

#game_panel .user_info_block .user_icon {
  position: absolute;
  width: 106px;
  height: 158px;
  border-radius: 52px/79px;
  box-shadow: 0 0 0 1px #000000;
}

.user_status_vip #game_panel .user_info_block .user_icon::after {
  position: absolute;
  top: 116px;
  left: -18px;
  width: 142px;
  height: 43px;
  background: url(/images/grand/assets.png) 0 -642px;
  content: "";
}

#game_panel .user_login {
  -webkit-transform: translate(-50%, 0);
  position: absolute;
  top: 140px;
  left: 53px;
  max-width: 183px;
  height: 38px;
  padding: 5px 0 0;
  transform: translate(-50%, 0);
  background: url(/images/grand/gradients.png) 0 -657px;
  font-size: 24px;
}

.user_status_vip #game_panel .user_login {
  top: 148px;
}

#game_panel .user_login div {
  overflow: hidden;
  text-overflow: ellipsis;
}

#game_panel .user_login::before,
#game_panel .user_login::after {
  position: absolute;
  top: 0;
  width: 21px;
  height: 38px;
  background: url(/images/grand/gradients.png);
  content: "";
}

#game_panel .user_login::before {
  left: -20px;
  background-position: 0 -577px;
}

#game_panel .user_login::after {
  right: -20px;
  background-position: 0 -617px;
}

.wrap_info_block {
  background: linear-gradient(rgb(150, 126, 71), rgb(251, 247, 200), rgb(179, 149, 88));
  padding: 2px;
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.game_panel_block .wrap_info_block:nth-child(2) {
  width: 90%;
}

#right_panel {
  -webkit-transform-origin: 0 0;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 310px;
  height: 100%;
  overflow: hidden;
  transform-origin: 0 0;
  color: #191410;
  font-family: Roboto, sans-serif;
  font-weight: normal;
}

#right_panel .body {
  -webkit-transform: translate3d(-101%, 0, 0);
  -webkit-transform-origin: 0 0;
  -webkit-transition: -webkit-transform .4s .2s;
  position: relative;
  width: 310px;
  height: 100%;
  padding: 0;
  transform: translate3d(-101%, 0, 0);
  transform-origin: 0 0;
  transition: -webkit-transform .4s .2s;
  transition: transform .4s .2s;
  transition: transform .4s .2s,-webkit-transform .4s .2s;
}

#right_panel .body .header,
#right_panel .body .footer {
  width: 100%;
  height: 62px;
  border: 1px solid #4a3d2f;
  background: #342b23;
  background: -webkit-linear-gradient(left, rgba(52, 43, 35, 1) 0%, rgba(82, 68, 52, 1) 49%, rgba(82, 68, 52, 1) 51%, rgba(52, 43, 35, 1) 100%);
  background: linear-gradient(to right, rgba(52, 43, 35, 1) 0%, rgba(82, 68, 52, 1) 49%, rgba(82, 68, 52, 1) 51%, rgba(52, 43, 35, 1) 100%);
}

#right_panel .body .header {
  height: 80px;
}

#right_panel .body .content {
  width: 100%;
  height: 100%;
  padding-bottom: 220px;
  background-color: #dbd9ba;
}

#right_panel.active .body {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#right_panel .body .inner {
  position: relative;
  height: 100%;
  padding-right: 0;
  text-align: center;					 
}

#right_panel .body .inner:not(.simple_scroll_hide):after {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 -8px 8px -5px rgba(0, 0, 0, 0.2);
  content: "";
  pointer-events: none;
}

#right_panel .tabs {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: 36px;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

#right_panel .tabs .line {
  z-index: 4;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #967e47;
}

#right_panel .tabs .line.light {
  z-index: 10;
  bottom: 0;
  height: 2px;
  background: #dbd9ba;
}

#right_panel .tabs .tab {
  display: block;
  z-index: 1;
  position: relative;
  width: 46px;
  height: 36px;
  margin: 0 10px;
  padding: 2px 2px 0;
  float: left;
  border: none;
  border-radius: 6px 6px 0 0;
  background: rgba(246, 236, 205, 1);
  background: -webkit-linear-gradient(top, rgba(246, 236, 205, 1) 0%, rgba(173, 134, 42, 1) 45%, rgba(101, 75, 15, 1) 65%, rgba(141, 111, 51, 1) 89%, rgba(186, 158, 101, 1) 100%);
  background: linear-gradient(to bottom, rgba(246, 236, 205, 1) 0%, rgba(173, 134, 42, 1) 45%, rgba(101, 75, 15, 1) 65%, rgba(141, 111, 51, 1) 89%, rgba(186, 158, 101, 1) 100%);
  color: #220f0f;
  font-size: 17px;
  text-transform: none;
  cursor: pointer;
}

#right_panel .tabs .tab:nth-child(1) {
  z-index: 3;
}

#right_panel .tabs .tab:nth-child(2) {
  z-index: 2;
}

#right_panel .tabs .tab > div {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 38px;
  padding: 4px 0 0;
  background: #bdb58e;
}

#right_panel .tabs .tab::before,
#right_panel .tabs .tab::after {
  position: absolute;
  content: "";
}

#right_panel .tabs .tab::before,
#right_panel .tabs .tab::after {
  -webkit-transform-origin: 50%;
  top: 0;
  width: 14px;
  height: 100%;
  transform-origin: 50%;
  background: rgba(246, 236, 205, 1);
  background: -webkit-linear-gradient(top, rgba(246, 236, 205, 1) 0%, rgba(173, 134, 42, 1) 45%, rgba(101, 75, 15, 1) 65%, rgba(141, 111, 51, 1) 89%, rgba(186, 158, 101, 1) 100%);
  background: linear-gradient(to bottom, rgba(246, 236, 205, 1) 0%, rgba(173, 134, 42, 1) 45%, rgba(101, 75, 15, 1) 65%, rgba(141, 111, 51, 1) 89%, rgba(186, 158, 101, 1) 100%);
}

#right_panel .tabs .tab::before {
  -webkit-transform: skewX(-18deg);
  left: -8px;
  transform: skewX(-18deg);
  border-radius: 6px 0 0 0;
}

#right_panel .tabs .tab > div::before {
  -webkit-transform: skewX(-18deg);
  left: -9px;
  transform: skewX(-18deg);
  border-radius: 4px 0 0 0;
}

#right_panel .tabs .tab::after {
  -webkit-transform: skewX(18deg);
  right: -8px;
  transform: skewX(18deg);
  border-radius: 0 6px 0 0;
}

#right_panel .tabs .tab > div::after {
  -webkit-transform: skewX(18deg);
  right: -9px;
  transform: skewX(18deg);
  border-radius: 0 4px 0 0;
}

#right_panel .tabs .tab.active {
  z-index: 5;
}

#right_panel .tabs .tab > div::before,
#right_panel .tabs .tab > div::after {
  -webkit-transform-origin: 50%;
  display: block;
  position: absolute;
  top: 0;
  width: 14px;
  height: 100%;
  transform-origin: 50%;
  background: #bdb58e;
  content: "";
}

#right_panel .tabs .tab.active > div,
#right_panel .tabs .tab.active > div::before,
#right_panel .tabs .tab.active > div::after {
  background: #dbd9ba;
}

#right_panel .icon_user {
  display: inline-block;
  width: 11px;
  height: 13px;
  background-position: -166px -699px;
  vertical-align: -2px;
}

#right_panel .red {
  color: #990909;
}

#right_panel .media_wrap {
  padding-top: 4px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
}

#right_panel .title {
  padding: 8px 0 2px;
  color: #4e463e;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}

#right_panel .media_list {
  padding: 8px 12px;
}
#right_panel .media_list.winnings{
    display: flex;
    flex-direction: column;
}

#right_panel .decor_wrap {
  position: relative;
  margin-bottom: 8px;
  padding: 8px 0;
}

#right_panel .decor_wrap:before,
#right_panel .decor_wrap:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c5af7d;
  background: -webkit-linear-gradient(left, rgba(197, 175, 125, 0) 0%, #c5af7d 50%, rgba(197, 175, 125, 0) 100%);
  background: linear-gradient(to right, rgba(197, 175, 125, 0) 0%, #c5af7d 50%, rgba(197, 175, 125, 0) 100%);
  content: "";
}

#right_panel .decor_wrap:before {
  top: 0;
}

#right_panel .decor_wrap:after {
  bottom: 0;
}

#right_panel .empty {
  padding: 10px 0;
}

#right_panel .media {
  position: relative;
  width: 100%;
  min-height: 138px;
  margin-bottom: 14px;
  padding: 4px 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

#right_panel .media[disabled] {
  cursor: default;
  opacity: 1;
}

#right_panel .winnings .media {
  min-height: 72px;
  padding: 4px;
    display: flex;
}

#right_panel .media:hover {
  background: rgba(255, 255, 255, 0.8);
}

#right_panel .media .media_title {
  color: #4e463e;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#right_panel .media_wrap .winnings .image {
  width: 120px;
  margin: 4px;
    border: 1px solid rgba(0,0,0,0);
}

#right_panel .tournament .date,
#right_panel .tournaments .media .date {
  margin: -2px 0 2px;
  font-size: 12px;
}

#right_panel .winnings .play_time {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 2px;
  color: #787766;
  font-size: 10px;
}

#right_panel .winnings .play_time .watch_icon {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  border: 2px solid #787766;
  border-radius: 50%;
  vertical-align: -1px;
}

#right_panel .winnings .play_time .watch_icon:after {
  position: absolute;
  top: 0px;
  left: 1px;
  width: 3px;
  height: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #787766 #787766 transparent;
  content: "";
}

#right_panel .winnings .game_title_wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#right_panel .winnings .game_title {
  position: unset;
  width: auto;
  padding: 0;
  background: none;
  color: #5b6fc5;
  font-size: 14px;
  line-height: unset;
  text-decoration: underline;
}

#right_panel .media_wrap .image {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(/images/grand/hourglass.png) center no-repeat;
  background-size: 40%;
}

#right_panel .media_wrap .image div {
  position: relative;
  height: 106px;
  margin: 0 auto;
  background-size: cover;
}

#right_panel .tournament .icon_back {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 25px;
  height: 23px;
  cursor: pointer;
}

#right_panel .tournament .icon_back:hover,
#right_panel .tournament .icon_back:active {
  opacity: 0.7;
}

#right_panel .tournament .description {
  max-height: 94px;
  margin-top: 2px;
  overflow: hidden;
  text-align: left;
}

#right_panel .media .description.short {
  min-height: 46px;
  margin-top: 2px;
  overflow: hidden;
  text-align: left;
}

#right_panel .winnings .media .description {
  min-height: 22px;
  padding: 4px 0;
  text-align: left;
}

#right_panel .events .media .description {
  line-height: 1;
}

#right_panel .media_wrap .description p {
  line-height: inherit !important;
}

#right_panel .media_wrap .description p {
  font-size: 14px !important;
}

#right_panel .media .description > div {
  position: relative;
  width: 100%;
}

#right_panel .media .description .value,
#right_panel .tournament .description .value {
  position: absolute;
  right: 4px;
}

#right_panel .tournament .description .value {
  right: 14px;
}

#right_panel .flip_btn {
  display: block;
  width: 100%;
  height: 20px;
  background: rgba(74, 61, 48, 0.75);
  text-align: center;
  cursor: default;
  opacity: .5;
}

#right_panel .flip_btn.forward {
  display: none;
  margin-top: -14px;
}

#right_panel .flip_btn[data-open-side] {
  display: block;
  cursor: pointer;
  opacity: 1;
}

#right_panel .flip_btn > span {
  display: inline-block;
}

#right_panel .flip_btn.backward > span {
  margin-top: -1px;
  border: 6px solid transparent;
  border-bottom: 10px solid #dad9ba;
}

#right_panel .flip_btn.forward > span {
  margin-top: 5px;
  border: 6px solid transparent;
  border-top: 10px solid #dad9ba;
}

#right_panel .players_table_wrap {
  position: relative;
  min-height: 42px;
}

#right_panel .table {
  max-width: 100%;
  margin: 8px 0 4px;
  padding: 0;
  overflow: auto;
}

#right_panel .players_table a,
#right_panel .players_table a:hover .underline {
  text-decoration: none;
}

#right_panel .footnote {
  margin-bottom: 4px;
  padding: 8px;
  color: #787766;
  font-style: italic;
  line-height: 1;
}

#right_panel td {
  font-size: 90%;
}

#right_panel table {
  line-height: 1;
  text-align: center;
  table-layout: fixed;
}

#right_panel table thead tr {
  background-color: #bdb58e;
}

#right_panel table tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#right_panel table tbody tr:nth-child(even) {
  background-color: #e5e3cc;
}

#right_panel table tbody tr.highlighted,
#right_panel table tbody tr.highlighted:nth-child(even) {
  background-color: #12ad14;
}

#right_panel table tbody tr.highlighted .green,
#right_panel table tbody tr.highlighted,
#right_panel .media_wrap .highlighted a {
  color: #ffffff;
}

#right_panel .tournament .highlighted .online_indicator.active {
  background: #4de84a;
}

#right_panel table thead th {
  vertical-align: middle;
}

#right_panel table td {
  padding: 6px 1px;
  vertical-align: middle;
}

#right_panel .media_wrap a {
  color: #000000;
}

#right_panel .green {
  color: #005e00;
}

#right_panel .content .button {
  margin: 5px auto;
  padding-right: 35px;
  padding-left: 35px;
  font-weight: bold;
}

#right_panel .tournament .media_title {
  position: relative;
  padding: 8px 2px 2px;
  color: #4e463e;
  font-family: Vollkorn, serif;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

#right_panel .tournament .media_title > a {
  color: #4e463e;
  font-size: 16px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}

#right_panel .tournament .preview > div {
  padding: 8px;
  background: rgba(255, 255, 255, 0.4);
}

#right_panel .tournament .image img {
  display: block;
  width: 100%;
}

#right_panel .tournament .online_indicator {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  border-radius: 3px;
  background: transparent;
}

#right_panel .tournament .online_indicator.active {
  background: #005e00;
}

#right_panel .tournament .attention {
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding: 4px 40px 3px 50px;
  background: #8a2020;
  background: -webkit-linear-gradient(left, #561414 0%, #8a2020 50%, #561414 100%);
  background: linear-gradient(to right, #561414 0%, #8a2020 50%, #561414 100%);
  color: #e5e3cc;
}

#right_panel .tournament .attention .exclamation_point {
  position: absolute;
  top: -4px;
  left: 35px;
  font-family: "Times New Roman", "Liberation Serif", serif;
  font-size: 40px;
}

#right_panel .tournament .nearest {
  width: 94%;
  margin: 0 auto;
  padding: 1px;
  background: -webkit-linear-gradient(top, #e7e2c3 0%, #a4976a 50%, #c9b98c 100%);
  background: linear-gradient(to bottom, #e7e2c3 0%, #a4976a 50%, #c9b98c 100%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}

#right_panel .tournament .nearest .oblique_pattern > div {
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.4);
}

#right_panel .tournament .nearest .oblique_pattern > div > span {
  font-weight: bold;
}

#right_panel .tournament .description_full {
  padding: 0 6px;
  font-style: italic;
  line-height: 1.2;
}

#right_panel .tournament .description_full table tr:first-child {
  font-size: 12px;
}

#right_panel .tournament .details_wrapp {
  padding: 8px 0 2px;
}

#right_panel .tournaments .media a,
#right_panel .tournament .details_wrapp a {
  color: #404b89;
  text-decoration: underline;
}

#right_panel .tournament .details_wrapp a:hover {
  text-decoration: none;
}

#right_panel [data-open],
#tournament_modal [data-tournament-open] {
  cursor: pointer;
}

#right_panel .simple_scroll_content {
  -moz-box-sizing: border-box;
  -webkit-transform: translate3d(0,0,0);
  box-sizing: border-box;
  position: absolute;
  right: -18px;
  left: 0;
  width: auto;
  height: 100%;
  overflow-y: scroll;
  transform: translate3d(0,0,0);
}

#paybackBonus .bonus_btn_wrap {
  width: 180px;
  height: 46px;
}

#paybackBonus .bonus_btn_wrap .combined_label {
  width: 180px;
  font-size: 17px;
  line-height: 17px;
}

#paybackBonus.active .bonus_content,
#paybackBonus .bonus_btn_wrap {
  display: block;
  text-align: center;
}

#paybackBonus .bonus_content,
#paybackBonus.active .bonus_btn_wrap {
  display: none;
  font-weight: normal;
  cursor: pointer;
}

#paybackBonus .bonus_btn_wrap .small_logo {
  margin: 0 auto 4px;
}

.wrap_small_logo {
  position: absolute;
  width: 100%;
  height: 100px;
  display: flex;
  text-align: center;
  bottom: 12px;
}

.small_logo {
  width: 200px;
  height: 62px;
  background: url(/images/grand/icons/logo.svg) no-repeat;
  opacity: 0.4;
  margin: auto;
}

#paybackBonus .bonus_notification {
  display: none;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -160px;
  padding: 3px;
  background: -webkit-linear-gradient(#f6edcf, #ae8223 50%, #604406 50%, #b19052);
  background: linear-gradient(#f6edcf, #ae8223 50%, #604406 50%, #b19052);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
}

#paybackBonus .bonus_notification.show {
  display: block;
}

#paybackBonus .bonus_notification > div {
  position: relative;
  width: 100%;
  padding: 24px 10px;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(left, rgb(28, 23, 19) 0%, rgb(42, 31, 21) 100%);
  background-image: linear-gradient(90deg, rgb(28, 23, 19) 0%, rgb(42, 31, 21) 100%);
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.49),inset 0px 0px 13px 0px rgba(0, 0, 0, 0.004);
  color: rgb(250, 246, 199);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: initial;
}

#paybackBonus .bonus_notification > div > div {
  display: inline-block;
}

#paybackBonus .bonus_notification > div .button > span {
  line-height: 22px;
}

.value_wrap {
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
}

#paybackBonus .bonus_info_wrap .bonus_info,
#paybackBonus .bonus_content .countdown_left {
  color: #ebe4c0;
  font-size: 13px;
}

#paybackBonus .bonus_content .countdown_left {
  color: rgba(235, 228, 192, 0.71);
  margin: 5px 0;
}

#paybackBonus .bonus_info_wrap .bonus_amount {
  cursor: pointer;
}

#paybackBonus .bonus_info_wrap .countdown .countdown_title_wrap {
  width: 68px;
  margin-left: -34px;
  background: #efefe0;
}

#paybackBonus .bonus_info_wrap .countdown .countdown_title {
  font-size: 10px;
}

#paybackBonus .loader_content > div {
  border-radius: 8px;
  background: #a38d72;
  overflow: hidden;
  font-size: 12px;
  height: 24px;
}

#paybackBonus .loader_content {
  width: 200px;
  font-size: 14px;
}

#paybackBonus .loader_content .bets_amount {
  width: 0%;
  height: 24px;
  overflow: hidden;
  border-radius: 8px;
  background: #f3ebbc;
}

#paybackBonus .loader_content .bets_amount ~ div {
  margin-top: -19px;
}

#paybackBonus .loader_content .bets_title,
#paybackBonus .loader_content .bets_text {
  display: inline-block;
  color: #2d251e;
}

#container.slow_move,
#container.slow_move #game_panel,
#container.slow_move #right_panel,
#container.slow_move #right_panel .body {
  -webkit-transition: all .4s .2s;
  transition: all .4s .2s;
}

#help_modal .body,
#callback_modal .body {
  width: 480px;
}

#help_modal .content,
#callback_modal .content {
  margin-top: 0;
  text-align: center;
}

.user_authorized #help_modal .help_button {
  margin: 0;
}

#callback_modal .tab > div,
#help_modal .tab > div {
  display: flex;
  justify-content: center;
}

#callback_modal .tab .icon,
#help_modal .tab .icon {
  margin-right: 6px;
}

#callback_modal .tab,
#help_modal .tab {
  font-size: 15px;
}

[lang="en"] #callback_modal .tab_callback,
[lang="en"] #help_modal .tab_callback {
  width: 120px;
}

#callback_modal .tab .icon_contacts,
#help_modal .tab .icon_contacts {
  background: url(/images/grand/icons/contacts.svg);
  background-size: cover;
}
#callback_modal .tab .icon_callback,
#help_modal .tab .icon_callback {
  background: url(/images/grand/icons/call.svg);
  background-size: cover;
}

#help_contacts {
  padding-top: 15px;
}

#help_modal .help_contacts.vip {
  padding: 10px;
}

#help_modal .help_contacts a {
  color: #225e9e !important;
  font-size: 16px;
  white-space: nowrap;
}

#help_modal .help_contacts .contact {
  margin: 8px 0;
}

#help_modal .help_contacts .contact > div {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#help_modal .help_contacts .contact .vip:last-child {
  width: 230px;
}

#help_modal .help_contacts .separator {
  position: absolute;
  left: calc(50% - 1px);
  height: 237px;
}

#help_modal .help_contacts.vip .separator {
  left: 200px;
  height: 45%;
  margin-top: 12px;
}

#help_modal .modal_hr:last-child {
  display: none;
}

#help_modal .help_contacts.normal .contact .vip,
#help_modal .help_contacts.vip .contact .support,
#help_modal .help_contacts.vip .contact .finance,
#help_modal .help_contacts.vip hr,
#help_modal .help_contacts .contact {
  display: none;
}

#help_modal .help_contacts .contact {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}

#help_modal .help_contacts .description {
  margin-top: 0;
  text-align: center;
}

#help_modal .help_contacts.normal .description {
  margin: 15px 0 0 0;
  font-size: 19px;
  font-weight: bold;
  display: flex;
  justify-content: space-around;
}

#help_modal .help_contacts.normal .description .titles div {
  display: inline-block;
  position: relative;
}

#help_modal .help_contacts.normal .description .titles div::after {
  width: 225px;
  left: -24px;
  height: 1px;
  background: -webkit-linear-gradient(to right, rgba(219, 217, 186, 0) 0%, #705d25 50%, rgba(219, 217, 186, 0) 100%);
  background: linear-gradient(to right, rgba(219, 217, 186, 0) 0%, #705d25 50%, rgba(219, 217, 186, 0) 100%);
  content: "";
  position: absolute;
  bottom: -7px;
}

#help_modal .help_contacts {
  display: block;
  position: relative;
  width: 400px;
  margin: 0 auto 22px;
}

#help_modal .modal_hr {
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, rgba(219, 217, 186, 0) 0%, #705d25 50%, rgba(219, 217, 186, 0) 100%);
  background: linear-gradient(left, rgba(219, 217, 186, 0) 0%, #705d25 50%, rgba(219, 217, 186, 0) 100%);
}

#help_modal .help_contacts::after {
  right: 55px;
  left: unset;	  
}

#help_modal .help_contacts.normal .contact .icons {
  position: relative;
  width: 70px;
  padding: 4px 0;
  background: #dbd9ba;
  text-align: right;
  margin-right: 20px;
}

#help_modal .help_contacts.normal .contact .icons::after {
  top: unset;
  bottom: 0;		
}

#help_modal .help_contacts.vip .contact .icons {
  width: 110px;
}

#help_modal .help_contacts .contact .contact_icon {
  display: inline-block;
  border-radius: 4px;					 
  vertical-align: middle;
}

#help_modal .help_contacts.vip .contact .contact_icon {
  margin-left: 4px;
  float: right;
}

#help_modal .help_contacts .contact .support,
#help_modal .help_contacts .contact .finance {
  width: 230px;
  white-space: nowrap;
}

#help_modal .help_contacts .contact .vip,
#help_modal .help_contacts .contact .support {
  margin-left: 10px;
}

#help_modal .help_contacts .description .vip {
  font-size: 17px;
  font-weight: bold;
  padding: 12px 0
}

#help_modal .block_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;								
  width: 480px;
  margin: auto;
}

#help_modal .block_buttons .button {
  margin: 0 5px 20px;
}

#help_modal .block_buttons div:nth-child(1) {
  width: 195px;
}

#help_modal .block_buttons div:nth-child(3) {
  margin: 0 auto 20px;
}

.curved_button {
  -webkit-transform: translate3d(0, 0, 0);
  display: table;
  position: relative;
  width: 166px;
  height: 113px;
  padding: 0 5px;
  transform: translate3d(0, 0, 0);
  background: url(/images/grand/assets.png) -47px -2px;
  font-size: 17px;
  line-height: 1.1;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  cursor: pointer;
}

.curved_button .text {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.curved_button .hover_bg {
  -webkit-transition: opacity 300ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/grand/assets.png) -47px -118px;
  opacity: 0;
  transition: opacity 300ms;
}

.curved_button .shine {
  position: absolute;
  top: 18px;
  left: 8px;
  width: 150px;
  height: 74px;
  background: url(/images/grand/assets.png) -54px -350px;
  opacity: 0.75;
}

.curved_button:hover:not([disabled]),
.curved_button.highlight {
  color: #333333;
}

.curved_button:active:not([disabled]) {
  color: #000000;
}

.curved_button:hover:not([disabled]) .hover_bg,
.curved_button.highlight .hover_bg {
  opacity: 1;
}

.curved_button:active:not([disabled]) .hover_bg {
  background-position: -47px -234px;
}

.curved_button_small {
  width: 133px;
  height: 91px;
  background-position: -215px -3px;
  font-size: 16px;
}

.curved_button_small .shine {
  top: 15px;
  left: 6px;
  width: 122px;
  height: 59px;
  background-position: -220px -284px;
}

.curved_button_small .hover_bg {
  background-position: -215px -96px;
}

.curved_button_small:active:not([disabled]) .hover_bg {
  background-position: -215px -189px;
}

#chat_modal {
  -webkit-transform-origin: 0 0 0;
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  min-width: 640px;
  min-height: 480px;
  margin: 0;
  transform-origin: 0 0 0;
  background: none;
}

#chat_modal .body {
  height: 100%;
  background: #dbd9ba;
  transform-origin: 0 0 0;
}

#chat_modal .content {
  position: absolute;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  background: none;
}

#chat_modal .message_area textarea {
  width: 100%;
  min-height: 38px;
  padding: 5px 55px 0 5px;
  word-break: break-word;
  border: none;
  outline: none;
  background-color: inherit;
  color: #2d2b2a;
  font: inherit;
  font-size: 15px;
  line-height: 1.1;
  resize: none;
}

#chat_modal .chat_area {
  position: absolute;
  top: 13px;
  right: 10px;
  bottom: 84px;
  left: 10px;
  background: #d5d1ae;
  color: #ceccaf;				 
}

#chat_modal .outlet .placeholder {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -10px;
  color: #999999;
  font-style: italic;
  text-align: center;
}

#chat_modal .chat_scroll_container {
  height: 100%;
  padding-right: 0;
}

#chat_modal .outlet {
  padding: 0;
}

#chat_modal .chat_area .message {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 5px 5px 10px;
  color: #850c08;
  font-size: 16px;
  font-weight: bold;
}

#chat_modal .chat_area .message .text {
  font-weight: normal;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  color: #201a15;
  font-size: 15px;
}

#chat_modal .chat_area .message.admin {
  color: #224713;
  flex-direction: row-reverse;
}

#chat_modal .chat_area .message.user .message_info {
  text-align: right;
  margin-right: 10px;
  margin-top: 13px;
  align-self: flex-start;
}

#chat_modal .chat_area .message.admin .message_info {
  text-align: left;
  margin-left: 17px;
  margin-top: 13px;
  align-self: flex-start;
}

#chat_modal .chat_area .message.user .message_info .nick {
  font-size: 15px;
  color: #810000;
}

#chat_modal .chat_area .message.admin .message_info .nick {
  font-size: 15px;
  color: #27813a;
}

#chat_modal .chat_area .message.user .message_info .nick::after,
#chat_modal .chat_area .message.admin .message_info .nick::before {
  content: ":"
}

#chat_modal .chat_area .message .message_text {
  width: 70%;
  padding: 20px;
  background: #cbc7a2;
  position: relative;
}

#chat_modal .chat_area .message.admin .message_text {
  background: #c2bea0;
}

#chat_modal .chat_area .message.user .message_text::before ,
#chat_modal .chat_area .message.admin .message_text::after {
  content: '';
  position: absolute;
  left: -19px;
  top: 14px;
  border: 10px solid transparent;
  border-right: 10px solid #cbc7a2;
}

#chat_modal .chat_area .message.admin .message_text::after {
  left: unset;
  right: -9px;
  border-left: 10px solid #c2bea0;
  border-right: none;
}

#chat_modal .chat_area .message .time {
  margin-right: 10px;
  font-size: 12px;
  opacity: 0.5;
  color: #660909;
  position: relative;
}

#chat_modal .chat_area .message.admin .time {
  color: #27813a;
}

#chat_modal .chat_area .message.admin .time::after,
#chat_modal .chat_area .message.user .time::after {
  position: absolute;
  top: 2px;
  left: -12px;
  background: url(/images/grand/icons/clock_admin.svg) no-repeat;
  width: 10px;
  height: 10px;
  content: "";
}

#chat_modal .chat_area .message.user .time::after {
  right: 48px;
  left: unset;
  background: url(/images/grand/icons/clock_user.svg) no-repeat;
}

#chat_modal .status_area {
  height: 40px;
  margin: 10px;
  font-size: 22px;
  text-align: left;
}

#chat_modal .message_area {
  background: #e5e4e1;
  border: 1px solid #b79555;
  position: absolute;
  right: 10px;
  bottom: 9px;
  left: 9px;
  height: 45px;
  color: #a2a2a2;
  font-size: 15px;
}

#chat_modal .message_area::before {
  right: 4px;
  background: #5e5a32;
}

#chat_modal .message_area .simple_scroll_to_top,
#chat_modal .message_area .simple_scroll_to_bottom {
  right: -1px;
}

#chat_modal .message_area .simple_scroll_handler {
  right: 6px;
}

#chat_modal .status .operatortype {
  height: 25px;
  color: #5e554e;
  font-size: 14px;
  text-align: left;
  margin-top: 3px;
}

#chat_modal .chat_button {
  position: absolute;
  background: #e5e4e1;
  right: 13px;
  bottom: 10px;
  z-index: 2;
  height: 43px;
  width: 50px;
  border-radius: 5px;
}

#chat_modal .chat_button::after {
  position: absolute;
  top: 3px;
  right: 8px;
  background: url(/images/grand/icons/plane.svg) no-repeat;
  width: 36px;
  height: 36px;
  content: "";
}

#chat_modal .stars_area {
  right: 14px;
  bottom: 60px;
  cursor: pointer;
  position: absolute;
}

#chat_modal .description {
  position: absolute;
  right: 104px;
  bottom: 58px;
  color: #5b5b5b;
  font-size: 13px;
  font-style: italic;
}

#chat_modal.unselectable .simple_scroll_container {
  display: none;
}

#chat_modal .message_area .simple_scroll_container {
  padding-right: 0;
}

#chat_modal .message_area .selectable {
  height: 100%;
}

.stars_area .star {
  width: 16px;
  height: 16px;
  background: url(/images/grand/icons/star.svg);
}

.stars_area .star {
  float: right;
}

#chat_modal .stars_area .star:hover,
.stars_area .star:hover,
.rate_area .star.active,
.stars_area .star:hover ~ .star {
  background: url(/images/grand/icons/star_hover.svg);
}

#chat_modal .simple_scroll_wrapper {
  left: -14px;
}

#chat_modal .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
}

#chat_modal .footer .button {
  margin: 5px 0 6px;
}

#chat_modal .resize_handler_right {
  top: 35px;
  right: 0;
  bottom: 25px;
  height: auto;
}

#chat_modal .resize_handler_bottom {
  right: 25px;
  bottom: 0;
  left: 25px;
  width: auto;
}

#chat_modal .resize_handler_corner {
  right: 11px;
  bottom: 14px;
}

#chat_rate_modal .body {
  width: 600px;
}

#chat_rate_modal .message_area {
  padding: 15px 15px 0;
}

#chat_rate_text {
  width: 100%;
  height: 204px;
  padding: 5px;
  outline: none;
  background-color: #ffffff;
  color: #44433b;
  font: inherit;
  font-size: 16px;
  resize: none;
}

#chat_rate_modal .stars_area .star {
  position: relative;					 
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

#chat_rate_modal .stars_area .star + .star::before {
  position: absolute;
  left: 40px;
  width: 20px;
  height: 40px;
  content: "";
}

#chat_rate_modal .content {
  text-align: center;
}

.rate_send {
  bottom: 10px;
}

#chat_rate_modal .rate_area {
  display: inline-block;
  cursor: pointer;
}

#complaint_modal .body {
  width: 556px;
}

.comp_info {
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}

#complaint_modal .content {
  width: 100%;
  height: 270px;
  padding: 10px 32px;
  background: #dad7b2;
  text-align: center;
}

#complaint_modal .chat_title {
  padding-top: 30px;
  font-size: 20px;
  text-transform: uppercase;
}

#complaint_text {
  width: 100%;
  height: 163px;
  margin-bottom: 5px;					 
  padding: 5px;
  outline: none;
  color: #44433b;
  font: inherit;
  font-size: 17px;
  resize: none;
}

#cashier_modal .body {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  max-height: 875px;
  background: url(/images/grand/cashier_bg.jpg);
  background-size: cover;
}

#cashier_modal .body .content {
  height: 100%;
  margin: 0;
}

#cashier_modal iframe {
  width: 100%;
  height: 100%;
}

#one_dollar_modal .one_dollar_wrapper {
  width: 500px;
  margin: 20px 10px 15px;
  padding: 1px;
  background: -webkit-linear-gradient(103deg, #b79657 0%, #604406 52%, #604406 52%, #f8efd2 100%);
  background: linear-gradient(-13deg, #b79657 0%, #604406 52%, #604406 52%, #f8efd2 100%);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

#one_dollar_modal .one_dollar {
  background-color: #e4e3cb;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#one_dollar_modal p {
  margin: 8px 0;
}

#one_dollar_modal .icon_dollars {
  margin-bottom: -10px;
}

#one_dollar_modal h2 {
  margin: 10px 0;
  padding-bottom: 0;
  color: #b50012;
  font-size: 42px;
  font-weight: 900;
  line-height: 40px;
  text-shadow: 0px 1px 1px #000000;
}

#one_dollar_modal .title_line {
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(left, #ffffff00 20%, #a70000 50%, #ffffff00 80%);
  background: linear-gradient(90deg, #ffffff00 20%, #a70000 50%, #ffffff00 80%);
}

#one_dollar_modal p {
  font-size: 16px;
}

#one_dollar_modal .first {
  margin: 5px 0;
}

#one_dollar_modal .gold_text {
  margin: 2px 0 0 -7px;
  color: #937115;
}

#one_dollar_modal a {
  width: 176px;
  position: absolute;
  bottom: 20px;
}


span.latex_line {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-top: 2px solid #4c3f30;
}

span.symbol_sum {
  padding-left: 5px;
}

.about_vip {
  position: relative;
  width: 732px;
  height: 2300px;
  margin: 0 auto;
  padding: 0;
  background: url(/images/grand/vip_status_ru.jpg) no-repeat 0 0;
  font-family: Vollkorn, serif;
  font-size: 20px;
}

[lang="en"] .about_vip {
  background: url(/images/grand/vip_status_en.jpg) no-repeat 0 0;
}

.about_vip .top_bar, .about_vip .bot_bar {
  position: relative;
  top: 190px;
  font-weight: bold;
}

.about_vip .bot_bar {
  top: 2258px;
}

.about_vip .button_get_vip {
  position: absolute;
  left: 267px;
  width: 197px;
  height: 46px;
  border-radius: unset;
  background: url(/images/grand/assets.png);
  background-position: 0 -840px;
}

.user_status_vip .button_get_vip {
  display: none;
}

.about_vip .button_get_vip:hover {
  background-position: 0 -894px;
}

[lang="en"] .about_vip .button_get_vip {
  position: absolute;
  left: 245px;
  width: 239px;
  background-position: 0 -739px;
}

[lang="en"] .about_vip .button_get_vip:hover {
  background-position: 0 -793px;
}

.about_vip .button::after, .about_vip .button::before {
  content: none;
}

.about_vip .top_bar div:nth-child(1),
.about_vip .bot_bar div:nth-child(1) {
  position: absolute;
  left: 99px;
  padding-top: 10px;
}

.about_vip .top_bar div:nth-child(3),
.about_vip .bot_bar div:nth-child(3) {
  position: absolute;
  right: 87px;
  padding-top: 10px;
}

[lang="en"] .about_vip .top_bar div:nth-child(1),
[lang="en"] .about_vip .bot_bar div:nth-child(1) {
  left: 96px;
}

[lang="en"] .about_vip .top_bar div:nth-child(3),
[lang="en"] .about_vip .bot_bar div:nth-child(3) {
  right: 91px;
}

.button_get_vip .icon {
  position: relative;
  top: -3px;
  left: -3px;
}

.about_vip .vip_title, .about_vip .vip_description, .about_vip .vip_left, .about_vip .vip_right {
  position: absolute;
  font-weight: bold;
  text-align: center;
}

.about_vip .vip_description {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 21px;
}

.about_vip div:nth-of-type(2) .vip_title {
  top: 305px;
  left: 335px;
}

.about_vip div:nth-of-type(2) .vip_description {
  top: 379px;
  left: 262px;
  width: 206px;
}

.about_vip div:nth-of-type(2) .vip_left {
  top: 482px;
  left: 69px;
}

.about_vip div:nth-of-type(2) .vip_right {
  top: 482px;
  left: 521px;
}

.about_vip div:nth-of-type(3) .vip_title {
  top: 586px;
  left: 333px;
}

.about_vip div:nth-of-type(3) .vip_description {
  top: 660px;
  left: 266px;
  width: 206px;
}

.about_vip div:nth-of-type(3) .vip_left {
  top: 767px;
  left: 39px;
}

.about_vip div:nth-of-type(3) .vip_right {
  top: 767px;
  left: 525px;
}

.about_vip div:nth-of-type(4) .vip_title {
  top: 869px;
  left: 316px;
}

.about_vip div:nth-of-type(4) .vip_description {
  top: 939px;
  left: 268px;
  font-size: 16px;
}

.about_vip div:nth-of-type(4) .vip_left {
  top: 1053px;
  left: 44px;
}

.about_vip div:nth-of-type(4) .vip_right {
  top: 1046px;
  left: 532px;
}

.about_vip div:nth-of-type(5) .vip_title {
  top: 1149px;
  left: 302px;
}

.about_vip div:nth-of-type(5) .vip_description {
  top: 1211px;
  left: 284px;
}

.about_vip div:nth-of-type(5) .vip_left {
  top: 1327px;
  left: 50px;
}

.about_vip div:nth-of-type(5) .vip_right {
  top: 1327px;
  left: 524px;
}

.about_vip div:nth-of-type(6) .vip_title {
  top: 1430px;
  left: 336px;
}

.about_vip div:nth-of-type(6) .vip_description {
  top: 1507px;
  left: 268px;
}

.about_vip div:nth-of-type(6) .vip_left {
  top: 1609px;
  left: 49px;
}

.about_vip div:nth-of-type(6) .vip_right {
  top: 1609px;
  left: 519px;
}

.about_vip div:nth-of-type(7) .vip_title {
  top: 1714px;
  left: 335px;
}

.about_vip div:nth-of-type(7) .vip_description {
  top: 1773px;
  left: 265px;
}

.about_vip div:nth-of-type(7) .vip_left {
  top: 1887px;
  left: 56px;
}

.about_vip div:nth-of-type(7) .vip_right {
  top: 1887px;
  left: 533px;
}

.about_vip div:nth-of-type(8) .vip_title {
  top: 1990px;
  left: 315px;
}

.about_vip div:nth-of-type(8) .vip_description {
  top: 2062px;
  left: 267px;
}

.about_vip div:nth-of-type(8) .vip_left {
  top: 2168px;
  left: 19px;
}

.about_vip div:nth-of-type(8) .vip_right {
  top: 2168px;
  left: 501px;
}

[lang="en"] .about_vip div:nth-of-type(2) .vip_title {
  left: 344px;
}

[lang="en"] .about_vip div:nth-of-type(2) .vip_right {
  left: 551px;
}

[lang="en"] .about_vip div:nth-of-type(2) .vip_left {
  left: 84px;
}

[lang="en"] .about_vip div:nth-of-type(3) .vip_title {
  top: 587px;
  left: 327px;
}

[lang="en"] .about_vip div:nth-of-type(3) .vip_left {
  left: 58px;
}

[lang="en"] .about_vip div:nth-of-type(3) .vip_right {
  left: 531px;
}

[lang="en"] .about_vip div:nth-of-type(4) .vip_title {
  left: 328px;
}

[lang="en"] .about_vip div:nth-of-type(4) .vip_description {
  top: 949px;
  left: 274px;
}

[lang="en"] .about_vip div:nth-of-type(4) .vip_right {
  top: 1053px;
  left: 522px;
}

[lang="en"] .about_vip div:nth-of-type(4) .vip_left {
  left: 69px;
}

[lang="en"] .about_vip div:nth-of-type(5) .vip_title {
  left: 285px;
}

[lang="en"] .about_vip div:nth-of-type(5) .vip_description {
  top: 1221px;
  left: 291px;
}

[lang="en"] .about_vip div:nth-of-type(5) .vip_left {
  top: 1327px;
  left: 53px;
}

[lang="en"] .about_vip div:nth-of-type(5) .vip_right {
  left: 526px;
}

[lang="en"] .about_vip div:nth-of-type(6) .vip_title {
  left: 326px;
}

[lang="en"] .about_vip div:nth-of-type(6) .vip_description {
  top: 1504px;
  left: 284px;
}

[lang="en"] .about_vip div:nth-of-type(7) .vip_title {
  left: 316px;
}

[lang="en"] .about_vip div:nth-of-type(7) .vip_description {
  top: 1796px;
  left: 271px;
}

[lang="en"] .about_vip div:nth-of-type(7) .vip_left {
  left: 77px;
}

[lang="en"] .about_vip div:nth-of-type(7) .vip_right {
  left: 548px;
}

[lang="en"] .about_vip div:nth-of-type(8) .vip_title {
  left: 308px;
}

[lang="en"] .about_vip div:nth-of-type(8) .vip_description {
  top: 2051px;
  left: 296px;
}

[lang="en"] .about_vip div:nth-of-type(8) .vip_right {
  left: 515px;
}

[lang="en"] .about_vip div:nth-of-type(8) .vip_left {
  left: 49px;
}

.rules_bonusplus {
  width: 740px;
  height: 502px;
  margin-left: 0;
  background: url(/images/grand/what_bonus_plus_ru.jpg) no-repeat 0 0;
}

[lang="en"] .rules_bonusplus {
  background: url(/images/grand/what_bonus_plus_en.jpg) no-repeat 0 0;
}

#games_history_modal .history_type {
  text-align: center;
}

#games_history_modal .column_menu {
  width: 270px;
  height: 567px;
  margin-left: -18px;
  padding-right: 0;
}

.column_menu.simple_scroll_container::before {
  z-index: 2;
  right: 10px;
}

.column_menu .simple_scroll_handler {
  right: 3px;
}

#games_history_modal .list_menu .label {
  width: 250px;
}

#games_history_modal .list_menu .parent::after {
  right: 20px;
}

#games_history_modal .preview[state="loader"] .loader {
  display: block;
  left: -25px;
  margin: 80px auto 0;
}

#games_history_modal .column_content {
  width: 756px;
}

#games_history_modal .table_wrapper table {
  margin: 0 auto;
  border-top: 1px solid #71614e;
  border-left: 1px solid #71614e;
}

#games_history_modal .table_wrapper table td {
  padding: 3px;
  border-right: 1px solid #71614e;
  border-bottom: 1px solid #71614e;
  font-size: 13px;
}

#games_history_modal .table_wrapper table thead tr,
#games_history_modal .table_wrapper table tbody:first-child tr:first-child {
  background: -webkit-linear-gradient(left, #524434, #27211b);
  background: linear-gradient(to right, #524434, #27211b);
  color: #fdf5c1;
}

#games_history_modal .table_wrapper table tr[data-id] {
  cursor: pointer;
}

#games_history_modal .game_spins {
  border: 1px solid #c5af7d;
  background: none;
}

#games_history_modal .game_spins table tr[data-id]:hover {
  background-color: rgb(188 181 143 / 57%);
}

#games_history_modal .body {
  width: 1350px;
  background: rgba(253, 249, 206, 0.9);
}

.game_opened #games_history_modal .body {
  width: 1050px;
}

#games_history_modal .begin_text {
  width: 510px;
  margin: 0 auto;
  padding-top: 230px;
  text-align: center;
}

#games_history_modal .table_wrapper table {
  margin: 0;
  border: 1px solid #705e25;
  border-bottom: 0;
  border-collapse: separate;
  font-size: 15px;
  margin-bottom: 10px;
}

#games_history_modal .table_wrapper table nobr {
  font-size: 90%;
}

#games_history_modal .table_wrapper td {
  border: none;
}

#games_history_modal .table_wrapper tbody td:last-child,
#games_history_modal .table_wrapper thead tr:first-child td:last-child,
#games_history_modal .table_wrapper td.nrb {
  border-right: none;
}

#games_history_modal .game_spins tbody tr:not(.selected) {
  cursor: pointer;
}

#games_history_modal .game_spins tbody tr.selected td {
  background: rgba(236, 217, 145, 0.9);
}

#games_history_modal .games_history_control {
  padding: 5px 0;
  text-align: center;
}

#games_history_modal .games_history_control .a_button {
  min-width: 80px;
  padding: 5px 0 0;
}

#games_history_modal .games_history_control .current_page {
  display: inline-block;
  width: 50px;
  font-size: 26px;
  vertical-align: bottom;
}

#games_history_modal .col_position {
  width: 18px;
  font-size: 12px;
}

#games_history_modal table tbody tr .pos {
  font-size: 12px;
}

#games_history_modal table tbody tr .pos:nth-child(even) {
  background: rgba(112, 94, 37, 0.2);
}

#games_history_modal table tbody tr .pos:nth-child(odd) {
  background: rgba(112, 94, 37, 0.1);
}

#games_history_modal .table_wrapper {
  height: 349px;
  margin-left: -13px;
  padding-right: 0;
}

#games_history_modal .games_history_control ~ .table_wrapper {
  height: 303px;
}

#games_history_modal .preview {
  height: 190px;
  padding: 1px;
}

#games_history_modal .preview .image {
  width: 176px;
  margin: 60px auto 0;
  border: 2px solid #bdb66a;
}

#games_history_modal .preview .image img {
  display: block;
  width: 100%;
  border: 2px solid #dad283;
}

#games_history_modal .table_wrapper .loader {
  margin-top: 320px;
}

#games_history_modal .preview .loader {
  display: none;
  margin-top: 110px;
}

#games_history_modal .histort_view_scroll_container {
  height: 180px;
}

.histort_view_scroll_container {
  display: none;
}

#games_history_modal .preview[state="loader"] .loader {
  display: block;
  left: -25px;
  margin: 80px auto 0;
}

.preview[state="visual"] .histort_view_scroll_container {
  display: block;
}

#games_history_modal .preview[state="loader"] .image,
#games_history_modal .preview[state="visual"] .image {
  display: none;
}

#games_history_modal .content {
  font-weight: normal;
  height: 700px;
}

#games_history_modal h4 {
  text-align: center;
}

.table_latex table,
.table_latex table td {
  border: none;
  padding: 7px 5px;
}

.table_latex,
.table_latex table {
  width: auto!important;
  margin: 0 auto;
}

.table_caption {
  font-size: 22px;
  text-align: center;
}

.table_latex table tr:hover td {
  color: #000000;
}

#rules_modal .content {
  width: 1036px;
  height: 574px;
}

#rules_modal .left_col,
#rules_modal .right_col {
  display: inline-block;
  position: relative;
  width: 264px;
  height: 576px;
  vertical-align: top;
}

#rules_modal .right_col .table {
  background: none;
}

#rules_modal .right_col table {
  width: 80%;
  margin: 0 auto;
  text-indent: 0;
}

#rules_modal .right_col .table.formula {
  width: 620px;
  margin: 15px auto;
}

#rules_modal .right_col p {
  margin: 5px;
  line-height: 1.3;
  text-indent: 1em;
}

#rules_modal .right_col h1 {
  font-size: 22px;
  font-weight: bold;
}

#rules_modal .right_col h2 {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
}

#rules_modal .right_col h3 {
  padding-left: 42px;
  font-weight: bold;
}

#rules_modal .right_col table h3 {
  padding: 0 20px;
}

#rules_modal .right_col li {
  text-indent: 1em;
}

#rules_modal .right_col .disk_list li {
  text-indent: 0;
}

#rules_modal .right_col .num_list li {
  padding-left: 30px;
  text-indent: 0;
}

.num_list li {
  content: counters(li, ".") " ";
}

#rules_modal .right_col .num_list > ol > li:before {
  content: counters(li, ".") ". ";
}

#rules_modal .right_col {
  width: 760px;
}

#rules_modal .right_col .outlet {
  padding-top: 10px;
}

#rules_modal .right_col table {
  margin-top: 15px;
  margin-bottom: 15px;
}

#rules_modal .column_menu {
  height: 518px;
  margin: 4px -40px 0 -12px;
}

#rules_modal sup {
  line-height: 0;
}
#rules_modal .list_menu sup small{
  vertical-align: super;
}

#rules_modal .left_col .column_menu.simple_scroll_container::before {
  z-index: 2;
  top: 10px;
  right: 40px;
  bottom: 10px;
}

#rules_modal .left_col .column_menu .simple_scroll_handler {
  right: 42px;
}

#rules_modal .border_list_menu {
  position: absolute;
  top: 2px;
  left: 4px;
  height: 518px;
  content: "";
}

#rules_modal .left_col .button {
  margin: 4px 0 0 40px;
}

#rules_modal .left_col .simple_scroll_content {
  margin-top: 4px;
  border-top-left-radius: 6px;
  background: -webkit-linear-gradient(top, #b4ac84, #cecaa8 80%, #dbd9ba 100%);
  background: linear-gradient(to bottom, #b4ac84, #cecaa8 80%, #dbd9ba 100%);
}

#rules_modal .left_col .simple_scroll_content::after {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(109, 104, 81, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(109, 104, 81, 0.13), rgba(255, 255, 255, 0));
  content: "";
}

#rules_modal .custom_rules h1 {
  line-height: 16px;
  text-transform: uppercase;
}

#rules_modal .custom_rules h3 {
  position: relative;
  margin-bottom: 0;
  padding: 24px 0 4px;
  color: #342b22;
  font-size: 18px;
  text-align: center;
}

#rules_modal .custom_rules h4 {
  font-weight: bold;
}

#rules_modal .custom_rules .cpoints_list a:not(.button) {
  color: #57a6ec;
}

#rules_modal .custom_rules .monthly_bonus table {
  border: 1px solid #8a6e38;
}

#rules_modal .custom_rules .monthly_bonus .cpoints_header {
  padding: 0;
}

#rules_modal .custom_rules .monthly_bonus .cpoints_list span {
  display: block;
  width: 300px;
  margin: auto;
}

#rules_modal .custom_rules .monthly_bonus thead tr {
  height: 30px;
  background-color: #2b251c;
}

#rules_modal .custom_rules li {
  text-indent: 0;
}

#rules_modal .custom_rules .list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 6px;
}

#rules_modal .custom_rules .band {
  position: relative;
  width: 220px;
  height: 196px;
  background-image: url(/images/grand/rules_regular_assets.png);
  background-size: 700px;
}

#rules_modal .custom_rules .pic1_2 {
  background-position: -220px 0;
}

#rules_modal .custom_rules .pic1_3 {
  background-position: -440px 0;
}

#rules_modal .custom_rules .pic2_1 {
  background-position: 0 -196px;
}

#rules_modal .custom_rules .pic2_2 {
  background-position: -220px -196px;
}

#rules_modal .custom_rules .pic2_3 {
  background-position: -440px -196px;
}

#rules_modal .custom_rules .pic3_1 {
  background-position: 0 -394px;
}

#rules_modal .custom_rules .pic3_2 {
  background-position: -220px -394px;
}

#rules_modal .custom_rules .pic3_3 {
  background-position: -440px -394px;
}

#rules_modal .custom_rules .pic4_1 {
  background-position: 0 -592px;
}

#rules_modal .custom_rules .pic4_2 {
  background-position: -220px -592px;
}

#rules_modal .custom_rules .pic5_1 {
  background-position: 0 -790px;
}

#rules_modal .custom_rules .pic5_2 {
  background-position: -220px -790px;
}

#rules_modal .custom_rules .band span {
  position: absolute;
  top: 92px;
  left: 40px;
  color: #fdf5c1;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

#rules_modal .custom_rules .band.two_Lines span {
  top: 84px;
  font-size: 13px;
}

#rules_modal .custom_rules .pic4_1 span {
  left: 36px;
  font-size: 13px;
}

#rules_modal .custom_rules .credit_share .list,
#rules_modal .custom_rules .monthly_bonus .list {
  padding: 6px 100px;
}

#rules_modal .help_content {
  height: 572px;
  padding-right: 10px;
}

#rules_modal .help_content.simple_scroll_container::before {
  top: 10px;
  right: -8px;
  bottom: 10px;
}

#rules_modal .help_content .simple_scroll_handler {
  right: -6px;
}

#rules_modal .list_menu .parent::after {
  right: 30px;
}

#rules_modal .row {
  margin: 0;
}
#rules_modal .table_latex table tr:hover td{
    color: #4e463e;
}

.gradient_line_bottom:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, #ffffff00 30%, rgba(66,54,42,1) 50%, #ffffff00 70%);
  background: linear-gradient(to right, #ffffff00 30%, rgba(66,54,42,1) 50%, #ffffff00 70%);
  background-color: #42362a;
  content: "";
}

.cpoints_header {
  padding: 0 0 0 30px;
  background: url("data:image/jpeg;base64,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YtQti1C2LULYtQti1C2LULYtQti1C6LULotQui1C6LULotQui1C6LULotQui1C6LULotQui1C6LULotQui1C6LULotQui1C6LUP493j/AItQui1C+LEL4sQvixC+LEL4sQvixC+LEL4sQvixC+LUL4tQui1C6LULotQui1C6LULotQui1C6LULotQui1C6LULotQui1C6LULotQui1C6LULotQui1C6LULYtQti1C2LULYtQti1C2LULYtQti1C2LULYtQt2ahbs1C3ZqFuzULdmoWbNQs2an1Onu5fc19vo37afp6+zXhx9Nfoms9umnt+/7J46c9Djr6668/23p66a8dOPp/aA1/Hq/Q146f7fo/fpy/rfDXX6vXt6ctf0OBppr9/X0+ry7GTYybGTYybGTYybGTYybGTYybGTYybGTYybGTYybGTYybGWJliZYmWJliZomaJmiZomaJmgcu/A5d+By78Dp78Dp78Dp78Dp78FOjvwU6O/BTo7/jU6O/41Ojv+NTo7/jU6O/41Ojv+NTo+R41On5HjU6fkeM6fkeM6fkeM5fIgcvkQOXyIH5ED8iB+RA/IgZ4GeB/L/oiZ4meJniZomaJmiZomaJmiZomaJmiZomaJmiZomaJmiZomaJmiZomaJmiZomaJ/9oACAEBAwE/If4RxyQRTQACDhiihrqopLLIILLpoqq7999+++++j3LNw8/sfFFVFFFVFFHHvvvvPTVwn/Md9+6oprrIIKLJIKrppighjAADTQSSRwx1YlvItBmcrpnZtL6b1qFf6GNtuv8APYVbizY0048mu9fTTjp3bjIWb/f9JWmTMTHV9VZ6/wBbkcqZl7/x/Vr/APaYK1HTTipJ9td5H9IZ3k+yekZO9jmL+ZVTqEWxIhOpZZXSssrobXUNg2DaNjsAbXWLRu0SEb2UNiMrog1GocGm0WZe/wC7msZrOazmo5qOajmo5qOajmo5qOajmo5rOazms5rOajms5qD9wXUZIiCirYaek09BIQsA9RYp6ixn1FhPqLDfUQUusWzn/rh/64f+n2QzTCh4J6jwj1HjHqPHfUeG+oxLaB/Qf0B9Iu/kWf8Ak366f3Gajms5qOagmsJqCawmsJrCawmsJqCagmoJqCagmoJqCagmoJrCawmsP//aAAgBAgMBPyHZNk2zbNs2/v8A/gAAKqqqABq/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") no-repeat 50% 0;
  color: #f1e6c6;
  font-size: 24px;
  line-height: 52px;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 1);
}

.cpoints_list {
  padding: 0 30px 10px 30px;
  background: url("data:image/jpeg;base64,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") no-repeat 50% 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.13);
  color: #ede0bd;
  font-size: 14px;
}

.cpoints_list table tbody {
  color: #4e463e;
}

.separator {
  position: relative;
}

.hint[for="button_open_financial_chat"] {
  min-width: 142px;
}

#games_history_modal .body {
  width: 1026px;
  background: rgba(253, 249, 206, 0.9);
}

#games_history_modal .outlet {
  height: 577px;
  padding: 5px;
}

.game_opened #games_history_modal .body {
  width: 1050px;
}

#games_history_modal .simple_scroll_content {
  padding-right: 4px;
}

#games_history_modal .common_info .simple_scroll_content > div > table {
  width: auto;
  margin: auto;
}

#games_history_modal .column_menu {
  width: 270px;
  height: 567px;
  margin-left: -18px;
  padding-right: 0;
}

#history_view *,
.history_view * {
  text-align: center;
  vertical-align: middle;
}

#history_view table,
#history_view tr,
#history_view td,
#history_view th,
.history_view table,
.history_view tr,
.history_view td,
.history_view th {
  border: none !important;
  background: none !important;
  color: #000000;
}

#history_view img,
.history_view img {
  max-width: 100%;
  margin: 5px;
}

.history_view img {
  max-width: 90%;
}

.history_view > div {
  overflow-x: auto;
}

.history_view > div table table {
  font-size: 12px;
}

#chat_modal.backdrop_no_close {
  cursor: default;
}

#chat_modal::before {
  background: rgba(0, 0, 0, 0);
}

#flash_trouble {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #35322d;
}

#flash_trouble iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trouble {
  position: relative;
  top: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100px;
  color: #84743e;
  font-family: AcademyC, sans-serif;
  font-size: 20px;
  text-align: center;
}

.trouble a {
  color: #ffffff;
}

#game_panel.external_game .user_info > span {
  opacity: 0;
}

.side_button {
  -webkit-transform-origin: 0 0;
  -webkit-transition: right .4s .2s,width .4s .2s;
  display: block;
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 4px;
  transform-origin: 0 0;
  border-radius: 0 4px 4px 0;
  background: #53493d;
  cursor: pointer;
  transition: right .4s .2s,width .4s .2s;
}

.side_button.show_right_panel_button {
  top: 44px;
}

.side_button.close_game_button {
  top: 8px;
  overflow: hidden;
  white-space: nowrap;
}

#right_panel.active .side_button.close_game_button {
  width: 136px;
}

.side_button.close_game_button > div {
  display: inline-block;
  color: #d3b86b;
  vertical-align: top;
}

.side_button.close_game_button > div:nth-child(2) {
  width: 100px;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  text-transform: uppercase;
  white-space: nowrap;
}

.side_button > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.side_button.show_right_panel_button {
  right: -30px;
  left: auto;
}

.side_button.show_right_panel_button.active {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.side_button:hover:not([disabled]) {
  background: rgba(72, 62, 51, 1);
}

.side_button .icon {
  -webkit-transition: -webkit-transform .4s .2s;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 2px auto 0;
  transition: -webkit-transform .4s .2s;
  transition: transform .4s .2s;
  transition: transform .4s .2s,-webkit-transform .4s .2s;
}

.side_button .icon.icon_arrow {
  -webkit-transform: rotate(-180deg);
  height: 16px;
  transform: rotate(-180deg);
  background: url(/images/grand/icons/roll_up.svg);
}

.side_button .icon.icon_complaint {
  width: 22px;
  height: 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAYAAAB7u5a2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEyODg1M0U4NDMwNzExRTg5NDY5QTc1M0YxMDcyN0VFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEyODg1M0U5NDMwNzExRTg5NDY5QTc1M0YxMDcyN0VFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI4ODUzRTY0MzA3MTFFODk0NjlBNzUzRjEwNzI3RUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI4ODUzRTc0MzA3MTFFODk0NjlBNzUzRjEwNzI3RUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6swvxyAAACRklEQVR42oSUXYhMYRjHzzkzJ2OHsL4iVmFWRBIhZW/kyoWifNy7cs+Na/Jx5YqiyI2PUraUcuGCUCLtld3xlV3ZYsfHxtp2zIzfU//D4+3MeOo3Z+ad9/2f5/m/z/vG9dqdiNgvvkMJ6pBCDGNwFe5Hf6MPDsI8aLn5kzADrhuxxB/DObAfn5zIJtgBO+ElnIEjsBLuQj9U3fxpSvIwbDXxS3xZA1vcpLlQi/6Nk7AHbsFRjc3RuvkwAU/hnZJ9YeJW1htY4YQuwEa4DOdhSuMX4RDskug3+Awz4RcMw20Ygt5EiyaCLG3RBjgrDy26YRzKEkvktdk4CO/lucVP+yhG+fFBzxEJRtrcgkRHYQEsFJnfg/re9OJxID6m5xeVG6krGhJfB9NhQFWW9d9HzU3+fOTEVz3Hg/FEWVVVhVk1C36oFbv95Ha2ZJ1ScmOxs6ah6rpgtapKXVu2Ook/hFPO+8gtssxXqf0G1EkFvbiWZ0srEOmTl1fa2PJaWVdgubpnCfT4DW3nuR3tEzqV5SDzVJkOyZqSvO5y5yHuJH5abVjO6aSGsuzVi5quo6K8DQ1f8lYlxs6y2D0ndXjuwat2ukV3Qq3U9bpXpnQljAS9n+bsRUWbW9CcanZSi+rRisR6cvr9GdyEBzoka2E77NX9MztYM5z1fnZxZVHXRjWVzaJgM62SpcE+jMqiRC2aem/Ms0dwA564+9zKXKwLrF+CvrLd8FxnoaExS2gz7INtlnmqjDvFATgGy3RfH4dr/1mT/hZgAFfgnzN1QfKuAAAAAElFTkSuQmCC') no-repeat;
}

.side_button .icon.icon_close {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-right: 2px;
}

.icon_close {
  background: url(/images/grand/icons/close.svg);
}

.icon_back {
  background: url(/images/grand/icons/back.svg);
}

.side_button .text {
  display: block;
  color: #38271c;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  white-space: normal;
}

.side_button .text.expand {
  letter-spacing: -1.2px;
}

.side_button.show_right_panel_button.active .icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.button.button_small {
  height: 29px;
  padding: 7px 20px 0;
  background-position: 0 -79px;
  font-size: 15px;
}

.button.button_small .hover_bg {
  right: 17px;
  left: 17px;
  background-position: 0 -116px;
}

.button.button_small::before,
.button.button_small::after {
  width: 17px;
  height: 29px;
  border-radius: 17px 0 0 17px;
  background-position: -3px -3px;
}

.button.button_small::after {
  border-radius: 0 17px 17px 0;
  background-position: 0 -42px;
}

#about_project_modal .body {
  width: 800px;
}

#about_project_modal .modal_scroll_content {
  height: 300px;
}

[lang="en"] #about_project_modal .modal_scroll_content {
  height: 238px;
}

#about_project_modal .content {
  padding: 15px 20px;
}

#about_project_modal .wrapper {
  height: 504px;
  padding: 0;
}

[lang="en"] #about_project_modal .wrapper {
  height: 412px;
}

#about_project_modal .outlet {
  padding: 0;
  text-align: left;
}

#about_project_modal .body > hr {
  position: relative;
  top: 35px;
}

#about_project_modal .body {
  background: rgba(253, 249, 206, 0.9);
}

#about_project_modal .content {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  font-weight: normal;
  user-select: initial;
}


#coupons_modal .body,
#tournaments_modal .body,
#events_modal .body {
  width: 1050px;
}


#coupons_modal .content,
#tournaments_modal .content,
#events_modal .content {
  height: 550px;
  margin-top: 0px;
  padding-right: 0;
  overflow: hidden;
  text-align: center;
}

#events_modal .events_container {
  height: 550px;
  padding-right: 0;
}

#events_modal[data-current-route="event"] .events_container {
  height: 510px;
  margin-left: -18px;
  padding-right: 0;
}

#events_modal[data-current-route="event"] .content {
  padding: 1px 0;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

#events_modal .breadcrumbs,
#tournaments_modal[data-current-route="list"] .breadcrumbs {
  display: none !important;
}

#tournaments_modal .breadcrumbs {
  display: block;
}

#events_modal[data-current-route="event"] .content p,
#events_modal[data-current-route="event"] .content ul,
#events_modal[data-current-route="event"] .content h1,
#events_modal[data-current-route="event"] .content h2,
#events_modal[data-current-route="event"] .content h3,
#events_modal[data-current-route="event"] .content h4,
#events_modal[data-current-route="event"] .content h5,
#events_modal[data-current-route="event"] .content table,
#events_modal[data-current-route="event"] .content .table {
  width: 750px;
  margin: 10px auto 20px;
}

#events_modal[data-current-route="event"] .content .table > table {
  width: 100%;
  margin: 0;
}

#events_modal[data-current-route="event"] .content table p {
  width: 100%;
  margin: 0;
  padding: 0;
}

#events_modal[data-current-route="event"] .content v > a:first-child {
  display: block;
  margin-right: 0;
}

#events_modal[data-current-route="event"] .content v > span:first-child img,
#events_modal[data-current-route="event"] .content v > a:first-child img {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

#events_modal[data-current-route="event"] .content .actionsBtnBox{
  display: flex;
  justify-content: center;
  align-items: center;
}

#events_modal[data-current-route="event"] .content .getBonusesBtn,
#events_modal[data-current-route="event"] .content .getActionsBtn,
#events_modal[data-current-route="event"] .content .getBonusesBtn_en,
#events_modal[data-current-route="event"] .content .getActionsBtn_en{
  margin: 10px 12px;
  width: 206px;
  height: 100px;
  background-position-y: 0;
  background-image: url("/images/grand/actions_btn_assets.png");
}

#events_modal[data-current-route="event"] .content .getBonusesBtn_en,
#events_modal[data-current-route="event"] .content .getActionsBtn_en{
  background-image: url("/images/grand/actions_btn_assets_en.png");
}

#events_modal[data-current-route="event"] .content .getActionsBtn_en:hover,
#events_modal[data-current-route="event"] .content .getActionsBtn:hover{
  background-position-y: 300px;
}

#events_modal[data-current-route="event"] .content .getBonusesBtn_en,
#events_modal[data-current-route="event"] .content .getBonusesBtn{
  background-position-y: 200px;
}

#events_modal[data-current-route="event"] .content .getBonusesBtn_en:hover,
#events_modal[data-current-route="event"] .content .getBonusesBtn:hover{
  background-position-y: 100px;
}

#events_modal[data-current-route="event"] .content .event_date {
  height: 28px;
  margin-bottom: 30px;
  padding: 5px 0 1px;
  border-bottom: 1px solid rgba(183, 150, 87, 0.5);
  background: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  text-align: center;
}

#events_modal[data-current-route="event"] .content .button {
  margin: 5px 25px;
  padding-top: 8px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bold;
}

#events_modal[data-current-route="event"] .footer,
#tournaments_modal .footer {
  text-align: left;
}

#events_modal[data-current-route="event"] .footer .btn_back {
  visibility: visible;
}

#events_modal .content .events,
#tournaments_modal .content .tournaments {
  padding: 18px 0 10px;
}

#events_modal .content p,
#tournaments_modal .content p {
  margin: 0;
}

#tournaments_modal .content .tournaments .empty {
  font-size: 21px;
}

#events_modal .gradient .button {
  width: 180px;
  margin: 0 20px;
}

#coupons_modal .active_coupons_info {
  display: flex;
  justify-content: center;
  height: 550px;
  padding: 10px;
}

#coupons_modal .left_coupon_collum {
  width: 282px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0 15px;
  padding: 5px 25px 0 0;
  height: 100%;
}

#coupons_modal .right_coupon_collum {
  width: 750px;
  height: calc( 100% + 10px);
}

#coupons_modal .informer {
  background: url(/images/grand/coupon_bg_informer.png);
  width: 687px;
  height: 122px;
  display: block;
  text-decoration: unset;
  color: inherit;
  position: relative;
}

#coupons_modal .course {
  position: absolute;
  left: 140px;
  top: 16px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  color: #ffffff;
  line-height: 25px;
}

#coupons_modal .course span {
  font-size: 16px;
  white-space: nowrap;
}

#coupons_modal .course span:nth-child(2) {
  font-size: 30px;
}

#coupons_modal .guessFourNumbers {
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  bottom: 8px;
  left: 155px;
}

[lang="en"] #coupons_modal .guessFourNumbers {
  left: 219px;
}

#coupons_modal .informer_rate {
  position: absolute;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  top: 18px;
  height: 52px;
  left: 256px;
}

#coupons_modal .informer_rate span:nth-child(1) {
  color: #361416;
  letter-spacing: 9px;
  padding: 0 7px;
}

#coupons_modal .informer_rate span:nth-child(2) {
  color: #bb2d29;
  letter-spacing: 12px;
  padding: 0 0px;
  margin-left: -4px;
}

#coupons_modal .tab {
  width: 160px;
}

#coupons_modal .footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

#coupons_modal .footer .button {
  position: relative;
  top: unset;
  left: unset;
  margin: 0 10px;
}

#coupons_modal .footer .clear_coupon {
  display: none;
}

#coupons_modal .title span {
  margin: 0 3px;
}

#coupons_modal .main_table_label {
  margin: 10px;
}

#coupons_modal .table {
  margin: 0 15px;
}

#coupons_modal tbody tr:hover {
  cursor: pointer;
  background: #B9CDA7;
}

#coupons_modal .loader_content_wrap {
  margin: 10px 2px;
  padding: 1px;
  border-radius: 12px;
  background: #42392F;
  align-self: normal;
}

#coupons_modal .loader_content {
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
}

#coupons_modal .loader_content > span {
  display: block;
  position: relative;
  width: 100%;
  height: 19px;
  border-radius: 10px;
  background: #bdb58e;
}

#coupons_modal .wrap_info_counters {
  position: absolute;
  align-items: center;
  top: 0;
  width: 100%;
}

#coupons_modal .tape_coupon {
  background: url(/images/grand/assets.png) -5px 1227px;
  width: 232px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 7px;
}

#coupons_modal .finished .tape_coupon {
  margin: auto;
}

#coupons_modal .tape_coupon span {
  font-family: Vollkorn, sans-serif;
}

#coupons_modal .coupons_list {
  width: 700px;
}

#coupons_modal .finished .coupons_list {
  width: auto;
  display: block;
}

#coupons_modal .ranges_list_wrap {
  padding: 10px 0;
}

#coupons_modal .coupons_list_wrap {
  margin-top: 10px;
}

#coupons_modal .finished .coupons_list_wrap {
  height: 340px;
}

.coupon {
  display: inline-block;
  cursor: pointer;
}

.coupons_list.reserved .coupon div:not(.active) {
  display: none;
}

#coupons_modal .buy_coupons {
  position: relative;
  overflow: visible;
}

#coupons_modal .buy_coupons .badge.coupons_counter {
  position: absolute;
  top: -13px;
  right: 0px;
  font-family: Roboto, sans-serif;
}

#coupons_modal .info_title .value {
  font-size: 16px;
  font-weight: bold;
}

#coupons_modal .buy_coupons .badge {
  display: inline-block;
  min-width: 21px;
  padding: 2px 4px 0;
  border: 2px solid #f6eccd;
  border-radius: 8px;
  background-image: linear-gradient(#b01a1a, #421515);
  color: #f6eccd;
  font-size: 14px;
  text-align: center;
}

.coupon div,
.coupon div.active {
  width: 78px;
  height: 44px;
  background: url(/images/grand/icons/coupon.svg);
  background-size: contain;
  margin: 5px;
}

.coupon div.active,
.coupon.bought_out div {
  background: url(/images/grand/icons/coupon_bought_out.svg);
  position: relative;
}

.coupon .check {
  display: none;
}

.coupon div.active .check {
  display: block;
}

.coupon .check {
  display: none;
  position: absolute;
  top: -2px;
  right: -2px;
  width: 22px;
  height: 22px;
  background: url(/images/grand/icons/mark.svg) no-repeat;
}

#select_range_coupons,
#select_archive_range {
  width: 255px;
  border-radius: 10px;
}

#coupons_modal .finished .custom_select,
#coupons_modal .current .custom_select {
  width: 260px;
}

#coupons_modal.custom_modal_coupons .custom_select{
  width: fit-content;
}
#select_range_coupons + .custom_select .custom_select_label,
#select_archive_range + .custom_select .custom_select_label{
  width: 100%;
  height: 28px;
  padding: 0 8px;
  line-height: 2.2;
  font-size: 13px;
  border-radius: 4px;
}

#coupons_modal.custom_modal_coupons .custom_select .custom_select_label {
  padding-right: 25px;
}
[data-own="select_range_coupons"] .custom_select_option,
[data-own="select_archive_range"] .custom_select_option {
  font-size: 14px;
}

#coupons_modal .ranges_title,
#coupons_modal .ranges_list {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 5px;
}

#coupons_modal p {
  text-align: left;
}

#coupons_modal .read_more {
  margin: 10px 0;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}


#coupons_modal .player {
  height: 550px;
  padding-top: 10px;
}

#coupons_modal .player .active_coupons_info {
  justify-content: space-between;
  height: 140px;
  padding: 0;
}

#coupons_modal .player .left_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
}

#coupons_modal .player .coupons_list {
  text-align: center;
  width: auto;
  min-height: 56px;
}

#coupons_modal .player .coupons_rules {
  padding: 10px;
  height: auto;
  margin-top: 10px;
}

#coupons_modal h3 {
  margin: 10px auto;
  font-size: 16px;
  font-weight: bold;
}

#coupons_modal .player h3 {
  width: 400px;
}

#coupons_modal sup {
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

#coupons_modal .all_coupons_wrap,
#coupons_modal .winners_wrap,
#coupons_modal .user_bought_out_wrap {
  display: none;
  background: #d0ccac;
  padding: 20px 10px;
  border-radius: 15px;
  height: 430px;
}

#coupons_modal [data-current-show = "all_coupons"] .all_coupons_wrap,
#coupons_modal [data-current-show = "bought_out"] .user_bought_out_wrap,
#coupons_modal [data-current-show = "winners"] .winners_wrap {
  display: block;
}

#coupons_modal .finished_tabs {
  justify-content: start;
  margin-left: 20px;
  font-size: 18px;
}

#coupons_modal .finished_tabs .item {
  padding: 5px 30px;
  background: #bdb58e;
  margin: 0 2px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#coupons_modal .finished_tabs .item.active {
  background: #d0ccac;
}

#coupons_modal .finished_header {
  position: relative;
  margin: 15px auto;
}

#coupons_modal .finished_course {
  position: absolute;
  width: 145px;
  right: 28px;
  top: 5px;
  text-align: right;
}

#coupons_modal .finished_course span:nth-child(3) {
  font-size: 22px;
  font-weight: bold;
}

#coupons_modal .course_wrapper {
  background: #E4E3CC;
  font-size: 22px;
  font-weight: bold;
  border: 1px solid gray;
  border-radius: 15px;
  padding: 2px 10px 0;
  display: inline-block;
}

#coupons_modal .course_wrapper span:nth-child(2) {
  color: #bb2d29;
}

#coupons_modal .finished tbody tr:hover {
  cursor: default;
}

#coupons_modal .finished {
  padding: 0 20px;
}

#coupons_modal .button.btn_back {
  position: absolute;
  left: 4px;
}

#coupons_modal .btn_back,
#coupons_modal .btn_random_reserve,
#coupons_modal .buy_coupons {
  display: none;
}

#coupons_modal .arrow_icon {
  position: absolute;
  top: 5px;
  right: 35px;
  width: 10px;
  height: 8px;
  background: url(/images/grand/icons/one_arrow.svg);
  background-size: cover;
}

#coupons_modal .arrow_icon.up {
  transform: rotate(180deg);
}

.modal .loader,
#right_panel .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -25px;
}

#events_modal[data-current-tab="current"] .content {
  height: 550px;
}

.pagination .btn {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 4px;
  padding-top: 6px;
  border: 2px solid #a79950;
  border-radius: 8px;
  background: #a79950;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.pagination .btn.active {
  background: none;
}

.pagination .btn.three_dots {
  border: none;
  background: transparent;
  cursor: default;
}

.countdown {
  display: inline-block;
  position: relative;
  width: 130px;
  margin-bottom: 10px;
  padding: 12px 0 2px;
  border: 2px solid #4e4132;
  line-height: 1;
  text-align: center;
}

.countdown .countdown_title_wrap {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 106px;
  margin-left: -53px;
  background: #e4e3cb;
  color: #2e270f;
  font-size: 14px;
  text-transform: uppercase;
}

.new .countdown .countdown_title_wrap {
  background: #ccc7a4;
}

.countdown .countdown_title {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}

.countdown .countdown_item {
  display: inline-block;
  color: #990909;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  vertical-align: top;
}

.countdown .countdown_item + .countdown_item {
  margin-left: -2px;
}

.countdown .countdown_item:first-child {
  margin-right: 5px;
}

.countdown .countdown_digits {
  display: block;
}

.countdown .countdown_label {
  display: block;
  margin-top: -0.3em;
  color: #6f5d24;
  font-size: 12px;
  font-weight: normal;
}

[lang="en"] .countdown .countdown_label {
  margin-top: 0;
}

.countdown .countdown_seconds {
  width: 21px;
}

#events_modal .media_countdown_wrap {
  display: none;
}

#events_modal[data-current-route="event"] .media_countdown_wrap {
  z-index: 1;
  position: absolute;
  top: 170px;
  right: 2px;
  padding: 2px 0 2px 2px;
  border-radius: 5px 0 0 5px;
  background: -webkit-linear-gradient(#f6edcf, #ae8223 50%, #604406 50%, #b19052);
  background: linear-gradient(#f6edcf, #ae8223 50%, #604406 50%, #b19052);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  text-align: center;
}

#events_modal[data-current-route="event"] .media_countdown {
  padding: 12px 20px 12px 12px;
  border-radius: 4px 0 0 4px;
  background: #dbd9ba;
}

#events_modal[data-current-route="event"] .countdown {
  margin-bottom: 0;
}

#events_modal[data-current-route="event"] .countdown_title_wrap {
  background: #dbd9ba;
}

#flash_substrate.showed {
  visibility: visible;
}

#flash_substrate {
  visibility: hidden;
  opacity: 0;
}

.contact_icon {
  width: 34px;
  height: 34px;
  background: none;
}

.contact_icon.whatsapp {
  background: url(/images/grand/lobby/whatsapp.png);
}

.contact_icon.viber {
  background: url(/images/grand/lobby/viber.png);
}

.contact_icon.skype {
  background: url(/images/grand/lobby/skype.png);
}

.contact_icon.facebook {
  background: url(/images/grand/lobby/facebook.png);
}

.contact_icon.telegram {
  background: url(/images/grand/lobby/telegram.png);
}

.contact_icon.email {
  background: url(/images/grand/lobby/email.png);
}

.contact_icon.phone {
  background: url(/images/grand/lobby/phone.png);
}

.modal .icon_hourglass {
  vertical-align: -3px;
}

.link_icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 2px;
  background: url(/images/grand/assets.png) -319px -810px;
  vertical-align: middle;
}

#events_modal[data-current-route="event"] .content .button .icon {
  margin-right: 4px;
  vertical-align: -2px;
}

#events_modal[data-current-route="event"] .content .button .icon_top_up {
  width: 24px;
  height: 15px;
  vertical-align: -1px;
}

#events_modal[data-current-route="event"] .logo_wrap img {
  width: 100%;
}

#events_modal[data-current-route="event"] .event_title {
  padding: 8px 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.modal .breadcrumbs {
  height: 30px;
  padding: 8px 21px 0;
  background: #dbd9ba;
  color: #87846d;
  font-size: 14px;
  font-style: italic;
  text-align: left;
}

.modal .breadcrumbs span {
  display: inline-block;
  margin-right: 5px;
}

.modal .breadcrumbs span:not(:last-child) {
  color: #414137;
  cursor: pointer;
}

.modal .breadcrumbs span:not(:last-child):not([disabled]):hover {
  color: #999999;
}

.modal .breadcrumbs span[disabled] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
  user-select: none;
}

#events_modal[data-current-route="event"] .event_container .event_title {
  padding: 8px 0 4px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#events_modal[data-current-route="event"] .event_container,
#tournaments_modal .tournaments_container {
  position: relative;
  height: 520px;
}

#coupons_modal .coupons_container {
  position: relative;
  height: 550px;
}

.modal .body .header.header_with_tabs {
  height: 86px;
}

.modal .footer {
  position: relative;
}

.modal .footer .button {
  position: absolute;
  top: 15px;
  left: 10px;
}

.oblique_pattern {
  outline: 1px solid transparent;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAARklEQVQI1z3IwRGDIBAAwAUJw9h/V3aRNOEo3Pky+9zy+x5ZChDBnEt9I5PzvPS+abCC+7rtewdtTiLCGB+vmplaq/9YiwedKhyWto98uAAAAABJRU5ErkJggg==);
}

.tournament.media .oblique_pattern,
.event.media .oblique_pattern {
  display: flex;
  align-items: center;
  justify-content: space-evenly;								
  height: 145px;
}

.middle_oblique_pattern {
  outline: 1px solid transparent;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAP0lEQVQI11XLywmAQAwA0cnP/huyDLEXNyYeJIhzfDByHnt3F7EZkyMQ8cG6btRd/mCGDuQqRBUzXsyEqmauB4bMFH3u0VLUAAAAAElFTkSuQmCC');
}

/*.dark_oblique_pattern {*/
/*  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAO0lEQVQI11WMMQoAIAzEYqX0/3/wLy5+SMTWwcGa6QhcyugtSHiAZLEWSElyTkf1bgHYDmbvJAHULwIHgKkNPyvWn1IAAAAASUVORK5CYII=');*/
/*}*/

.modal .hint {
  border: 1px solid #967e47;
  background: #e5e4e1;
  color: #201a15;
  font-size: 14px;
}

.modal .hint .hint_title {
  margin: 0 25px;
  padding: 11px 0 3px;
  border-bottom: 1px solid #967e47;
  font-weight: bold;
  text-transform: uppercase;
}

.modal .hint .hint_content {
  min-width: 160px;
}

.modal .hint::before {
  border-color: transparent #967e47 transparent transparent;
}

.modal .hint[for=hc_get_password_field]::before {
  border-color: #3c3313 transparent transparent transparent;
}

.modal .hint::after {
  border-color: transparent #e5e4e1 transparent transparent;
}

.modal .hint[for=hc_get_password_field]::after {
  border-color: #e5e4e1 transparent transparent transparent;
}

.modal .hint.hint_place_left::before {
  border-color: transparent transparent transparent #967e47;
}

.modal .hint.hint_place_left::after {
  border-color: transparent transparent transparent #e5e4e1;
}

.modal .u_4_12,
.modal .u_6_12 {
  padding-right: 5px;
  padding-left: 5px;
}

.modal .input_wrap {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 4px;
  background: #b79557;
  background: -webkit-linear-gradient(top, rgba(183, 149, 87, 1) 0%, rgba(169, 124, 28, 1) 31%, rgba(96, 68, 6, 1) 59%, rgba(153, 137, 83, 1) 100%);
  background: linear-gradient(to bottom, rgba(183, 149, 87, 1) 0%, rgba(169, 124, 28, 1) 31%, rgba(96, 68, 6, 1) 59%, rgba(153, 137, 83, 1) 100%);
}

.modal .input_wrap.error_popup,
.modal .input_wrap.error {
  background: #c2000a;
  background: -webkit-linear-gradient(top, rgba(194, 0, 10, 1) 0%, rgba(103, 0, 5, 1) 40%, rgba(103, 0, 5, 1) 60%, rgba(194, 0, 10, 1) 100%);
  background: linear-gradient(to bottom, rgba(194, 0, 10, 1) 0%, rgba(103, 0, 5, 1) 40%, rgba(103, 0, 5, 1) 60%, rgba(194, 0, 10, 1) 100%);
}

.modal label {
  padding-top: 2px;
  text-transform: inherit;
}

.modal label.two_rows {
  padding: 0;
  line-height: 0.8;
}

.modal .checkbox_button {
  width: 20px;
  height: 21px;
  border: none;
  background: url(/images/grand/modal_assets.png) no-repeat 0 -180px;
  box-shadow: none;
}

.modal .checkbox_button .wrap {
  width: 17px;
  height: 15px;
  margin-top: 1px;
  margin-left: 4px;
  background: url(/images/grand/modal_assets.png) no-repeat -22px -182px;
}

.olive_form_control {
  display: block;
  width: 100%;
  height: 26px;
  padding: 2px 4px 0;
  border-radius: 2px;
  background: #dddddd;
  font-size: 16px;
}

.olive_form_control:focus {
  background: #ffffff;
}

.error_popup .olive_form_control,
.error .olive_form_control {
  background: #eee4e1;
}

.olive_form_control::-webkit-input-placeholder {
  font-size: 14px;
  font-style: italic;
}

.olive_form_control::-moz-placeholder {
  font-size: 14px;
  font-style: italic;
}

.olive_form_control::-ms-input-placeholder {
  font-size: 14px;
  font-style: italic;
}

.olive_form_control::placeholder {
  font-size: 14px;
  font-style: italic;
}

.modal .body .line {
  position: relative;
  width: 100%;
  height: 2px;
  background: #967e47;
}

.modal .tabs {
  position: absolute;
  bottom: -1px;
  height: 32px;
  padding: 0 25px;
  text-align: left;
}

.button_border_gradient {
  background: rgba(246, 236, 205, 1);
  background: -webkit-linear-gradient(top, rgba(246, 236, 205, 1) 0%, rgba(173, 134, 42, 1) 45%, rgba(101, 75, 15, 1) 65%, rgba(141, 111, 51, 1) 89%, rgba(186, 158, 101, 1) 100%);
  background: linear-gradient(to bottom, rgba(246, 236, 205, 1) 0%, rgba(173, 134, 42, 1) 45%, rgba(101, 75, 15, 1) 65%, rgba(141, 111, 51, 1) 89%, rgba(186, 158, 101, 1) 100%);
}

.modal .tabs .tab {
  display: block;
  z-index: 1;
  position: relative;
  width: 125px;
  height: 32px;
  margin: 0 36px 0 0;
  padding: 2px 2px 0;
  float: right;
  border: none;
  border-bottom: 1px solid #967e47;
  border-radius: 6px 6px 0 0;
  background: rgba(246, 236, 205, 1);
  background: -webkit-linear-gradient(top, rgba(246, 236, 205, 1) 0%, rgba(173, 134, 42, 1) 45%, rgba(101, 75, 15, 1) 65%, rgba(141, 111, 51, 1) 89%, rgba(186, 158, 101, 1) 100%);
  background: linear-gradient(to bottom, rgba(246, 236, 205, 1) 0%, rgba(173, 134, 42, 1) 45%, rgba(101, 75, 15, 1) 65%, rgba(141, 111, 51, 1) 89%, rgba(186, 158, 101, 1) 100%);
  color: #220f0f;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255,255,255,.3);
  text-transform: none;					   
}

.modal .tabs .tab.tab_callback {
  width: 170px;
}

.modal .tabs .tab.tab_contacts {
  width: 120px;
}

.modal .tabs .tab > div {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px 0 0;
  background: #bdb58e;
}

.modal .tabs .tab::before,
.modal .tabs .tab::after {
  -webkit-transform-origin: 50%;
  top: 0;
  width: 30px;
  height: 100%;
  transform-origin: 50%;
  background: rgba(246, 236, 205, 1);
  background: -webkit-linear-gradient(top, rgba(246, 236, 205, 1) 0%, rgba(173, 134, 42, 1) 45%, rgba(101, 75, 15, 1) 65%, rgba(141, 111, 51, 1) 89%, rgba(186, 158, 101, 1) 100%);
  background: linear-gradient(to bottom, rgba(246, 236, 205, 1) 0%, rgba(173, 134, 42, 1) 45%, rgba(101, 75, 15, 1) 65%, rgba(141, 111, 51, 1) 89%, rgba(186, 158, 101, 1) 100%);
  content: "";
}

.modal .tabs .tab::before {
  -webkit-transform: skewX(-34deg);
  left: -18px;
  transform: skewX(-34deg);
  border-radius: 10px 0 0 0;
}

.modal .tabs .tab > div::before {
  -webkit-transform: skewX(-34deg);
  left: -18px;
  transform: skewX(-34deg);
  border-radius: 8px 0 0 0;
}

.modal .tabs .tab::after {
  -webkit-transform: skewX(34deg);
  right: -18px;
  transform: skewX(34deg);
  border-radius: 0 10px 0 0;
}

.modal .tabs .tab > div::after {
  -webkit-transform: skewX(34deg);
  right: -18px;
  transform: skewX(34deg);
  border-radius: 0 8px 0 0;
}

.modal .tabs .tab.active {
  z-index: 3;
}

.modal .tabs .tab.active > div {
  height: 32px;
}

.modal .tabs .tab > div::before,
.modal .tabs .tab > div::after {
  -webkit-transform-origin: 50%;
  display: block;
  position: absolute;
  top: 0;
  width: 28px;
  height: 100%;
  transform-origin: 50%;
  background: #bdb58e;
  content: "";
}

.modal .tabs .tab.active > div,
.modal .tabs .tab.active > div::before,
.modal .tabs .tab.active > div::after {
  background: #dbd9ba;
}

.modal .media {
  position: relative;
  width: 984px;
  padding: 1px;
  outline: 1px solid transparent;
  background: rgba(232, 226, 196, 1);
  background: -webkit-linear-gradient(top, rgba(232, 226, 196, 1) 0%, rgba(164, 150, 105, 1) 50%, rgba(202, 186, 141, 1) 100%);
  background: linear-gradient(to bottom, rgba(232, 226, 196, 1) 0%, rgba(164, 150, 105, 1) 50%, rgba(202, 186, 141, 1) 100%);
  cursor: pointer;
}

.modal .media.new {
  background: rgba(156, 0, 8, 1);
  background: -webkit-linear-gradient(315deg, rgba(156, 0, 8, 1) 0%, rgba(156, 0, 8, 1) 50%, rgba(156, 0, 8, 0) 70%, rgba(156, 0, 8, 0) 100%), -webkit-linear-gradient(top, rgba(232, 226, 196, 1) 0%, rgba(164, 150, 105, 1) 50%, rgba(202, 186, 141, 1) 100%);
  background: linear-gradient(135deg, rgba(156, 0, 8, 1) 0%, rgba(156, 0, 8, 1) 50%, rgba(156, 0, 8, 0) 70%, rgba(156, 0, 8, 0) 100%), linear-gradient(to bottom, rgba(232, 226, 196, 1) 0%, rgba(164, 150, 105, 1) 50%, rgba(202, 186, 141, 1) 100%);
}

.modal .media.promo_disabled {
  background: #a2a2a2;
}


.modal .media.new .oblique_pattern {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAO0lEQVQI11WMMQoAIAzEYqX0/3/wLy5+SMTWwcGa6QhcyugtSHiAZLEWSElyTkf1bgHYDmbvJAHULwIHgKkNPyvWn1IAAAAASUVORK5CYII=');
}

.modal .media + .media {
  margin-top: 18px;
}

.modal .media:last-child {
  margin-bottom: 15px;
}

.modal .media .column_left {
  width: 336px;
}

.modal .media .column_center {
  width: 454px;
}

.modal .media .column_right {
  width: 184px;
}

.modal .media.promo_disabled .column_right .button {
  filter: grayscale(100%);
}

.modal .media .media_title {
  font-weight: bold;
  margin-bottom: 5px;
}

#callback_modal .tabs .tab_callback > div::before ,
#help_modal .tabs .tab_callback > div::before{
    z-index: -1;
}

.light_gradient_with_shadow {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(254, 254, 254, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(254, 254, 254, 0) 100%);
}

.light_gradient_with_shadow:before,
.light_gradient_with_shadow:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}

.light_gradient_with_shadow:before {
  top: -2px;
  background: rgba(243, 234, 204, 0.6);
  background: -webkit-linear-gradient(left, rgba(243, 234, 204, 0) 0%, rgba(243, 234, 204, 0.6) 50%, rgba(243, 234, 204, 0) 100%);
  background: linear-gradient(to right, rgba(243, 234, 204, 0) 0%, rgba(243, 234, 204, 0.6) 50%, rgba(243, 234, 204, 0) 100%);
}

.light_gradient_with_shadow:after {
  bottom: -2px;
  background: rgba(177, 144, 81, 0.6);
  background: -webkit-linear-gradient(left, rgba(177, 144, 81, 0) 0%, rgba(177, 144, 81, 0.6) 50%, rgba(177, 144, 81, 0) 100%);
  background: linear-gradient(to right, rgba(177, 144, 81, 0) 0%, rgba(177, 144, 81, 0.6) 50%, rgba(177, 144, 81, 0) 100%);
}

.modal .media .media_title .text {
  padding-top: 2px;
  margin-bottom: 5px;
  outline: 1px solid transparent;
  background: -webkit-linear-gradient(left, rgba(255,255,255, 0), rgba(255,255,255, 0.6) 20%, rgba(255,255,255, 0.6) 80%, rgba(255,255,255, 0));
  background: linear-gradient(to right, rgba(255,255,255, 0), rgba(255,255,255, 0.6) 20%, rgba(255,255,255, 0.6) 80%, rgba(255,255,255, 0));
  overflow: hidden;
  font-size: 18px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
#events_modal.modal .media .media_title .text,
#tournaments_modal.modal .media .media_title .text{
    white-space: break-spaces;
}

.modal .media .media_title .date {
  min-height: 16px;
  font-size: 15px;
}

.modal .media .media_title .text_normal {
  font-weight: normal;
}

.modal .media .image {
  position: relative;
  width: 315px;
  margin: 0 auto;
  background: url(/images/grand/hourglass.png) no-repeat center center;
}

.modal .media .image .lock {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -29px;
  margin-top: -37px;
  width: 58px;
  height: 75px;
  background: url(/images/grand/lock.png);
}

.modal .media.promo_disabled .image .lock{
  display: block;
}

.modal .media .image div:first-child {
  height: 123px;
  border: 2px solid #b19051;
  background-size: cover;
}

.modal .media.promo_disabled .image div:first-child {
  -webkit-filter: brightness(0.6) grayscale(100%);
  filter: brightness(0.6) grayscale(100%);
}

.modal .media .description {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
}

.modal .media .label {
  z-index: 1;
  position: absolute;
  top: -9px;
  left: -9px;
  width: 83px;
  height: 82px;
  background: url(/images/grand/assets.png) -241px -707px;
}

.modal .media.promo_disabled .label {
  display: none;
}

.modal .media .label .text {
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 50%;
  display: block;
  position: relative;
  top: 20px;
  left: -9px;
  width: 100%;
  transform: rotate(-45deg);
  transform-origin: 50%;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}



#right_panel .simple_scroll_container .simple_scroll_handler,
#right_panel .simple_scroll_container::before {
  visibility: hidden;
  opacity: 0;
}

#right_panel .simple_scroll_container:hover .simple_scroll_handler,
#right_panel .simple_scroll_container:hover::before {
  visibility: visible;
  opacity: 1;
}

.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: "";
}

#right_panel .simple_scroll_container::before {
  right: 2px;
}

.modal .simple_scroll_container.simple_scroll_hide::before,
#right_panel .simple_scroll_container.simple_scroll_hide::before {
  display: none;
}

.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;
}

#right_panel .simple_scroll_handler {
  right: 4px;
}

.modal .simple_scroll_hidden,
#right_pane .simple_scroll_hidden {
  display: none;
}

.modal .simple_scroll_to_bottom,
#right_panel .simple_scroll_to_bottom {
  top: auto;
  bottom: 5px;
  background-position: -132px -50px;
}

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

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


.btn_beige {
  display: inline-block;
  position: relative;
  padding: 1px;
  background: -webkit-linear-gradient(#b69452,#8a630c 45%,#604508 75%,#907e48);
  background: linear-gradient(#b69452,#8a630c 45%,#604508 75%,#907e48);
  box-shadow: none;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.btn_beige > span {
  display: block;
  height: 22px;
  padding: 2px 25px 0;
  border-width: 1px;
  background: #bdb58e;
  box-shadow: none;
  color: #000;
  font-size: 15px;				  
  font-weight: 700;
  text-transform: none;
}

.btn_beige:hover > span {
  background: #d5caa0;
}

.btn_beige:active > span {
  background: #979072;
}

.btn_beige > span .arrow_icon {
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/images/grand/assets.png) -331px -809px;
}

.btn_beige > span .arrow_icon + span {
  display: inline-block;
  padding: 0 30px;
}

.icon_bonus {
  background: url(/images/grand/icons/bonus.svg);
  vertical-align: -3px;
}

.contact_icon.telegram {
  background: url(/images/grand/lobby/telegram.png);
}

.contact_icon.email {
  background: url(/images/grand/lobby/email.png);
}

.contact_icon.phone {
  background: url(/images/grand/lobby/phone.png);
}

#tournaments_modal .tournaments_container {
  padding: 0 10px;
  color: #332a23;
  font-size: 18px;
}

#tournaments_modal .tournaments_container .left_side_wrapper {
  width: 640px;
  min-height: 100px;
  margin-right: 10px;
  float: left;
}

#tournaments_modal .tournaments_container .right_side_wrapper {
  width: 346px;
  min-height: 100px;
  float: left;
}

#tournaments_modal .tournaments_container .left_side_wrapper,
#tournaments_modal .tournaments_container .right_side_wrapper {
  position: relative;
  min-height: 510px;
}

#tournaments_modal:not([data-current-route="list"]) .tournaments_container .show_games {
  margin: 10px 0;
}

#tournaments_modal:not([data-current-route="list"]) .tournaments_container .turnament_title {
  width: 100%;
  height: 32px;
  padding-top: 8px;
  font-weight: bold;
  text-transform: uppercase;
}

#tournaments_modal:not([data-current-route="list"]) .tournaments_container .prize_fund_wrap {
  margin: 8px 0;
  padding: 4px 0;
  font-weight: bold;
}

#tournaments_modal:not([data-current-route="list"]) .tournaments_container .prize_fund {
  font-size: 34px;
  line-height: 1;
}

#tournaments_modal:not([data-current-route="list"]) .countdown {
  width: 100%;
  margin: 0;
  border: none;
  color: #990909;
}

#tournaments_modal:not([data-current-route="list"]) .countdown .countdown_time {
  width: 165px;
  margin: 5px auto 0;
  display: flex;
  justify-content: space-around;
}

#tournaments_modal:not([data-current-route="list"]) .countdown .countdown_item {
  display: block;
  height: 69px;
  margin: 0;
  float: left;
}

#tournaments_modal:not([data-current-route="list"]) .countdown .countdown_item.flip {
  display: block;
  width: 30px;
  height: 45px;
  border-radius: 5px;
  padding: 5px 0 0 0;
  outline: 1px solid transparent;
  background: -webkit-linear-gradient(top, rgba(236, 231, 205, 1) 0%, rgba(168, 155, 114, 1) 50%, rgba(206, 191, 149, 1) 100%);
  background: linear-gradient(to bottom, rgba(236, 231, 205, 1) 0%, rgba(168, 155, 114, 1) 50%, rgba(206, 191, 149, 1) 100%);
}

#tournaments_modal:not([data-current-route="list"]) .countdown .countdown_item.flip > span {
  width: 100%;
  height: 100%;
  outline: 1px solid transparent;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0;
}

#tournaments_modal:not([data-current-route="list"]) .countdown .countdown_digits {
  width: 100%;
  font-size: 21px;
}

#tournaments_modal:not([data-current-route="list"]) .countdown .countdown_item.countdown_separator {
  padding: 8px 4px 0;
  font-size: 140%;
}

#tournaments_modal:not([data-current-route="list"]) .countdown .countdown_date {
  position: absolute;
  top: 25px;
  left: 50px;
  width: 100px;
  padding-top: 10px;
}

#tournaments_modal:not([data-current-route="list"]) .countdown .countdown_date.countdown_end {
  right: 70px;
  left: auto;
}

#tournaments_modal:not([data-current-route="list"]) .countdown .countdown_date .date {
  color: #332a23;
  font-size: 15px;
  font-weight: bold;
}

#tournaments_modal:not([data-current-route="list"]) .countdown .countdown_date .hours{
  font-size: 18px;
  font-weight: normal;
}

#tournaments_modal:not([data-current-route="list"]) .countdown .countdown_date .date_arrow {
  position: absolute;
  top: 35px;
  left: 120%;
  width: 22px;
  height: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: #332a23;
}

#tournaments_modal:not([data-current-route="list"]) .countdown .countdown_date.countdown_end .date_arrow {
  right: 106%;
  left: auto;
  width: 20px;
}

#tournaments_modal:not([data-current-route="list"]) .countdown .countdown_date.countdown_end .date_arrow:after {
  position: absolute;
  top: -4px;
  right: -9px;
  width: 16px;
  height: 12px;
  background: url(/images/grand/assets.png) -301px -810px;
  content: "";
}

#tournaments_modal .player_bets_title {
  margin: 16px 0;
  text-transform: uppercase;
}

#tournaments_modal .showgame_title {
  margin-bottom: 16px;
  text-transform: uppercase;
}

#tournaments_modal[data-current-route="showgame"] table img {
  max-width: 100%;
}

#tournaments_modal .table a {
  color: #1e1913;
  text-decoration: none;
}

#tournaments_modal[data-current-route="list"] .tournaments_back_button {
  display: none;
}

.game_opened .tournaments_back_button {
  display: none;
}

.modal .pagination {
  display: block;
  z-index: 3;
  position: absolute;
  bottom: 72px;
  width: 100%;
  height: 30px;
  text-align: center;
}

.modal .pagination .btn {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  margin: 0 4px;
  padding: 2px;
  border: none;
  border-radius: 1px;
  background: -webkit-linear-gradient(#f6edcf, #ae8223 50%, #604406 50%, #b19052);
  background: linear-gradient(#f6edcf, #ae8223 50%, #604406 50%, #b19052);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.modal .pagination .btn > span {
  display: block;
  min-width: 24px;
  height: 24px;
  padding-top: 6px;
  background: #413528;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
  color: #f1e4c1;
  font-size: 16px;
}

.modal .pagination .btn.active > span {
  background: #6d6553;
}

.modal .pagination .btn.three_dots,
.modal .pagination .btn.three_dots > span {
  background: transparent;
  box-shadow: none;
  color: #413528;
  cursor: default;
}

.modal .pagination .btn.three_dots > span {
  display: inline-block;
  width: 100%;
  padding: 0;
  vertical-align: sub;
}

.modal .info_wrap {
  position: relative;
  min-height: 160px;
  padding: 10px;
}

#tournaments_modal .description_short,
#tournaments_modal .description_full {
  text-align: left;
}

#tournaments_modal .description_full_title,
#tournaments_modal .top_games_title {
  position: relative;
  font-weight: bold;
}

#tournaments_modal .description_full_title:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  content: "";
}

#tournaments_modal .description_full_title .arrow_icon {
  position: absolute;
  top: 8px;
  right: 20px;
  width: 10px;
  height: 7px;
  background: url(/images/grand/assets.png) -241px -816px;
}

#tournaments_modal .description_full {
  height: 65px;
  overflow: hidden;
}

#tournaments_modal input:checked ~ .description_full {
  height: auto;
}

#tournaments_modal input:checked ~ .description_full_title .arrow_icon {
  -webkit-transform: rotate(180deg);
  -webkit-transform-origin: 50%;
  transform: rotate(180deg);
  transform-origin: 50%;
}

#tournaments_modal .description_full + .button {
  margin: 8px 0;
}

.cross-platform--hidden {
  display: none;
}

#tournaments_modal .tournament_top_games_wrap {
  position: relative;
  min-height: 200px;
}

#tournaments_modal .players_table .place_label {
  display: block;
  width: 18px;
  height: 23px;
  margin: 0 auto;
  font-size: 90%;
  font-weight: bold;
}

#tournaments_modal .players_table .online_indicator {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  border-radius: 3px;
  background: #34ab24;
}

#tournaments_modal .players_table .vip_label {
  display: inline-block;
  width: 28px;
  height: 20px;
  margin: 0 2px;
  vertical-align: middle;
}

#tournaments_modal .players_table tbody tr.highlighted,
#tournaments_modal tr[data-open]:hover,
#tournaments_modal tr[data-tournament-open]:hover {
  background: #c2d7b5;
}

#tournaments_modal .players_table tr[data-user-status="vip"] .user_status,
#tournaments_modal .players_table tr[data-user-status="normal"] .vip_status {
  color: #87846d;
}

#tournaments_modal .user_info_wrap {
  margin-bottom: 8px;
  padding: 1px;
  outline: 1px solid transparent;
  background: -webkit-linear-gradient(top, #e2dfc2 0%, #c3b890 50%, #d1c9a4 100%);
  background: linear-gradient(to bottom, #e2dfc2 0%, #c3b890 50%, #d1c9a4 100%);
}

#tournaments_modal .user_info {
  padding: 0 16px;
  text-align: left;
}

#tournaments_modal .user_info.nearest {
  padding: 8px 4px;
  color: #6f6f5c;
  font-size: 14px;
}

#tournaments_modal .user_info > div {
  position: relative;
  padding: 2px 0;
}

#tournaments_modal .user_info > div:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(177, 144, 81, 0.6);
  background: -webkit-linear-gradient(left, rgba(177, 144, 81, 0) 0%, rgba(177, 144, 81, 0.6) 50%, rgba(177, 144, 81, 0) 100%);
  background: linear-gradient(to right, rgba(177, 144, 81, 0) 0%, rgba(177, 144, 81, 0.6) 50%, rgba(177, 144, 81, 0) 100%);
  content: "";
}

#tournaments_modal .user_info > div > span {
  display: inline-block;
  text-align: left;
}

#tournaments_modal .user_info > div > span:first-child {
  width: 120px;
}

#tournaments_modal .user_info div > span:last-child {
  font-weight: bold;
}

#tournaments_modal .user_info .red {
  color: #990909;
}

#tournaments_modal[data-current-route="games"] .show_games {
  display: none;
}

#events_modal[data-current-route="event"] sup img {
  position: relative;
  top: 8px;
  left: 2px;
}

#tournamentTopGames tbody tr {
  display: none;
}

#tournamentTopGames[data-filter="betSum"] tbody tr.betSum,
#tournamentTopGames[data-filter="betCount"] tbody tr.betCount {
  display: table-row;
}

#tournaments_modal .info_wrap .pagination {
  position: relative;
  bottom: auto;
  margin-top: 14px;
}

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

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

#tournaments_modal .game .icon_no_bonus {
  display: none;
}

#tournaments_modal .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;
}

#tournaments_modal .game .new {
  border-color: #ff0000;
  background: -webkit-linear-gradient(left, #b11e1e, #ff0000, #b11e1e);
  background: linear-gradient(to right, #b11e1e, #ff0000, #b11e1e);
  box-shadow: inset 0 0 5px #000000;
  color: gold;
  text-shadow: 0 0 3px #000000;
}

#tournaments_modal .game .soon {
  border-color: #e69820;
  background: -webkit-linear-gradient(left, #9c5f02, #e69820, #9c5f02);
  background: linear-gradient(to right, #9c5f02, #e69820, #9c5f02);
  box-shadow: inset 0 0 5px #000000;
  color: gold;
  text-shadow: 0 0 3px #000000;
}

#tournaments_modal .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;
}

#events_modal .footer .btn_back {
  visibility: hidden;
}

#filterTopGames {
  -moz-text-align-last: center;
  width: 100%;
  border: none;
  outline: 0;
  outline-offset: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  text-align-last: center;
}

#filterTopGames option {
  background: #e5e3cc;
}

.filter_top_games_wrap .custom_select {
  height: auto;
}

.filter_top_games_wrap .custom_select_label {
  padding: 0 20px 0 0;
  border: none;
  background: transparent;
  text-align: center;
}

.filter_top_games_wrap .custom_select.focus .custom_select_label {
  background: transparent;
  box-shadow: none;
}

.filter_top_games_wrap .custom_select_label::after {
  display: none;
}

.custom_select_options[data-own="filterTopGames"] {
  margin: 0;
  border: none;
  background: #e5e3cc;
  box-shadow: none;
}

.custom_select_options[data-own="filterTopGames"] .custom_select_option {
  padding: 4px 5px 2px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #bdb58e;
  color: #3c3a2d;
  font-size: 14px;
}

.custom_select_options[data-own="filterTopGames"] .custom_select_option.active {
  background: transparent;
}

.custom_select_options[data-own="filterTopGames"] .custom_select_option:hover {
  background: rgba(189, 181, 142, 0.5);
}

.filter_top_games_wrap {
  position: relative;
}

.filter_top_games_wrap .arrow_icon {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 10px;
  height: 7px;
  background: url(/images/grand/assets.png) -241px -816px;
  pointer-events: none;
}

.custom_tooltip {
  -webkit-transform: translate3d(-50%, -100%, 0);
  display: none;
  position: absolute;
  width: 354px;
  padding: 7px 10px 5px;
  transform: translate3d(-50%, -100%, 0);
  border: 1px solid #967e47;
  border-radius: 3px;
  background: #e5e4e1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #211a14;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

.custom_tooltip[data-tooltip-placement="top"] {
  margin-top: -10px;
}

.custom_tooltip[data-tooltip-placement="bottom"] {
  -webkit-transform: translate3d(-50%, 0, 0);
  margin-top: 30px;
  transform: translate3d(-50%, 0, 0);
}

.custom_tooltip[data-tooltip-placement="top"]::after,
.custom_tooltip[data-tooltip-placement="bottom"]::after {
  -webkit-filter: drop-shadow(0 1px 0 #967e47);
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 50%;
  margin-left: -7px;
  border-width: 10px 7px 0;
  border-style: solid;
  border-color: #e5e4e1 transparent;
  content: "";
  filter: drop-shadow(0 1px 0 #967e47);
}

.custom_tooltip[data-tooltip-placement="bottom"]::after {
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-filter: drop-shadow(0px -1px 0 #967e47);
  top: -10px;
  bottom: auto;
  transform: translate3d(-50%, 0, 0);
  border-width: 0 7px 10px;
  filter: drop-shadow(0px -1px 0 #967e47);
}

.custom_tooltip[data-tooltip-size="little"] {
  font-size: 10px;
  line-height: 1;
}

[tooltip],
[bottom-tooltip] {
  position: relative;
}

[tooltip]::before,
[bottom-tooltip]::before {
  -webkit-transform: translate3d(-50%, -100%, 0);
  display: none;
  visibility: hidden;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 178px;
  padding: 7px 10px 5px;
  transform: translate3d(-50%, -100%, 0);
  border: 1px solid #967e47;
  border-radius: 3px;
  background: #e5e4e1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  content: attr(tooltip);
  opacity: 0;
}

[bottom-tooltip]::before {
  -webkit-transform: translate3d(-50%, 0, 0);
  top: 32px;
  transform: translate3d(-50%, 0, 0);
  color: #211a14;
  content: attr(bottom-tooltip);
}

[tooltip]::after,
[bottom-tooltip]::after {
  -webkit-filter: drop-shadow(0 1px 0 #967e47);
  visibility: hidden;
  position: absolute;
  top: -21px;
  left: 50%;
  margin-left: -7px;
  border-width: 10px 7px 0;
  border-style: solid;
  border-color: #e5e4e1 transparent;
  content: "";
  filter: drop-shadow(0 1px 0 #967e47);
  opacity: 0;
}

[bottom-tooltip]::after {
  -webkit-transform: translate3d(-50%, -8px, 0);
  -webkit-filter: drop-shadow(0px -1px 0 #967e47);
  top: 32px;
  transform: translate3d(-50%, -8px, 0);
  border-width: 0 7px 10px;
  filter: drop-shadow(0px -1px 0 #967e47);
}

[tooltip]:hover::before,
[tooltip]:hover::after,
[bottom-tooltip]:hover::before,
[bottom-tooltip]:hover::after {
  display: block;
  visibility: visible;
  z-index: 5;
  opacity: 1;
}

#funactions_offer_modal .body,
#chatbot_offer_modal .body,
#cashback_offer_modal .body,
#chatbot_modal .body,
#cashback_modal .body {
  width: 538px;
  border: 3px inset transparent;
  background: -webkit-linear-gradient(#b79657, #604406, #baa974);
  background: linear-gradient(#b79657, #604406, #baa974);
  text-align: center;
}

#funactions_offer_modal .header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), #000000, rgba(0, 0, 0, 0.2));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), #000000, rgba(0, 0, 0, 0.2));
  content: "";
}

#funactions_offer_modal .header {
  margin-bottom: 7px;
}

.button_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 19px;
  height: 20px;
  background: url(/images/grand/modal_assets.png) -494px -400px;
  cursor: pointer;
}

.button_close:hover {
  background-position: -494px -421px;
}

.button_close:active {
  background-position: -494px -442px;
}

.funactions_title {
  color: #e2ddb2;
  font-size: 19px;
  font-weight: normal;
  text-shadow: 0 1px 0 #000000;
  text-transform: uppercase;
}

.funactions_title::after {
  position: absolute;
  bottom: 15px;
  left: 20%;
  width: 60%;
  height: 1px;
  background: -webkit-linear-gradient(left, rgba(206, 174, 86, 0.1), #f4e9c8, rgba(206, 174, 86, 0.1));
  background: linear-gradient(to right, rgba(206, 174, 86, 0.1), #f4e9c8, rgba(206, 174, 86, 0.1));
  box-shadow: 0 1px 0 #000000;
  content: "";
}

#cashback_modal .gradient,
#chatbot_modal .gradient,
#cashback_offer_modal .gradient,
#chatbot_offer_modal .gradient,
#funactions_offer_modal .gradient {
  padding-top: 10px;
  background: -webkit-radial-gradient(center, ellipse, #786b57, #524434 20%, #27211b);
  background: radial-gradient(ellipse at center, #786b57, #524434 20%, #27211b);
}

#cashback_modal .gradient::after,
#chatbot_modal .gradient::after,
#cashback_offer_modal .gradient::after,
#chatbot_offer_modal .gradient::after,
#funactions_offer_modal .gradient::after {
  background: -webkit-linear-gradient(left, #967e47, #fbf7c8, #967e47);
  background: linear-gradient(to right, #967e47, #fbf7c8, #967e47);
}

#chatbot_modal .content,
#cashback_modal .content,
#chatbot_offer_modal .content,
#cashback_offer_modal .content {
  border: 10px solid #dbd9ba;
  background: url(/images/grand/bg_offer.png), #dbd9ba;
  color: #4e463e;
}

.happy_birthday_modal .button_wrap {
  margin-bottom: 0;
}

.happy_birthday_modal .button_wrap .button {
  margin: 10px 0;
}

.footer_gradient,
.happy_birthday_modal .button_wrap {
  background: -webkit-radial-gradient(center, ellipse, #524434, #27211b);
  background: radial-gradient(ellipse at center, #524434, #27211b);
}

.footer_gradient {
  min-height: 56px;
}

.footer_gradient .button {
  float: left;
}

#chatbot_offer_modal .table {
  margin-bottom: 10px;
}

#funactions_offer_modal .content {
  width: 532px;
  height: 500px;
  padding: 0;
  background: -webkit-linear-gradient(#2e2e2e, #0b0b0a);
  background: linear-gradient(#2e2e2e, #0b0b0a);
}

#chatbot_modal .content {
  height: 644px;
}

#cashback_modal .content {
  height: 490px;
}

#funactions_offer_modal .separator {
  left: 50%;
  width: 1px;
  height: 100%;
}

#funactions_offer_modal .separator::before {
  background: -webkit-linear-gradient(top, rgba(112, 93, 37, 0.1), #c7a84d, rgba(112, 93, 37, 0.1));
  background: linear-gradient(to bottom, rgba(112, 93, 37, 0.1), #c7a84d, rgba(112, 93, 37, 0.1));
}

#funactions_offer_modal .bonus_screen {
  width: 50%;
  height: 500px;
  padding: 5px;
  cursor: pointer;
}

#funactions_offer_modal .bonus_screen:hover {
  background: rgba(255, 255, 255, 0.1);
}

#funactions_offer_modal .bonus_screen:hover .button {
  background: -webkit-linear-gradient(#a22222, #581616);
  background: linear-gradient(#a22222, #581616);
}

#funactions_offer_modal .bonus_screen:hover .button:active {
  background-color: #a22222;
}

#funactions_offer_modal .welcome_bonus {
  float: left;
}

#funactions_offer_modal .cashback_bonus {
  float: right;
}

#funactions_offer_modal .bonus_picture {
  width: 246px;
  height: 257px;
}

#funactions_offer_modal .welcome_bonus .bonus_picture {
  background: url(/images/grand/modal_assets.png) 0 -401px;
}

#funactions_offer_modal .bonus_screen:hover.welcome_bonus .bonus_picture {
  background: url(/images/grand/modal_assets.png) 0 -401px, url(/images/grand/modal_assets.png) 0px -1025px;
}

#funactions_offer_modal .cashback_bonus .bonus_picture {
  margin-left: 5px;
  background: url(/images/grand/modal_assets.png) -246px -401px;
}

#funactions_offer_modal .bonus_screen:hover.cashback_bonus .bonus_picture {
  background: url(/images/grand/modal_assets.png) -246px -401px, url(/images/grand/modal_assets.png) 0 -1026px;
}

#funactions_offer_modal .footer_text {
  margin-top: 10px;
  color: #f7e07a;
  font-size: 15px;
}

#funactions_offer_modal .offer_text1,
#funactions_offer_modal .offer_text2 {
  color: #ffffff;
  text-transform: uppercase;
}

#funactions_offer_modal .offer_text2 {
  margin-bottom: 0;
  font-size: 22px;
}

#funactions_offer_modal .offer_text3 {
  margin-bottom: 10px;
  color: #a6a6a6;
}

#chatbot_modal .table {
  margin-bottom: 0;
}

#chatbot_modal .table,
#chatbot_offer_modal .table {
  font-size: 19px;
  font-weight: normal;
}

#chatbot_modal .chatbot_text1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#cashback_modal .cashback_text2 {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 22px;
}

#cashback_modal .cashback_text1 {
  font-size: 18px;
  font-weight: normal;
}

#chatbot_offer_modal td span,
#chatbot_modal td span {
  color: #990909;
}

.chatbot_picture {
  width: 158px;
  height: 133px;
  background: url(/images/grand/modal_assets.png) 0 -895px;
}

.chatbot_picture2 {
  width: 158px;
  height: 133px;
  background: url(/images/grand/modal_assets.png) -318px -761px;
}

.separate_plus {
  font-size: 7em;
  color: #4e463e;
  width: 100px;
}

.block_pictures {
  margin-bottom: 10px;
}

[lang="en"] .chatbot_picture {
  background-position: 0 -761px;
}

.chatbot_picture_small,
.chatbot_picture_small2 {
  width: 110px;
  height: 93px;
  background: url(/images/grand/modal_assets.png) -272px -1027px;
}

.chatbot_picture_small2 {
  background-position: -255px -1120px;
  width: 88px;
}

[lang="en"] .chatbot_picture_small {
  background-position: -395px -1027px;
}

.cashback_picture, .cashback_picture2 {
  width: 152px;
  height: 133px;
  margin-bottom: 10px;
  background: url(/images/grand/modal_assets.png) -166px -893px;
}

.cashback_picture2 {
  background-position: -319px -893px;
}

[lang="en"] .cashback_picture {
  background-position: -166px -761px;
}

.cashback_picture_small,
.cashback_picture_small2 {
  width: 107px;
  height: 92px;
  margin-bottom: 10px;
  background: url(/images/grand/modal_assets.png) -350px -1214px;
}

.cashback_picture_small2 {
  background-position: -243px -1214px;
}

[lang="en"] .cashback_picture_small {
  background-position: -349px -1121px;
}

.white_bg_text {
  margin: 0 0 15px;
  background: url(/images/grand/bg_offer.png), -webkit-linear-gradient(left, #dbd9ba, #ffffff 20%, #ffffff 80%, #dbd9ba);
  background: url(/images/grand/bg_offer.png), linear-gradient(to right, #dbd9ba, #ffffff 20%, #ffffff 80%, #dbd9ba);
  font-size: 19px;
  font-weight: normal;
  line-height: 22px;
}

.white_bg_text:after {
  display: block;
  height: 1px;
  background: -webkit-linear-gradient(left, transparent, #b79657, #604406, #b79657, transparent);
  background: linear-gradient(to right, transparent, #b79657, #604406, #b79657, transparent);
  content: "";
}

#chatbot_offer_modal .white_bg_text {
  font-size: 17px;
}

.brown_bg_text {
  background: #cfcbac;
  padding: 2px 10px;
  border-radius: 15px;
  margin: 5px 10px 10px;
}

.lottery_ticket {
  width: 162px;
  margin: 5px auto;
}

#cashback_modal .funactions_offer,
#funactions_offer_modal .funactions_offer {
  color: #e9c64e;
  font-size: 35px;
  font-weight: bold;
}

#cashback_modal .funactions_offer {
  margin: 8px;
  vertical-align: middle;
}

#funactions_offer_modal .funactions_offer::before,
#funactions_offer_modal .funactions_offer::after {
  display: block;
  position: relative;
  left: 20%;
  width: 60%;
  height: 2px;
  background: -webkit-linear-gradient(left, rgba(233, 198, 78, 0.1), #f8e27d 30%, #f8e27d 70%, rgba(233, 198, 78, 0.1));
  background: linear-gradient(to right, rgba(233, 198, 78, 0.1), #f8e27d 30%, #f8e27d 70%, rgba(233, 198, 78, 0.1));
  content: "";
}

#funactions_offer_modal .funactions_offer::before {
  top: 5px;
}

#funactions_offer_modal .funactions_offer::after {
  bottom: 8px;
}

#funactions_offer_modal .funactions_offer span {
  color: #f7f7f7;
}

.button.left_button {
  margin-left: 30px;
  float: left;
}

.button.right_button {
  margin-right: 30px;
  float: right;
}

.button.cashier_button.cashier_pay {
  height: 69px;
  margin-bottom: 10px;
}

.button.cashier_button:nth-last-child {
  height: 51px;
}

.button.cashier_button.cashier_pay > span {
  height: 63px;
}

#cashback_modal .button > span,
#chatbot_modal .button > span,
#chatbot_offer_modal .button > span,
#cashback_offer_modal .button > span {
  padding-top: 3px;
  font-size: 20px;
  text-transform: initial;
}

#cashback_modal .button,
#chatbot_modal .button {
  width: 190px;
}

.funactions_countdown {
  height: 50px;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 8px;
  background: rgba(140, 134, 71, 0.1);
}

.funactions_countdown .text_bottom {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}

.funactions_countdown {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cashback_modal .countdown_time,
#chatbot_modal .countdown_time {
  display: inline-block;
  margin: 0 10px;
}

#chatbot_modal .countdown_time {
  display: flex;
  align-items: center;
}

#cashback_modal .countdown_label,
#chatbot_modal .countdown_label {
  display: block;
  margin-top: -0.3em;
  color: #6f5d24;
  font-size: 12px;
  font-weight: normal;
}

#cashback_modal .countdown_digits,
#chatbot_modal .countdown_digits {
  font-size: 17px;
}

#cashback_modal .countdown_item,
#chatbot_modal .countdown_item {
  display: inline-block;
  margin: 0 1px;
  color: #990909;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

#cashback_modal .countdown_item.countdown_bg,
#chatbot_modal .countdown_item.countdown_bg {
  width: 27px;
  padding: 2px;
  border: 1px solid #c6b78d;
  border-radius: 2px;
  background: rgba(189, 181, 142, 0.6);
}

.payment_system {
  display: inline-block;
  width: 145px;
  height: 50px;
  background: url(/images/grand/modal_assets.png) no-repeat;
}

.payment_system.visa_system {
  background-position: -145px -658px;
}

.payment_system.maestro_system {
  background-position: -298px -658px;
}

.payment_system.yandex_system {
  background-position: 0 -657px;
}

.payment_system.qiwi_system {
  background-position: 0 -707px;
}

#category_jackpot_modal .body {
  width: 1000px;
  text-align: center;
}

#category_jackpot_modal .content .game {
  display: inline-block;
  padding: 4px;
}

#category_jackpot_modal .content .jackpot_title {
  position: absolute;
  top: 7px;
  z-index: 2;
  color: #f9e9d3;
  font-weight: bold;
  font-size: 38px;
  text-transform: uppercase;
  margin: auto;
  width: 100%;
  text-shadow: 2px 2px 10px #101010;
}

#category_jackpot_modal .games {
  padding-top: 200px;
}

#category_jackpot_modal .wrapper_games {
  height: 624px;
}

#category_jackpot_modal .content {
  height: 625px;
}

#category_jackpot_modal .simple_scroll_container::before {
  right: 8px;
}

#category_jackpot_modal .simple_scroll_handler {
  right: 10px;
}

.common_jackpot {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 213px;
  background: url(/images/grand/jackpot.png) no-repeat;
}

.common_jackpot div {
  position: absolute;
  top: 75px;
  left: 301px;
  width: 400px;
  height: 70px;
  display: flex;
  justify-content: flex-end;
}

.common_jackpot span {
  width: 41px;
  height: 70px;
  color: #0e0d10;
  font-family: Vollkorn, sans-serif;
  font-size: 62px;
  font-variant-numeric: lining-nums;
  font-weight: bold;
  text-shadow: 0px 1px 0px #a59179,
  0px -1px 0px #f9ecdd;
}


.common_jackpot span:nth-child(3) {
  margin-left: 13px;
}

.common_jackpot span:nth-child(6) {
  margin-left: 9px;
}

.common_jackpot span:last-child {
  font-size: 17px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
}

#category_slots_modal .in_popular:not(.active)::after {
  background: url("/images/grand/svg/one_arrow.svg") no-repeat;
  background-size: contain;
}

.modal .balance_panel {
  font-size: 18px;
  text-transform: uppercase;
}

.modal .balance_panel .balance {
  margin-left: 20px;
}

.modal .balance_panel .text_small {
  text-transform: none;
}

.no_bonus_overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(228deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(-138deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 80%);
  content: "";
}

.category_modal .game .new {
  border-color: #ff0000;
  background: -webkit-linear-gradient(left, #b11e1e, #ff0000, #b11e1e);
  background: linear-gradient(to right, #b11e1e, #ff0000, #b11e1e);
  box-shadow: inset 0 0 5px #000000;
  color: gold;
  text-shadow: 0 0 3px #000000;
}

.category_modal .game .soon {
  border-color: #e69820;
  background: -webkit-linear-gradient(left, #9c5f02, #e69820, #9c5f02);
  background: linear-gradient(to right, #9c5f02, #e69820, #9c5f02);
  box-shadow: inset 0 0 5px #000000;
  color: gold;
  text-shadow: 0 0 3px #000000;
}

.category_modal .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;
}

.modal .balance_panel {
  font-size: 18px;
  text-transform: uppercase;
}

.modal .balance_panel .balance {
  margin-left: 20px;
}

.modal .balance_panel .text_small {
  text-transform: none;
  opacity: 0;
}

#download_mob_app_modal .body {
  width: 500px;
}

#download_mob_app_modal .body,
#download_app_modal .body {
  width: 500px;
}

#download_mob_app_modal .body .content {
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  text-align: center;
}

#download_mob_app_modal .body .content .qrcode {
  display: inline-block;
  width: 210px;
  height: 210px;
  margin: 10px;
}

#download_mob_app_modal .body .content .qrcode img {
  max-width: 100%;
  margin: auto;
}

#download_mob_app_modal .body .content .text {
  margin-bottom: 10px;
}

#download_mob_app_modal .body .content .download_button,
#download_app_modal .body .content .button_open_qr {
  margin-bottom: 15px;
}

#download_mob_app_modal .body .content .qrcode {
  display: inline-block;
  width: 232px;
  height: 232px;
  margin: 10px;
}

#download_mob_app_modal .body .content .qrcode img {
  max-width: 100%;
}

#download_mob_app_modal .body .content .text {
  margin-bottom: 10px;
}

.open_full_bets {
  position: absolute;
  background: #17130f;
  border-radius: 8px;
  width: 30px;
  height: 42px;
  right: 0px;
  bottom: 0;
  cursor: pointer;
}

.open_full_bets::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 42px;
  top: 0px;
  background: linear-gradient(rgb(150, 126, 71), rgb(251, 247, 200), rgb(179, 149, 88));
}

.open_full_bets::after {
  content: "";
  position: absolute;
  border-top: 12px solid #f5eec0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 17px;
  left: 10px;
  transition: transform 0.3s;
  transform-origin: 6px 4px;
}

.open_full_bets:not(.active)::after {
  border-top: 12px solid #797979;
}

.open_full_bets.showed::after {
  transform: rotate(180deg);
}

.wrapper_block_bets {
  display: none;
  position: absolute;
  width: 400px;
  background: #3a3026;
  border-radius: 8px;
  bottom: 3em;
  border: 1px solid #2e2e2e;
  right: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #f3ebbc;
}
.wrapper_block_bets .win{
  width: 368px;
  height: 25px;
  padding: 0 5px;
}
.wrapper_block_bets .date_part{
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: -webkit-flex;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  float: right;
  width: 113px;
  position: relative;
  top: -18px;
}
.wrapper_block_bets::after {
  content: "";
  position: absolute;
  border-top: 12px solid #3a3026;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  right: 20px;
  bottom: -12px;
}

.wrapper_block_bets::before {
  content: "";
  position: absolute;
  bottom: -37px;
  right: 0;
  width: 60px;
  height: 37px;
  background: transparent;
  display: block;
}

.full_block_bets {
  height: 400px;
}

.full_block_bets .outlet {
  padding: 10px 0;
}

.full_block_bets .win .win_time {
  font-size:14px
}

.right_bottom_panel .bet {
  margin-left: 1.3em;
  padding-top: 1px;
}

[lang="en"] .right_bottom_panel .bet {
  margin-left: 0.8em;
}

.full_block_bets .simple_scroll_handler {
  background: #752b24;
}

.wrapper_modal_block_bet {
  width: 108vw;
  height: 73vh;
  display: none;
  z-index: 1;
  position: absolute;
  top: -700px;
  right: -10px;
}

.wrapper_modal_block_bet.show {
  display: block;
}

.wrapper_block_bets .icon_close {
  position: relative;
  left: 373px;
  top: 6px;
  margin-bottom: 5px;
  background-size: cover;
  cursor: pointer;
}

.wrapper_callback {
  height: 434px;
}

.body_call_support {
  font-size: 16px;
  min-height: 122px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.body_call_support .call_title {
  position: relative;
  margin: 5px;
}

.body_call_support .messengers {
  -webkit-justify-content: space-evenly;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.body_call_support .messengers div {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 2px;
}

.body_call_support .messengers .messenger {
  width: 62px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.body_call_support .field_phone {
  position: relative;
  display: inline-block;
}

.body_call_support .field_phone .control_input.phone {
  padding-left: 36px;
}

.body_call_support .select_mask_btn {
  position: absolute;
  top: 13px;
  left: -3px;
  padding: 0 8px;
  text-align: left;
  cursor: pointer;
}

.body_call_support .select_mask_btn:after {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 4px;
  border: 4px solid transparent;
  border-top: 4px solid #44433e;
  content: "";
}

.body_call_support .control_input {
  display: block;
  height: 28px;
  margin: 10px auto;
  padding: 0 7px;
  border: 1px solid #a78231;
  border-radius: 3px;
  border-top-color: #b69553;
  border-bottom-color: #91804a;
  background: #e5e4e1;
  color: #000000;
  font-size: 14px;
}

.body_call_support .call_selected_phone {
  display: none;
  margin-top: 5px;
  padding-bottom: 10px;
}

.body_call_support .mask_phone_list {
  z-index: 1;
  position: absolute;
  top: 40px;
  left: 0px;
  height: 182px;
  padding: 3px;
  overflow: hidden;
  border: 1px solid #61809f;
  border-radius: 8px;
  text-align: left;
}

.body_call_support .call_selected_phone_title {
  position: relative;
  margin-top: 5px;
}

.body_call_support .call_selected_phone_title span.icon {
  margin-left: 5px;
  opacity: 0;
}

.body_call_support .call_selected_phone .btn_secondary {
  margin-right: 5px;
}

.body_call_support .disabled {
  opacity: 0.4;
}

.body_call_support .reset_order_text {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  display: none;
}

.body_call_support .wrap_reset_order,
.body_call_support .wrap_reset_order_repeat,
.body_call_support .simple_phone,
.body_call_support .phone_and_telegram,
.body_call_support .wrap_call_order {
  display: none;
}

.call_check_connect,
.call_selected_phone {
  display: none;
  border-radius: 10px;
  padding: 5px;
  width: 100%;
}

#message_modal.currencySelectBody .content {
  width: auto;
  padding-top: 0;
}

#selectCurrencyModal > p {
  margin: 10px 0;
}

#selectCurrencyModal > div {
  display: flex;
  justify-content: center;
  width: max-content;
  border-radius: 5px;
  margin: 15px auto 0;
  position: relative;
  border: 2px solid #bcb6a4;
  overflow: hidden;
}

#selectCurrencyModal > div > div {
  border-right: 1px solid #9e9a81;
}

#selectCurrencyModal > div > div:last-child {
  border-right: 0;
}

#selectCurrencyModal input {
  position: absolute;
  opacity: 0;
}

#selectCurrencyModal input + label {
  display: block;
  height: 29px;
  width: 50px;
  font-size: 14px;
  color: #3a3026;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
  cursor: pointer;
  background-color: #d6d4bc;
}

#selectCurrencyModal input:checked + label {
  background-color: #4ca342;
  color: #eee9e6;
}


@media (max-width: 1500px), (max-height: 850px) {
  #container.flash_game #paybackBonus .combined_label,
  #container.flash_game .wrap_for_real .combined_label,
  #container.flash_game .wrap_cashier .combined_label{
    display: none;
  }

  #container.flash_game .section_3 .chat_text {
    display: none;
  }
}

#sticker_ingame_place {
  z-index: 2;
  position: absolute;
  background: rgba(15, 15, 15, 0.65);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
}
.sticker_ingame#sticker_ingame_place {
  display:flex;
}
.sticker_ingame{
  opacity: 1;
  right: 0px;
  display: flex;
  transition: opacity 1 right 0px display flex;
  transition-delay: 300;
  transition-timing-function: ease;
  -webkit-transition: opacity 1 right 0px display flex 100 ease;
}

#sticker_ingame_place .sticker {
  width: 876px;
  height: 552px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#sticker_ingame_place .close_icon {
  position: relative;
  top: -250px;
  right: 50px;
  width: 50px;
  height: 50px;
  background: url(../images/grand/icons/close_ingame.svg) no-repeat;
  cursor: pointer;
}

#sticker_ingame_place .img_ingame-ru {
  top:105px;
  left:246px;
  width: 100%;
  height: 100%;
  background:url(../images/grand/window_ru.png) no-repeat;
}
#sticker_ingame_place .img_ingame-en {
  top:105px;
  left:246px;
  width: 100%;
  height: 100%;
  background:url(../images/grand/window_en.png) no-repeat;
}
#sticker_ingame_place .button_ingame-ru {
  position: relative;
  display: inline-block;
  top:-185px;
  left:280px;
  width: 315px;
  height: 98px;
  cursor: pointer;
  background:url(../images/grand/button_yellow_ru.png) no-repeat;
  animation: scaling 0.5s ease-in-out infinite alternate;
  -webkit-animation: scaling 0.5s ease-in-out infinite alternate;
}

#sticker_ingame_place .button_ingame-ru:hover {
  animation:none;
  -webkit-animation:none;
  background:url(../images/grand/button_red_ru.png) no-repeat;
}
#sticker_ingame_place .button_ingame-en {
  position: relative;
  display: inline-block;
  top:-185px;
  left:280px;
  width: 315px;
  height: 98px;
  cursor: pointer;
  background:url(../images/grand/button_yellow_en.png) no-repeat;
  animation: scaling 0.5s ease-in-out infinite alternate;
  -webkit-animation: scaling 0.5s ease-in-out infinite alternate;
}

#sticker_ingame_place .button_ingame-en:hover {
  animation:none;
  -webkit-animation:none;
  background:url(../images/grand/button_red_en.png) no-repeat;
}
@keyframes scaling {
  0% {
    transform: scaleX(1.0) scaleY(1.0);
    -webkit-transform: scaleX(1.0) scaleY(1.0);
  }
  100% {
    transform: scaleX(0.9) scaleY(0.9);
    -webkit-transform: scaleX(0.9) scaleY(0.9);
  }
}
