@charset "UTF-8";
/* THEME GREEN */
/* THEME BLUE */
/* desktop and mobile */
/** desktop blur colors */
/** mobile blur colors */
/* THEME GRAY */
/* desktop and mobile */
/** generalized table sizes */
/** table colors */
/* Generated by Fontie - the magic webfont generator <http://fontie.flowyapps.com> */
@font-face {
  font-family: 'Heuristica';
  src: url("../fonts/Heuristica-Regular_latin+latin-ext+cyrillic.eot");
  src: url("../fonts/Heuristica-Regular_latin+latin-ext+cyrillic.eot?#iefix") format("embedded-opentype"), url("../fonts/Heuristica-Regular_latin+latin-ext+cyrillic.woff") format("woff"), url("../fonts/Heuristica-Regular_latin+latin-ext+cyrillic.ttf") format("truetype"), url("../fonts/Heuristica-Regular_latin+latin-ext+cyrillic.svg#Heuristica-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Heuristica';
  src: url("../fonts/Heuristica-Bold_latin+latin-ext+cyrillic.eot");
  src: url("../fonts/Heuristica-Bold_latin+latin-ext+cyrillic.eot?#iefix") format("embedded-opentype"), url("../fonts/Heuristica-Bold_latin+latin-ext+cyrillic.woff") format("woff"), url("../fonts/Heuristica-Bold_latin+latin-ext+cyrillic.ttf") format("truetype"), url("../fonts/Heuristica-Bold_latin+latin-ext+cyrillic.svg#Heuristica-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-A78D; }

@font-face {
  font-family: 'Simbola';
  src: url("../fonts/Symbola-webfont.eot");
  src: url("../fonts/Symbola-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Symbola-webfont.woff") format("woff"), url("../fonts/Symbola-webfont.ttf") format("truetype"), url("../fonts/Symbola-webfont.svg#Heuristica-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

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

html, body {
  -webkit-text-size-adjust: none;
  height: 100%;
  width: 100%;
  overflow-x: hidden; }

html, body, div, span, object,
form, h1, h2, button, label, img, iframe {
  outline: none; }

html, body, div, span, object,
form, input, h1, h2, button, label, a, img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* this will work for QtWebKit in future */
  -webkit-user-drag: none; }

body {
  font-family: Heuristica;
  padding: 0;
  margin: 0; }
  body.theme-green {
    color: white;
    background-image: url(../images/bg_tiletex.png);
    background-image: -webkit-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
    background-image: -moz-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
    background-image: image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x); }
  body.theme-blue {
    color: #29313D;
    background-color: #CBE3FF; }
  body.theme-gray {
    color: black;
    background-color: #c0c0c0; }

table.theme-green {
  color: white; }

table.theme-blue {
  color: #29313D; }

table.theme-gray {
  color: black; }

body, table {
  cursor: default; }

#game {
  min-height: 100%;
  position: relative; }

.fill {
  width: 100%;
  height: 100%; }

.centered-container {
  display: table;
  width: 100%;
  height: 100%; }

.centered-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center; }

/************************************************/
/* Глобальные стили */
/************************************************/
/* Для экрана Main.screen.size.desktop */
.desktop {
  min-width: 800px;
  /* Менее 800 пикселей - не desktop */ }

.desktop,
.desktop table {
  font-size: 18px;
  /* Глобальный размер шрифта */ }

/* Для экрана Main.screen.size.mobile */
.mobile,
.mobile table {
  font-size: 11px; }

@media screen and (min-width: 600px) {
  .mobile,
  .mobile table {
    font-size: 13px; } }

/************************************************
/* Кнопки
************************************************/
button, .button-simple {
  font-family: Heuristica;
  display: inline-block;
  outline: none;
  cursor: pointer;
  vertical-align: middle; }

button .content-wrap, .button-simple .content-wrap {
  display: table;
  width: 100%;
  border-spacing: 0;
  margin: 0; }

button .button-content, .button-simple .button-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 6px;
  text-transform: uppercase; }

button .icon, .button-simple .icon {
  display: inline-block;
  min-width: 30px;
  min-height: 30px; }

.theme-green button, .theme-green .button-simple {
  border: 1px solid #E3F1C8;
  background: rgba(227, 241, 200, 0.3); }
  .theme-green button.disabled, .theme-green .button-simple.disabled {
    border: 1px solid rgba(227, 241, 200, 0.4);
    background: rgba(227, 241, 200, 0.1); }
    .theme-green button.disabled .button-content, .theme-green .button-simple.disabled .button-content {
      color: #779a6f; }
    .theme-green button.disabled:hover, .theme-green .button-simple.disabled:hover {
      background: rgba(227, 241, 200, 0.1); }
  .theme-green button:hover, .theme-green .button-simple:hover {
    background: rgba(227, 241, 200, 0.4); }
  .theme-green button:active, .theme-green .button-simple:active {
    background: rgba(227, 241, 200, 0.2); }
  .theme-green button .button-content, .theme-green .button-simple .button-content {
    color: #E3F1C8; }

.theme-blue button, .theme-blue .button-simple {
  border: none; }
  .theme-blue button.disabled .button-content, .theme-blue .button-simple.disabled .button-content {
    color: #939ABA; }
  .theme-blue button .button-content, .theme-blue .button-simple .button-content {
    color: white; }

.theme-blue.desktop button, .theme-blue.desktop .button-simple {
  background-color: #3962DD;
  background: -moz-linear-gradient(top, #4170F9, #3155C2);
  background: -webkit-linear-gradient(top, #4170F9, #3155C2);
  background: -o-linear-gradient(top, #4170F9, #3155C2);
  background: -ms-linear-gradient(top, #4170F9, #3155C2);
  background: linear-gradient(top, #4170F9, #3155C2); }
  .theme-blue.desktop button.disabled, .theme-blue.desktop .button-simple.disabled {
    background-color: #507ABB;
    background: -moz-linear-gradient(top, #6089C9, #3155C2);
    background: -webkit-linear-gradient(top, #6089C9, #3155C2);
    background: -o-linear-gradient(top, #6089C9, #3155C2);
    background: -ms-linear-gradient(top, #6089C9, #3155C2);
    background: linear-gradient(top, #6089C9, #3155C2); }
  .theme-blue.desktop button:hover, .theme-blue.desktop .button-simple:hover {
    background-color: #5788D6;
    background: -moz-linear-gradient(top, #77A7F3, #3669B8);
    background: -webkit-linear-gradient(top, #77A7F3, #3669B8);
    background: -o-linear-gradient(top, #77A7F3, #3669B8);
    background: -ms-linear-gradient(top, #77A7F3, #3669B8);
    background: linear-gradient(top, #77A7F3, #3669B8); }
  .theme-blue.desktop button:active, .theme-blue.desktop .button-simple:active {
    background-color: #2E5696;
    background: -moz-linear-gradient(top, #355FA1, #284E8A);
    background: -webkit-linear-gradient(top, #355FA1, #284E8A);
    background: -o-linear-gradient(top, #355FA1, #284E8A);
    background: -ms-linear-gradient(top, #355FA1, #284E8A);
    background: linear-gradient(top, #355FA1, #284E8A); }

.theme-blue.mobile button, .theme-blue.mobile .button-simple {
  background-color: #3157EE;
  background: -moz-linear-gradient(top, #366CFF, #0E43DE);
  background: -webkit-linear-gradient(top, #366CFF, #0E43DE);
  background: -o-linear-gradient(top, #366CFF, #0E43DE);
  background: -ms-linear-gradient(top, #366CFF, #0E43DE);
  background: linear-gradient(top, #366CFF, #0E43DE); }
  .theme-blue.mobile button.disabled, .theme-blue.mobile .button-simple.disabled {
    background-color: #3964DD;
    background: -moz-linear-gradient(top, #4270F9, #3156C2);
    background: -webkit-linear-gradient(top, #4270F9, #3156C2);
    background: -o-linear-gradient(top, #4270F9, #3156C2);
    background: -ms-linear-gradient(top, #4270F9, #3156C2);
    background: linear-gradient(top, #4270F9, #3156C2); }
  .theme-blue.mobile button:hover, .theme-blue.mobile .button-simple:hover {
    background-color: #4C76EE;
    background: -moz-linear-gradient(top, #5F88FF, #3963DD);
    background: -webkit-linear-gradient(top, #5F88FF, #3963DD);
    background: -o-linear-gradient(top, #5F88FF, #3963DD);
    background: -ms-linear-gradient(top, #5F88FF, #3963DD);
    background: linear-gradient(top, #5F88FF, #3963DD); }
  .theme-blue.mobile button:active, .theme-blue.mobile .button-simple:active {
    background-color: #2147B9;
    background: -moz-linear-gradient(top, #2248B9, #1F46B8);
    background: -webkit-linear-gradient(top, #2248B9, #1F46B8);
    background: -o-linear-gradient(top, #2248B9, #1F46B8);
    background: -ms-linear-gradient(top, #2248B9, #1F46B8);
    background: linear-gradient(top, #2248B9, #1F46B8); }

.theme-gray button, .theme-gray .button-simple {
  border: 1px solid black;
  background: #F0F0F0; }
  .theme-gray button:hover, .theme-gray .button-simple:hover {
    background: #e3e3e3; }
  .theme-gray button:active, .theme-gray .button-simple:active {
    background: #d7d7d7; }
  .theme-gray button .button-content, .theme-gray .button-simple .button-content {
    color: black; }
  .theme-gray button.disabled .button-content, .theme-gray .button-simple.disabled .button-content {
    color: #c0c0c0; }
  .theme-gray button.disabled:hover, .theme-gray .button-simple.disabled:hover {
    background: #F0F0F0; }

/* Для экрана Main.screen.size.desktop */
.desktop button, .desktop .button-simple,
.desktop button table, .desktop .button-simple table {
  font-size: 18px;
  /* Размер шрифта для кнопок по умолчанию */
  padding: 6px 12px; }

/* Для экрана Main.screen.size.mobile */
.mobile button, .mobile .button-simple,
.mobile button table, .mobile .button-simple table {
  font-size: 11px;
  /* Размер шрифта для кнопок по умолчанию */
  padding: 3px 6px; }

/************************************************
/* Элементы форм
************************************************/
textarea, input {
  outline: none; }

textarea, input {
  font-family: Heuristica;
  padding: 4px;
  font-size: 18px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

textarea {
  resize: vertical; }

.checkbox,
.radio {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }

.checkbox span,
.radio span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  margin-right: 12px;
  vertical-align: middle; }

.theme-green input, .theme-green textarea {
  border: 1px solid #E3F1C8;
  background: rgba(227, 241, 200, 0.2);
  color: white; }
  .theme-green input:disabled, .theme-green textarea:disabled {
    border: 1px solid rgba(227, 241, 200, 0.4);
    background: rgba(227, 241, 200, 0.1);
    color: #779a6f; }

.theme-green .checkbox,
.theme-green .radio {
  color: white; }

.theme-blue input, .theme-blue textarea {
  background: white;
  color: #29313D; }
  .theme-blue input:disabled, .theme-blue textarea:disabled {
    background: rgba(255, 255, 255, 0.4);
    color: #96B4D7; }

.theme-blue .checkbox,
.theme-blue .radio {
  color: #29313D; }

.theme-blue.desktop input, .theme-blue.desktop textarea {
  border: 1px solid #B0BFEA; }

.theme-blue.mobile input, .theme-blue.mobile textarea {
  border: 1px solid #ADC1FA; }

.theme-gray input, .theme-gray textarea {
  border: 1px solid black;
  background: #F0F0F0;
  color: black; }
  .theme-gray input:disabled, .theme-gray textarea:disabled {
    border: 1px solid #c0c0c0;
    background: #F0F0F0;
    color: #c0c0c0; }

.theme-gray .checkbox,
.theme-gray .radio {
  color: black; }

/************************************************
/* Элементы вёрстки
************************************************/
/* Таблицы с данными */
table.data {
  border-collapse: collapse; }
  table.data thead {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; }
    table.data thead td {
      padding: 6px; }

table.data .num {
  text-align: center; }

table.data .player-container .name {
  vertical-align: middle; }

.theme-green table.data td + td {
  border-left: 1px solid #E3F1C8; }

.theme-green table.data td:last-child {
  border-right: 1px solid #E3F1C8; }

.theme-green table.data thead {
  color: #A6CBA7;
  background: rgba(0, 0, 0, 0.2); }
  .theme-green table.data thead td {
    border-top: 1px solid #E3F1C8;
    border-bottom: 1px solid #E3F1C8; }

.theme-green table.data tbody tr + tr td {
  border-top: 1px solid rgba(227, 241, 200, 0.1); }

.theme-blue table.data thead {
  color: #29313D;
  background: #ECF5FF; }
  .theme-blue table.data thead td {
    border-top: none;
    border-bottom: none; }

.theme-blue.desktop table.data td + td {
  border-left: 1px solid #385DCA; }

.theme-blue.desktop table.data tbody tr + tr td {
  border-top: 1px solid #B0BFEA; }

.theme-blue.mobile table.data td + td {
  border-left: 1px solid #3162F2; }

.theme-blue.mobile table.data tbody tr + tr td {
  border-top: 1px solid #ADC1FA; }

.theme-gray table.data td + td {
  border-left: 1px solid black; }

.theme-gray table.data td:last-child {
  border-right: 1px solid black; }

.theme-gray table.data thead {
  color: black;
  background: rgba(0, 0, 0, 0.2); }
  .theme-gray table.data thead td {
    border-top: 1px solid black;
    border-bottom: 1px solid black; }

.theme-gray table.data tbody tr + tr td {
  border-top: 1px solid #cacaca; }

/* Блок */
.block .block-head .title {
  text-transform: uppercase; }
  .block .block-head .title .num {
    padding-left: 5px; }

.theme-green .block {
  border: 2px solid #E3F1C8; }
  .theme-green .block.block-title {
    position: relative;
    border-top: none; }
  .theme-green .block .block-head {
    width: 100%;
    padding: 0;
    border: none; }
    .theme-green .block .block-head table {
      width: 100%;
      color: #A6CBA7;
      border-collapse: collapse;
      white-space: nowrap;
      line-height: 18px; }
      .theme-green .block .block-head table td {
        border: none;
        text-align: center; }
    .theme-green .block .block-head .left, .theme-green .block .block-head .right {
      border-top: 2px solid #E3F1C8;
      width: 50%; }
    .theme-green .block .block-head .title {
      position: relative;
      top: -0.5em;
      display: block;
      width: 100%;
      padding: 0 12px;
      border: none; }
      .theme-green .block .block-head .title .num {
        color: #fff; }

.theme-blue .block {
  background-color: white; }
  .theme-blue .block .block-head {
    padding: 0;
    text-align: center; }
    .theme-blue .block .block-head .title {
      color: white;
      vertical-align: middle; }
      .theme-blue .block .block-head .title .num {
        color: #fff; }

.theme-blue.desktop .block {
  border: 2px solid #385DCA; }
  .theme-blue.desktop .block .block-head {
    background-color: #385DCA;
    padding: 6px 0; }

.theme-blue.mobile .block {
  border: 2px solid #3162F2; }
  .theme-blue.mobile .block .block-head {
    background-color: #3162F2;
    padding: 3px 0; }

.theme-gray .block {
  background-color: white; }
  .theme-gray .block .block-head {
    padding: 0;
    text-align: center;
    background-color: #F0F0F0; }
    .theme-gray .block .block-head .title {
      color: black;
      vertical-align: middle; }
      .theme-gray .block .block-head .title .num {
        color: black; }

.theme-gray.desktop .block {
  border: 2px solid black; }
  .theme-gray.desktop .block .block-head {
    padding: 6px 0; }

.theme-gray.mobile .block {
  border: 2px solid black; }
  .theme-gray.mobile .block .block-head {
    padding: 3px 0; }

/* Аватар */
.avatar {
  display: inline-block;
  vertical-align: middle; }

/* Для экрана Main.screen.size.desktop */
.desktop table.data thead td {
  height: 48px;
  /* table head height */
  line-height: 18px;
  font-size: 18px;
  /* Размер шрифта для кнопок по умолчанию */ }

.desktop table.data tbody {
  font-size: 20px; }

.desktop table.data tbody td {
  position: relative;
  height: 48px;
  padding-left: 12px;
  padding-right: 12px; }

.desktop table.data tbody td.no-padding {
  padding: 0; }

.desktop table.data .num {
  font-size: 20px; }

.desktop .block .block-head table {
  line-height: 18px; }

.desktop .avatar {
  width: 31px;
  height: 30px;
  margin-right: 12px;
  background-size: 100% auto; }

@media screen and (max-width: 1000px) {
  .desktop table.data thead td {
    line-height: 16px;
    font-size: 16px; }
  .desktop table.data tbody {
    font-size: 18px; }
  .desktop table.data .num {
    font-size: 24px; }
  .desktop .avatar {
    width: 31px;
    height: 30px;
    margin-right: 2px; } }

/* Для экрана Main.screen.size.mobile */
.mobile table.data tbody {
  font-size: 13px; }

.mobile table.data tbody td {
  position: relative;
  height: 40px;
  padding: 3px; }

.mobile table.data tbody td.no-padding {
  padding: 0; }

.mobile table.data .num {
  font-size: 16px; }

.mobile .block .block-head table {
  line-height: 11px; }

.mobile .avatar {
  width: 31px;
  height: 30px;
  margin-right: 6px;
  background-size: 100% auto; }

@media screen and (min-width: 600px) {
  .mobile table.data tbody {
    font-size: 15px; }
  .mobile table.data .num {
    font-size: 18px; }
  .mobile .block .block-head table {
    line-height: 13px; }
  .mobile table.data tbody td {
    padding: 6px; } }

/************************************************
/* Прочие стили
************************************************/
.max-width-400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

.max-width-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.max-width-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.col2 {
  vertical-align: top;
  width: 50%; }

.label {
  vertical-align: middle; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-clear {
  clear: both; }

.padding-right3 {
  padding-right: 3px; }

.padding-left3 {
  padding-left: 3px; }

.margin-left6 {
  margin-left: 6px; }

.margin-left12 {
  margin-left: 12px; }

.margin-right12 {
  margin-right: 12px; }

.margin-right20 {
  margin-right: 20px; }

.margin-top6 {
  margin-top: 6px; }

.margin-top18 {
  margin-top: 18px; }

.margin-top24 {
  margin-top: 24px; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.theme-green .label {
  color: #E3F1C8; }

.theme-green a {
  color: #E3F1C8; }

.theme-blue .label {
  color: #426DAF; }

.theme-blue a {
  color: #426DAF; }

.theme-gray .label {
  color: #0000FF; }

.theme-gray a {
  color: #0000FF; }

.ellipsis {
  text-align: left;
  display: inline-block;
  width: 1em; }

.notice {
  display: none; }
  .notice.notice--show {
    display: block; }
  .notice.notice--align-center {
    text-align: center; }

.form .form-field {
  font-size: 16px;
  display: block;
  width: 100%; }
  .form .form-field .form-input {
    display: block;
    width: 100%; }
    .form .form-field .form-input input[type="text"], .form .form-field .form-input input[type="password"] {
      width: 100%; }
    .form .form-field .form-input .form-input-label {
      font-size: 16px;
      display: block;
      text-align: left;
      line-height: 1.4em; }
    .form .form-field .form-input.form-input-checkbox input[type="checkbox"] {
      margin: 0;
      line-height: 1.4em;
      vertical-align: middle; }
    .form .form-field .form-input.form-input-checkbox .form-input-label {
      font-size: 18px;
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      margin: 0 0 0 0.5em;
      max-width: 80%; }
  .form .form-field + .form-field {
    margin-top: 0.7em; }
  .form .form-field .form-note {
    text-align: center;
    font-size: 15px;
    margin-top: 0.2em; }

.form .form-row {
  margin: 0 -0.5em; }
  .form .form-row .form-field {
    float: left;
    margin: 0;
    padding: 0 0.5em; }
  .form .form-row .form-row__end {
    clear: left; }

.form .form-button.form-button--uppercase {
  text-transform: uppercase; }

.form .form-field.form-field--label-align {
  padding-top: 1.4em; }

.form .form-field.form-field--width-half {
  width: 50%; }

.form .form-field.form-field--width-third {
  width: 33.333%; }

.form .form-field.form-field--align-right {
  text-align: right; }

.form .form-field.form-field--align-center {
  text-align: center; }

.form .form-row + .form-field, .form .form-field + .form-row,
.form .form-field + .notice, .form .notice + .form-field, .form .form-row + .notice, .form .notice + .form-row {
  margin-top: 0.7em; }

.theme-green .form {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #E3F1C8;
  color: #A6CBA7; }
  .theme-green .form .form-button {
    color: #E3F1C8; }
    .theme-green .form .form-button.disabled {
      color: #779a6f; }
    .theme-green .form .form-button.form-button--red {
      background-color: rgba(195, 7, 0, 0.6); }
      .theme-green .form .form-button.form-button--red:hover {
        background: rgba(195, 7, 0, 0.8); }
      .theme-green .form .form-button.form-button--red:active {
        background: rgba(150, 7, 0, 0.6); }

.theme-blue .form {
  background: white;
  border: 2px solid #385DCA;
  color: #426DAF; }
  .theme-blue .form .form-button {
    color: white; }
    .theme-blue .form .form-button.disabled {
      color: #939ABA; }
    .theme-blue .form .form-button.form-button--red {
      background-color: #EE3131;
      background: -moz-linear-gradient(top, #FF3636, #DE0E0E);
      background: -webkit-linear-gradient(top, #FF3636, #DE0E0E);
      background: -o-linear-gradient(top, #FF3636, #DE0E0E);
      background: -ms-linear-gradient(top, #FF3636, #DE0E0E);
      background: linear-gradient(top, #FF3636, #DE0E0E); }
      .theme-blue .form .form-button.form-button--red:hover {
        background-color: #f26060;
        background: -moz-linear-gradient(top, #ff6969, #f22d2d);
        background: -webkit-linear-gradient(top, #ff6969, #f22d2d);
        background: -o-linear-gradient(top, #ff6969, #f22d2d);
        background: -ms-linear-gradient(top, #ff6969, #f22d2d);
        background: linear-gradient(top, #ff6969, #f22d2d); }
      .theme-blue .form .form-button.form-button--red:active {
        background-color: #da1212;
        background: -moz-linear-gradient(top, #ff0303, #ae0b0b);
        background: -webkit-linear-gradient(top, #ff0303, #ae0b0b);
        background: -o-linear-gradient(top, #ff0303, #ae0b0b);
        background: -ms-linear-gradient(top, #ff0303, #ae0b0b);
        background: linear-gradient(top, #ff0303, #ae0b0b); }

.theme-green .form {
  background: white;
  border: 2px solid black;
  color: black; }
  .theme-green .form .form-button {
    color: #0000FF; }
    .theme-green .form .form-button.disabled {
      color: #c0c0c0; }
    .theme-green .form .form-button.form-button--red {
      background-color: #ED7874; }
      .theme-green .form .form-button.form-button--red:hover {
        background: #ea625d; }
      .theme-green .form .form-button.form-button--red:active {
        background: #e74c47; }

.mobile .form .form-button {
  padding: 9px; }

.help-page {
  max-width: 1000px;
  margin: 0 auto; }
  .help-page .help-content .help-video {
    margin: 0 0 1em; }
    .help-page .help-content .help-video .help-video-link {
      text-align: center;
      text-decoration: underline; }
      .help-page .help-content .help-video .help-video-link table {
        margin: 0 auto; }
      .help-page .help-content .help-video .help-video-link.help-video-link--hide {
        display: none; }
    .help-page .help-content .help-video .help-video-object {
      display: none;
      text-align: center;
      margin: 0 auto; }
      .help-page .help-content .help-video .help-video-object object {
        width: 400px;
        height: 240px; }
        .help-page .help-content .help-video .help-video-object object embed {
          width: 400px;
          height: 240px; }
      .help-page .help-content .help-video .help-video-object.help-video-object--show {
        display: block; }
  .help-page .help-content p {
    line-height: 1.4em;
    text-indent: 0;
    margin: 0 0 0.5em; }
  .help-page .help-content ul {
    margin: 0 0 0.5em;
    list-style: disc outside;
    padding: 0 0 0 32px; }
    .help-page .help-content ul li {
      line-height: 1.4em; }
  .help-page .help-content .picture {
    margin: 1em 0;
    text-align: center; }
    .help-page .help-content .picture img {
      width: 100%;
      max-width: 600px; }

.desktop .help-page {
  padding: 18px;
  font-size: 16px; }
  .desktop .help-page .help-video-object object {
    width: 600px;
    height: 360px; }
    .desktop .help-page .help-video-object object embed {
      width: 600px;
      height: 360px; }
  .desktop .help-page h3 {
    font-size: 20px; }

.mobile .help-page {
  padding: 12px;
  font-size: 12px; }
  .mobile .help-page .help-video-object object {
    width: 320px;
    height: 192px; }
    .mobile .help-page .help-video-object object embed {
      width: 320px;
      height: 192px; }
  .mobile .help-page h3 {
    font-size: 14px; }

.theme-green .help-page a {
  color: #E3F1C8; }

.theme-blue .help-page a {
  color: #426DAF; }

.theme-gray .help-page {
  background: white; }
  .theme-gray .help-page a {
    color: #0000FF; }

.auth-page {
  padding: 2em; }
  .auth-page .form-language .string-selector {
    margin: 0; }
    .auth-page .form-language .string-selector .right {
      padding-left: 1em;
      padding-right: 2em; }
      .auth-page .form-language .string-selector .right .up-down-arrow {
        right: 1em; }
  .auth-page .auth-form {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 44px;
    padding: 1em 2em; }
    .auth-page .auth-form .signin-oauth .oauth-btn, .auth-page .auth-form .signin-oauth .oauth-btn:link, .auth-page .auth-form .signin-oauth .oauth-btn:visited {
      position: relative;
      border: 1px solid;
      border-radius: 2px;
      text-align: center;
      vertical-align: middle;
      font-weight: 700;
      line-height: 1.43;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cusor: pointer;
      margin-bottom: 10px;
      width: 268px;
      max-width: 100%;
      padding: 9px 27px;
      font-size: 16px;
      display: block;
      white-space: normal;
      text-decoration: none;
      background: white;
      margin-left: auto;
      margin-right: auto; }
      .auth-page .auth-form .signin-oauth .oauth-btn .icon, .auth-page .auth-form .signin-oauth .oauth-btn:link .icon, .auth-page .auth-form .signin-oauth .oauth-btn:visited .icon {
        position: absolute;
        top: 9px;
        left: 17px; }
        .auth-page .auth-form .signin-oauth .oauth-btn .icon.icon-twitter, .auth-page .auth-form .signin-oauth .oauth-btn:link .icon.icon-twitter, .auth-page .auth-form .signin-oauth .oauth-btn:visited .icon.icon-twitter {
          top: 3px;
          left: 11px; }
      .auth-page .auth-form .signin-oauth .oauth-btn.facebook, .auth-page .auth-form .signin-oauth .oauth-btn:link.facebook, .auth-page .auth-form .signin-oauth .oauth-btn:visited.facebook {
        border-color: #3B5998;
        border-bottom-color: #263a63;
        background-color: #3B5998;
        color: white; }
      .auth-page .auth-form .signin-oauth .oauth-btn.google, .auth-page .auth-form .signin-oauth .oauth-btn.twitter, .auth-page .auth-form .signin-oauth .oauth-btn:link.google, .auth-page .auth-form .signin-oauth .oauth-btn:link.twitter, .auth-page .auth-form .signin-oauth .oauth-btn:visited.google, .auth-page .auth-form .signin-oauth .oauth-btn:visited.twitter {
        border-color: #c4c4c4;
        color: #565a5c; }
      .auth-page .auth-form .signin-oauth .oauth-btn .text-container, .auth-page .auth-form .signin-oauth .oauth-btn:link .text-container, .auth-page .auth-form .signin-oauth .oauth-btn:visited .text-container {
        margin-left: 30px; }
    .auth-page .auth-form .signin-oauth .signup-or-separator {
      position: relative; }
      .auth-page .auth-form .signin-oauth .signup-or-separator .line {
        padding-top: 3px;
        width: 50%; }
      .auth-page .auth-form .signin-oauth .signup-or-separator .signup-or-separator--text {
        padding: 8px; }

.theme-green .auth-page .auth-form {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #E3F1C8;
  color: #A6CBA7; }
  .theme-green .auth-page .auth-form .form-button {
    color: #E3F1C8; }
    .theme-green .auth-page .auth-form .form-button.disabled {
      color: #779a6f; }
    .theme-green .auth-page .auth-form .form-button.form-button--red {
      background-color: rgba(195, 7, 0, 0.6); }
      .theme-green .auth-page .auth-form .form-button.form-button--red:hover {
        background: rgba(195, 7, 0, 0.8); }
      .theme-green .auth-page .auth-form .form-button.form-button--red:active {
        background: rgba(150, 7, 0, 0.6); }

.theme-green .auth-page .game-info-video-button {
  color: #E3F1C8; }

.theme-blue .auth-page .auth-form {
  background: white;
  border: 2px solid #385DCA;
  color: #426DAF; }
  .theme-blue .auth-page .auth-form .form-button {
    color: white; }
    .theme-blue .auth-page .auth-form .form-button.disabled {
      color: #939ABA; }
    .theme-blue .auth-page .auth-form .form-button.form-button--red {
      background-color: #EE3131;
      background: -moz-linear-gradient(top, #FF3636, #DE0E0E);
      background: -webkit-linear-gradient(top, #FF3636, #DE0E0E);
      background: -o-linear-gradient(top, #FF3636, #DE0E0E);
      background: -ms-linear-gradient(top, #FF3636, #DE0E0E);
      background: linear-gradient(top, #FF3636, #DE0E0E); }
      .theme-blue .auth-page .auth-form .form-button.form-button--red:hover {
        background-color: #f26060;
        background: -moz-linear-gradient(top, #ff6969, #f22d2d);
        background: -webkit-linear-gradient(top, #ff6969, #f22d2d);
        background: -o-linear-gradient(top, #ff6969, #f22d2d);
        background: -ms-linear-gradient(top, #ff6969, #f22d2d);
        background: linear-gradient(top, #ff6969, #f22d2d); }
      .theme-blue .auth-page .auth-form .form-button.form-button--red:active {
        background-color: #da1212;
        background: -moz-linear-gradient(top, #ff0303, #ae0b0b);
        background: -webkit-linear-gradient(top, #ff0303, #ae0b0b);
        background: -o-linear-gradient(top, #ff0303, #ae0b0b);
        background: -ms-linear-gradient(top, #ff0303, #ae0b0b);
        background: linear-gradient(top, #ff0303, #ae0b0b); }

.theme-blue .auth-page .game-info-video-button {
  color: #426DAF; }

.theme-gray .auth-page .auth-form {
  background: white;
  border: 2px solid black;
  color: black; }
  .theme-gray .auth-page .auth-form .form-button {
    color: black; }
    .theme-gray .auth-page .auth-form .form-button.disabled {
      color: #c0c0c0; }
    .theme-gray .auth-page .auth-form .form-button.form-button--red {
      background-color: #ED7874; }
      .theme-gray .auth-page .auth-form .form-button.form-button--red:hover {
        background: #ea625d; }
      .theme-gray .auth-page .auth-form .form-button.form-button--red:active {
        background: #e74c47; }
      .theme-gray .auth-page .auth-form .form-button.form-button--red.disabled {
        color: #c0c0c0;
        background-color: #f3a4a1; }
        .theme-gray .auth-page .auth-form .form-button.form-button--red.disabled:hover {
          background-color: #f3a4a1; }
        .theme-gray .auth-page .auth-form .form-button.form-button--red.disabled:active {
          background-color: #f3a4a1; }

.theme-gray .auth-page .game-info-video-button {
  color: #0000FF; }

.game-splash-screen {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .game-splash-screen .splash-screen {
    display: table;
    width: 100%;
    height: 100%; }
    .game-splash-screen .splash-screen .splash-screen-left {
      display: table-cell;
      width: 250px;
      text-align: center;
      vertical-align: top; }
      .game-splash-screen .splash-screen .splash-screen-left .gamecolony-logo {
        margin-top: 2em;
        text-align: center; }
        .game-splash-screen .splash-screen .splash-screen-left .gamecolony-logo img {
          margin: 0;
          padding: 0;
          width: 150px; }
    .game-splash-screen .splash-screen .splash-screen-main {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
    .game-splash-screen .splash-screen .splash-screen-right {
      display: table-cell;
      width: 250px;
      text-align: center;
      vertical-align: bottom; }
      .game-splash-screen .splash-screen .splash-screen-right .game-title {
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 0.5em; }
      .game-splash-screen .splash-screen .splash-screen-right .game-logo {
        margin-bottom: 3em;
        text-align: center; }
        .game-splash-screen .splash-screen .splash-screen-right .game-logo img {
          margin: 0;
          padding: 0;
          width: 180px; }
    .game-splash-screen .splash-screen .user-name-form {
      display: block;
      position: relative;
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
      padding: 1em 1.5em; }
      .game-splash-screen .splash-screen .user-name-form .form-button {
        font-size: 18px;
        padding: 6px 12px; }
      .game-splash-screen .splash-screen .user-name-form .notice {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%; }

.game-info {
  margin-top: 1.5em;
  width: 100%;
  text-align: center;
  overflow-x: hidden; }
  .game-info a {
    font-weight: bold;
    text-decoration: underline; }
    .game-info a:hover {
      text-decoration: none; }
  .game-info .game-info-header {
    margin: 0 auto; }
    .game-info .game-info-header h2 {
      margin: 0 0.5em 0; }
  .game-info .game-info-video {
    margin: 0 0 1em; }
    .game-info .game-info-video .game-info-video-link {
      text-align: center;
      text-decoration: underline; }
      .game-info .game-info-video .game-info-video-link table {
        margin: 0 auto; }
      .game-info .game-info-video .game-info-video-link.game-info-video-link--hide {
        display: none; }
    .game-info .game-info-video .game-info-video-object {
      display: none;
      text-align: center;
      margin: 0 auto; }
      .game-info .game-info-video .game-info-video-object object {
        width: 400px;
        height: 240px; }
        .game-info .game-info-video .game-info-video-object object embed {
          width: 400px;
          height: 240px; }
      .game-info .game-info-video .game-info-video-object.game-info-video-object--show {
        display: block; }
  .game-info .game-info-description {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
    .game-info .game-info-description p {
      line-height: 1.4em;
      text-indent: 0;
      margin: 0 0 0.5em; }
    .game-info .game-info-description td {
      padding: 1em;
      text-align: left; }
    .game-info .game-info-description h2 {
      margin: 0.5em 0;
      text-align: left;
      font-size: 22px; }
    .game-info .game-info-description h3 {
      margin: 0 0 1em;
      text-align: center;
      font-size: 20px; }
    .game-info .game-info-description ul {
      margin: 0 0 0.5em;
      list-style: disc outside;
      padding: 0 0 0 32px; }
      .game-info .game-info-description ul li {
        line-height: 1.4em; }

.desktop .game-info {
  font-size: 16px; }
  .desktop .game-info table {
    font-size: 16px; }
  .desktop .game-info .game-info-header h2 {
    font-size: 24px; }
  .desktop .game-info .game-info-video .game-info-video-object object {
    width: 600px;
    height: 360px; }
    .desktop .game-info .game-info-video .game-info-video-object object embed {
      width: 600px;
      height: 360px; }
  .desktop .game-info .game-info-description h3 {
    font-size: 20px; }

.mobile .game-info {
  font-size: 12px; }
  .mobile .game-info table {
    font-size: 12px; }
  .mobile .game-info .game-info-header h2 {
    font-size: 16px; }
  .mobile .game-info .game-info-video .game-info-video-object object {
    width: 320px;
    height: 192px; }
    .mobile .game-info .game-info-video .game-info-video-object object embed {
      width: 320px;
      height: 192px; }
  .mobile .game-info .game-info-description h3 {
    font-size: 14px; }

.theme-green .game-info a {
  color: #E3F1C8; }

.theme-green .game-info .game-info-description {
  border: 2px solid #E3F1C8; }

.theme-blue .game-info a {
  color: #426DAF; }

.theme-blue .game-info .game-info-description {
  border: 2px solid #385DCA; }

.theme-gray .game-info a {
  color: #0000FF; }

.theme-gray .game-info .game-info-description {
  border: 2px solid black; }

.string-selector-wrap, .avatar-selector-wrap {
  display: block; }
  .string-selector-wrap .string-selector, .string-selector-wrap .avatar-selector, .avatar-selector-wrap .string-selector, .avatar-selector-wrap .avatar-selector {
    width: 100%;
    max-width: 480px;
    height: 48px;
    position: relative;
    display: table;
    margin-top: 8px;
    cursor: pointer; }
    .string-selector-wrap .string-selector .left, .string-selector-wrap .avatar-selector .left, .avatar-selector-wrap .string-selector .left, .avatar-selector-wrap .avatar-selector .left {
      display: table-cell;
      vertical-align: middle;
      padding-left: 16px;
      text-align: left; }
    .string-selector-wrap .string-selector .right, .string-selector-wrap .avatar-selector .right, .avatar-selector-wrap .string-selector .right, .avatar-selector-wrap .avatar-selector .right {
      text-align: right;
      display: table-cell;
      vertical-align: middle;
      padding-right: 20px;
      padding-left: 16px; }
      .string-selector-wrap .string-selector .right .up-down-arrow, .string-selector-wrap .avatar-selector .right .up-down-arrow, .avatar-selector-wrap .string-selector .right .up-down-arrow, .avatar-selector-wrap .avatar-selector .right .up-down-arrow {
        display: block;
        position: absolute;
        right: 4px;
        top: 15px;
        width: 14px;
        height: 18px; }
    .string-selector-wrap .string-selector .overlay, .string-selector-wrap .avatar-selector .overlay, .avatar-selector-wrap .string-selector .overlay, .avatar-selector-wrap .avatar-selector .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.desktop .string-selector-wrap .string-selector .right, .desktop .string-selector-wrap .avatar-selector .right, .desktop .avatar-selector-wrap .string-selector .right, .desktop .avatar-selector-wrap .avatar-selector .right {
  max-width: 250px;
  overflow-x: hidden; }

.mobile .string-selector-wrap .string-selector .right, .mobile .string-selector-wrap .avatar-selector .right, .mobile .avatar-selector-wrap .string-selector .right, .mobile .avatar-selector-wrap .avatar-selector .right {
  max-width: 180px;
  overflow-x: hidden; }

.theme-green .string-selector-wrap, .theme-green .avatar-selector-wrap {
  color: white; }
  .theme-green .string-selector-wrap .string-selector, .theme-green .string-selector-wrap .avatar-selector, .theme-green .avatar-selector-wrap .string-selector, .theme-green .avatar-selector-wrap .avatar-selector {
    border: 1px solid #E3F1C8;
    background: rgba(227, 241, 200, 0.1); }
    .theme-green .string-selector-wrap .string-selector .right, .theme-green .string-selector-wrap .avatar-selector .right, .theme-green .avatar-selector-wrap .string-selector .right, .theme-green .avatar-selector-wrap .avatar-selector .right {
      color: #E3F1C8; }
      .theme-green .string-selector-wrap .string-selector .right .up-down-arrow, .theme-green .string-selector-wrap .avatar-selector .right .up-down-arrow, .theme-green .avatar-selector-wrap .string-selector .right .up-down-arrow, .theme-green .avatar-selector-wrap .avatar-selector .right .up-down-arrow {
        background: url(../images/chat/up_down.png) 0 0; }

.theme-blue .string-selector-wrap .string-selector, .theme-blue .string-selector-wrap .avatar-selector, .theme-blue .avatar-selector-wrap .string-selector, .theme-blue .avatar-selector-wrap .avatar-selector {
  background: white; }
  .theme-blue .string-selector-wrap .string-selector .right, .theme-blue .string-selector-wrap .avatar-selector .right, .theme-blue .avatar-selector-wrap .string-selector .right, .theme-blue .avatar-selector-wrap .avatar-selector .right {
    color: #426DAF; }
    .theme-blue .string-selector-wrap .string-selector .right .up-down-arrow, .theme-blue .string-selector-wrap .avatar-selector .right .up-down-arrow, .theme-blue .avatar-selector-wrap .string-selector .right .up-down-arrow, .theme-blue .avatar-selector-wrap .avatar-selector .right .up-down-arrow {
      background: url(../images/chat/up_down_dark.png) 0 0; }

.theme-blue.desktop .string-selector-wrap .string-selector, .theme-blue.desktop .string-selector-wrap .avatar-selector, .theme-blue.desktop .avatar-selector-wrap .string-selector, .theme-blue.desktop .avatar-selector-wrap .avatar-selector {
  border: 1px solid #B0BFEA; }

.theme-blue.mobile .string-selector-wrap .string-selector, .theme-blue.mobile .string-selector-wrap .avatar-selector, .theme-blue.mobile .avatar-selector-wrap .string-selector, .theme-blue.mobile .avatar-selector-wrap .avatar-selector {
  border: 1px solid #ADC1FA; }

.theme-gray .string-selector-wrap, .theme-gray .avatar-selector-wrap {
  color: black; }
  .theme-gray .string-selector-wrap .string-selector, .theme-gray .string-selector-wrap .avatar-selector, .theme-gray .avatar-selector-wrap .string-selector, .theme-gray .avatar-selector-wrap .avatar-selector {
    border: 1px solid black;
    background: white; }
    .theme-gray .string-selector-wrap .string-selector .right, .theme-gray .string-selector-wrap .avatar-selector .right, .theme-gray .avatar-selector-wrap .string-selector .right, .theme-gray .avatar-selector-wrap .avatar-selector .right {
      color: #0000FF; }
      .theme-gray .string-selector-wrap .string-selector .right .up-down-arrow, .theme-gray .string-selector-wrap .avatar-selector .right .up-down-arrow, .theme-gray .avatar-selector-wrap .string-selector .right .up-down-arrow, .theme-gray .avatar-selector-wrap .avatar-selector .right .up-down-arrow {
        background: url(../images/chat/up_down.png) 0 0; }

.activity {
  padding: 4px; }

.theme-green .activity {
  background-color: #004218;
  border: 2px solid #E3F1C8; }

.theme-green.desktop.applet .activity {
  border: none;
  background: transparent;
  color: #E3F1C8; }

.theme-blue .activity {
  background-color: #ECF5FF; }

.theme-blue.desktop .activity {
  border: 2px solid #385DCA; }

.theme-blue.desktop.applet .activity {
  border: none;
  background: transparent;
  color: #426DAF; }

.theme-blue.mobile .activity {
  border: 2px solid #3162F2; }

.theme-gray .activity {
  background-color: #F0F0F0; }

.theme-gray.desktop .activity {
  border: 2px solid black; }

.theme-gray.desktop.applet .activity {
  border: none;
  background: transparent;
  color: #0000FF; }

.theme-gray.mobile .activity {
  border: 2px solid black; }

.play-table-view {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .play-table-view.visible {
    visibility: visible; }
  .play-table-view .play-table-body {
    position: absolute; }
  .play-table-view .button-menu, .play-table-view .button-back {
    z-index: 1; }
  .play-table-view .button-network {
    position: absolute;
    padding: 3px;
    cursor: pointer;
    right: 3px;
    bottom: 3px; }
    .play-table-view .button-network .icon-svg {
      display: block;
      width: 30px;
      height: 30px; }
      .play-table-view .button-network .icon-svg svg {
        display: block;
        width: 30px;
        height: 30px; }
    .play-table-view .button-network.button-network--fast .icon-svg svg > g > g {
      fill: #00D500; }
    .play-table-view .button-network.button-network--medium .icon-svg svg > g > g {
      fill: #f2da28; }
    .play-table-view .button-network.button-network--slow .icon-svg svg > g > g {
      fill: #FF0000; }

.play-table-view .lock-button {
  z-index: 1;
  position: absolute;
  left: 12px;
  top: 150px; }

.play-table-view .zoom-controls {
  position: absolute;
  left: 12px;
  z-index: 1;
  width: 120px; }

.play-table-view .zoom-controls .zoom-title {
  text-align: center;
  line-height: 24px; }

.play-table-view .zoom-controls button {
  display: block;
  width: 102px;
  margin: 6px auto 0;
  height: 60px; }

.play-table-view .zoom-controls button .button-content {
  padding: 0 0 8px;
  font-size: 30px;
  height: 48px; }

.play-table-view .chat {
  position: absolute; }

.play-table-view .chat .chat-messages-container,
.play-table-view .chat .chat-players-container {
  vertical-align: top;
  padding: 0; }

.play-table-view .chat .players-table {
  max-width: none; }

.play-table-view .chat .players-table td {
  padding: 6px;
  height: 42px; }

.modal-dialog.loading-dialog {
  width: 200px; }

.modal-dialog.play-table .form {
  max-width: 700px; }

.modal-dialog-container1.play-table.several-melds {
  vertical-align: top; }

.modal-dialog-overlay.reconnection-dialog, .modal-dialog-container.reconnection-dialog {
  z-index: 400; }

.play-table-view .reconnection-dialog .modal-dialog-body {
  text-align: left; }

.theme-blue .play-table-view {
  background-color: #347938; }
  .theme-blue .play-table-view .button-network.button-network--fast .icon-svg svg > g > g {
    fill: #00D500; }
  .theme-blue .play-table-view .button-network.button-network--medium .icon-svg svg > g > g {
    fill: #f2da28; }
  .theme-blue .play-table-view .button-network.button-network--slow .icon-svg svg > g > g {
    fill: #FF0000; }

.theme-gray .play-table-view {
  background-color: #347938; }
  .theme-gray .play-table-view .button-network.button-network--fast .icon-svg svg > g > g {
    fill: #00D500; }
  .theme-gray .play-table-view .button-network.button-network--medium .icon-svg svg > g > g {
    fill: #f2da28; }
  .theme-gray .play-table-view .button-network.button-network--slow .icon-svg svg > g > g {
    fill: #FF0000; }

/* Для desktop версии */
.desktop {
  /*&.ie .play-table-view .chat .chat-messages-container {
	  position: inherit;
  }*/ }
  .desktop .play-table-view .chat .block-head {
    height: 22px; }
  .desktop.theme-green .play-table-view .play-table-body {
    bottom: 150px; }
  .desktop.theme-green .play-table-view.zoomed {
    border: 2px solid #E3F1C8; }
  .desktop.theme-green .play-table-view .chat {
    top: 12px; }
    .desktop.theme-green .play-table-view .chat .players {
      height: 128px;
      overflow-x: hidden;
      border-top: 2px solid #E3F1C8;
      border-left: 2px solid #E3F1C8;
      border-bottom: 2px solid #E3F1C8; }
    .desktop.theme-green .play-table-view .chat .chat-input-box-wrap {
      background-image: url(../images/bg_tiletex.png);
      background-image: -webkit-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
      background-image: -moz-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
      background-image: image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
      background-color: rgba(0, 66, 24, 0.2); }
  .desktop.theme-green .play-table-view .block-head .left {
    width: 10%; }
  .desktop.theme-green .play-table-view .block-head .right {
    width: 90%; }
  .desktop.theme-blue .play-table-view .play-table-body {
    bottom: 146px; }
  .desktop.theme-blue .play-table-view button {
    border: 1px solid #B0BFEA; }
  .desktop.theme-blue .play-table-view.zoomed {
    border: 2px solid #385DCA; }
  .desktop.theme-blue .play-table-view .chat {
    top: 0; }
    .desktop.theme-blue .play-table-view .chat .block {
      border-color: #B0BFEA; }
    .desktop.theme-blue .play-table-view .chat .players {
      height: 128px;
      overflow-x: hidden;
      border-top: 2px solid #B0BFEA;
      border-left: 2px solid #B0BFEA;
      border-bottom: 2px solid #B0BFEA; }
    .desktop.theme-blue .play-table-view .chat .block-head {
      text-align: left;
      padding-left: 18px;
      padding-top: 0;
      padding-bottom: 0; }
  .desktop.theme-gray .play-table-view .play-table-body {
    bottom: 146px; }
  .desktop.theme-gray .play-table-view button {
    border: 1px solid black; }
  .desktop.theme-gray .play-table-view.zoomed {
    border: 2px solid black; }
  .desktop.theme-gray .play-table-view .chat {
    top: 0; }
    .desktop.theme-gray .play-table-view .chat .block {
      border-color: black; }
    .desktop.theme-gray .play-table-view .chat .players {
      height: 128px;
      overflow-x: hidden;
      border-top: 2px solid black;
      border-left: 2px solid black;
      border-bottom: 2px solid black; }
    .desktop.theme-gray .play-table-view .chat .block-head {
      text-align: left;
      padding-left: 18px;
      padding-top: 0;
      padding-bottom: 0; }
  .desktop .play-table-view .play-table-body {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0; }
  .desktop .play-table-view .button-menu, .desktop .play-table-view .button-back {
    position: absolute; }
  .desktop .play-table-view .chat-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer; }
  .desktop .play-table-view .chat {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    border: none; }
  .desktop .play-table-view .chat .chat-container {
    height: 103px; }
  .desktop .play-table-view .chat .chat-messages-container {
    position: relative;
    width: 75%;
    cursor: pointer; }
  .desktop .play-table-view .chat .chat-players-container {
    position: relative;
    width: 25%; }
  .desktop.ie .play-table-view .chat .placeholder {
    position: absolute;
    top: 2px;
    right: 20px;
    width: 60%;
    max-width: 400px;
    z-index: 31;
    font-family: Heuristica;
    font-size: 18px;
    text-align: left;
    padding: 4px; }
  .desktop .play-table-view .chat .chat-input-box-wrap {
    position: absolute;
    display: block;
    top: 2px;
    right: 20px;
    width: 65%;
    z-index: 30; }
  .desktop .play-table-view .chat .player-container {
    white-space: nowrap; }
  .desktop .play-table-view .chat .player-container .name {
    overflow: hidden;
    text-overflow: ellipsis; }
  .desktop .play-table-view .chat .chat-emoji-window {
    bottom: 31px; }
  .desktop .play-table-view .chat .messages-wrap {
    width: 100%;
    height: 102px;
    min-height: 102px; }
  .desktop .play-table-view .chat .messages {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .desktop .chat .players-table {
    border: 0; }
  .desktop .play-table-view button {
    border-width: 2px; }

/* Mobile - both orientations */
.mobile .play-table-view .chat {
  position: absolute; }

.mobile .play-table-view .chat .messages {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.mobile .modal-dialog.close-table .footer button {
  display: block;
  margin: 0 auto; }

.mobile .modal-dialog.close-table .footer button + button {
  margin-top: 12px; }

/* Mobile - portrait */
.mobile.portrait .play-table-view .play-table-body {
  top: 128px;
  bottom: 0;
  left: 0;
  right: 0; }

.mobile.portrait .play-table-view .button-menu, .mobile.portrait .play-table-view .button-back {
  position: absolute; }

.mobile.portrait .play-table-view .chat .messages-wrap {
  position: absolute;
  top: 14px;
  left: 6px;
  right: 6px;
  bottom: 3px; }

.mobile.portrait .play-table-view .chat.with-input .messages-wrap {
  top: 50px; }

/* Mobile - landscape */
.mobile.landscape .play-table-view .button-menu, .mobile.landscape .play-table-view .button-back {
  position: absolute; }

.mobile.landscape .play-table-view .chat .messages-wrap {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0; }

.mobile.landscape .play-table-view .chat.with-input .messages-wrap {
  top: 47px; }

.mobile.theme-blue .play-table-view button {
  border: 1px solid #ADC1FA; }

.mobile.theme-blue .play-table-view .chat .block {
  border-color: #ADC1FA; }

.mobile.theme-blue .play-table-view .chat .messages-wrap {
  top: 24px; }

.playtables-table {
  width: 100%;
  table-layout: fixed; }
  .playtables-table thead td {
    cursor: pointer; }
  .playtables-table tbody {
    min-width: 100%; }
  .playtables-table tbody td .player {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .playtables-table tbody td.points {
    text-align: center;
    cursor: pointer;
    overflow: hidden; }
  .playtables-table tbody td .mini-rating {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 3px;
    right: 3px;
    padding: 0;
    margin: 0; }

.playtables-table button {
  position: relative;
  display: block;
  height: 100%;
  width: 100%; }

.playtables-table button.play .ladder {
  display: block;
  position: absolute; }

.theme-green .playtables-table .ladder {
  color: #E3F1C8; }

.theme-green .playtables-table .player.vip {
  color: #01F2F2; }

.theme-green .playtables-table button.play .ladder {
  color: #E3F1C8; }

.theme-blue .playtables-table .ladder {
  color: #426DAF;
  font-weight: bold; }

.theme-blue .playtables-table .player.vip {
  color: #426DAF;
  font-weight: bold; }

.theme-blue .playtables-table button.play .ladder {
  color: #426DAF; }

.theme-gray .playtables-table .ladder {
  color: #0000FF;
  font-weight: bold; }

.theme-gray .playtables-table .player.vip {
  color: #0000FF;
  font-weight: bold; }

.theme-gray .playtables-table button.play .ladder {
  color: #0000FF; }

/* Для размера экрана Main.screen.size.desktop */
.desktop .playtables-block-large .players-subcontainer.compact-player .rating,
.desktop .playtables-block-medium .players-subcontainer.compact-player .rating,
.desktop .playtables-block-compact .players-subcontainer.compact-player .rating {
  display: block; }

.desktop .playtables-block-large .players-subcontainer.compact-player .mini-rating,
.desktop .playtables-block-medium .players-subcontainer.compact-player .mini-rating,
.desktop .playtables-block-compact .players-subcontainer.compact-player .mini-rating {
  display: none;
  flex-grow: 0;
  flex-shrink: 0; }

.desktop .playtables-block-large .create-table-promt,
.desktop .playtables-block-medium .create-table-promt,
.desktop .playtables-block-compact .create-table-promt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px; }
  .desktop .playtables-block-large .create-table-promt button,
  .desktop .playtables-block-medium .create-table-promt button,
  .desktop .playtables-block-compact .create-table-promt button {
    margin-left: 8px;
    height: 30px;
    padding: 0px; }
    .desktop .playtables-block-large .create-table-promt button .button-content,
    .desktop .playtables-block-medium .create-table-promt button .button-content,
    .desktop .playtables-block-compact .create-table-promt button .button-content {
      padding-left: 6px;
      padding-right: 6px;
      padding-top: 0px;
      padding-bottom: 0px; }

.desktop .playtables-block-large .playtables-table button.play .ladder,
.desktop .playtables-block-medium .playtables-table button.play .ladder,
.desktop .playtables-block-compact .playtables-table button.play .ladder {
  line-height: 11px;
  right: 5px;
  bottom: 3px; }

.desktop .playtables-block-large .playtables-table thead td,
.desktop .playtables-block-medium .playtables-table thead td,
.desktop .playtables-block-compact .playtables-table thead td {
  height: 48px;
  line-height: normal;
  overflow: hidden; }

.desktop .playtables-block-large .playtables-table tbody td,
.desktop .playtables-block-medium .playtables-table tbody td,
.desktop .playtables-block-compact .playtables-table tbody td {
  height: 48px;
  line-height: 48px; }

.desktop .playtables-block-large .playtables-table tbody tr.four-players td,
.desktop .playtables-block-medium .playtables-table tbody tr.four-players td,
.desktop .playtables-block-compact .playtables-table tbody tr.four-players td {
  height: 98px;
  line-height: 98px; }

.desktop .playtables-block-large .playtables-table tbody tr.four-players td.double > div,
.desktop .playtables-block-medium .playtables-table tbody tr.four-players td.double > div,
.desktop .playtables-block-compact .playtables-table tbody tr.four-players td.double > div {
  height: 48px;
  line-height: 48px; }

.desktop .playtables-block-large .playtables-table tbody tr td.rating,
.desktop .playtables-block-medium .playtables-table tbody tr td.rating,
.desktop .playtables-block-compact .playtables-table tbody tr td.rating {
  padding: 0; }

.desktop .playtables-block-large .playtables-table tbody tr,
.desktop .playtables-block-medium .playtables-table tbody tr,
.desktop .playtables-block-compact .playtables-table tbody tr {
  white-space: nowrap;
  overflow: hidden; }

.desktop .playtables-block-large .playtables-table.playtables-table--font-small thead td,
.desktop .playtables-block-medium .playtables-table.playtables-table--font-small thead td,
.desktop .playtables-block-compact .playtables-table.playtables-table--font-small thead td {
  height: 25px;
  line-height: normal; }

.desktop .playtables-block-large .playtables-table.playtables-table--font-small tbody td,
.desktop .playtables-block-medium .playtables-table.playtables-table--font-small tbody td,
.desktop .playtables-block-compact .playtables-table.playtables-table--font-small tbody td {
  height: 25px;
  line-height: 25px; }

.desktop .playtables-block-large .playtables-table.playtables-table--font-small tbody tr.four-players td,
.desktop .playtables-block-medium .playtables-table.playtables-table--font-small tbody tr.four-players td,
.desktop .playtables-block-compact .playtables-table.playtables-table--font-small tbody tr.four-players td {
  height: 52px;
  line-height: 52px; }

.desktop .playtables-block-large .playtables-table.playtables-table--font-small tbody tr.four-players td.double > div,
.desktop .playtables-block-medium .playtables-table.playtables-table--font-small tbody tr.four-players td.double > div,
.desktop .playtables-block-compact .playtables-table.playtables-table--font-small tbody tr.four-players td.double > div {
  height: 25px;
  line-height: 25px; }

.desktop .playtables-block-large .playtables-table.playtables-table--font-small .button-content,
.desktop .playtables-block-medium .playtables-table.playtables-table--font-small .button-content,
.desktop .playtables-block-compact .playtables-table.playtables-table--font-small .button-content {
  padding: 0; }

.desktop .playtables-block-large .playtables-table tbody tr td.points:hover,
.desktop .playtables-block-medium .playtables-table tbody tr td.points:hover,
.desktop .playtables-block-compact .playtables-table tbody tr td.points:hover {
  overflow: visible;
  position: relative; }
  .desktop .playtables-block-large .playtables-table tbody tr td.points:hover .points-container,
  .desktop .playtables-block-medium .playtables-table tbody tr td.points:hover .points-container,
  .desktop .playtables-block-compact .playtables-table tbody tr td.points:hover .points-container {
    position: relative;
    z-index: 100; }

.desktop.theme-green .playtables-block-large .playtables-table tbody tr td.points:hover .points-container,
.desktop.theme-green .playtables-block-medium .playtables-table tbody tr td.points:hover .points-container,
.desktop.theme-green .playtables-block-compact .playtables-table tbody tr td.points:hover .points-container {
  background-image: url(../images/bg_tiletex.png);
  background-image: -webkit-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: -moz-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x); }
  .desktop.theme-green .playtables-block-large .playtables-table tbody tr td.points:hover .points-container .centered-content,
  .desktop.theme-green .playtables-block-medium .playtables-table tbody tr td.points:hover .points-container .centered-content,
  .desktop.theme-green .playtables-block-compact .playtables-table tbody tr td.points:hover .points-container .centered-content {
    background-color: rgba(0, 160, 0, 0.33); }

.desktop.theme-blue .playtables-block-large .playtables-table tbody tr td.points:hover .points-container,
.desktop.theme-blue .playtables-block-medium .playtables-table tbody tr td.points:hover .points-container,
.desktop.theme-blue .playtables-block-compact .playtables-table tbody tr td.points:hover .points-container {
  background: #FFFFFF; }
  .desktop.theme-blue .playtables-block-large .playtables-table tbody tr td.points:hover .points-container .centered-content,
  .desktop.theme-blue .playtables-block-medium .playtables-table tbody tr td.points:hover .points-container .centered-content,
  .desktop.theme-blue .playtables-block-compact .playtables-table tbody tr td.points:hover .points-container .centered-content {
    background-color: rgba(176, 191, 234, 0.5); }

.desktop.theme-gray .playtables-block-large .playtables-table tbody tr td.points:hover .points-container,
.desktop.theme-gray .playtables-block-medium .playtables-table tbody tr td.points:hover .points-container,
.desktop.theme-gray .playtables-block-compact .playtables-table tbody tr td.points:hover .points-container {
  background: #F0F0F0; }
  .desktop.theme-gray .playtables-block-large .playtables-table tbody tr td.points:hover .points-container .centered-content,
  .desktop.theme-gray .playtables-block-medium .playtables-table tbody tr td.points:hover .points-container .centered-content,
  .desktop.theme-gray .playtables-block-compact .playtables-table tbody tr td.points:hover .points-container .centered-content {
    background-color: #f2f2f2; }

.desktop.theme-green .playtables-block-large .playtables-table tbody tr:hover,
.desktop.theme-green .playtables-block-medium .playtables-table tbody tr:hover,
.desktop.theme-green .playtables-block-compact .playtables-table tbody tr:hover {
  background-color: rgba(0, 160, 0, 0.33); }

.desktop.theme-green .playtables-block-large .playtables-table tbody tr.selected,
.desktop.theme-green .playtables-block-medium .playtables-table tbody tr.selected,
.desktop.theme-green .playtables-block-compact .playtables-table tbody tr.selected {
  background-color: rgba(0, 186, 0, 0.33); }

.desktop.theme-blue .playtables-block-large .create-table-promt,
.desktop.theme-blue .playtables-block-medium .create-table-promt,
.desktop.theme-blue .playtables-block-compact .create-table-promt {
  padding-top: 8px; }

.desktop.theme-blue .playtables-block-large .playtables-table tbody tr:hover,
.desktop.theme-blue .playtables-block-medium .playtables-table tbody tr:hover,
.desktop.theme-blue .playtables-block-compact .playtables-table tbody tr:hover {
  background-color: rgba(176, 191, 234, 0.5); }

.desktop.theme-blue .playtables-block-large .playtables-table tbody tr.selected,
.desktop.theme-blue .playtables-block-medium .playtables-table tbody tr.selected,
.desktop.theme-blue .playtables-block-compact .playtables-table tbody tr.selected {
  background-color: rgba(156, 175, 229, 0.5); }

.desktop.theme-gray .playtables-block-large .create-table-promt,
.desktop.theme-gray .playtables-block-medium .create-table-promt,
.desktop.theme-gray .playtables-block-compact .create-table-promt {
  padding-top: 8px; }

.desktop.theme-gray .playtables-block-large .playtables-table tbody tr:hover,
.desktop.theme-gray .playtables-block-medium .playtables-table tbody tr:hover,
.desktop.theme-gray .playtables-block-compact .playtables-table tbody tr:hover {
  background-color: #f2f2f2; }

.desktop.theme-gray .playtables-block-large .playtables-table tbody tr.selected,
.desktop.theme-gray .playtables-block-medium .playtables-table tbody tr.selected,
.desktop.theme-gray .playtables-block-compact .playtables-table tbody tr.selected {
  background-color: #e6e6e6; }

.desktop.theme-gray .playtables-table--font-big .ladder {
  vertical-align: middle; }

.desktop.theme-gray .playtables-table--font-small .ladder {
  vertical-align: middle; }

.desktop .playtables-block-large .playtables-table thead td,
.desktop .playtables-block-large .playtables-table tbody td {
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0; }

.desktop .playtables-block-large .playtables-table td.points {
  font-size: 18px;
  line-height: inherit; }

.desktop .playtables-block-large .playtables-table button {
  padding: 0; }

.desktop .playtables-block-large .playtables-table thead .title-short {
  display: none; }

.desktop .playtables-block-large .playtables-table #tables-header-table {
  width: 80px; }

.desktop .playtables-block-large .playtables-table #tables-header-player1-rating {
  width: 80px; }

.desktop .playtables-block-large .playtables-table #tables-header-player2-rating {
  width: 80px; }

.desktop .playtables-block-large .playtables-table #tables-header-watch {
  width: 100px; }

.desktop .playtables-block-large .playtables-table #tables-header-match {
  width: 140px; }

.desktop .playtables-block-large .playtables-table #tables-header-ticket {
  width: 90px; }

.desktop .playtables-block-large .playtables-table.playtables-table--font-small thead td,
.desktop .playtables-block-large .playtables-table.playtables-table--font-small tbody td {
  font-size: 16px; }
  .desktop .playtables-block-large .playtables-table.playtables-table--font-small thead td .avatar,
  .desktop .playtables-block-large .playtables-table.playtables-table--font-small tbody td .avatar {
    width: 15px;
    height: 15px; }
  .desktop .playtables-block-large .playtables-table.playtables-table--font-small thead td button,
  .desktop .playtables-block-large .playtables-table.playtables-table--font-small tbody td button {
    font-size: 15px; }

.desktop .playtables-block-large .playtables-table.playtables-table--font-small td.points {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden; }

.desktop .playtables-block-large.language-de .playtables-table button.watch {
  font-size: 16px; }

.desktop .playtables-block-large.language-de .playtables-table #tables-header-player1-rating {
  font-size: 13px; }

.desktop .playtables-block-large.language-de .playtables-table #tables-header-player2-rating {
  font-size: 13px; }

.desktop .playtables-block-medium .playtables-table tbody td,
.desktop .playtables-block-medium .playtables-table thead td {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0; }

.desktop .playtables-block-medium .playtables-table thead .title-long {
  display: none; }

.desktop .playtables-block-medium .playtables-table thead .title-short {
  display: inline; }

.desktop .playtables-block-medium .playtables-table #tables-header-table {
  width: 50px; }

.desktop .playtables-block-medium .playtables-table #tables-header-player1-rating,
.desktop .playtables-block-medium .playtables-table #tables-header-player2-rating {
  width: 70px; }

.desktop .playtables-block-medium .playtables-table #tables-header-watch {
  display: none;
  width: 0px;
  padding: 0;
  border: 0; }

.desktop .playtables-block-medium .playtables-table .cell-watch {
  display: none;
  border: 0; }

.desktop .playtables-block-medium .playtables-table .simple.watch {
  display: none;
  border: 0; }

.desktop .playtables-block-medium .playtables-table #tables-header-match {
  width: 124px; }

.desktop .playtables-block-medium .playtables-table #tables-header-ticket {
  width: 80px; }

.desktop .playtables-block-medium .playtables-table tbody td.num {
  padding: 0 6px; }

.desktop .playtables-block-medium .playtables-table td.player {
  padding-left: 2px;
  padding-right: 2px; }

.desktop .playtables-block-medium .playtables-table .players-subcontainer.compact-player .rating {
  display: none; }

.desktop .playtables-block-medium .playtables-table .players-subcontainer.compact-player .mini-rating {
  display: block;
  position: relative; }

.desktop .playtables-block-medium .playtables-table td.points {
  font-size: 18px;
  line-height: inherit;
  padding-left: 2px;
  padding-right: 2px; }

.desktop .playtables-block-medium .playtables-table.playtables-table--font-small tbody td,
.desktop .playtables-block-medium .playtables-table.playtables-table--font-small thead td {
  font-size: 15px; }
  .desktop .playtables-block-medium .playtables-table.playtables-table--font-small tbody td .avatar,
  .desktop .playtables-block-medium .playtables-table.playtables-table--font-small thead td .avatar {
    width: 15px;
    height: 15px; }
  .desktop .playtables-block-medium .playtables-table.playtables-table--font-small tbody td button,
  .desktop .playtables-block-medium .playtables-table.playtables-table--font-small thead td button {
    padding: 0px;
    font-size: 15px; }

.desktop .playtables-block-medium .playtables-table.playtables-table--font-small td.points {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden; }

.desktop .playtables-block-medium.language-de .playtables-table button.watch {
  font-size: 13px; }

.desktop .playtables-block-medium.language-de .playtables-table #tables-header-player1-rating {
  font-size: 11px; }

.desktop .playtables-block-medium.language-de .playtables-table #tables-header-player2-rating {
  font-size: 11px; }

.desktop .playtables-block-compact .playtables-table tbody td,
.desktop .playtables-block-compact .playtables-table thead td {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0; }

.desktop .playtables-block-compact .playtables-table thead .title-long {
  display: none; }

.desktop .playtables-block-compact .playtables-table thead .title-short {
  display: inline; }

.desktop .playtables-block-compact .playtables-table #tables-header-table {
  width: 30px; }

.desktop .playtables-block-compact .playtables-table #tables-header-player1-rating,
.desktop .playtables-block-compact .playtables-table #tables-header-player2-rating {
  width: 50px;
  word-break: break-all;
  white-space: normal;
  line-height: inherit; }

.desktop .playtables-block-compact .playtables-table #tables-header-watch {
  display: none;
  width: 0px;
  padding: 0;
  border: 0; }

.desktop .playtables-block-compact .playtables-table .cell-watch {
  display: none;
  border: 0; }

.desktop .playtables-block-compact .playtables-table .simple.watch {
  display: none;
  border: 0; }

.desktop .playtables-block-compact .playtables-table #tables-header-match {
  width: 90px;
  word-break: break-all;
  white-space: normal; }

.desktop .playtables-block-compact .playtables-table #tables-header-ticket {
  width: 50px;
  word-break: break-all;
  white-space: normal;
  line-height: inherit; }

.desktop .playtables-block-compact .playtables-table tbody td.num {
  padding: 0 6px; }

.desktop .playtables-block-compact .playtables-table td.player {
  padding-left: 2px;
  padding-right: 2px; }

.desktop .playtables-block-compact .playtables-table .players-subcontainer.compact-player .rating {
  display: none; }

.desktop .playtables-block-compact .playtables-table .players-subcontainer.compact-player .mini-rating {
  display: block;
  position: relative; }

.desktop .playtables-block-compact .playtables-table td.points {
  font-size: 14px;
  line-height: inherit;
  overflow: hidden;
  padding-left: 2px;
  padding-right: 2px; }

.desktop .playtables-block-compact .playtables-table.playtables-table--font-small tbody td,
.desktop .playtables-block-compact .playtables-table.playtables-table--font-small thead td {
  font-size: 14px; }
  .desktop .playtables-block-compact .playtables-table.playtables-table--font-small tbody td .avatar,
  .desktop .playtables-block-compact .playtables-table.playtables-table--font-small thead td .avatar {
    width: 15px;
    height: 15px; }
  .desktop .playtables-block-compact .playtables-table.playtables-table--font-small tbody td button,
  .desktop .playtables-block-compact .playtables-table.playtables-table--font-small thead td button {
    padding: 0px;
    font-size: 12px; }

.desktop .playtables-block-compact .playtables-table.playtables-table--font-small thead td {
  font-size: 10px; }

.desktop .playtables-block-compact .playtables-table.playtables-table--font-small #tables-header-player1-rating,
.desktop .playtables-block-compact .playtables-table.playtables-table--font-small #tables-header-player2-rating {
  width: 55px; }

.desktop .playtables-block-compact .playtables-table.playtables-table--font-small #tables-header-ticket {
  width: 60px; }

.desktop .playtables-block-compact .playtables-table.playtables-table--font-small td.points {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden; }

.desktop .playtables-block-compact.language-de .playtables-table button.watch {
  font-size: 13px; }

.desktop .playtables-block-compact.language-de .playtables-table #tables-header-player1-rating {
  font-size: 11px; }

.desktop .playtables-block-compact.language-de .playtables-table #tables-header-player2-rating {
  font-size: 11px; }

.desktop.applet .playtables-table thead .title-long {
  display: inline; }

.desktop.applet .playtables-table thead .title-short {
  display: none; }

.desktop.applet .playtables-table thead td {
  text-transform: none;
  font-size: 12px;
  padding: 0; }

.theme-green.desktop.applet .playtables-table thead td {
  border: 1px outset #E3F1C8; }

.theme-blue.desktop.applet .playtables-table thead td {
  border: 1px outset #B0BFEA; }

.theme-gray.desktop.applet .playtables-table thead td {
  border: 1px outset #F0F0F0; }

/* Для размера экрана Main.screen.size.mobile */
.mobile .playtables-table thead td {
  height: 48px; }

.mobile .playtables-table td.player {
  position: relative;
  text-align: center; }

.mobile .playtables-table td.player .player-container {
  white-space: normal;
  text-align: center;
  margin: 0 auto; }

.mobile .playtables-table td.player .name {
  display: block;
  margin-top: 3px;
  font-size: 10px; }

.mobile .playtables-table button {
  padding: 0; }

.mobile .playtables-table button.play .ladder {
  line-height: 11px;
  right: 5px;
  bottom: 2px; }

.mobile .playtables-table .avatar {
  margin: 0;
  width: 15px;
  height: 15px; }

.mobile .playtables-table .avatar.custom {
  margin: 0;
  background-size: 100% auto; }

.mobile .playtables-table .mini-rating {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 3px;
  right: 3px;
  padding: 0;
  margin: 0; }

.mobile.portrait .playtables-table #tables-header-table {
  width: 30px; }

.mobile.portrait .playtables-table #tables-header-watch {
  width: 54px; }

.mobile.portrait .playtables-table #tables-header-match {
  width: 52px; }

.mobile.portrait .playtables-table #tables-header-ticket {
  width: 56px; }

.mobile.landscape .playtables-table #tables-header-table {
  width: 36px; }

.mobile.landscape .playtables-table #tables-header-watch {
  width: 80px; }

.mobile.landscape .playtables-table #tables-header-match {
  width: 84px; }

.mobile.landscape .playtables-table #tables-header-ticket {
  width: 66px; }

.mobile.language-de .playtables-block .block-head .left {
  width: 10%; }

.mobile.language-de .playtables-block .block-head .right {
  width: 90%; }

.mobile.language-de .playtables-block .playtables-table button.watch {
  font-size: 8px; }

@media screen and (min-width: 600px) {
  .mobile .main-hall-header .player-info {
    width: 197px; }
  .mobile .playtables-table td.player .player-container {
    white-space: nowrap;
    text-align: left;
    max-width: 150px;
    margin: 0; }
  .mobile .playtables-table td.player .name {
    display: inline;
    margin-top: 3px;
    font-size: 13px; }
  .mobile .playtables-table .avatar {
    margin-right: 6px;
    width: 31px;
    height: 30px; }
  .mobile .playtables-table .avatar.custom {
    margin-right: 6px;
    background-size: 100% auto; } }

.mini-rating-0 {
  background-color: #00afdb; }

.mini-rating-1 {
  background-color: #81d700; }

.mini-rating-2 {
  background-color: #eabb00; }

.mini-rating-3 {
  background-color: #e65c00; }

.mini-rating-4 {
  background-color: #c10000; }

.chat {
  position: relative;
  cursor: pointer; }
  .chat table.chat-container {
    width: 100%;
    height: 100%;
    margin: 0;
    border-spacing: 0;
    border: none; }
  .chat .messages-wrap {
    position: relative;
    margin: 0;
    padding: 0; }
  .chat .messages {
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    left: 12px;
    right: 12px;
    top: 18px;
    bottom: 6px; }
    .chat .messages.font-small {
      font-size: 14px; }
  .chat .messages .item {
    padding: 10px;
    margin: -10px 0; }
    .chat .messages .item.dummy {
      height: 48px; }
  .chat .chat-input-box-wrap,
  .chat .chat-input-wrap {
    position: relative;
    height: 30px; }
  .chat .chat-input-box-wrap.with-button .chat-input-wrap {
    margin-left: 150px; }
  .chat .chat-players-button-wrap {
    position: relative;
    display: block;
    float: left;
    height: 30px;
    padding: 0;
    margin: 0;
    width: 150px; }
  .chat .chat-players-button-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4; }
  .chat .chat-players-button {
    position: relative;
    height: 30px;
    padding: 0 12px;
    margin: 0;
    text-align: left;
    width: 150px; }
  .chat .chat-players-button .text {
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle; }
  .chat .chat-players-button:hover {
    background: rgba(0, 0, 0, 0.5); }
  .chat .chat-players-button .arrow {
    display: block;
    position: absolute;
    right: 6px;
    top: 12px;
    width: 12px;
    height: 6px; }
  .chat .chat-players-button-list {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 5;
    overflow-y: auto;
    overflow-x: hidden; }
    .chat .chat-players-button-list .player {
      padding: 6px 12px;
      height: 48px; }
    .chat .chat-players-button-list .player-container {
      width: 162px;
      overflow: hidden;
      white-space: nowrap; }
  .chat .chat-players-button .text {
    display: inline-block;
    vertical-align: middle;
    width: 114px;
    overflow: hidden;
    white-space: nowrap; }
  .chat input {
    font-family: Simbola;
    width: 100%;
    border-radius: 0;
    padding: 0 44px 0 6px;
    font-size: 13px;
    height: 30px;
    line-height: 30px; }
  .chat .chat-emoji-button-wrap {
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    top: -6px;
    right: 0;
    padding: 7px; }
  .chat .chat-emoji-button {
    display: block;
    position: absolute;
    font-family: Simbola;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    cursor: pointer;
    left: 0;
    right: 0; }
  .chat .chat-emoji-window-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4; }
  .chat .chat-emoji-window-overlay.show {
    display: block; }
  .chat .chat-emoji-window {
    display: none;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 5; }
  .chat .chat-emoji-window.show {
    display: block; }
  .chat .chat-emoji-item {
    cursor: pointer; }
  .chat .chat-phrase-item {
    cursor: pointer; }
  .chat .players {
    overflow-y: auto; }
  .chat .players .players-table {
    width: 100%; }

.symbol-emoji {
  font-family: Simbola; }

.theme-green .chat .chat-players-button {
  color: #E3F1C8;
  background: rgba(0, 0, 0, 0.3); }
  .theme-green .chat .chat-players-button .arrow {
    background: url(../images/chat/arrow.png) 0 0; }
  .theme-green .chat .chat-players-button:hover {
    background: rgba(0, 0, 0, 0.5); }
  .theme-green .chat .chat-players-button.opened .arrow {
    background: url(../images/chat/arrow.png) 12px 0; }

.theme-green .chat .chat-players-button-list {
  border-left: 1px solid #E3F1C8;
  border-bottom: 1px solid #E3F1C8;
  border-right: 1px solid #E3F1C8;
  background-color: #004218; }
  .theme-green .chat .chat-players-button-list .players-table tr + tr td {
    border-top: 1px solid rgba(227, 241, 200, 0.4); }

.theme-green .chat .chat-emoji-window {
  background-color: #54774f; }

.theme-green .chat .messages {
  color: white; }
  .theme-green .chat .messages .action-item {
    color: #E3F1C8;
    font-weight: bold;
    text-decoration: underline; }

.theme-green .symbol-emoji {
  color: #f2da28; }

.theme-green.applet .chat .chat-players-button-list {
  border-bottom: none;
  border-top: 1px solid #E3F1C8; }

.theme-blue .chat .chat-players-button {
  color: #426DAF;
  background: #BFD4F3; }
  .theme-blue .chat .chat-players-button .arrow {
    background: url(../images/chat/arrow_dark.png) 0 0; }
  .theme-blue .chat .chat-players-button:hover {
    background: #ECF5FF; }
  .theme-blue .chat .chat-players-button.opened .arrow {
    background: url(../images/chat/arrow_dark.png) 12px 0; }

.theme-blue .chat .chat-players-button-list {
  background: white; }

.theme-blue .chat .chat-emoji-window {
  background-color: white;
  border: 1px solid #B0BFEA; }

.theme-blue .chat .messages {
  color: #29313D; }
  .theme-blue .chat .messages .action-item {
    color: #426DAF;
    font-weight: bold;
    text-decoration: underline; }

.theme-blue .symbol-emoji {
  color: #426DAF; }

.theme-gray .chat .chat-players-button .arrow {
  background: url(../images/chat/arrow_dark.png) 0 0; }

.theme-gray .chat .chat-players-button:hover {
  background: #e3e3e3; }

.theme-gray .chat .chat-players-button.opened .arrow {
  background: url(../images/chat/arrow_dark.png) 12px 0; }

.theme-gray .chat .chat-players-button-list {
  background: white; }

.theme-gray .chat .chat-emoji-window {
  background-color: white;
  border: 1px solid #B0BFEA; }

.theme-gray .chat .messages {
  color: #29313D; }
  .theme-gray .chat .messages .action-item {
    color: #0000FF;
    font-weight: bold;
    text-decoration: underline; }

.theme-gray .symbol-emoji {
  color: #0000FF; }

/* Для desktop версии */
.desktop .chat .chat-players-button-list {
  width: 200px;
  height: 300px; }

.desktop .chat .chat-emoji-window {
  padding: 12px;
  width: 350px; }

.desktop .chat .chat-emoji-item {
  display: inline-block;
  padding: 6px;
  font-size: 24px; }

.desktop .chat .chat-phrase-item {
  padding: 6px 0;
  font-size: 20px; }

.desktop .chat-players-button-list.font-small tbody td {
  height: 30px;
  font-size: 16px; }
  .desktop .chat-players-button-list.font-small tbody td .avatar {
    width: 15px;
    height: 15px; }
  .desktop .chat-players-button-list.font-small tbody td button {
    font-size: 15px; }

.desktop.applet .chat .chat-players-button.font-small .text {
  font-size: 13px; }

.desktop.applet .chat .chat-players-button-list .players-table .PlayerRow td {
  font-size: 15px; }

.desktop.applet .chat .chat-players-button-list .players-table .player {
  font-size: 15px;
  padding: 0 3px; }

.desktop.applet .chat .chat-players-button-list .players-table.players-table--font-small .PlayerRow td {
  font-size: 13px; }

.desktop.theme-green .chat .chat-emoji-item:hover,
.desktop.theme-green .chat .chat-phrase-item:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.desktop.theme-green .chat .chat-players-button-list .players-table {
  border: none; }
  .desktop.theme-green .chat .chat-players-button-list .players-table tr td {
    border-right: none; }

.desktop.theme-blue .chat .chat-emoji-item:hover,
.desktop.theme-blue .chat .chat-phrase-item:hover {
  background-color: #ECF5FF; }

.desktop.theme-blue .chat .chat-players-button-list {
  border-left: 1px solid #B0BFEA;
  border-bottom: 1px solid #B0BFEA;
  border-right: 1px solid #B0BFEA; }
  .desktop.theme-blue .chat .chat-players-button-list .players-table {
    border: none; }
    .desktop.theme-blue .chat .chat-players-button-list .players-table tr td {
      border-right: none; }
    .desktop.theme-blue .chat .chat-players-button-list .players-table tr + tr td {
      border-top: 1px solid #B0BFEA; }

.desktop.theme-blue .chat .chat-emoji-window {
  border: 1px solid #B0BFEA; }

.desktop.theme-blue.applet .chat .chat-players-button-list {
  border-bottom: none;
  border-top: 1px solid #B0BFEA; }

.desktop.theme-gray .chat .chat-emoji-item:hover,
.desktop.theme-gray .chat .chat-phrase-item:hover {
  background-color: #F0F0F0; }

.desktop.theme-gray .chat .chat-players-button-list {
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black; }
  .desktop.theme-gray .chat .chat-players-button-list .players-table {
    border: none; }
    .desktop.theme-gray .chat .chat-players-button-list .players-table tr td {
      border-right: none; }
    .desktop.theme-gray .chat .chat-players-button-list .players-table tr + tr td {
      border-top: 1px solid #cacaca; }

.desktop.theme-gray .chat .chat-emoji-window {
  border: 1px solid black; }

.desktop.theme-gray.applet .chat .chat-players-button-list {
  border-bottom: none;
  border-top: 1px solid black; }

/* Для mobile версии */
.mobile .chat .chat-players-button-list {
  width: 150px;
  height: 200px; }

.mobile .chat .chat-emoji-window {
  padding: 6px;
  width: 220px; }

.mobile .chat .chat-emoji-window .chat-emoji-item {
  display: inline-block;
  padding: 3px 6px;
  font-size: 24px; }

.mobile .chat .chat-emoji-window .chat-phrase-item {
  padding: 3px 0;
  font-size: 18px; }

.mobile .modal-dialog.chat-emoji-dialog {
  overflow-y: auto;
  max-width: 70%;
  height: 70%; }

.mobile .modal-dialog.chat-emoji-dialog .list-item {
  font-size: 24px; }

.mobile.theme-blue .chat .chat-players-button-list {
  border-left: 1px solid #ADC1FA;
  border-bottom: 1px solid #ADC1FA;
  border-right: 1px solid #ADC1FA; }
  .mobile.theme-blue .chat .chat-players-button-list .players-table tr + tr td {
    border-top: 1px solid #ADC1FA; }

.mobile.theme-gray .chat .chat-players-button-list {
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black; }
  .mobile.theme-gray .chat .chat-players-button-list .players-table {
    border: none; }
    .mobile.theme-gray .chat .chat-players-button-list .players-table tr + tr td {
      border-top: 1px solid #cacaca; }

.coin {
  width: 30px;
  height: 32px;
  margin-right: 8px;
  display: table-cell;
  vertical-align: middle; }

#CreateTable {
  padding: 18px; }

.create-table-view {
  font-size: 20px;
  border-collapse: collapse;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }
  .create-table-view table {
    font-size: 20px; }

.create-table-view.full-width {
  max-width: 100%; }

.create-table-view button + button {
  margin-left: 12px; }

#CreateTable .options-table {
  width: 100%;
  border: none;
  border-spacing: 0;
  padding: 0; }

.create-table-view .boolean-selector-wrap {
  display: block; }

.create-table-view .boolean-selector {
  width: 100%;
  max-width: 480px;
  padding: 12px 0;
  position: relative;
  cursor: pointer;
  cursor: hand; }

.create-table-view .boolean-selector .left {
  display: table-cell;
  vertical-align: middle;
  width: 32px; }

.create-table-view .boolean-selector .label {
  display: table-cell;
  vertical-align: middle;
  margin-left: 16px; }

.create-table-view .boolean-selector .checkbox {
  cursor: pointer;
  cursor: hand; }

.create-table-view .boolean-selector .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.create-table-view .integer-selector-wrap {
  display: block; }

.create-table-view .integer-selector {
  width: 100%;
  max-width: 480px;
  height: 48px;
  position: relative;
  display: table;
  margin-top: 8px;
  cursor: pointer;
  cursor: hand;
  border-collapse: separate; }

.create-table-view .up-down-arrow {
  display: block;
  position: absolute;
  right: 4px;
  top: 15px;
  width: 14px;
  height: 18px; }

.create-table-view .integer-selector .left {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  text-align: left; }

.create-table-view .integer-selector .right {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 16px; }

.create-table-view .integer-selector .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.create-table-view .tickets {
  width: 100%;
  max-width: 480px;
  padding: 16px;
  margin-top: 8px; }

.theme-green .create-table-view {
  color: white; }
  .theme-green .create-table-view .up-down-arrow {
    background: url(../images/chat/up_down.png) 0 0; }
  .theme-green .create-table-view .integer-selector {
    border: 1px solid #E3F1C8;
    background: rgba(227, 241, 200, 0.1); }
    .theme-green .create-table-view .integer-selector .right {
      color: #E3F1C8; }
  .theme-green .create-table-view .tickets {
    border: 1px solid #E3F1C8;
    background: rgba(227, 241, 200, 0.1); }
    .theme-green .create-table-view .tickets a {
      color: #F2DA28; }

.theme-blue .create-table-view .up-down-arrow {
  background: url(../images/chat/up_down_dark.png) 0 0; }

.theme-blue .create-table-view .integer-selector {
  background: white; }
  .theme-blue .create-table-view .integer-selector .right {
    color: #426DAF; }

.theme-blue .create-table-view .tickets {
  background: white; }
  .theme-blue .create-table-view .tickets a {
    color: #F2DA28; }

.theme-blue.desktop .create-table-view .integer-selector {
  border: 1px solid #B0BFEA; }

.theme-blue.desktop .create-table-view .tickets {
  border: 1px solid #B0BFEA; }

.theme-blue.mobile .create-table-view .integer-selector {
  border: 1px solid #ADC1FA; }

.theme-blue.mobile .create-table-view .tickets {
  border: 1px solid #ADC1FA; }

.theme-gray .create-table-view {
  color: black; }
  .theme-gray .create-table-view .up-down-arrow {
    background: url(../images/chat/up_down.png) 0 0; }
  .theme-gray .create-table-view .integer-selector {
    border: 1px solid black;
    background: #F0F0F0; }
    .theme-gray .create-table-view .integer-selector .right {
      color: #0000FF; }
  .theme-gray .create-table-view .tickets {
    border: 1px solid black;
    background: #F0F0F0; }
    .theme-gray .create-table-view .tickets a {
      color: #0000FF; }

.mobile .create-table-view.full-width .back-button .button-content,
.mobile .create-table-view.full-width .create-button .button-content {
  font-size: 14px; }

.create-table-view.full-width .boolean-selector-wrap {
  display: inline-block;
  margin-right: 30px; }

.create-table-view.full-width .integer-selector-wrap {
  display: inline-block;
  max-width: 350px; }

.create-table-view.full-width .tickets {
  margin: 0 auto; }

/* Для desktop версии */
/* Для mobile версии */
.mobile .create-table-view,
.mobile .create-table-view table {
  font-size: 15px; }

.mobile .modal-dialog.points,
.mobile .modal-dialog.tickets,
.mobile .modal-dialog.time-per-move {
  overflow-y: auto;
  height: 90%; }

.error-container {
  color: black;
  font-size: 16px;
  font-weight: bold;
  position: fixed;
  left: 50%;
  top: 50%;
  height: 320px;
  margin-top: -160px;
  width: 320px;
  margin-left: -160px; }

.error-container .not-supported {
  padding-bottom: 16px; }

.error-container .alternatives {
  padding-bottom: 16px; }

.game-rules {
  color: white; }

/* Для desktop версии */
.desktop .game-rules {
  display: table;
  width: 100%;
  height: 40px; }
  .desktop .game-rules .game-rules-content {
    text-align: center;
    display: table-cell;
    vertical-align: middle; }
  .desktop .game-rules .game-rules-bottom {
    margin-top: 12px;
    margin-bottom: 12px; }
    .desktop .game-rules .game-rules-bottom .game-cost {
      background: url(../images/ticket/ticket.png) no-repeat 50% 50%;
      background-size: cover;
      border-spacing: 0;
      margin-left: auto;
      margin-right: auto;
      width: 200px;
      height: 70px; }
      .desktop .game-rules .game-rules-bottom .game-cost .game-cost-cell {
        color: black;
        font-size: 18px;
        text-align: left; }
        .desktop .game-rules .game-rules-bottom .game-cost .game-cost-cell.game-cost-cell--title {
          padding-left: 22px; }
        .desktop .game-rules .game-rules-bottom .game-cost .game-cost-cell.game-cost-cell--value {
          padding-right: 22px; }
      .desktop .game-rules .game-rules-bottom .game-cost .game-cost-tickets .game-cost-cell {
        padding-top: 10px; }
      .desktop .game-rules .game-rules-bottom .game-cost .game-cost-balance .game-cost-cell {
        padding-bottom: 8px; }

/* Для mobile версии */
.mobile .game-rules {
  position: absolute;
  font-size: 12px; }
  .mobile .game-rules .game-rules-tickets {
    font-size: 12px; }

.mobile.portrait .game-rules {
  top: 2px;
  left: 12px;
  text-align: center; }

.mobile.landscape .game-rules {
  top: 3px;
  left: 6px;
  text-align: left;
  height: 12px;
  overflow: hidden;
  width: 150px; }

.incoming-invitations-block {
  margin-top: 12px; }

.incoming-invitations-table {
  width: 100%; }

.incoming-invitations-table tbody tr {
  cursor: pointer; }

.theme-green .incoming-invitations-table .player.vip {
  color: #01F2F2; }

.theme-blue .incoming-invitations-table .player.vip {
  color: #426DAF;
  font-weight: bold; }

.theme-green .incoming-invitations-table .player.vip {
  color: #0000FF; }

/* Для desktop версии */
.desktop .incoming-invitations-view {
  padding: 18px; }

.desktop .incoming-invitations-table .num {
  min-width: 110px; }

/* Для mobile версии */
.mobile .incoming-invitations-view {
  padding: 0; }

.mobile .incoming-invitations-header {
  padding: 12px 12px 0; }

.mobile .incoming-invitations-table .player-container {
  white-space: normal;
  text-align: center;
  max-width: 50px;
  margin: 0 auto;
  overflow: hidden; }

.mobile .incoming-invitations-table .avatar {
  margin: 0; }

.mobile .incoming-invitations-table .name {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ladder-view {
  margin: 0 auto; }

.ladder-rules {
  color: black;
  background-color: white;
  text-align: left; }

.ladder-rules .title {
  display: inline-block;
  vertical-align: middle; }

.ladder-player-info {
  text-align: center; }

.ladder-player-info table {
  width: 100%; }

.ladder-player-info table .rating {
  text-align: center; }

.ladder-controls {
  text-align: center; }

/* Для desktop версии */
.desktop .ladder-view {
  max-width: 600px;
  padding: 18px; }

.desktop .ladder-rules {
  margin-top: 24px;
  padding: 24px; }

.desktop .ladder-rules img {
  margin: 0 12px;
  vertical-align: middle; }

.desktop .ladder-rules-content {
  margin-top: 24px; }

.desktop .ladder-player-info {
  margin-top: 24px; }

.desktop .ladder-player-info .player {
  height: 50px; }

.desktop .ladder-player-info table .rating {
  width: 80px; }

.desktop .ladder-controls button + button {
  margin-left: 24px; }

/* Для mobile версии */
.mobile .ladder-view {
  max-width: 250px;
  padding: 12px;
  font-size: 15px; }

.mobile .ladder-rules {
  margin-top: 12px;
  padding: 12px; }

.mobile .ladder-rules img {
  margin: 0 12px; }

.mobile .ladder-rules-content {
  margin-top: 12px; }

.mobile .ladder-player-info {
  margin-top: 12px; }

.mobile .ladder-player-info .player {
  height: 40px; }

.mobile .ladder-player-info table .rating {
  width: 40px; }

.desktop .ladder-controls button + button {
  margin-left: 12px; }

/************************************************/
/* Кнопка смены расстановки элементов */
/************************************************/
.desktop #LayoutButton {
  position: absolute;
  z-index: 1;
  padding: 0;
  height: 32px;
  width: 32px; }
  .desktop #LayoutButton > .layout-options-button {
    display: block;
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%; }
    .desktop #LayoutButton > .layout-options-button > .icon {
      position: absolute;
      display: block;
      margin: auto auto;
      overflow: hidden;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 24px;
      height: 24px;
      min-width: 24px;
      min-height: 24px; }
      .desktop #LayoutButton > .layout-options-button > .icon > svg {
        width: 24px;
        height: 24px; }
  .desktop #LayoutButton > .overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    cursor: pointer; }
  .desktop #LayoutButton > .window {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 201;
    overflow-y: auto;
    overflow-x: hidden;
    width: 400px;
    height: auto;
    white-space: nowrap;
    padding: 20px; }
    .desktop #LayoutButton > .window .block {
      border: none; }
      .desktop #LayoutButton > .window .block + .block {
        margin-top: 30px; }
      .desktop #LayoutButton > .window .block .string-selector {
        margin-top: 0; }
      .desktop #LayoutButton > .window .block.buttons {
        background: none;
        text-align: right; }

.desktop.theme-green #LayoutButton {
  background: #004218;
  top: -16px;
  left: 0; }
  .desktop.theme-green #LayoutButton > .layout-options-button > .icon svg g g {
    fill: #FAFF97; }
  .desktop.theme-green #LayoutButton > .window {
    border: 1px solid #E3F1C8;
    background-color: #004218; }

.desktop.theme-blue #LayoutButton > .layout-options-button > .icon svg g g {
  fill: white; }

.desktop.theme-blue #LayoutButton > .window {
  border: 1px solid #B0BFEA;
  background: white; }

.desktop.theme-gray #LayoutButton {
  top: 2px;
  left: 2px; }
  .desktop.theme-gray #LayoutButton > .layout-options-button > .icon svg g g {
    fill: black; }
  .desktop.theme-gray #LayoutButton > .window {
    border: 1px solid black;
    background: #F0F0F0; }

.desktop.modern #LayoutButton > .layout-options-button {
  background: none; }

.desktop.modern.theme-blue #LayoutButton > .layout-options-button, .desktop.modern.theme-gray #LayoutButton > .layout-options-button {
  border: none; }

.desktop .main-hall-view {
  padding: 18px 18px 62px; }

.desktop #MainHallContent {
  position: relative; }

.mobile .main-hall-view {
  padding: 6px 0 54px; }

/************************************************/
/* Шапка */
/************************************************/
.main-hall-header {
  position: relative;
  z-index: 200; }
  .main-hall-header .block-player-info {
    position: absolute;
    top: 0; }
  .main-hall-header .player-info {
    border: none;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden; }
    .main-hall-header .player-info .row1 td,
    .main-hall-header .player-info .row2 td {
      height: 50%; }
    .main-hall-header .player-info .col2 {
      vertical-align: middle; }
    .main-hall-header .player-info td {
      border: none;
      padding: 0;
      margin: 0; }

/* Для desktop версии */
.desktop .main-hall-header {
  min-height: 160px; }
  .desktop .main-hall-header .block-player-info {
    left: 126px; }
  .desktop .main-hall-header .player-info {
    width: 231px;
    /* Граница между ячеек - 1px */
    height: 150px; }

/* Для mobile версии */
.mobile .main-hall-header {
  height: 130px; }
  .mobile .main-hall-header .block-player-info {
    left: 0; }
  .mobile .main-hall-header .player-info {
    width: 137px;
    /* Граница между ячеек - 1px */
    height: 90px; }

@media screen and (max-height: 360px) {
  .mobile.landscape .main-hall-header {
    height: 100px; } }

@media screen and (min-width: 600px) {
  .mobile .main-hall-header .player-info {
    width: 197px; } }

.theme-green .main-hall-header .player-info td + td {
  border-left: 1px solid #E3F1C8; }

.theme-green .main-hall-header .player-info tr + tr td {
  border-top: 1px solid #E3F1C8; }

.theme-blue .main-hall-header .player-info button.additional-button {
  background: white; }
  .theme-blue .main-hall-header .player-info button.additional-button .button-content {
    color: #29313D; }

.theme-blue.desktop .main-hall-header .player-info td + td {
  border-left: 1px solid #B0BFEA; }

.theme-blue.desktop .main-hall-header .player-info tr + tr td {
  border-top: 1px solid #B0BFEA; }

.theme-blue.mobile .main-hall-header .player-info td + td {
  border-left: 1px solid #ADC1FA; }

.theme-blue.mobile .main-hall-header .player-info tr + tr td {
  border-top: 1px solid #ADC1FA; }

.theme-gray .main-hall-header .player-info td + td {
  border-left: 1px solid black; }

.theme-gray .main-hall-header .player-info tr + tr td {
  border-top: 1px solid black; }

/************************************************/
/* Кнопки в шапке */
/************************************************/
#ButtonMenu {
  display: block;
  padding: 0; }

#ButtonInvites {
  border: none;
  padding: 0; }
  #ButtonInvites .button-content {
    padding: 6px 0; }
    #ButtonInvites .button-content .content-block-item {
      display: inline-block;
      vertical-align: middle; }
      #ButtonInvites .button-content .content-block-item.social img {
        display: block;
        margin: 0;
        padding: 0; }
      #ButtonInvites .button-content .content-block-item + .content-block-item {
        margin-left: 1em; }
    #ButtonInvites .button-content .count {
      display: inline-block;
      margin: 0 auto;
      padding: 0;
      border-radius: 100%;
      font-weight: bold;
      color: white;
      background-color: #ff2222;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6); }

#ButtonTickets {
  display: block;
  border: none;
  padding: 0; }

#ButtonAccount {
  padding: 0;
  border: none;
  white-space: nowrap;
  overflow: hidden; }
  #ButtonAccount .button-content {
    text-transform: none;
    text-align: left; }
  #ButtonAccount .info {
    white-space: nowrap;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden; }

/* Для desktop версии */
.desktop .main-hall-view .button-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 78px;
  font-size: 24px; }

.desktop .main-hall-view .button-invites {
  width: 100%;
  height: 100%; }
  .desktop .main-hall-view .button-invites .content-block {
    margin-top: 6px;
    height: 36px; }
  .desktop .main-hall-view .button-invites .count {
    min-width: 30px;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.7) inset, 0 10px 0 rgba(255, 255, 255, 0.11) inset;
    font-size: 15px;
    line-height: 26px; }

.desktop .main-hall-view .button-tickets {
  width: 100%;
  height: 100%; }
  .desktop .main-hall-view .button-tickets .content-block {
    margin-top: 6px;
    height: 36px; }

.desktop .main-hall-view .button-account {
  width: 100%;
  height: 100%; }
  .desktop .main-hall-view .button-account .button-content {
    padding: 0 12px; }
  .desktop .main-hall-view .button-account .avatar {
    margin-right: 12px; }
  .desktop .main-hall-view .button-account .info {
    max-width: 160px; }

.desktop.language-ja .main-hall-view .button-menu {
  font-size: 20px; }

.desktop.language-ja .main-hall-view .button-invites {
  font-size: 14px; }

/* Для mobile версии */
.mobile .main-hall-view .button-menu {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 16px; }

.mobile .main-hall-view .button-invites {
  width: 100%;
  height: 100%; }
  .mobile .main-hall-view .button-invites .content-block {
    margin-top: 3px;
    height: 20px; }
  .mobile .main-hall-view .button-invites .count {
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.7) inset, 0 10px 0 rgba(255, 255, 255, 0.11) inset;
    font-size: 12px;
    line-height: 18px; }

.mobile .main-hall-view .button-tickets {
  width: 100%;
  height: 100%; }
  .mobile .main-hall-view .button-tickets .content-block {
    margin-top: 3px;
    height: 20px; }

.mobile .main-hall-view .button-account {
  width: 100%;
  height: 100%; }
  .mobile .main-hall-view .button-account .button-content {
    padding: 0 6px; }
  .mobile .main-hall-view .button-account .avatar {
    width: 15px;
    height: 15px;
    margin-right: 3px; }
  .mobile .main-hall-view .button-account .avatar.custom {
    background-size: 100% auto;
    margin-right: 3px; }
  .mobile .main-hall-view .button-account .info {
    max-width: 35px; }

@media screen and (min-width: 600px) {
  .mobile .main-hall-view .button-account .info {
    max-width: 51px; }
  .mobile .main-hall-view .button-account .avatar {
    width: 31px;
    height: 30px;
    margin-right: 3px; }
  .mobile .main-hall-view .button-account .avatar.custom {
    background-size: 100% auto;
    margin-right: 3px; } }

.theme-green #ButtonMenu {
  border-color: #f7ff95;
  border-width: 3px;
  background-color: rgba(0, 0, 0, 0.2); }
  .theme-green #ButtonMenu .button-content .title {
    color: #f7ff95; }

.theme-green #ButtonTickets .balance {
  color: white; }

.theme-green #ButtonTickets .rating {
  color: white; }

.theme-blue #ButtonTickets .balance {
  color: #426DAF;
  font-weight: bold; }

.theme-blue #ButtonAccount .button-content {
  color: #426DAF; }

.theme-blue #ButtonAccount .rating {
  color: #29313D; }

.theme-gray #ButtonMenu {
  border-width: 3px; }

/************************************************/
/* Чат в шапке */
/************************************************/
.chat.chat-main-hall .messages-wrap {
  position: absolute; }

.chat.chat-main-hall .messages {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.chat.chat-main-hall .chat-input-box-wrap {
  position: absolute;
  display: block;
  z-index: 30; }

/* Для desktop версии */
.desktop .chat.chat-main-hall {
  margin-left: 367px;
  height: 154px; }
  .desktop .chat.chat-main-hall .chat-input-box-wrap {
    right: 30px;
    width: 60%;
    max-width: 800px; }
  .desktop .chat.chat-main-hall .messages-wrap {
    left: 12px;
    right: 12px;
    bottom: 6px; }
  .desktop .chat.chat-main-hall .chat-emoji-window {
    top: 37px; }

/* Для mobile версии */
.mobile .chat.chat-main-hall {
  margin-left: 143px;
  height: 94px; }
  .mobile .chat.chat-main-hall .chat-input-box-wrap {
    bottom: -31px;
    right: -2px;
    left: -2px; }
  .mobile .chat.chat-main-hall .messages-wrap {
    left: 6px;
    right: 6px;
    bottom: 3px; }

.mobile.portrait .chat.chat-main-hall .chat-input-box-wrap {
  bottom: -33px;
  right: -2px;
  left: -145px; }

.mobile.portrait .chat.chat-main-hall .chat-players-button-wrap,
.mobile.portrait .chat.chat-main-hall .chat-players-button {
  width: 141px; }

.mobile.portrait .chat.chat-main-hall .chat-input-wrap {
  margin-left: 143px; }

@media screen and (min-width: 600px) {
  .mobile .chat.chat-main-hall {
    margin-left: 203px; }
  .mobile.portrait .chat.chat-main-hall .chat-input-box-wrap {
    bottom: -33px;
    right: -2px;
    left: -205px; }
  .mobile.portrait .chat.chat-main-hall .chat-players-button-wrap,
  .mobile.portrait .chat.chat-main-hall .chat-players-button {
    width: 201px; }
  .mobile.portrait .chat.chat-main-hall .chat-input-wrap {
    margin-left: 203px; } }

.theme-green .chat.chat-main-hall .chat-input-box-wrap {
  background-image: url(../images/bg_tiletex.png);
  background-image: -webkit-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: -moz-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-color: rgba(0, 66, 24, 0.2); }

.theme-green.desktop .chat.chat-main-hall .messages-wrap {
  top: 18px; }

.theme-green.desktop .chat.chat-main-hall .chat-input-box-wrap {
  top: 12px; }

.theme-green.mobile .chat.chat-main-hall .messages-wrap {
  top: 14px; }

.theme-blue .chat.chat-main-hall .chat-input-box-wrap {
  background: transparent; }

.theme-blue.desktop .chat.chat-main-hall .messages-wrap {
  top: 36px; }

.theme-blue.desktop .chat.chat-main-hall .chat-input-box-wrap {
  top: 36px; }

.theme-blue.mobile .chat.chat-main-hall .messages-wrap {
  top: 24px; }

.theme-gray .chat.chat-main-hall .chat-input-box-wrap {
  background: transparent; }

.theme-gray.desktop .chat.chat-main-hall .messages-wrap {
  top: 36px; }

.theme-gray.desktop .chat.chat-main-hall .chat-input-box-wrap {
  top: 36px; }

.theme-gray.mobile .chat.chat-main-hall .messages-wrap {
  top: 24px; }

/************************************************/
/* Общая вёрстка */
/************************************************/
.main-hall-view .button-help {
  position: absolute;
  display: block; }

.main-hall-view .button-help .button-content {
  font-size: 24px; }

/* Для desktop версии */
.desktop .main-hall-view .playtables-block {
  margin-top: 18px; }

.desktop .main-hall-view .players-table.all-users {
  margin-top: 32px; }

.desktop .main-hall-view .button-help {
  left: 0;
  top: 84px;
  width: 120px;
  height: 34px;
  padding-top: 0;
  padding-bottom: 0; }
  .desktop .main-hall-view .button-help .button-content {
    padding-top: 0;
    padding-bottom: 0; }

/* Для mobile версии */
.mobile .main-hall-view .activity {
  position: absolute; }

.mobile .main-hall-view .playtables-block {
  margin-top: 12px; }

.mobile .main-hall-view .players-table.all-users {
  margin-top: 18px; }

.mobile .main-hall-view .button-help {
  right: 12px;
  top: 12px;
  bottom: 12px;
  width: 60px; }

.mobile.portrait .main-hall-view .activity {
  right: 0;
  left: auto; }

.mobile.landscape .main-hall-view .activity {
  top: 102px;
  left: 0; }

.theme-green.desktop .main-hall-view .activity {
  right: 0;
  top: -16px; }

.theme-green.mobile .main-hall-view .activity {
  overflow: hidden; }

.theme-green.mobile .main-hall-view .playtables-block {
  margin-top: 12px; }

.theme-green.mobile.portrait .main-hall-view .activity {
  top: 136px; }

.theme-blue.desktop .main-hall-view .activity {
  right: 0;
  top: 0; }

.theme-blue.mobile .main-hall-view .activity {
  overflow: hidden; }

.theme-blue.mobile .main-hall-view .playtables-block {
  margin-top: 6px; }

.theme-blue.mobile.portrait .main-hall-view .activity {
  top: 138px; }

.theme-gray.desktop .main-hall-view .activity {
  right: 0;
  top: 0; }

.theme-gray.mobile .main-hall-view .activity {
  overflow: hidden; }

.theme-gray.mobile.portrait .main-hall-view .activity {
  top: 138px; }

@media screen and (max-height: 360px) {
  .mobile.landscape .main-hall-view .activity {
    top: 104px;
    right: 0;
    left: auto;
    width: 141px; } }

@media screen and (max-width: 600px) and (min-height: 361px) {
  .mobile.landscape .main-hall-view .activity {
    top: 104px;
    left: 0;
    width: 141px; } }

#MainHallChat {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  #MainHallChat .chat {
    position: absolute; }
    #MainHallChat .chat .chat-container {
      position: absolute; }
    #MainHallChat .chat .players {
      position: absolute; }
    #MainHallChat .chat .chat-messages-container {
      position: absolute; }
    #MainHallChat .chat .players-table {
      max-width: none;
      border-left: none;
      border-bottom: none;
      border-right: none; }
    #MainHallChat .chat .chat-emoji-window {
      top: 38px; }

/* Для desktop версии */
.desktop .chat-main-hall.chat {
  min-height: 152px; }
  .desktop .chat-main-hall.chat .resize-indicator {
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1px; }

.desktop .main-hall-chat-view {
  padding: 18px; }
  .desktop .main-hall-chat-view .chat-container {
    top: 21px;
    left: 0;
    bottom: 0;
    right: 0; }
  .desktop .main-hall-chat-view .chat {
    top: 82px;
    bottom: 18px;
    left: 18px;
    right: 18px; }
    .desktop .main-hall-chat-view .chat .chat-messages-container {
      left: 50%;
      width: 50%;
      top: 0;
      bottom: 0; }
    .desktop .main-hall-chat-view .chat .players {
      left: 0;
      top: 0;
      width: 50%;
      bottom: 0; }
    .desktop .main-hall-chat-view .chat .messages-wrap {
      height: 90%; }
    .desktop .main-hall-chat-view .chat .messages {
      bottom: 0;
      right: 0; }

.desktop.mdi .main-hall-chat-view .chat {
  top: 18px; }

/* Для mobile версии */
.mobile .main-hall-chat-header {
  padding: 12px 12px 0; }

.mobile .main-hall-chat-view {
  padding: 0; }
  .mobile .main-hall-chat-view .chat-container {
    top: 14px;
    left: 0;
    bottom: 0;
    right: 0; }
  .mobile .main-hall-chat-view .chat {
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0; }
    .mobile .main-hall-chat-view .chat .chat-messages-container {
      left: 0;
      width: 100%;
      top: 0;
      height: 200px; }
    .mobile .main-hall-chat-view .chat .players {
      left: 0;
      top: 200px;
      width: 100%;
      bottom: 0; }
    .mobile .main-hall-chat-view .chat .players-table,
    .mobile .main-hall-chat-view .chat .players-table thead td {
      border-top: none; }
    .mobile .main-hall-chat-view .chat .messages-wrap {
      height: 168px; }
    .mobile .main-hall-chat-view .chat .messages {
      top: 6px;
      left: 6px;
      right: 6px;
      bottom: 6px; }

.theme-green.mobile .main-hall-chat-view .chat .chat-messages-container {
  border-bottom: 2px solid #E3F1C8; }

.theme-blue.mobile .main-hall-chat-view .chat .chat-messages-container {
  border-bottom: 2px solid #3162F2; }

.theme-gray.mobile .main-hall-chat-view .chat .chat-messages-container {
  border-bottom: 2px solid black; }

.desktop.modern .main-hall-view .activity {
  position: absolute; }

/* Для Classic расстановки */
.desktop.classic .main-hall-view .activity {
  position: absolute; }

.desktop.classic .main-hall-header {
  display: table;
  min-height: 0;
  width: 100%;
  padding-bottom: 8px; }
  .desktop.classic .main-hall-header .horizontal-block {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    top: 0;
    left: 0;
    height: 50px; }
  .desktop.classic .main-hall-header .border {
    border: 1px solid #E3F1C8; }
  .desktop.classic .main-hall-header .grow {
    width: 100%; }
  .desktop.classic .main-hall-header .space {
    width: 4px; }
  .desktop.classic .main-hall-header #ButtonMenu {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100px;
    height: 50px; }
  .desktop.classic .main-hall-header #ButtonAccount {
    width: 200px; }
  .desktop.classic .main-hall-header #LayoutButton {
    position: relative;
    margin: 0 auto;
    top: auto;
    bottom: auto; }
  .desktop.classic .main-hall-header #ButtonInvites {
    width: 168px; }
    .desktop.classic .main-hall-header #ButtonInvites .button-content {
      display: table-cell;
      white-space: nowrap;
      padding-left: 8px; }
      .desktop.classic .main-hall-header #ButtonInvites .button-content .title {
        display: table-cell;
        vertical-align: middle;
        padding-right: 8px; }
      .desktop.classic .main-hall-header #ButtonInvites .button-content .content-block {
        display: table-cell;
        vertical-align: middle;
        margin-top: 0; }
  .desktop.classic .main-hall-header #ButtonTickets {
    width: 98px; }
    .desktop.classic .main-hall-header #ButtonTickets .button-content {
      padding: 0; }
      .desktop.classic .main-hall-header #ButtonTickets .button-content .title {
        padding: 0;
        margin: 0; }
      .desktop.classic .main-hall-header #ButtonTickets .button-content .content-block {
        padding: 0;
        margin: 0;
        height: inherit; }
  .desktop.classic .main-hall-header .game-switcher {
    position: relative;
    top: 0;
    left: 0;
    height: 100%; }
    .desktop.classic .main-hall-header .game-switcher .game-switcher-button {
      display: table;
      height: 100%; }
      .desktop.classic .main-hall-header .game-switcher .game-switcher-button .text {
        display: table-cell;
        vertical-align: middle; }
      .desktop.classic .main-hall-header .game-switcher .game-switcher-button .arrow {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        left: 0;
        right: 0;
        background-repeat: no-repeat; }
    .desktop.classic .main-hall-header .game-switcher .game-switcher-list {
      left: initial;
      right: 0;
      top: 50px; }
  .desktop.classic .main-hall-header #ButtonHelp {
    position: relative;
    top: 0;
    left: 0;
    width: 48px;
    height: 50px; }

.desktop.classic.language-de .main-hall-header #ButtonInvites {
  font-size: 14px; }

.desktop.classic.language-es .main-hall-header #ButtonInvites {
  font-size: 10px; }

.desktop.classic #MainHall {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0; }
  .desktop.classic #MainHall #MainHallHeader {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    height: 62px; }
  .desktop.classic #MainHall #MainHallContent {
    position: absolute;
    top: 68px;
    left: 8px;
    right: 8px;
    bottom: 8px; }
    .desktop.classic #MainHall #MainHallContent .section {
      position: absolute;
      overflow-y: hidden;
      overflow-x: hidden; }
      .desktop.classic #MainHall #MainHallContent .section.right {
        overflow: auto; }
    .desktop.classic #MainHall #MainHallContent .top-left-box {
      top: 0;
      left: 0;
      width: 70%;
      height: 70%; }
      .desktop.classic #MainHall #MainHallContent .top-left-box .resize-indicator {
        width: 40px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 5px; }
    .desktop.classic #MainHall #MainHallContent .top-right-box {
      right: 0;
      top: 0;
      bottom: 0;
      width: 30%;
      padding-left: 8px;
      padding-top: 18px; }
      .desktop.classic #MainHall #MainHallContent .top-right-box.shrinked {
        bottom: 115px; }
      .desktop.classic #MainHall #MainHallContent .top-right-box .chat-input-box-wrap {
        width: auto;
        left: 8px;
        right: 30px; }
    .desktop.classic #MainHall #MainHallContent .bottom-left-box {
      bottom: 0;
      left: 0;
      width: 70%;
      height: 30%;
      border-bottom: 1px solid #E3F1C8; }
      .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table {
        margin-top: 0;
        max-width: none; }
        .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table tbody {
          overflow-y: scroll;
          overflow-x: hidden; }
        .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table thead td {
          height: 48px;
          line-height: 48px; }
        .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table tbody td {
          height: 48px;
          line-height: 48px; }
        .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table tbody tr {
          overflow: hidden;
          white-space: nowrap; }
        .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table > thead,
        .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table > tbody,
        .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table > thead > tr,
        .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table > tbody > tr,
        .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table > thead > tr > td,
        .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table > tbody > tr > td {
          display: inline-block;
          vertical-align: top; }
        .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table.players-table--font-small thead td {
          height: 25px;
          line-height: 25px; }
        .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table.players-table--font-small tbody td {
          height: 25px;
          line-height: 25px; }
        .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table.players-table--font-small .button-content {
          padding: 0; }
      .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container.players-block-compact .players-table td {
        font-size: 14px; }
      .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container.players-block-compact .players-table thead td {
        font-size: 10px; }
      .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container.players-block-medium .players-table td {
        font-size: 15px; }
      .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container.players-block-medium .players-table thead td {
        font-size: 15px; }
      .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container.players-block-large .players-table td {
        font-size: 16px; }
      .desktop.classic #MainHall #MainHallContent .bottom-left-box > .players-table-container.players-block-large .players-table thead td {
        font-size: 16px; }
    .desktop.classic #MainHall #MainHallContent .bottom-right-box {
      bottom: 0;
      right: 0;
      width: 30%; }
    .desktop.classic #MainHall #MainHallContent .chat {
      margin-left: 0;
      height: 100%;
      width: 100%; }
    .desktop.classic #MainHall #MainHallContent #FontButton {
      top: 0; }
    .desktop.classic #MainHall #MainHallContent .playtables-table > thead,
    .desktop.classic #MainHall #MainHallContent .playtables-table > tbody,
    .desktop.classic #MainHall #MainHallContent .playtables-table > thead > tr,
    .desktop.classic #MainHall #MainHallContent .playtables-table > tbody > tr,
    .desktop.classic #MainHall #MainHallContent .playtables-table > thead > tr > td,
    .desktop.classic #MainHall #MainHallContent .playtables-table > tbody > tr > td {
      display: inline-block;
      vertical-align: top; }
    .desktop.classic #MainHall #MainHallContent .playtables-table tbody {
      overflow-y: scroll;
      overflow-x: hidden; }
    .desktop.classic #MainHall #MainHallContent .activity {
      top: 0; }

.desktop.classic.theme-blue .main-hall-header {
  padding-bottom: 0; }
  .desktop.classic.theme-blue .main-hall-header .border {
    border: 1px solid #385DCA; }
  .desktop.classic.theme-blue .main-hall-header #ButtonAccount {
    background: white; }
  .desktop.classic.theme-blue .main-hall-header #ButtonTickets {
    background: white; }
    .desktop.classic.theme-blue .main-hall-header #ButtonTickets .title {
      color: #29313D; }

.desktop.classic.theme-blue #MainHall #MainHallContent .playtables-block {
  margin: 0; }

.desktop.classic.theme-blue #MainHall #MainHallContent .bottom-left-box {
  border-bottom: 0; }

.desktop.classic.theme-blue #MainHall #MainHallContent .top-right-box {
  padding-top: 0; }

.desktop.classic.theme-blue #MainHall #MainHallContent .top-left-box #FontButton {
  top: 2px; }

.desktop.classic.theme-blue #MainHall #MainHallContent .top-left-box .activity {
  top: 0; }

.desktop.classic.theme-gray .main-hall-header {
  padding-bottom: 0; }
  .desktop.classic.theme-gray .main-hall-header .border {
    border: 1px solid black; }
  .desktop.classic.theme-gray .main-hall-header #ButtonAccount {
    background: white; }
  .desktop.classic.theme-gray .main-hall-header #ButtonTickets {
    background: white; }
    .desktop.classic.theme-gray .main-hall-header #ButtonTickets .title {
      color: black; }

.desktop.classic.theme-gray #MainHall #MainHallContent .playtables-block {
  margin: 0; }

.desktop.classic.theme-gray #MainHall #MainHallContent .bottom-left-box {
  border-bottom: 0; }

.desktop.classic.theme-gray #MainHall #MainHallContent .top-right-box {
  padding-top: 0; }

.desktop.classic.theme-gray #MainHall #MainHallContent .top-left-box #FontButton {
  top: 2px; }

.desktop.classic.theme-gray #MainHall #MainHallContent .top-left-box .activity {
  top: 0; }

/* Для Classic расстановки */
.desktop.applet .main-hall-header {
  display: table;
  min-height: 0;
  width: 100%;
  padding-bottom: 8px; }
  .desktop.applet .main-hall-header .horizontal-block {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    top: 0;
    left: 0;
    height: 50px; }
  .desktop.applet .main-hall-header .border {
    border: 1px solid #E3F1C8; }
  .desktop.applet .main-hall-header .grow {
    width: 100%; }
  .desktop.applet .main-hall-header .space {
    width: 4px; }
  .desktop.applet .main-hall-header #ButtonMenu {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100px;
    height: 50px; }
  .desktop.applet .main-hall-header #ButtonAccount {
    width: 200px; }
  .desktop.applet .main-hall-header #LayoutButton {
    position: relative;
    margin: 0 auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto; }
  .desktop.applet .main-hall-header #ButtonInvites {
    width: 168px; }
    .desktop.applet .main-hall-header #ButtonInvites .button-content {
      display: table-cell;
      white-space: nowrap;
      padding-left: 8px; }
      .desktop.applet .main-hall-header #ButtonInvites .button-content .title {
        display: table-cell;
        vertical-align: middle;
        padding-right: 8px; }
      .desktop.applet .main-hall-header #ButtonInvites .button-content .content-block {
        display: table-cell;
        vertical-align: middle;
        margin-top: 0; }
  .desktop.applet .main-hall-header #ButtonTickets {
    width: 98px; }
    .desktop.applet .main-hall-header #ButtonTickets .button-content {
      padding: 0; }
      .desktop.applet .main-hall-header #ButtonTickets .button-content .title {
        padding: 0;
        margin: 0; }
      .desktop.applet .main-hall-header #ButtonTickets .button-content .content-block {
        padding: 0;
        margin: 0;
        height: inherit; }
  .desktop.applet .main-hall-header .game-switcher {
    position: relative;
    top: 0;
    left: 0;
    height: 100%; }
    .desktop.applet .main-hall-header .game-switcher .game-switcher-button {
      display: table;
      height: 100%; }
      .desktop.applet .main-hall-header .game-switcher .game-switcher-button .text {
        display: table-cell;
        vertical-align: middle; }
      .desktop.applet .main-hall-header .game-switcher .game-switcher-button .arrow {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        left: 0;
        right: 0;
        background-repeat: no-repeat; }
    .desktop.applet .main-hall-header .game-switcher .game-switcher-list {
      left: initial;
      right: 0;
      top: 50px; }
  .desktop.applet .main-hall-header #ButtonHelp {
    position: relative;
    top: 0;
    left: 0;
    width: 48px;
    height: 50px; }

.desktop.applet #MainHall {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0; }
  .desktop.applet #MainHall #MainHallHeader {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    height: 62px; }
  .desktop.applet #MainHall #MainHallContent {
    position: absolute;
    top: 68px;
    left: 8px;
    right: 8px;
    bottom: 8px; }
    .desktop.applet #MainHall #MainHallContent .section {
      position: absolute; }
      .desktop.applet #MainHall #MainHallContent .section.right {
        overflow: auto; }
    .desktop.applet #MainHall #MainHallContent .top-left-box {
      top: 0;
      left: 0;
      width: 70%;
      height: 70%; }
      .desktop.applet #MainHall #MainHallContent .top-left-box > .total-players {
        position: absolute;
        left: 0;
        bottom: 5px;
        font-size: 13px; }
        .desktop.applet #MainHall #MainHallContent .top-left-box > .total-players .num {
          margin-left: 0.5em; }
      .desktop.applet #MainHall #MainHallContent .top-left-box > .activity {
        position: absolute;
        left: 100px;
        bottom: 5px;
        font-size: 13px;
        top: auto;
        right: auto;
        margin: 0;
        width: 170px;
        padding: 0; }
      .desktop.applet #MainHall #MainHallContent .top-left-box > .self-info {
        position: absolute;
        left: 100px;
        bottom: 5px;
        font-size: 13px; }
      .desktop.applet #MainHall #MainHallContent .top-left-box > .connection-status {
        position: absolute;
        right: 100px;
        bottom: 5px;
        font-size: 15px;
        font-weight: bold;
        color: #FF3636; }
      .desktop.applet #MainHall #MainHallContent .top-left-box .resize-indicator {
        width: 40px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 10px; }
    .desktop.applet #MainHall #MainHallContent .top-right-box {
      top: 0;
      right: 0;
      width: 30%;
      height: 352px;
      padding-left: 8px; }
      .desktop.applet #MainHall #MainHallContent .top-right-box > .group + .group {
        margin-top: 24px; }
      .desktop.applet #MainHall #MainHallContent .top-right-box > .group button.simple {
        display: block;
        margin: 0 auto;
        width: 170px;
        font-size: 11px;
        letter-spacing: 1px; }
        .desktop.applet #MainHall #MainHallContent .top-right-box > .group button.simple .button-content {
          padding: 0; }
        .desktop.applet #MainHall #MainHallContent .top-right-box > .group button.simple + button.simple,
        .desktop.applet #MainHall #MainHallContent .top-right-box > .group button.simple + .checkbox {
          margin-top: 6px; }
      .desktop.applet #MainHall #MainHallContent .top-right-box > .group .checkbox {
        display: block;
        width: 170px;
        margin: 0 auto;
        font-size: 12px;
        padding: 3px 6px; }
        .desktop.applet #MainHall #MainHallContent .top-right-box > .group .checkbox + button.simple,
        .desktop.applet #MainHall #MainHallContent .top-right-box > .group .checkbox + .checkbox {
          margin-top: 6px; }
    .desktop.applet #MainHall #MainHallContent .center-right-box {
      top: 400px;
      right: 0;
      bottom: 0;
      width: 30%;
      padding-left: 8px; }
      .desktop.applet #MainHall #MainHallContent .center-right-box.shrinked {
        bottom: 115px; }
    .desktop.applet #MainHall #MainHallContent .bottom-left-box {
      bottom: 0;
      left: 0;
      right: 0;
      height: 30%;
      border-bottom: 1px solid #E3F1C8; }
      .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 315px;
        right: auto;
        height: 100%; }
        .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table {
          max-width: none;
          margin-top: 0; }
          .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table thead td {
            font-size: 13px;
            height: 25px;
            line-height: 25px; }
          .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table tbody td {
            font-size: 15px;
            border-left: none;
            border-right: none; }
          .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table tbody tr {
            overflow: hidden;
            white-space: nowrap; }
          .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table > thead,
          .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table > tbody,
          .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table > thead > tr,
          .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table > tbody > tr,
          .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table > thead > tr > td,
          .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table > tbody > tr > td {
            display: inline-block;
            vertical-align: top; }
          .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table tbody {
            overflow-y: scroll;
            overflow-x: hidden; }
            .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table tbody td.player .avatar {
              width: 20px;
              height: 20px; }
          .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table.players-table--font-small tbody td,
          .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table.players-table--font-small thead td {
            font-size: 13px; }
          .desktop.applet #MainHall #MainHallContent .bottom-left-box > .players-table-container .players-table.players-table--font-small .button-content {
            padding: 0; }
      .desktop.applet #MainHall #MainHallContent .bottom-left-box .chat {
        position: absolute;
        top: 0;
        right: 0;
        left: 323px;
        height: 100%;
        width: auto; }
        .desktop.applet #MainHall #MainHallContent .bottom-left-box .chat > .block-head {
          display: none; }
        .desktop.applet #MainHall #MainHallContent .bottom-left-box .chat > .messages-wrap {
          top: 0;
          bottom: 0;
          right: 0;
          left: 0; }
          .desktop.applet #MainHall #MainHallContent .bottom-left-box .chat > .messages-wrap > .messages {
            font-size: 14px; }
            .desktop.applet #MainHall #MainHallContent .bottom-left-box .chat > .messages-wrap > .messages.font-small {
              font-size: 12px; }
            .desktop.applet #MainHall #MainHallContent .bottom-left-box .chat > .messages-wrap > .messages > .item {
              padding: 3px 2px;
              margin: -3px 0; }
              .desktop.applet #MainHall #MainHallContent .bottom-left-box .chat > .messages-wrap > .messages > .item.dummy {
                display: none; }
        .desktop.applet #MainHall #MainHallContent .bottom-left-box .chat > .chat-input-box-wrap {
          top: auto;
          bottom: 3px;
          left: auto;
          right: 3px;
          width: 450px; }
          .desktop.applet #MainHall #MainHallContent .bottom-left-box .chat > .chat-input-box-wrap .chat-emoji-window {
            top: auto;
            bottom: 40px; }
          .desktop.applet #MainHall #MainHallContent .bottom-left-box .chat > .chat-input-box-wrap > .chat-players-button-wrap > .chat-players-button-list {
            top: auto;
            bottom: 30px; }
    .desktop.applet #MainHall #MainHallContent .bottom-right-box {
      bottom: 0;
      right: 0;
      width: 30%;
      height: 107px; }
    .desktop.applet #MainHall #MainHallContent .chat {
      margin-left: 0;
      height: 100%;
      width: 100%; }
    .desktop.applet #MainHall #MainHallContent #FontButton {
      top: 0; }
    .desktop.applet #MainHall #MainHallContent .playtables-table > thead,
    .desktop.applet #MainHall #MainHallContent .playtables-table > tbody,
    .desktop.applet #MainHall #MainHallContent .playtables-table > thead > tr,
    .desktop.applet #MainHall #MainHallContent .playtables-table > tbody > tr,
    .desktop.applet #MainHall #MainHallContent .playtables-table > thead > tr > td,
    .desktop.applet #MainHall #MainHallContent .playtables-table > tbody > tr > td {
      display: inline-block;
      vertical-align: top; }
    .desktop.applet #MainHall #MainHallContent .playtables-table tbody {
      overflow-y: scroll;
      overflow-x: hidden; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table tbody td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table thead td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table tbody td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table thead td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table tbody td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table thead td {
      padding-top: 0;
      padding-bottom: 0; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table tbody td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table tbody td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table tbody td {
      font-size: 15px;
      height: 25px;
      line-height: normal;
      border-left: none;
      border-right: none; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table tbody tr.four-players td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table tbody tr.four-players td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table tbody tr.four-players td {
      height: 52px;
      line-height: 52px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table tbody tr.four-players td.double > div,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table tbody tr.four-players td.double > div,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table tbody tr.four-players td.double > div {
      height: 25px;
      line-height: 25px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table thead td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table thead td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table thead td {
      font-size: 13px;
      height: 25px;
      line-height: normal;
      overflow: hidden; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table tbody tr,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table tbody tr,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table tbody tr {
      padding: 0;
      white-space: nowrap;
      overflow: hidden; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table #tables-header-table,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table #tables-header-table,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table #tables-header-table {
      width: 75px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table #tables-header-player1-rating,
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table #tables-header-player2-rating,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table #tables-header-player1-rating,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table #tables-header-player2-rating,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table #tables-header-player1-rating,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table #tables-header-player2-rating {
      width: 70px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table #tables-header-watch,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table #tables-header-watch,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table #tables-header-watch {
      display: none;
      width: 0;
      padding: 0;
      border: 0; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table .cell-watch,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table .cell-watch,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table .cell-watch {
      display: none;
      border: 0; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table .simple.watch,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table .simple.watch,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table .simple.watch {
      display: none;
      border: 0; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table #tables-header-match,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table #tables-header-match,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table #tables-header-match {
      width: 124px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table #tables-header-ticket,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table #tables-header-ticket,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table #tables-header-ticket {
      width: 50px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table tbody td.num,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table tbody td.num,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table tbody td.num {
      padding: 0 6px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table tbody td.player,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table tbody td.player,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table tbody td.player {
      padding-left: 8px;
      padding-right: 2px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table tbody td.points,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table tbody td.points,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table tbody td.points {
      font-size: 16px;
      white-space: nowrap;
      overflow: hidden;
      line-height: inherit;
      padding-left: 2px;
      padding-right: 2px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table tbody td.table-icon,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table tbody td.table-icon,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table tbody td.table-icon {
      padding: 1px 0;
      text-align: left; }
      .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table tbody td.table-icon img,
      .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table tbody td.table-icon img,
      .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table tbody td.table-icon img {
        display: inline-block;
        height: 22px;
        width: auto;
        margin: 0 auto;
        vertical-align: middle; }
      .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table tbody td.table-icon > .number,
      .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table tbody td.table-icon > .number,
      .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table tbody td.table-icon > .number {
        margin-left: 3px;
        vertical-align: middle; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table.playtables-table--font-small tbody td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table.playtables-table--font-small thead td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table.playtables-table--font-small tbody td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table.playtables-table--font-small thead td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table.playtables-table--font-small tbody td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table.playtables-table--font-small thead td {
      font-size: 13px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table.playtables-table--font-small td.points,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table.playtables-table--font-small td.points,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table.playtables-table--font-small td.points {
      font-size: 13px;
      white-space: nowrap;
      overflow: hidden; }
      .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table.playtables-table--font-small td.points .centered-content,
      .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table.playtables-table--font-small td.points .centered-content,
      .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table.playtables-table--font-small td.points .centered-content {
        text-align: left; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact.language-de .playtables-table button.watch,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium.language-de .playtables-table button.watch,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large.language-de .playtables-table button.watch {
      font-size: 13px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact.language-de .playtables-table #tables-header-player1-rating,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium.language-de .playtables-table #tables-header-player1-rating,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large.language-de .playtables-table #tables-header-player1-rating {
      font-size: 11px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact.language-de .playtables-table #tables-header-player2-rating,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium.language-de .playtables-table #tables-header-player2-rating,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large.language-de .playtables-table #tables-header-player2-rating {
      font-size: 11px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table.playtables-table--font-small tbody td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table.playtables-table--font-small tbody td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table.playtables-table--font-small tbody td {
      height: 25px;
      line-height: 25px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table.playtables-table--font-small tbody tr.four-players td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table.playtables-table--font-small tbody tr.four-players td,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table.playtables-table--font-small tbody tr.four-players td {
      height: 52px;
      line-height: 52px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table.playtables-table--font-small tbody tr.four-players td.double > div,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table.playtables-table--font-small tbody tr.four-players td.double > div,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table.playtables-table--font-small tbody tr.four-players td.double > div {
      height: 25px;
      line-height: 25px; }
    .desktop.applet #MainHall #MainHallContent .playtables-block-compact .playtables-table.playtables-table--font-small .button-content,
    .desktop.applet #MainHall #MainHallContent .playtables-block-medium .playtables-table.playtables-table--font-small .button-content,
    .desktop.applet #MainHall #MainHallContent .playtables-block-large .playtables-table.playtables-table--font-small .button-content {
      padding: 0; }

.desktop.applet.language-de .main-hall-header #ButtonInvites {
  font-size: 14px; }

.desktop.applet.language-es .main-hall-header #ButtonInvites {
  font-size: 10px; }

.desktop.applet.theme-green #MainHall #MainHallContent .top-left-box > .self-info {
  color: #E3F1C8; }

.desktop.applet.theme-green #MainHall #MainHallContent .bottom-left-box {
  border-bottom: 0; }
  .desktop.applet.theme-green #MainHall #MainHallContent .bottom-left-box .chat {
    border-top: 1px solid #E3F1C8; }
  .desktop.applet.theme-green #MainHall #MainHallContent .bottom-left-box > .activity {
    color: #E3F1C8; }

.desktop.applet.theme-green #MainHall #MainHallContent .top-right-box > .group .checkbox {
  border: 1px solid #E3F1C8; }

.desktop.applet.theme-blue .main-hall-header {
  padding-bottom: 0; }
  .desktop.applet.theme-blue .main-hall-header .border {
    border: 1px solid #385DCA; }
  .desktop.applet.theme-blue .main-hall-header #ButtonAccount {
    background: white; }
  .desktop.applet.theme-blue .main-hall-header #ButtonTickets {
    background: white; }
    .desktop.applet.theme-blue .main-hall-header #ButtonTickets .title {
      color: #29313D; }

.desktop.applet.theme-blue #MainHall #MainHallContent .playtables-block {
  margin: 0; }

.desktop.applet.theme-blue #MainHall #MainHallContent .bottom-left-box {
  border-bottom: 0; }
  .desktop.applet.theme-blue #MainHall #MainHallContent .bottom-left-box .chat {
    border-top: 1px solid #385DCA; }
  .desktop.applet.theme-blue #MainHall #MainHallContent .bottom-left-box > .activity {
    color: #426DAF; }

.desktop.applet.theme-blue #MainHall #MainHallContent .top-right-box > .group .checkbox {
  border: 1px solid #385DCA; }

.desktop.applet.theme-blue #MainHall #MainHallContent .top-right-box {
  padding-top: 0; }

.desktop.applet.theme-blue #MainHall #MainHallContent .top-left-box #FontButton {
  top: 2px; }

.desktop.applet.theme-blue #MainHall #MainHallContent .top-left-box > .self-info {
  color: #426DAF; }

.desktop.applet.theme-gray .main-hall-header {
  padding-bottom: 0; }
  .desktop.applet.theme-gray .main-hall-header .border {
    border: 1px solid black; }
  .desktop.applet.theme-gray .main-hall-header #ButtonAccount {
    background: white; }
  .desktop.applet.theme-gray .main-hall-header #ButtonTickets {
    background: white; }
    .desktop.applet.theme-gray .main-hall-header #ButtonTickets .title {
      color: black; }

.desktop.applet.theme-gray #MainHall #MainHallContent .playtables-block {
  margin: 0; }

.desktop.applet.theme-gray #MainHall #MainHallContent .top-left-box > .self-info {
  color: #0000FF; }

.desktop.applet.theme-gray #MainHall #MainHallContent .bottom-left-box {
  border-bottom: 0; }
  .desktop.applet.theme-gray #MainHall #MainHallContent .bottom-left-box .chat {
    border-top: 1px solid black; }

.desktop.applet.theme-gray #MainHall #MainHallContent .top-right-box > .group .checkbox {
  border: 1px solid black; }

.desktop.applet.theme-gray #MainHall #MainHallContent .top-right-box {
  padding-top: 0; }

.desktop.applet.theme-gray #MainHall #MainHallContent .top-left-box #FontButton {
  top: 2px; }

@media screen and (max-width: 1000px) {
  .desktop.applet #MainHall #MainHallContent .bottom-left-box .chat > .messages-wrap {
    top: 0;
    bottom: 32px;
    right: 0;
    left: 0; }
  .desktop.applet #MainHall #MainHallContent .bottom-left-box .chat > .chat-input-box-wrap {
    top: auto;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: auto; } }

.main-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
  z-index: 2000; }
  .main-menu-overlay.showed {
    display: block;
    background-color: rgba(0, 0, 0, 0.3); }

.main-menu-wrap {
  position: fixed;
  z-index: 2000; }
  .main-menu-wrap.showed {
    display: block; }

.main-menu {
  height: 100%;
  width: 100%;
  display: table; }
  .main-menu .content {
    display: table-cell;
    vertical-align: middle;
    text-align: left; }

button.simple.main-menu-button {
  overflow: visible;
  border-width: 2px;
  border-bottom: none;
  padding: 0; }
  button.simple.main-menu-button .button-content {
    padding: 6px 0 0; }

.main-menu-button .footer {
  width: 100%;
  padding: 0;
  border: none; }
  .main-menu-button .footer table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    line-height: 1em; }
  .main-menu-button .footer table td {
    border: none;
    text-align: center; }
  .main-menu-button .footer .left,
  .main-menu-button .footer .right {
    width: 50%; }
  .main-menu-button .footer .title {
    position: relative;
    top: 0.5em;
    display: block;
    text-transform: uppercase;
    width: 100%;
    border: none; }

#MainMenuCreateTable .icon {
  background-image: url("../images/main_menu/img_create.png"); }

#MainMenuPreferences .icon {
  background-image: url("../images/main_menu/img_preferences.png"); }

#MainMenuBuyTickets .icon {
  background-image: url("../images/main_menu/img_buy.png"); }

#MainMenuHelp .icon {
  background-image: url("../images/main_menu/img_help.png"); }

#MainMenuRoomsAndTourneys .icon {
  background-image: url("../images/main_menu/img_tournament.png"); }

#MainMenuSwitchToJava .icon {
  background-image: url("../images/main_menu/img_java.png"); }

#MainMenuLogout .icon {
  background-image: url("../images/main_menu/img_logout.png"); }

#MainMenuManageAccount .icon {
  background-image: url("../images/main_menu/img_account.png"); }

/* Для desktop версии */
.desktop .main-menu-wrap {
  left: 0;
  width: 100%;
  transition: bottom 0.3s linear;
  bottom: -100%;
  height: auto; }
  .desktop .main-menu-wrap.showed {
    bottom: 0; }

.desktop .main-menu .content {
  padding: 6px 18px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap; }

.desktop button.main-menu-button {
  width: 150px;
  margin: 6px; }

.desktop button.main-menu-button .icon {
  width: 101px;
  height: 60px; }

.desktop .main-menu-button .footer table {
  font-size: 12px; }

.desktop .main-menu-button .footer .title {
  padding: 0 6px; }

.desktop.facebook .main-menu-wrap .main-menu {
  padding-bottom: 16px; }

.desktop.facebook .main-menu-wrap.showed {
  bottom: 0; }

@media screen and (max-width: 1000px) {
  .desktop button.main-menu-button {
    width: 108px; }
    .desktop button.main-menu-button .icon {
      background-size: 80px auto;
      width: 80px;
      height: 48px; }
  .desktop .main-menu-button .footer table {
    font-size: 10px; }
  .desktop.facebook .main-menu-wrap {
    padding-bottom: 16px; }
    .desktop.facebook .main-menu-wrap.showed {
      bottom: 0; } }

/* Для mobile версии */
.mobile .play-table-menu-wrap {
  top: 0;
  height: 100%;
  border-right: 2px solid #e3f1c8;
  transition: left 0.3s linear;
  left: -110px;
  width: 110px; }

.mobile .main-menu-wrap {
  top: 0;
  height: 100%;
  transition: left 0.3s linear;
  left: -110px;
  width: 110px; }
  .mobile .main-menu-wrap.showed {
    left: 0; }

.mobile .main-menu .content {
  padding: 12px 0;
  vertical-align: top;
  text-align: center; }
  .mobile .main-menu .content button + button {
    margin-top: 12px; }

.mobile button.main-menu-button {
  display: block;
  margin: 0 auto;
  width: 90px; }
  .mobile button.main-menu-button .icon {
    background-size: 60px auto;
    width: 60px;
    height: 36px; }

.mobile .main-menu-button .footer table {
  font-size: 7px; }

.mobile .main-menu-button .footer .title {
  padding: 0 3px; }

@media screen and (max-height: 450px) {
  .mobile .main-menu-wrap {
    top: 0;
    height: 100%;
    border-right: 2px solid #e3f1c8;
    transition: left 0.3s linear;
    left: -210px;
    width: 210px; }
  .mobile button.main-menu-button {
    display: inline-block;
    width: 90px;
    margin: 0 4px 12px 4px; }
  .mobile .main-menu .content button + button {
    margin-top: 0; } }

.theme-green .main-menu-wrap {
  background: url(../images/bg_tiletex.png); }

.theme-green .main-menu {
  background-color: rgba(0, 84, 114, 0.4); }
  .theme-green .main-menu .main-menu-button {
    background: rgba(227, 241, 200, 0.3); }
    .theme-green .main-menu .main-menu-button:hover {
      background: rgba(227, 241, 200, 0.4); }
    .theme-green .main-menu .main-menu-button:active {
      background: rgba(227, 241, 200, 0.2); }
    .theme-green .main-menu .main-menu-button .footer table {
      color: #E3F1C8; }
    .theme-green .main-menu .main-menu-button .footer .left,
    .theme-green .main-menu .main-menu-button .footer .right {
      border-bottom: 2px solid #E3F1C8; }

.theme-green.desktop .main-menu-wrap {
  border-top: 2px solid #E3F1C8; }

.theme-green.mobile .main-menu-wrap {
  border-right: 2px solid #E3F1C8; }

.theme-blue .main-menu .main-menu-button {
  border-top: 2px solid #BFD4F3;
  border-left: 2px solid #BFD4F3;
  border-right: 2px solid #BFD4F3; }
  .theme-blue .main-menu .main-menu-button .footer table {
    color: #BFD4F3;
    font-weight: bold; }
  .theme-blue .main-menu .main-menu-button .footer .left,
  .theme-blue .main-menu .main-menu-button .footer .right {
    border-bottom: 2px solid #BFD4F3; }

.theme-blue.desktop .main-menu-wrap {
  background: #27418E;
  border-top: 2px solid #BFD4F3; }

.theme-blue.desktop .main-menu .main-menu-button {
  background: #27418E; }

.theme-blue.mobile .main-menu-wrap {
  background: #2E5ADC;
  border-right: 2px solid #BFD4F3; }

.theme-blue.mobile .main-menu .main-menu-button {
  background: #2E5ADC; }

.theme-gray .main-menu .main-menu-button {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black; }
  .theme-gray .main-menu .main-menu-button .footer table {
    color: black;
    font-weight: bold; }
  .theme-gray .main-menu .main-menu-button .footer .left,
  .theme-gray .main-menu .main-menu-button .footer .right {
    border-bottom: 1px solid black; }

.theme-gray.desktop .main-menu-wrap {
  background: #F0F0F0;
  border-top: 2px solid black; }

.theme-gray.desktop .main-menu .main-menu-button {
  background: #F0F0F0; }
  .theme-gray.desktop .main-menu .main-menu-button:hover {
    background: #e3e3e3; }
  .theme-gray.desktop .main-menu .main-menu-button:active {
    background: #d7d7d7; }

.theme-gray.mobile .main-menu-wrap {
  background: #F0F0F0;
  border-right: 2px solid black; }
  .theme-gray.mobile .main-menu-wrap .main-menu-button:hover {
    background: #e3e3e3; }
  .theme-gray.mobile .main-menu-wrap .main-menu-button:active {
    background: #d7d7d7; }

.modal-dialog-overlay,
.modal-dialog-container {
  position: fixed;
  padding: 0;
  margin: 0;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition-property: opacity;
  transition-duration: .3s;
  opacity: 0;
  outline: none; }
  .modal-dialog-overlay.shown,
  .modal-dialog-container.shown {
    opacity: 1; }

.modal-dialog-container {
  display: table; }

.modal-dialog-container1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.modal-dialog {
  display: inline-block;
  position: relative;
  min-width: 150px;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  transition-property: opacity;
  transition-duration: .3s;
  opacity: 0;
  padding: 18px; }

.modal-dialog-container.shown .modal-dialog {
  opacity: 1; }

.modal-dialog button.close {
  position: absolute;
  display: block;
  right: 12px;
  top: 12px;
  border: 0;
  font-size: 25px;
  cursor: pointer;
  padding: 0;
  line-height: 1em;
  width: 16px;
  height: 16px; }

.modal-dialog .header .title {
  text-align: center; }

.modal-dialog .modal-dialog-body table {
  width: 100%;
  border: none;
  border-spacing: 0; }

.modal-dialog .list-item {
  text-align: center;
  cursor: pointer; }

.modal-dialog .checkbox {
  display: block;
  text-align: left; }

.modal-dialog .footer {
  text-align: center; }
  .modal-dialog .footer button {
    border-radius: 4px; }
  .modal-dialog .footer button[disabled] {
    opacity: 0.4; }

.modal-dialog .coin-holder {
  display: table;
  margin-right: auto;
  margin-left: auto; }

.modal-dialog .message-coin {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px; }

.modal-dialog .message {
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.modal-dialog .buy-tickets-banner-container {
  display: block;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto; }
  .modal-dialog .buy-tickets-banner-container .buy-tickets-banner {
    width: 443px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

/* Для desktop версии */
.desktop .modal-dialog {
  padding: 18px 36px;
  max-height: 500px;
  overflow-y: auto; }
  .desktop .modal-dialog .list-item {
    padding: 12px; }
    .desktop .modal-dialog .list-item.row {
      min-width: 200px; }
  .desktop .modal-dialog .header {
    font-size: 26px; }
  .desktop .modal-dialog .modal-dialog-body {
    margin-top: 18px; }
  .desktop .modal-dialog .checkbox {
    margin-top: 24px; }
  .desktop .modal-dialog .footer {
    margin-top: 18px; }
    .desktop .modal-dialog .footer button {
      margin: 0 12px; }

/* Для mobile версии */
.mobile .modal-dialog {
  padding: 18px 36px;
  max-height: 90%; }
  .mobile .modal-dialog .list-item {
    padding: 12px 12px; }
    .mobile .modal-dialog .list-item.inline {
      display: inline-block; }
  .mobile .modal-dialog .header {
    font-size: 22px; }
  .mobile .modal-dialog .modal-dialog-body,
  .mobile .modal-dialog .footer {
    margin-top: 12px;
    font-size: 16px; }
  .mobile .modal-dialog .modal-dialog-body table {
    font-size: 16px; }
  .mobile .modal-dialog .checkbox {
    margin-top: 16px; }
  .mobile .modal-dialog .footer {
    margin-top: 12px; }
  .mobile .modal-dialog .footer button {
    margin: 0 6px; }

.theme-green .modal-dialog {
  background-color: #004218;
  border: 1px solid #E3F1C8;
  color: white; }
  .theme-green .modal-dialog button.close {
    background: url("../images/close_bright.png");
    background-size: 16px 16px; }

.theme-blue .modal-dialog {
  background-color: #ECF5FF;
  color: #29313D; }
  .theme-blue .modal-dialog button.close {
    background: url("../images/close_dark.png");
    background-size: 16px 16px; }

.theme-blue.desktop .modal-dialog {
  border: 1px solid #B0BFEA; }

.theme-blue.mobile .modal-dialog {
  border: 1px solid #ADC1FA; }

.theme-gray .modal-dialog {
  background-color: white;
  color: #29313D;
  border: 1px solid black; }
  .theme-gray .modal-dialog button.close {
    background: url("../images/close_dark.png");
    background-size: 16px 16px; }

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

@keyframes pulse {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.match-points-tooltip {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  padding: 9px 18px;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-align: center;
  z-index: 100;
  pointer-events: none; }
  .match-points-tooltip--visible {
    display: block;
    -webkit-animation: pulse .3s linear;
    animation: pulse .3s linear; }

.theme-green .match-points-tooltip {
  background-color: #004218;
  border: 1px solid #E3F1C8;
  color: white; }

.theme-blue .match-points-tooltip {
  background-color: #ECF5FF;
  border: 1px solid #E3F1C8;
  color: #29313D; }

.theme-gray .match-points-tooltip {
  background-color: white;
  color: #29313D;
  border: 1px solid black; }

.modal-dialog.date-picker .modal-dialog-body {
  margin-top: 0; }

.modal-dialog.date-picker .date-picker-content .date-picker-year {
  margin-left: 16px; }
  .modal-dialog.date-picker .date-picker-content .date-picker-year select {
    height: 36px;
    width: 80px;
    font-size: 16px;
    vertical-align: middle; }

.modal-dialog.date-picker .date-picker-content .date-picker-month .title {
  font-size: 18px;
  display: inline-block;
  padding: 0 16px;
  width: 100px; }

.modal-dialog.date-picker .date-picker-content .date-picker-days {
  margin-top: 16px; }
  .modal-dialog.date-picker .date-picker-content .date-picker-days .day {
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    padding: 0 4px;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    width: 40px;
    vertical-align: middle; }
  .modal-dialog.date-picker .date-picker-content .date-picker-days .header, .modal-dialog.date-picker .date-picker-content .date-picker-days .week {
    text-align: center; }
  .modal-dialog.date-picker .date-picker-content .date-picker-days .header .day {
    font-weight: bold;
    cursor: default; }
  .modal-dialog.date-picker .date-picker-content .date-picker-days .week .day {
    cursor: pointer; }

.theme-green .modal-dialog.date-picker .date-picker-content .date-picker-month button {
  color: #E3F1C8; }

.theme-green .modal-dialog.date-picker .date-picker-content .date-picker-days .day {
  color: white; }
  .theme-green .modal-dialog.date-picker .date-picker-content .date-picker-days .day.now {
    border: 1px solid #E3F1C8; }
  .theme-green .modal-dialog.date-picker .date-picker-content .date-picker-days .day.current {
    border: 1px solid #E3F1C8;
    background-color: rgba(227, 241, 200, 0.3); }

.theme-green .modal-dialog.date-picker .date-picker-content .date-picker-days .week .day:hover {
  border: 1px solid #E3F1C8; }

.theme-blue .modal-dialog.date-picker .date-picker-content .date-picker-days .day {
  color: #29313D; }
  .theme-blue .modal-dialog.date-picker .date-picker-content .date-picker-days .day.now {
    border: 1px solid #385DCA; }
  .theme-blue .modal-dialog.date-picker .date-picker-content .date-picker-days .day.current {
    color: white;
    border: 1px solid #385DCA;
    background-color: #3162F2; }

.theme-blue .modal-dialog.date-picker .date-picker-content .date-picker-days .week .day:hover {
  border: 1px solid #385DCA; }

.theme-blue .modal-dialog.date-picker .footer button {
  font-size: 15px;
  color: white; }

.theme-gray .modal-dialog.date-picker .date-picker-content .date-picker-month button {
  color: black; }

.theme-gray .modal-dialog.date-picker .date-picker-content .date-picker-days .day {
  color: black; }
  .theme-gray .modal-dialog.date-picker .date-picker-content .date-picker-days .day.now {
    border: 1px solid black; }
  .theme-gray .modal-dialog.date-picker .date-picker-content .date-picker-days .day.current {
    border: 1px solid black;
    background-color: #F0F0F0; }

.theme-gray .modal-dialog.date-picker .date-picker-content .date-picker-days .week .day:hover {
  border: 1px solid black; }

.desktop .modal-dialog.date-picker .date-picker-content .date-picker-year {
  margin-left: 16px; }
  .desktop .modal-dialog.date-picker .date-picker-content .date-picker-year select {
    height: 36px;
    width: 80px;
    font-size: 16px; }

.desktop .modal-dialog.date-picker .date-picker-content .date-picker-month .title {
  font-size: 18px;
  padding: 0 16px; }

.desktop .modal-dialog.date-picker .date-picker-content .date-picker-days {
  margin-top: 16px; }
  .desktop .modal-dialog.date-picker .date-picker-content .date-picker-days .day {
    padding: 0 4px;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    width: 40px; }

.mobile.landscape .modal-dialog.date-picker {
  max-height: 95%;
  padding: 12px 16px; }
  .mobile.landscape .modal-dialog.date-picker .date-picker-content .date-picker-year {
    margin-left: 16px; }
    .mobile.landscape .modal-dialog.date-picker .date-picker-content .date-picker-year select {
      height: 30px;
      width: 65px;
      font-size: 16px;
      font-family: 'Heuristica'; }
  .mobile.landscape .modal-dialog.date-picker .date-picker-content .date-picker-month button {
    width: 30px;
    height: 30px; }
  .mobile.landscape .modal-dialog.date-picker .date-picker-content .date-picker-month .title {
    font-size: 16px;
    padding: 0 16px; }
  .mobile.landscape .modal-dialog.date-picker .date-picker-content .date-picker-days {
    margin-top: 8px; }
    .mobile.landscape .modal-dialog.date-picker .date-picker-content .date-picker-days .day {
      padding: 0 4px;
      font-size: 15px;
      line-height: 24px;
      height: 24px;
      width: 30px; }
  .mobile.landscape .modal-dialog.date-picker .footer {
    margin: 4px; }

.mobile.portrait .modal-dialog.date-picker {
  padding: 12px 16px; }
  .mobile.portrait .modal-dialog.date-picker .date-picker-content .date-picker-year {
    margin-left: 16px; }
    .mobile.portrait .modal-dialog.date-picker .date-picker-content .date-picker-year select {
      height: 30px;
      width: 65px;
      font-size: 16px;
      font-family: 'Heuristica'; }
  .mobile.portrait .modal-dialog.date-picker .date-picker-content .date-picker-month button {
    width: 30px;
    height: 30px; }
  .mobile.portrait .modal-dialog.date-picker .date-picker-content .date-picker-month .title {
    font-size: 16px;
    padding: 0 16px; }
  .mobile.portrait .modal-dialog.date-picker .date-picker-content .date-picker-days {
    margin-top: 8px; }
    .mobile.portrait .modal-dialog.date-picker .date-picker-content .date-picker-days .day {
      padding: 0 4px;
      font-size: 15px;
      line-height: 30px;
      height: 30px;
      width: 30px; }
  .mobile.portrait .modal-dialog.date-picker .footer {
    margin: 4px; }

#PlayTableChat {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  #PlayTableChat .chat {
    position: absolute; }
    #PlayTableChat .chat .chat-container {
      position: absolute; }
    #PlayTableChat .chat .players {
      position: absolute; }
    #PlayTableChat .chat .chat-messages-container {
      position: absolute; }
    #PlayTableChat .chat .players-table {
      max-width: none;
      border-left: none;
      border-bottom: none;
      border-right: none; }

/* Для desktop версии */
.desktop .play-table-chat-view {
  padding: 18px; }

.desktop .play-table-chat-view .chat {
  top: 82px;
  bottom: 18px;
  left: 18px;
  right: 18px; }

.desktop .play-table-chat-view .chat-container {
  left: 0;
  bottom: 0;
  right: 0; }

.desktop .play-table-chat-view .chat .chat-messages-container {
  left: 50%;
  width: 50%;
  top: 0;
  bottom: 0; }

.desktop .play-table-chat-view .chat .players {
  left: 0;
  top: 0;
  width: 50%;
  bottom: 0; }

.desktop .play-table-chat-view .chat .messages-wrap {
  height: 90%; }

.desktop .play-table-chat-view .chat .messages {
  bottom: 0;
  right: 0; }

.desktop .play-table-chat-view .chat .chat-emoji-window {
  top: 38px; }

/* Для mobile версии */
.mobile .play-table-chat-view {
  padding: 0; }

.mobile .play-table-chat-header {
  padding: 12px 12px 0; }

.mobile .play-table-chat-view .chat {
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0; }

.mobile .play-table-chat-view .chat-container {
  left: 0;
  bottom: 0;
  right: 0; }

.mobile .play-table-chat-view .chat .chat-messages-container {
  left: 0;
  width: 100%;
  top: 0;
  height: 200px; }

.mobile .play-table-chat-view .chat .chat-emoji-window {
  top: 38px; }

.mobile .play-table-chat-view .chat .players {
  left: 0;
  top: 200px;
  width: 100%;
  bottom: 0; }

.mobile .play-table-chat-view .chat .players-table,
.mobile .play-table-chat-view .chat .players-table thead td {
  border-top: none; }

.mobile .play-table-chat-view .chat .messages-wrap {
  height: 168px; }

.mobile .play-table-chat-view .chat .messages {
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px; }

.mobile.landscape .play-table-chat-view .chat .players {
  top: 120px; }

.mobile.landscape .play-table-chat-view .chat .chat-messages-container {
  height: 120px; }

.mobile.landscape .play-table-chat-view .chat .messages-wrap {
  height: 86px; }

.theme-green.desktop .play-table-chat-view .chat-container {
  top: 21px; }

.theme-green.mobile .play-table-chat-view .chat-container {
  top: 14px; }

.theme-green.mobile .play-table-chat-view .chat .chat-messages-container {
  border-bottom: 2px solid #E3F1C8; }

.theme-blue.desktop .play-table-chat-view .chat-container {
  top: 30px; }

.theme-blue.mobile .play-table-chat-view .chat-container {
  top: 19px; }

.theme-blue.mobile .play-table-chat-view .chat .chat-messages-container {
  border-bottom: 2px solid #3162F2; }

.theme-blue.desktop .play-table-chat-view .chat-container {
  top: 30px; }

.theme-blue.mobile .play-table-chat-view .chat-container {
  top: 19px; }

.theme-blue.mobile .play-table-chat-view .chat .chat-messages-container {
  border-bottom: 2px solid black; }

.theme-gray.desktop .play-table-chat-view .chat-container {
  top: 30px; }

.theme-gray.desktop .chat-container .chat-players-container > .players {
  border-width: 1px; }
  .theme-gray.desktop .chat-container .chat-players-container > .players .players-table .player {
    border-right: none; }

.theme-gray.mobile .play-table-chat-view .chat-container {
  top: 19px; }

.theme-gray.mobile .play-table-chat-view .chat .chat-messages-container {
  border-bottom: 2px solid black; }

.play-table-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
  z-index: 500; }
  .play-table-menu-overlay.showed {
    display: block;
    background-color: rgba(0, 0, 0, 0.3); }

.play-table-menu-wrap {
  position: fixed;
  display: block;
  z-index: 500; }

.play-table-menu {
  height: 100%;
  width: 100%;
  display: table; }
  .play-table-menu .content {
    display: table-cell;
    vertical-align: middle;
    text-align: left; }

button.simple.play-table-menu-button {
  overflow: visible;
  padding: 0; }
  button.simple.play-table-menu-button .button-content {
    padding: 6px 0 0; }
  button.simple.play-table-menu-button .footer {
    width: 100%;
    padding: 0;
    border: none; }
    button.simple.play-table-menu-button .footer table {
      width: 100%;
      border-collapse: collapse;
      white-space: nowrap;
      line-height: 1em; }
      button.simple.play-table-menu-button .footer table td {
        border: none;
        text-align: center; }
    button.simple.play-table-menu-button .footer .left, button.simple.play-table-menu-button .footer .right {
      width: 50%; }
    button.simple.play-table-menu-button .footer .title {
      position: relative;
      top: 0.5em;
      display: block;
      text-transform: uppercase;
      width: 100%;
      border: none; }

#PlayTableMenuCloseBoard .icon {
  background-image: url("../images/main_menu/img_logout.png"); }

#PlayTableMenuAbort .icon {
  background-image: url("../images/main_menu/img_abort.png"); }

#PlayTableMenuResign .icon {
  background-image: url("../images/main_menu/img_resign.png"); }

#PlayTableMenuOptions .icon {
  background-image: url("../images/main_menu/img_options.png"); }

#PlayTableMenuScores .icon {
  background-image: url("../images/main_menu/img_scores.png"); }

#PlayTablePreferences .icon {
  background-image: url("../images/main_menu/img_preferences.png"); }

#PlayTableHelp .icon {
  background-image: url("../images/main_menu/img_help.png"); }

#PlayTableMenuBan .icon {
  background-image: url("../images/main_menu/img_ban.png"); }

#PlayTableMenuEmail .icon {
  background-image: url("../images/main_menu/img_mailgame.png"); }

#PlayTableCommonChat .icon {
  background-image: url("../images/main_menu/img_chat.png"); }

#PlayTableContactUs .icon {
  background-image: url("../images/main_menu/img_contactus.png"); }

#PlayTableInviteFacebook .icon {
  background-image: url("../images/main_menu/img_invite_facebook.png"); }

#PlayTableNetwork .icon {
  background-image: url("../images/main_menu/img_network.png"); }

#PlayTableMenuMute .icon {
  background-image: url("../images/main_menu/img_sound_on.png"); }

#PlayTableMenuMute.off .icon {
  background-image: url("../images/main_menu/img_sound_off.png"); }

/* Для desktop версии */
.desktop .play-table-menu-wrap {
  left: 0;
  width: 100%;
  height: auto;
  transition: bottom 0.3s linear;
  bottom: -100%; }
  .desktop .play-table-menu-wrap.showed {
    bottom: 0; }

.desktop .play-table-menu .content {
  padding: 6px 18px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap; }
  .desktop .play-table-menu .content button {
    margin: 6px; }

.desktop button.play-table-menu-button {
  width: 112px; }
  .desktop button.play-table-menu-button .icon {
    width: 101px;
    height: 60px; }
  .desktop button.play-table-menu-button .footer table {
    font-size: 12px; }
  .desktop button.play-table-menu-button .footer .title {
    padding: 0 6px; }

.desktop.facebook .play-table-menu-wrap .play-table-menu {
  padding-bottom: 16px; }

.desktop.facebook .play-table-menu-wrap.showed {
  bottom: 0; }

@media screen and (max-width: 950px) {
  .desktop .play-table-menu-wrap.showed {
    bottom: 0; }
  .desktop button.play-table-menu-button {
    width: 95px; }
    .desktop button.play-table-menu-button .icon {
      background-size: 84px auto;
      width: 84px;
      height: 50px; }
    .desktop button.play-table-menu-button .footer table {
      font-size: 10px; }
    .desktop button.play-table-menu-button .footer .title {
      padding: 0 6px; }
  .desktop.facebook .play-table-menu-wrap {
    padding-bottom: 16px; }
    .desktop.facebook .play-table-menu-wrap.showed {
      bottom: 0; } }

@media screen and (min-width: 1001px) {
  .desktop .play-table-menu #PlayTableMenuBan {
    display: none; } }

/* Для mobile версии */
.mobile .play-table-menu-wrap {
  top: 0;
  height: 100%;
  transition: left 0.3s linear;
  left: -90px;
  width: 90px; }
  .mobile .play-table-menu-wrap.showed {
    left: 0; }

.mobile .play-table-menu .content {
  padding: 12px 0;
  vertical-align: top;
  text-align: center; }
  .mobile .play-table-menu .content button + button {
    margin-top: 12px; }

.mobile button.play-table-menu-button {
  display: block;
  margin: 0 auto;
  width: 70px; }
  .mobile button.play-table-menu-button .icon {
    background-size: 60px auto;
    width: 60px;
    height: 36px; }
  .mobile button.play-table-menu-button .footer table {
    font-size: 7px; }
  .mobile button.play-table-menu-button .footer .title {
    padding: 0 3px; }

@media screen and (max-height: 450px) {
  .mobile .play-table-menu-wrap {
    top: 0;
    height: 100%;
    transition: left 0.3s linear;
    left: -210px;
    width: 210px; }
  .mobile button.play-table-menu-button {
    display: inline-block;
    width: 90px;
    margin: 0 4px 12px 4px; }
  .mobile .play-table-menu .content button + button {
    margin-top: 0; } }

.theme-green .play-table-menu-wrap {
  background: url(../images/bg_tiletex.png); }

.theme-green .play-table-menu {
  background-color: rgba(0, 84, 114, 0.4); }
  .theme-green .play-table-menu .play-table-menu-button {
    background: rgba(227, 241, 200, 0.3); }
    .theme-green .play-table-menu .play-table-menu-button:hover {
      background: rgba(227, 241, 200, 0.4); }
    .theme-green .play-table-menu .play-table-menu-button:active {
      background: rgba(227, 241, 200, 0.2); }
    .theme-green .play-table-menu .play-table-menu-button .footer table {
      color: #E3F1C8; }
    .theme-green .play-table-menu .play-table-menu-button .footer .left,
    .theme-green .play-table-menu .play-table-menu-button .footer .right {
      border-bottom: 2px solid #E3F1C8; }

.theme-green.desktop .play-table-menu-wrap {
  border-top: 2px solid #E3F1C8; }

.theme-green.desktop .play-table-menu .play-table-menu-button {
  border-top: 2px solid #E3F1C8;
  border-left: 2px solid #E3F1C8;
  border-right: 2px solid #E3F1C8;
  border-bottom: none; }

.theme-green.mobile .play-table-menu-wrap {
  border-right: 2px solid #E3F1C8; }

.theme-green.mobile .play-table-menu .play-table-menu-button {
  border-top: 2px solid #E3F1C8;
  border-left: 2px solid #E3F1C8;
  border-right: 2px solid #E3F1C8;
  border-bottom: none; }

@media screen and (max-height: 450px) {
  .theme-green.mobile .play-table-menu-wrap {
    border-right: 2px solid #E3F1C8; } }

.theme-blue .play-table-menu .play-table-menu-button .footer table {
  color: #BFD4F3;
  font-weight: bold; }

.theme-blue .play-table-menu .play-table-menu-button .footer .left,
.theme-blue .play-table-menu .play-table-menu-button .footer .right {
  border-bottom: 2px solid #BFD4F3; }

.theme-blue.desktop .play-table-menu-wrap {
  background: #27418E;
  border-top: 2px solid #BFD4F3; }

.theme-blue.desktop .play-table-menu .play-table-menu-button {
  background: #27418E;
  border-top: 2px solid #BFD4F3;
  border-left: 2px solid #BFD4F3;
  border-right: 2px solid #BFD4F3;
  border-bottom: none; }

.theme-blue.mobile .play-table-menu-wrap {
  background: #2E5ADC;
  border-right: 2px solid #BFD4F3; }

.theme-blue.mobile .play-table-menu .play-table-menu-button {
  background: #2E5ADC;
  border-top: 2px solid #BFD4F3;
  border-left: 2px solid #BFD4F3;
  border-right: 2px solid #BFD4F3;
  border-bottom: none; }

@media screen and (max-height: 450px) {
  .theme-blue.mobile .play-table-menu-wrap {
    border-right: 2px solid #BFD4F3; } }

.theme-gray .play-table-menu .play-table-menu-button .footer table {
  color: black;
  font-weight: bold; }

.theme-gray .play-table-menu .play-table-menu-button .footer .left,
.theme-gray .play-table-menu .play-table-menu-button .footer .right {
  border-bottom: 1px solid black; }

.theme-gray.desktop .play-table-menu-wrap {
  background: #F0F0F0;
  border-top: 2px solid black; }

.theme-gray.desktop .play-table-menu .play-table-menu-button {
  background: #F0F0F0;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: none; }

.theme-gray.mobile .play-table-menu-wrap {
  background: #F0F0F0;
  border-right: 2px solid black; }

.theme-gray.mobile .play-table-menu .play-table-menu-button {
  background: #F0F0F0;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: none; }

@media screen and (max-height: 450px) {
  .theme-gray.mobile .play-table-menu-wrap {
    border-right: 1px solid black; } }

.manage-account-view {
  margin: 0 auto;
  max-width: 700px; }
  .manage-account-view .loading-notice {
    margin-top: 0.7em; }
  .manage-account-view button.simple {
    width: 100%; }

.manage-account-statement {
  margin: 0 auto;
  max-width: 1000px; }
  .manage-account-statement .header {
    margin-bottom: 0.5em; }
    .manage-account-statement .header h2 {
      margin: 0; }
  .manage-account-statement h2, .manage-account-statement h3 {
    text-align: center; }
  .manage-account-statement h3 {
    margin: 0.5em 0; }
  .manage-account-statement hr {
    border: none;
    margin: 0.2em 0;
    height: 1px; }
  .manage-account-statement .form {
    margin: 0.5em 0;
    padding: 0;
    border: none;
    background: none; }
  .manage-account-statement .statement-summary {
    margin-top: 0.5em;
    text-align: left; }
    .manage-account-statement .statement-summary .title {
      font-weight: 600; }
  .manage-account-statement .transactions-list .transaction {
    padding: 0.2em 0; }
  .manage-account-statement .statement-total .balance {
    text-align: left;
    font-weight: 600; }
  .manage-account-statement .statement-total .balance + .balance {
    margin-left: 1.5em; }

.manage-account-field {
  margin: 0 auto;
  max-width: 500px; }
  .manage-account-field h2 {
    text-align: center; }
  .manage-account-field .form {
    margin: 0;
    padding: 0;
    border: none;
    background: none; }
    .manage-account-field .form .form-field .form-input input[type="text"], .manage-account-field .form .form-field .form-input input[type="password"] {
      height: 48px;
      padding: 0 0.5em; }
    .manage-account-field .form input[type="file"] {
      display: none; }
    .manage-account-field .form .string-selector-wrap + .form-field {
      margin-top: 0.7em; }
    .manage-account-field .form .avatar-wrap {
      display: inline-block;
      border: 1px solid transparent; }
      .manage-account-field .form .avatar-wrap .avatar {
        margin: 0;
        padding: 0;
        cursor: pointer; }
      .manage-account-field .form .avatar-wrap + .form-button {
        margin-left: 1em; }
    .manage-account-field .form .avatars-list {
      padding: 0 0.5em 0.5em; }
      .manage-account-field .form .avatars-list .avatars-list-row {
        text-align: center; }
        .manage-account-field .form .avatars-list .avatars-list-row .avatar-wrap + .avatar-wrap {
          margin-left: 0.7em; }
        .manage-account-field .form .avatars-list .avatars-list-row + .avatars-list-row {
          margin-top: 0.5em; }

.desktop .manage-account-view {
  padding: 18px; }
  .desktop .manage-account-view .string-selector-wrap + button.simple {
    margin-top: 8px; }

.desktop .manage-account-statement {
  padding: 18px; }
  .desktop .manage-account-statement .header h2 {
    line-height: 48px; }
  .desktop .manage-account-statement .statement-note {
    font-size: 16px; }
  .desktop .manage-account-statement .form .form-field .form-input input[type="text"], .desktop .manage-account-statement .form .form-field .form-input input[type="password"] {
    height: 32px;
    padding: 0 0.5em; }
  .desktop .manage-account-statement .form .form-field .form-button {
    padding: 0 12px;
    height: 32px; }
  .desktop .manage-account-statement .statement-summary .summary-balance {
    margin-left: 1em; }
  .desktop .manage-account-statement .transactions-list .transaction .transaction-amount, .desktop .manage-account-statement .transactions-list .transaction .transaction-balance {
    margin-left: 2em; }

.desktop .manage-account-field {
  padding: 18px; }

.desktop .manage-account-view .string-selector-wrap .string-selector, .desktop .manage-account-view .avatar-selector-wrap .avatar-selector, .desktop .manage-account-field .string-selector-wrap .string-selector, .desktop .manage-account-field .avatar-selector-wrap .avatar-selector {
  max-width: 680px; }
  .desktop .manage-account-view .string-selector-wrap .string-selector .right, .desktop .manage-account-view .avatar-selector-wrap .avatar-selector .right, .desktop .manage-account-field .string-selector-wrap .string-selector .right, .desktop .manage-account-field .avatar-selector-wrap .avatar-selector .right {
    max-width: 350px; }

.mobile .manage-account-view {
  font-size: 15px;
  padding: 12px; }
  .mobile .manage-account-view .string-selector-wrap .string-selector, .mobile .manage-account-view .string-selector-wrap .avatar-selector, .mobile .manage-account-view .avatar-selector-wrap .string-selector, .mobile .manage-account-view .avatar-selector-wrap .avatar-selector {
    height: 36px; }
  .mobile .manage-account-view .string-selector-wrap + button.simple {
    margin-top: 8px; }

.mobile .manage-account-statement {
  font-size: 15px;
  padding: 12px; }
  .mobile .manage-account-statement .button-show {
    width: 200px; }
  .mobile .manage-account-statement .form .form-field .form-input input[type="text"], .mobile .manage-account-statement .form .form-field .form-input input[type="password"] {
    height: 36px;
    padding: 0 0.5em; }
  .mobile .manage-account-statement .form .form-field .form-button {
    height: 36px; }

.mobile .manage-account-field {
  font-size: 15px;
  padding: 12px; }
  .mobile .manage-account-field .form .form-field .form-input input[type="text"], .mobile .manage-account-field .form .form-field .form-input input[type="password"] {
    height: 36px;
    padding: 0 0.5em; }
  .mobile .manage-account-field .form .form-field .form-note {
    font-size: 14px; }
  .mobile .manage-account-field .form .form-field .form-button {
    height: 36px; }
  .mobile .manage-account-field .form .string-selector-wrap .string-selector, .mobile .manage-account-field .form .string-selector-wrap .avatar-selector, .mobile .manage-account-field .form .avatar-selector-wrap .string-selector, .mobile .manage-account-field .form .avatar-selector-wrap .avatar-selector {
    height: 36px; }
    .mobile .manage-account-field .form .string-selector-wrap .string-selector .right .up-down-arrow, .mobile .manage-account-field .form .string-selector-wrap .avatar-selector .right .up-down-arrow, .mobile .manage-account-field .form .avatar-selector-wrap .string-selector .right .up-down-arrow, .mobile .manage-account-field .form .avatar-selector-wrap .avatar-selector .right .up-down-arrow {
      top: 8px; }

.mobile .modal-dialog.countries, .mobile .modal-dialog.states {
  overflow-y: auto;
  max-width: 80%;
  height: 80%;
  padding-left: 18px;
  padding-right: 18px; }

.mobile.portrait .manage-account-statement .statement-summary .summary-date {
  display: block; }

.mobile.portrait .manage-account-statement .transactions-list .transaction .transaction-date {
  display: block; }

.mobile.portrait .manage-account-statement .transactions-list .transaction .transaction-balance {
  margin-left: 2em; }

.mobile.portrait .manage-account-statement .statement-total .balance + .balance {
  margin-left: 0; }

.mobile.landscape .manage-account-statement .statement-summary .summary-balance {
  margin-left: 1em; }

.mobile.landscape .manage-account-statement .transactions-list .transaction .transaction-amount, .mobile.landscape .manage-account-statement .transactions-list .transaction .transaction-balance {
  margin-left: 2em; }

.mobile.landscape .modal-dialog.questions {
  max-height: 95%; }
  .mobile.landscape .modal-dialog.questions .list-item {
    padding: 9px 9px; }

.mobile.landscape .manage-account-view .string-selector-wrap .string-selector, .mobile.landscape .manage-account-view .avatar-selector-wrap .avatar-selector, .mobile.landscape .manage-account-field .string-selector-wrap .string-selector, .mobile.landscape .manage-account-field .avatar-selector-wrap .avatar-selector {
  max-width: 680px; }
  .mobile.landscape .manage-account-view .string-selector-wrap .string-selector .right, .mobile.landscape .manage-account-view .avatar-selector-wrap .avatar-selector .right, .mobile.landscape .manage-account-field .string-selector-wrap .string-selector .right, .mobile.landscape .manage-account-field .avatar-selector-wrap .avatar-selector .right {
    max-width: 350px; }

.theme-green .manage-account-statement hr {
  color: #E3F1C8;
  background-color: #E3F1C8; }

.theme-green .manage-account-statement .transactions-list .transaction + .transaction {
  border-top: 1px solid rgba(227, 241, 200, 0.3); }

.theme-green .manage-account-statement .positive {
  color: #A6CBA7; }

.theme-green .manage-account-statement .negative {
  color: #FF1800; }

.theme-green .manage-account-field .form .avatar-wrap.selected {
  border-color: #01F2F2; }

.theme-blue .manage-account-statement hr {
  color: #385DCA;
  background-color: #385DCA; }

.theme-blue .manage-account-statement .positive {
  color: green; }

.theme-blue .manage-account-statement .negative {
  color: #FF1800; }

.theme-blue .manage-account-statement .transactions-list .transaction + .transaction {
  border-top: 1px solid #B0BFEA; }

.theme-blue .manage-account-field .form .avatar-wrap.selected {
  border-color: #3162F2; }

.theme-green .manage-account-statement hr {
  color: black;
  background-color: #F0F0F0; }

.theme-green .manage-account-statement .transactions-list .transaction + .transaction {
  border-top: 1px solid #cacaca; }

.theme-green .manage-account-statement .positive {
  color: green; }

.theme-green .manage-account-statement .negative {
  color: #FF1800; }

.theme-green .manage-account-field .form .avatar-wrap.selected {
  border-color: green; }

.game-result-page {
  padding: 18px;
  max-width: 850px;
  margin: 0 auto;
  text-align: center; }
  .game-result-page .header {
    margin: 0 0 0.5em; }
  .game-result-page .info {
    width: 100%;
    margin: 0 0 0.5em;
    line-height: 1.3em;
    text-align: center;
    font-size: 17px; }
    .game-result-page .info .info-item {
      float: left;
      width: 33.3333%;
      min-width: 260px; }
      .game-result-page .info .info-item .value {
        font-weight: 600;
        color: #E3F1C8; }
    .game-result-page .info .info__end {
      clear: both; }
  .game-result-page .annuled {
    text-align: center;
    margin-bottom: 1em; }
  .game-result-page .prizes {
    margin: 0 0 0.5em;
    text-align: left;
    line-height: 1.4em; }
    .game-result-page .prizes .prizes__header {
      margin: 0; }
    .game-result-page .prizes .prize {
      color: #F2DA28; }
  .game-result-page .matches {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0 0.5em;
    border: 1px solid #E3F1C8; }
    .game-result-page .matches td {
      padding: 0.3em;
      text-align: center;
      vertical-align: middle; }
    .game-result-page .matches .field-rank {
      width: 100px; }
    .game-result-page .matches .field-players {
      text-align: left; }
    .game-result-page .matches .field-score {
      width: 150px; }
    .game-result-page .matches thead {
      color: #A6CBA7;
      background: rgba(0, 0, 0, 0.2); }
      .game-result-page .matches thead td {
        border-bottom: 1px solid #E3F1C8; }
    .game-result-page .matches tbody tr.winner td {
      font-weight: 600;
      color: #F2DA28; }
    .game-result-page .matches tbody tr + tr td {
      border-top: 1px solid #E3F1C8; }

.mobile .game-result-page .info {
  font-size: 16px; }

.mobile .game-result-page .annuled {
  font-size: 16px; }

.mobile .game-result-page .prizes {
  font-size: 16px; }
  .mobile .game-result-page .prizes .prizes__header {
    font-size: 17px; }

.mobile.portrait .game-result-page .info .info-item {
  float: none;
  text-align: left;
  min-width: 0;
  width: 100%; }

.mobile.portrait .game-result-page .matches {
  font-size: 14px; }
  .mobile.portrait .game-result-page .matches .field-rank {
    width: 60px; }
  .mobile.portrait .game-result-page .matches .field-score {
    width: 85px; }

.mobile.landscape .game-result-page .info {
  font-size: 16px; }
  .mobile.landscape .game-result-page .info .info-item {
    float: none;
    text-align: left;
    min-width: 0;
    width: 100%; }

.mobile.landscape .game-result-page .prizes {
  font-size: 16px; }

.mobile.landscape .game-result-page .matches {
  font-size: 14px; }
  .mobile.landscape .game-result-page .matches .field-rank {
    width: 60px; }
  .mobile.landscape .game-result-page .matches .field-score {
    width: 85px; }

.vip-signup-page {
  margin: 0 auto;
  max-width: 700px; }
  .vip-signup-page .header {
    margin-bottom: 0.5em; }
    .vip-signup-page .header h2 {
      margin: 0;
      text-align: center;
      vertical-align: middle; }
  .vip-signup-page h3 {
    margin: 0.7em 0 0.4em; }
  .vip-signup-page a {
    color: #F2DA28; }
  .vip-signup-page .vip-signup-note {
    margin: 0.7em 0; }
  .vip-signup-page .button-confirm {
    width: 100%; }
  .vip-signup-page .form {
    margin: 0;
    padding: 0;
    border: none;
    background: none; }
    .vip-signup-page .form .form-field .form-input {
      min-height: 48px;
      line-height: 48px; }
      .vip-signup-page .form .form-field .form-input input[type="text"], .vip-signup-page .form .form-field .form-input input[type="password"] {
        height: 48px;
        padding: 0 0.5em; }
      .vip-signup-page .form .form-field .form-input.form-input-checkbox .form-input-label {
        line-height: 1.4em; }
    .vip-signup-page .form .string-selector-wrap + .form-field, .vip-signup-page .form .form-field + .string-selector-wrap {
      margin-top: 0.7em; }

.desktop .vip-signup-page {
  padding: 18px; }
  .desktop .vip-signup-page .header h2 {
    line-height: 48px; }
  .desktop .vip-signup-page .string-selector-wrap .string-selector {
    max-width: 680px; }
    .desktop .vip-signup-page .string-selector-wrap .string-selector .right {
      max-width: 350px; }

.player-info-view table {
  width: 100%;
  border-spacing: 0;
  border: none; }
  .player-info-view table td {
    padding: 0; }

.player-info-view .player-info-content .country-icon {
  display: inline-block;
  vertical-align: middle; }

.player-info-view .player-info-content button.play {
  position: relative; }
  .player-info-view .player-info-content button.play .ladder {
    display: block;
    position: absolute; }

.player-info-view .player-info-content .player-info-bot-disclaimer {
  margin-top: 16px; }

.player-info-view .player-info-content .field {
  background-color: transparent; }
  .player-info-view .player-info-content .field span {
    vertical-align: middle; }
  .player-info-view .player-info-content .field .name,
  .player-info-view .player-info-content .field .value {
    width: 50%;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle; }

.theme-green.desktop .block, .theme-green.mobile .block {
  border-width: 1px; }
  .theme-green.desktop .block .block-head .left,
  .theme-green.desktop .block .block-head .right, .theme-green.mobile .block .block-head .left,
  .theme-green.mobile .block .block-head .right {
    border-width: 1px; }

.theme-green .player-info-view .player-info .player-info-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-width: 0; }
  .theme-green .player-info-view .player-info .player-info-box .player-info-table + .player-info-table {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .theme-green .player-info-view .player-info .player-info-box .player-info-table:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .theme-green .player-info-view .player-info .player-info-box .player-info-table .player-info-row + .player-info-row td {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }

.theme-green .player-info-view button.play .ladder {
  color: #E3F1C8; }

.theme-blue.desktop .block, .theme-blue.mobile .block {
  border-width: 1px; }

.theme-blue .player-info-view .player-info .player-info-box {
  border: 1px solid rgba(49, 98, 242, 0.2);
  border-bottom-width: 0; }
  .theme-blue .player-info-view .player-info .player-info-box .player-info-table + .player-info-table {
    border-top: 1px solid rgba(49, 98, 242, 0.2); }
  .theme-blue .player-info-view .player-info .player-info-box .player-info-table:last-child {
    border-bottom: 1px solid rgba(49, 98, 242, 0.2); }
  .theme-blue .player-info-view .player-info .player-info-box .player-info-table .player-info-row + .player-info-row td {
    border-top: 1px solid rgba(49, 98, 242, 0.2); }

.theme-blue.desktop .player-info-view button.play .ladder {
  color: #385DCA; }

.theme-blue.mobile .player-info-view button.play .ladder {
  color: #3162F2; }

.theme-gray.desktop .block, .theme-gray.mobile .block {
  border-width: 1px; }
  .theme-gray.desktop .block .block-head .left,
  .theme-gray.desktop .block .block-head .right, .theme-gray.mobile .block .block-head .left,
  .theme-gray.mobile .block .block-head .right {
    border-width: 1px; }

.theme-gray .player-info-view .player-info .player-info-box {
  border: 1px solid black;
  border-bottom-width: 0; }
  .theme-gray .player-info-view .player-info .player-info-box .player-info-table + .player-info-table {
    border-top: 1px solid black; }
  .theme-gray .player-info-view .player-info .player-info-box .player-info-table:last-child {
    border-bottom: 1px solid black; }
  .theme-gray .player-info-view .player-info .player-info-box .player-info-table .player-info-row + .player-info-row td {
    border-top: 1px solid black; }

.theme-gray .player-info-view button.play .ladder {
  color: black; }

/* Для desktop версии */
.desktop .player-info-view {
  padding: 18px; }
  .desktop .player-info-view .player-info-content {
    margin-top: 18px; }
    .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row > td {
      padding: 0.3em; }
    .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row.extended:first-child > td {
      padding-top: 0.8em; }
    .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .name-cell, .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .value-cell {
      font-size: 18px; }
    .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .name-cell {
      width: 200px; }
    .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .name-cell {
      text-align: left; }
    .desktop .player-info-view .player-info-content button.watch, .desktop .player-info-view .player-info-content button.play {
      margin-left: 24px; }
    .desktop .player-info-view .player-info-content button.play .ladder {
      line-height: 15px;
      right: 5px;
      bottom: 2px; }
    .desktop .player-info-view .player-info-content .country-icon {
      margin-right: 12px; }
    .desktop .player-info-view .player-info-content .country-icon,
    .desktop .player-info-view .player-info-content .country-icon img {
      width: 30px; }
  .desktop .player-info-view .chat .messages-wrap {
    height: 400px; }
  .desktop .player-info-view .chat .chat-emoji-window {
    top: 38px; }

@media screen and (max-width: 1200px) {
  .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .name-cell, .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .value-cell {
    font-size: 16px; }
  .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .name-cell {
    width: 140px; } }

@media screen and (max-width: 970px) {
  .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row > td {
    padding: 0.15em 0.3em; }
  .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row.extended:first-child > td {
    padding-top: 0.5em; }
  .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .name-cell, .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .value-cell {
    font-size: 15px; }
  .desktop .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .name-cell {
    width: 130px; }
  .desktop .player-info-view button {
    font-size: 16px;
    padding: 3px 6px; }
    .desktop .player-info-view button.watch, .desktop .player-info-view button.play {
      margin-left: 20px; }
    .desktop .player-info-view button.play .ladder {
      line-height: 15px;
      right: 5px;
      bottom: 2px; } }

/* Для mobile версии */
.mobile .player-info-view {
  padding: 0; }
  .mobile .player-info-view .player-info-content {
    margin-top: 12px; }
    .mobile .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row > td {
      padding: 0.3em 0.5em; }
    .mobile .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row.extended:first-child > td {
      padding-top: 0.8em; }
    .mobile .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .name-cell, .mobile .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .value-cell {
      font-size: 13px; }
    .mobile .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .name-cell {
      width: 120px; }
    .mobile .player-info-view .player-info-content .player-info-box .player-info-table .player-info-row .name-cell {
      text-align: right; }
  .mobile .player-info-view button.watch, .mobile .player-info-view button.play {
    margin-left: 12px; }
  .mobile .player-info-view button.play .ladder {
    line-height: 11px;
    right: 5px;
    bottom: 2px; }
  .mobile .player-info-view .country-icon {
    margin-right: 6px; }
  .mobile .player-info-view .country-icon,
  .mobile .player-info-view .country-icon img {
    width: 16px; }
  .mobile .player-info-view .chat {
    margin-top: 1.2em; }
    .mobile .player-info-view .chat .messages-wrap {
      height: 200px; }
    .mobile .player-info-view .chat .messages {
      top: 12px;
      left: 6px;
      right: 6px;
      bottom: 6px; }
    .mobile .player-info-view .chat .chat-emoji-window {
      bottom: 38px; }

.mobile .player-info-header {
  padding: 12px 12px 0; }

.players-table {
  max-width: 800px; }
  .players-table tbody {
    min-width: 100%; }
  .players-table thead td {
    cursor: pointer; }
  .players-table td.player-rating,
  .players-table td.player-status {
    text-align: center; }
  .players-table .PlayerRow td {
    cursor: pointer; }
  .players-table .player .name {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle; }

/* Для desktop версии */
.desktop .players-table {
  max-width: 800px; }
  .desktop .players-table thead td {
    line-height: 48px;
    padding: 0; }
  .desktop .players-table td.table-number {
    width: 80px; }
  .desktop .players-table td.player-rating,
  .desktop .players-table td.player-status {
    width: 120px; }
  .desktop .players-table.players-table--font-small tbody td,
  .desktop .players-table.players-table--font-small thead td {
    height: 30px;
    line-height: 30px;
    font-size: 16px; }
    .desktop .players-table.players-table--font-small tbody td .avatar,
    .desktop .players-table.players-table--font-small thead td .avatar {
      width: 15px;
      height: 15px; }
  .desktop .players-table.players-table--font-small thead td {
    font-size: 10px; }
  .desktop .players-table .player-container {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap; }

.desktop.applet .players-table thead td {
  font-size: 12px;
  text-transform: none; }

.desktop.applet .players-table tbody td {
  padding-left: 3px;
  padding-right: 3px;
  overflow: hidden;
  height: 25px;
  line-height: 25px; }

.desktop.applet .players-table td.table-number {
  width: 45px; }

.desktop.applet .players-table td.player-rating {
  width: 55px !important; }

.desktop.applet .players-table td.player-status {
  width: 55px; }

/* Для mobile версии */
.mobile .players-table {
  width: 100%;
  table-layout: fixed; }
  .mobile .players-table thead td {
    height: 48px; }
  .mobile .players-table thead #players-header-table-num {
    width: 50px; }
  .mobile .players-table thead #players-header-rating {
    width: 60px; }
  .mobile .players-table thead #players-header-status {
    width: 70px; }
  .mobile .players-table .player {
    padding: 3px 6px; }
    .mobile .players-table .player .player-container {
      white-space: nowrap;
      overflow: hidden; }

.mobile.language-de .players-table #players-header-rating {
  font-size: 9px; }

.theme-green .players-table .PlayerRow.selected,
.theme-green .players-table .PlayerRow.selected:hover {
  background-color: rgba(0, 160, 0, 0.66); }

.theme-green .players-table .PlayerRow:hover {
  background-color: rgba(0, 160, 0, 0.33); }

.theme-green .players-table .player.vip {
  color: #01F2F2; }

.theme-green.desktop.applet .players-table thead td {
  border: 1px outset #E3F1C8; }

.theme-blue .players-table .player.vip {
  color: #426DAF;
  font-weight: bold; }

.theme-blue.desktop .players-table .PlayerRow.selected,
.theme-blue.desktop .players-table .PlayerRow.selected:hover {
  background-color: #b0bfea; }

.theme-blue.desktop .players-table .PlayerRow:hover {
  background-color: rgba(176, 191, 234, 0.5); }

.theme-blue.desktop.applet .players-table thead td {
  border: 1px outset #B0BFEA; }

.theme-blue.mobile .players-table .PlayerRow.selected {
  background-color: #ADC1FA; }

.theme-gray .players-table .PlayerRow.selected,
.theme-gray .players-table .PlayerRow.selected:hover {
  background-color: #e3e3e3; }

.theme-gray .players-table .PlayerRow:hover {
  background-color: #f2f2f2; }

.theme-gray .players-table .player.vip {
  color: #0000FF; }

.theme-gray.desktop.applet .players-table thead td {
  border: 1px outset #F0F0F0; }

.popup-dialog {
  display: none;
  position: fixed;
  min-width: 150px;
  margin: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  padding: 12px;
  color: white; }
  .popup-dialog.shown {
    display: block; }
  .popup-dialog .header .title {
    text-align: center; }
  .popup-dialog .popup-dialog-body table {
    width: 100%;
    border: none;
    border-spacing: 0; }
  .popup-dialog .list-item {
    text-align: center;
    cursor: pointer; }
  .popup-dialog .checkbox {
    display: block;
    text-align: left; }
  .popup-dialog .footer {
    text-align: center; }
  .popup-dialog .footer button {
    border-radius: 4px; }
  .popup-dialog .footer button[disabled] {
    opacity: 0.4; }

.modal-dialog .message {
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

/* Для desktop версии */
.desktop .popup-dialog {
  padding: 12px 24px;
  max-height: 500px;
  overflow-y: auto; }

.desktop .popup-dialog .list-item {
  padding: 12px; }

.desktop .popup-dialog .list-item.row {
  min-width: 200px; }

.desktop .popup-dialog .header {
  font-size: 26px; }

.desktop .popup-dialog .header + .popup-dialog-body {
  margin-top: 18px; }

.desktop .popup-dialog .checkbox {
  margin-top: 24px; }

.desktop .popup-dialog .popup-dialog-body + .footer {
  margin-top: 18px; }

.desktop .popup-dialog .footer button {
  margin: 0 12px; }

/* Для mobile версии */
.mobile .popup-dialog {
  padding: 18px 24px;
  max-height: 90%; }

.mobile .popup-dialog .list-item {
  padding: 12px 12px; }

.mobile .popup-dialog .list-item.inline {
  display: inline-block; }

.mobile .popup-dialog .header {
  font-size: 22px; }

.mobile .popup-dialog .popup-dialog-body,
.mobile .popup-dialog .footer {
  margin-top: 12px;
  font-size: 16px; }

.mobile .popup-dialog .popup-dialog-body table {
  font-size: 16px; }

.mobile .popup-dialog .checkbox {
  margin-top: 16px; }

.mobile .popup-dialog .footer {
  margin-top: 12px; }

.mobile .popup-dialog .footer button {
  margin: 0 6px; }

.theme-green .popup-dialog {
  background-color: #004218;
  border: 1px solid #E3F1C8;
  color: white; }

.theme-blue .popup-dialog {
  background-color: #ECF5FF;
  color: #29313D; }

.theme-blue.desktop .popup-dialog {
  border: 1px solid #B0BFEA; }

.theme-blue.mobile .popup-dialog {
  border: 1px solid #ADC1FA; }

.theme-green .popup-gray {
  background-color: #F0F0F0;
  border: 1px solid black;
  color: black; }

#Preferences {
  max-width: 500px;
  margin: 0 auto; }
  #Preferences .block {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 18px 0 0;
    margin-top: 24px; }
  #Preferences .checkbox,
  #Preferences .radio {
    display: block;
    width: 100%; }

/* Для desktop версии */
.desktop #Preferences {
  padding: 18px; }
  .desktop #Preferences .control + .control {
    margin-top: 18px; }

/* Для mobile версии */
.mobile #Preferences {
  padding: 12px;
  font-size: 15px; }
  .mobile #Preferences .control + .control {
    margin-top: 12px; }
  .mobile #Preferences .checkbox span {
    width: 80%; }

.theme-blue #Preferences .block {
  background: transparent; }

.theme-gray #Preferences .block {
  background: transparent; }

.resize-indicator {
  width: 24px;
  height: 7px;
  position: absolute;
  cursor: s-resize;
  z-index: 5; }

.theme-green .resize-indicator {
  border: 1px solid #E3F1C8; }
  .theme-green .resize-indicator .decor {
    border-bottom: 1px solid #E3F1C8;
    width: 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .theme-green .resize-indicator .decor-top {
    top: 1px; }
  .theme-green .resize-indicator .decor-bottom {
    bottom: 1px; }

.theme-blue .resize-indicator {
  border: 1px solid #385DCA; }
  .theme-blue .resize-indicator .decor {
    border-bottom: 1px solid #385DCA;
    width: 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .theme-blue .resize-indicator .decor-top {
    top: 1px; }
  .theme-blue .resize-indicator .decor-bottom {
    bottom: 1px; }

.theme-gray .resize-indicator {
  border: 1px solid black; }
  .theme-gray .resize-indicator .decor {
    border-bottom: 1px solid black;
    width: 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .theme-gray .resize-indicator .decor-top {
    top: 1px; }
  .theme-gray .resize-indicator .decor-bottom {
    bottom: 1px; }

#SendInvitation .players-table {
  max-width: 100%; }

.modal-dialog.send-invitation {
  min-width: 150px;
  max-width: 400px; }

.modal-dialog.send-invitation .header, .modal-dialog.send-invitation .body {
  margin: 0; }

.modal-dialog.send-invitation .button {
  width: 90%; }

.modal-dialog.send-invitation .button + .button {
  margin-top: 20px; }

/* Для desktop версии */
.desktop #SendInvitation {
  padding: 18px; }

.desktop #SendInvitation .players-table {
  margin-top: 24px; }

/* Для mobile версии */
.mobile #SendInvitation {
  padding: 0; }

.mobile #SendInvitation #header {
  padding: 12px; }

.mobile #SendInvitation .players-table {
  margin-top: 0; }

.small_banner_container {
  position: absolute; }

.terms-and-conds-page {
  position: absolute; }
  .terms-and-conds-page .terms-and-conds.content-wrap {
    position: absolute;
    left: 0;
    right: 0; }
  .terms-and-conds-page #rules {
    width: 100%; }
  .terms-and-conds-page .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .terms-and-conds-page .agree-container {
    display: inline-block; }

/* Для размера экрана Main.screen.size.desktop */
.desktop #TermsAndConds {
  left: 18px;
  right: 18px;
  top: 18px;
  bottom: 18px; }

.desktop #TermsAndConds .agree-container {
  padding-left: 18px;
  padding-right: 18px; }

.desktop #TermsAndConds .terms-and-conds.content-wrap {
  top: 66px;
  bottom: 0; }

.desktop #TermsAndConds #rules {
  height: 100%; }

.desktop #TermsAndConds .checkbox {
  margin-left: 18px; }

/* Для размера экрана Main.screen.size.mobile */
.mobile #TermsAndConds {
  left: 18px;
  right: 18px;
  top: 18px;
  bottom: 18px; }

.mobile #TermsAndConds .agree-container {
  padding-left: 12px;
  padding-right: 12px; }

.mobile #TermsAndConds .terms-and-conds.content-wrap {
  top: 42px;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.mobile #TermsAndConds #rules {
  height: 100%; }

.mobile #TermsAndConds .checkbox {
  max-width: 130px;
  margin-left: 12px; }

#TournamentBanner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54px; }
  #TournamentBanner.visible {
    display: block; }
  #TournamentBanner.hidden {
    display: none; }
  #TournamentBanner table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    cursor: pointer; }
  #TournamentBanner .header {
    font-weight: bold;
    height: 25px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
  #TournamentBanner .value {
    height: 25px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
  #TournamentBanner .title {
    text-align: left; }
  #TournamentBanner .cash-prize.value {
    text-decoration: none;
    cursor: pointer;
    font-weight: bold; }
  #TournamentBanner .cash-prize.value:hover {
    text-decoration: underline; }
  #TournamentBanner .starts-in {
    border-right: none; }

/* Desktop */
.desktop #TournamentBanner {
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 18px;
  margin-right: 18px; }

.desktop #TournamentBanner .entry-fee {
  width: 140px; }

.desktop #TournamentBanner .cash-prize {
  width: 160px; }

.desktop #TournamentBanner .starts-in {
  width: 160px; }

/* Mobile */
.mobile #TournamentBanner {
  padding-left: 2px;
  padding-right: 2px; }

.mobile #TournamentBanner .entry-fee {
  width: 70px; }

.mobile #TournamentBanner .cash-prize {
  width: 56px; }

.mobile #TournamentBanner .starts-in {
  width: 56px; }

.theme-green #TournamentBanner {
  background-image: url(../images/bg_tiletex.png);
  background-image: -webkit-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: -moz-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  border: 2px solid #E3F1C8; }
  .theme-green #TournamentBanner .header {
    border-right: 2px solid #E3F1C8; }
  .theme-green #TournamentBanner .value {
    border-right: 2px solid #E3F1C8; }
  .theme-green #TournamentBanner .cash-prize.value {
    color: #01F2F2; }

.theme-blue #TournamentBanner {
  background-color: white; }
  .theme-blue #TournamentBanner .cash-prize.value {
    color: #426DAF;
    font-weight: bold; }

.theme-blue.desktop #TournamentBanner {
  border: 2px solid #385DCA; }
  .theme-blue.desktop #TournamentBanner .header {
    border-right: 2px solid #385DCA; }
  .theme-blue.desktop #TournamentBanner .value {
    border-right: 2px solid #385DCA; }

.theme-blue.mobile #TournamentBanner {
  border: 2px solid #3162F2; }
  .theme-blue.mobile #TournamentBanner .header {
    border-right: 2px solid #3162F2; }
  .theme-blue.mobile #TournamentBanner .value {
    border-right: 2px solid #3162F2; }

.theme-gray #TournamentBanner {
  background: #F0F0F0;
  border: 2px solid black; }
  .theme-gray #TournamentBanner .header {
    border-right: 2px solid black; }
  .theme-gray #TournamentBanner .value {
    border-right: 2px solid black; }
  .theme-gray #TournamentBanner .cash-prize.value {
    color: #0000FF; }

.desktop.applet #TournamentBanner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0;
  margin: 0 0 0 8px; }
  .desktop.applet #TournamentBanner table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    cursor: pointer; }
  .desktop.applet #TournamentBanner .visible {
    display: block; }
  .desktop.applet #TournamentBanner .hidden {
    display: none; }
  .desktop.applet #TournamentBanner .header {
    font-size: 14px;
    font-weight: bold;
    height: auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
  .desktop.applet #TournamentBanner .value {
    font-size: 14px;
    height: auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
  .desktop.applet #TournamentBanner .tournament-bottom .header {
    font-size: 12px;
    font-weight: bold;
    height: auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
  .desktop.applet #TournamentBanner .tournament-bottom .value {
    font-size: 12px;
    height: auto;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
  .desktop.applet #TournamentBanner .title {
    text-align: center; }
  .desktop.applet #TournamentBanner .cash-prize.value {
    text-decoration: none;
    cursor: pointer;
    font-weight: bold; }
  .desktop.applet #TournamentBanner .cash-prize.value:hover {
    text-decoration: underline; }
  .desktop.applet #TournamentBanner .starts-in {
    border-right: none; }
  .desktop.applet #TournamentBanner .entry-fee {
    width: 40%; }
  .desktop.applet #TournamentBanner .cash-prize {
    width: 30%; }
  .desktop.applet #TournamentBanner .starts-in {
    width: 30%; }

.desktop.applet.theme-green #TournamentBanner {
  background-image: url(../images/bg_tiletex.png);
  background-image: -webkit-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: -moz-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  border: 1px solid #E3F1C8; }
  .desktop.applet.theme-green #TournamentBanner .tournament-top {
    border-bottom: 1px solid #E3F1C8; }
    .desktop.applet.theme-green #TournamentBanner .tournament-top .header {
      border-right: 0; }
    .desktop.applet.theme-green #TournamentBanner .tournament-top .value {
      border-right: 0; }
  .desktop.applet.theme-green #TournamentBanner .tournament-bottom .header:not(:last-child) {
    border-right: 1px solid #E3F1C8; }
  .desktop.applet.theme-green #TournamentBanner .tournament-bottom .value:not(:last-child) {
    border-right: 1px solid #E3F1C8; }
  .desktop.applet.theme-green #TournamentBanner .cash-prize.value {
    color: #01F2F2; }

.desktop.applet.theme-blue #TournamentBanner {
  background-color: white;
  border: 1px solid #385DCA; }
  .desktop.applet.theme-blue #TournamentBanner .cash-prize.value {
    color: #426DAF;
    font-weight: bold; }
  .desktop.applet.theme-blue #TournamentBanner .tournament-top {
    border-bottom: 1px solid #385DCA; }
    .desktop.applet.theme-blue #TournamentBanner .tournament-top .header {
      border-right: 0; }
    .desktop.applet.theme-blue #TournamentBanner .tournament-top .value {
      border-right: 0; }
  .desktop.applet.theme-blue #TournamentBanner .tournament-bottom .header:not(:last-child) {
    border-right: 1px solid #385DCA; }
  .desktop.applet.theme-blue #TournamentBanner .tournament-bottom .value:not(:last-child) {
    border-right: 1px solid #385DCA; }

.desktop.applet.theme-gray #TournamentBanner {
  background: #F0F0F0;
  border: 1px solid black; }
  .desktop.applet.theme-gray #TournamentBanner .tournament-top {
    border-bottom: 1px solid black; }
    .desktop.applet.theme-gray #TournamentBanner .tournament-top .header {
      border-right: 0; }
    .desktop.applet.theme-gray #TournamentBanner .tournament-top .value {
      border-right: 0; }
  .desktop.applet.theme-gray #TournamentBanner .tournament-bottom .header:not(:last-child) {
    border-right: 1px solid black; }
  .desktop.applet.theme-gray #TournamentBanner .tournament-bottom .value:not(:last-child) {
    border-right: 1px solid black; }
  .desktop.applet.theme-gray #TournamentBanner .cash-prize.value {
    color: #0000FF; }

.desktop .main-hall-view.classic #TournamentBanner {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  height: 107px;
  padding: 0px;
  margin: 0;
  margin-left: 8px; }
  .desktop .main-hall-view.classic #TournamentBanner table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    cursor: pointer; }
  .desktop .main-hall-view.classic #TournamentBanner .visible {
    display: block; }
  .desktop .main-hall-view.classic #TournamentBanner .hidden {
    display: none; }
  .desktop .main-hall-view.classic #TournamentBanner .header {
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
  .desktop .main-hall-view.classic #TournamentBanner .value {
    font-size: 16px;
    height: 25px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
  .desktop .main-hall-view.classic #TournamentBanner .tournament-bottom .header {
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
  .desktop .main-hall-view.classic #TournamentBanner .tournament-bottom .value {
    font-size: 12px;
    height: 25px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
  .desktop .main-hall-view.classic #TournamentBanner .title {
    text-align: center; }
  .desktop .main-hall-view.classic #TournamentBanner .cash-prize.value {
    text-decoration: none;
    cursor: pointer;
    font-weight: bold; }
  .desktop .main-hall-view.classic #TournamentBanner .cash-prize.value:hover {
    text-decoration: underline; }
  .desktop .main-hall-view.classic #TournamentBanner .starts-in {
    border-right: none; }
  .desktop .main-hall-view.classic #TournamentBanner .entry-fee {
    width: 40%; }
  .desktop .main-hall-view.classic #TournamentBanner .cash-prize {
    width: 30%; }
  .desktop .main-hall-view.classic #TournamentBanner .starts-in {
    width: 30%; }

.desktop.theme-green .main-hall-view.classic #TournamentBanner {
  background-image: url(../images/bg_tiletex.png);
  background-image: -webkit-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: -moz-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  border: 2px solid #E3F1C8; }
  .desktop.theme-green .main-hall-view.classic #TournamentBanner .tournament-top {
    border-bottom: 2px solid #E3F1C8; }
    .desktop.theme-green .main-hall-view.classic #TournamentBanner .tournament-top .header {
      border-right: 0; }
    .desktop.theme-green .main-hall-view.classic #TournamentBanner .tournament-top .value {
      border-right: 0; }
  .desktop.theme-green .main-hall-view.classic #TournamentBanner .tournament-bottom .header:not(:last-child) {
    border-right: 2px solid #E3F1C8; }
  .desktop.theme-green .main-hall-view.classic #TournamentBanner .tournament-bottom .value:not(:last-child) {
    border-right: 2px solid #E3F1C8; }
  .desktop.theme-green .main-hall-view.classic #TournamentBanner .cash-prize.value {
    color: #01F2F2; }

.desktop.theme-blue .main-hall-view.classic #TournamentBanner {
  background-color: white;
  border: 2px solid #385DCA; }
  .desktop.theme-blue .main-hall-view.classic #TournamentBanner .cash-prize.value {
    color: #426DAF;
    font-weight: bold; }
  .desktop.theme-blue .main-hall-view.classic #TournamentBanner .tournament-top {
    border-bottom: 2px solid #385DCA; }
    .desktop.theme-blue .main-hall-view.classic #TournamentBanner .tournament-top .header {
      border-right: 0px; }
    .desktop.theme-blue .main-hall-view.classic #TournamentBanner .tournament-top .value {
      border-right: 0px; }
  .desktop.theme-blue .main-hall-view.classic #TournamentBanner .tournament-bottom .header:not(:last-child) {
    border-right: 2px solid #385DCA; }
  .desktop.theme-blue .main-hall-view.classic #TournamentBanner .tournament-bottom .value:not(:last-child) {
    border-right: 2px solid #385DCA; }

.desktop.theme-gray .main-hall-view.classic #TournamentBanner {
  background: #F0F0F0;
  border: 2px solid black; }
  .desktop.theme-gray .main-hall-view.classic #TournamentBanner .tournament-top {
    border-bottom: 2px solid black; }
    .desktop.theme-gray .main-hall-view.classic #TournamentBanner .tournament-top .header {
      border-right: 0; }
    .desktop.theme-gray .main-hall-view.classic #TournamentBanner .tournament-top .value {
      border-right: 0; }
  .desktop.theme-gray .main-hall-view.classic #TournamentBanner .tournament-bottom .header:not(:last-child) {
    border-right: 2px solid black; }
  .desktop.theme-gray .main-hall-view.classic #TournamentBanner .tournament-bottom .value:not(:last-child) {
    border-right: 2px solid black; }
  .desktop.theme-gray .main-hall-view.classic #TournamentBanner .cash-prize.value {
    color: #0000FF; }

.contact-us {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }
  .contact-us .contact-us__field {
    margin-top: 1em; }
    .contact-us .contact-us__field input, .contact-us .contact-us__field textarea {
      width: 100%; }
    .contact-us .contact-us__field textarea {
      min-height: 150px; }
  .contact-us .value-selector-wrap {
    display: block; }
    .contact-us .value-selector-wrap .value-selector {
      width: 100%;
      height: 48px;
      position: relative;
      display: table;
      cursor: pointer; }
      .contact-us .value-selector-wrap .value-selector .value-selector__left {
        display: table-cell;
        vertical-align: middle;
        padding-left: 16px;
        text-align: left; }
      .contact-us .value-selector-wrap .value-selector .value-selector__right {
        text-align: right;
        display: table-cell;
        vertical-align: middle;
        padding-right: 20px;
        padding-left: 16px; }

.desktop .contact-us {
  padding: 18px;
  width: 100%;
  max-width: 500px; }

.mobile .contact-us {
  font-size: 15px;
  padding: 12px; }
  .mobile .contact-us input, .mobile .contact-us textarea {
    font-size: 16px; }

.theme-green {
  color: white; }
  .theme-green .contact-us .value-selector {
    border: 1px solid #E3F1C8;
    background: rgba(227, 241, 200, 0.1); }
    .theme-green .contact-us .value-selector .value-selector__right {
      color: #E3F1C8; }

.theme-blue .contact-us .value-selector {
  background: white; }
  .theme-blue .contact-us .value-selector .value-selector__right {
    color: #426DAF; }

.theme-blue.desktop .contact-us .value-selector {
  border: 1px solid #B0BFEA; }

.theme-blue.mobile .contact-us .value-selector {
  border: 1px solid #ADC1FA; }

.theme-green {
  color: black; }
  .theme-green .contact-us .value-selector {
    border: 1px solid black;
    background: #F0F0F0; }
    .theme-green .contact-us .value-selector .value-selector__right {
      color: #0000FF; }

#WaitingView {
  position: fixed;
  left: 0;
  right: 0;
  top: 40%;
  text-align: center; }

#WaitingView.indeterminate #spinner {
  margin-top: 80px; }

.desktop .main-hall-view .game-switcher {
  position: absolute;
  left: 0;
  top: 122px;
  width: 120px;
  height: 30px;
  text-align: center; }
  .desktop .main-hall-view .game-switcher .game-switcher-button {
    position: relative;
    outline: none;
    font-family: 'Heuristica';
    width: 120px;
    height: 30px;
    font-size: 16px;
    text-align: left;
    padding: 0 12px 0 6px;
    cursor: pointer; }
    .desktop .main-hall-view .game-switcher .game-switcher-button .text {
      display: inline-block;
      font-size: 14px;
      line-height: 30px;
      vertical-align: middle;
      width: 84px;
      white-space: nowrap; }
    .desktop .main-hall-view .game-switcher .game-switcher-button .arrow {
      display: block;
      position: absolute;
      right: 6px;
      top: 12px;
      width: 12px;
      height: 6px; }
  .desktop .main-hall-view .game-switcher .game-switcher-button-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    cursor: pointer; }
  .desktop .main-hall-view .game-switcher .game-switcher-list {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 201;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 200px;
    height: 250px;
    white-space: nowrap; }
    .desktop .main-hall-view .game-switcher .game-switcher-list .item {
      text-align: left;
      padding: 9px 12px;
      cursor: pointer; }
      .desktop .main-hall-view .game-switcher .game-switcher-list .item .game-switcher-list-item-tables {
        margin-left: 1em;
        font-size: 14px; }
        .desktop .main-hall-view .game-switcher .game-switcher-list .item .game-switcher-list-item-tables .game-switcher-list-item-table + .game-switcher-list-item-table {
          margin-left: 0.5em; }

.desktop.theme-green .main-hall-view .game-switcher button {
  color: #E3F1C8; }
  .desktop.theme-green .main-hall-view .game-switcher button .arrow {
    background: url(../images/chat/arrow.png) 0 0; }
  .desktop.theme-green .main-hall-view .game-switcher button.opened {
    background: rgba(227, 241, 200, 0.2); }

.desktop.theme-green .main-hall-view .game-switcher .game-switcher-list {
  border: 1px solid #E3F1C8;
  background-color: #004218; }
  .desktop.theme-green .main-hall-view .game-switcher .game-switcher-list .item:hover {
    background: rgba(227, 241, 200, 0.3); }
  .desktop.theme-green .main-hall-view .game-switcher .game-switcher-list .item .game-switcher-list-item-tables .game-switcher-list-item-table .game-switcher-list-item-table__user {
    color: #01F2F2; }
  .desktop.theme-green .main-hall-view .game-switcher .game-switcher-list .item + .item {
    border-top: 1px solid rgba(227, 241, 200, 0.4); }

.desktop.theme-blue .main-hall-view .game-switcher button {
  color: white; }
  .desktop.theme-blue .main-hall-view .game-switcher button .arrow {
    background: url(../images/chat/arrow.png) 0 0; }
  .desktop.theme-blue .main-hall-view .game-switcher button.opened {
    background-color: #2E5696;
    background: -moz-linear-gradient(top, #355FA1, #284E8A);
    background: -webkit-linear-gradient(top, #355FA1, #284E8A);
    background: -o-linear-gradient(top, #355FA1, #284E8A);
    background: -ms-linear-gradient(top, #355FA1, #284E8A);
    background: linear-gradient(top, #355FA1, #284E8A); }
    .desktop.theme-blue .main-hall-view .game-switcher button.opened .arrow {
      background: url(../images/chat/arrow.png) 12px 0; }

.desktop.theme-blue .main-hall-view .game-switcher .game-switcher-list {
  border: 1px solid #B0BFEA;
  background: white; }
  .desktop.theme-blue .main-hall-view .game-switcher .game-switcher-list .item:hover {
    background: #B0BFEA; }
  .desktop.theme-blue .main-hall-view .game-switcher .game-switcher-list .item .game-switcher-list-item-tables .game-switcher-list-item-table .game-switcher-list-item-table__user {
    color: #426DAF;
    font-weight: bold; }
  .desktop.theme-blue .main-hall-view .game-switcher .game-switcher-list .item + .item {
    border-top: 1px solid #B0BFEA; }

.desktop.theme-gray .main-hall-view .game-switcher button {
  color: #0000FF; }
  .desktop.theme-gray .main-hall-view .game-switcher button .arrow {
    background: url(../images/chat/arrow_dark.png) 0 0; }
  .desktop.theme-gray .main-hall-view .game-switcher button.opened {
    background: #F0F0F0; }

.desktop.theme-gray .main-hall-view .game-switcher .game-switcher-list {
  border: 1px solid black;
  background-color: #F0F0F0; }
  .desktop.theme-gray .main-hall-view .game-switcher .game-switcher-list .item:hover {
    background: #c0c0c0; }
  .desktop.theme-gray .main-hall-view .game-switcher .game-switcher-list .item .game-switcher-list-item-tables .game-switcher-list-item-table .game-switcher-list-item-table__user {
    color: #0000FF; }
  .desktop.theme-gray .main-hall-view .game-switcher .game-switcher-list .item + .item {
    border-top: 1px solid #cacaca; }

.all-games-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 18px;
  font-size: 16px; }
  .all-games-page * {
    box-sizing: border-box; }
  .all-games-page .all-games__header {
    text-align: center;
    margin: 1em 0 0; }
  .all-games-page .games {
    width: 100%; }
    .all-games-page .games .games__end {
      clear: both; }
    .all-games-page .games .game {
      float: left;
      text-align: center;
      cursor: pointer; }
      .all-games-page .games .game .game__icon {
        display: block;
        width: 100%; }
      .all-games-page .games .game .game__title {
        margin: 0.7em 0 0; }
    .all-games-page .games.games--multi-player .game {
      width: 25%;
      padding: 24px; }
      .all-games-page .games.games--multi-player .game .game__title {
        font-size: 20px; }
    .all-games-page .games.games--arcade .game {
      width: 16.6667%;
      padding: 16px; }
      .all-games-page .games.games--arcade .game .game__title {
        font-size: 16px; }

.timer .player .time {
  font-weight: bold; }
  .timer .player .time .alert {
    color: red; }

.modal-dialog.network-monitor .network-table .param {
  text-align: left;
  padding-right: 1em; }

.modal-dialog.network-monitor .network-table .value {
  text-align: right; }

.unavailable-block {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center; }
  .unavailable-block .mobile-unavailable {
    padding: 16px;
    max-width: 100%; }
    .unavailable-block .mobile-unavailable .title {
      text-align: center;
      font-size: 20px;
      padding: 8px; }
    .unavailable-block .mobile-unavailable .badge-container {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 16px;
      padding-bottom: 16px; }
      .unavailable-block .mobile-unavailable .badge-container .badge {
        display: inline;
        padding: 8px; }
        .unavailable-block .mobile-unavailable .badge-container .badge img {
          width: 136px; }
    .unavailable-block .mobile-unavailable .text {
      font-size: 14px;
      text-align: center; }

.theme-green .unavailable-block {
  background-image: url(../images/bg_tiletex.png);
  background-image: -webkit-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: -moz-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x); }

.theme-blue .unavailable-block {
  background-color: #CBE3FF; }

.theme-gray .unavailable-block {
  background-color: #c0c0c0; }

.unavailable-block {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center; }
  .unavailable-block .screen-size-unavailable {
    padding: 16px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .unavailable-block .screen-size-unavailable .title {
      text-align: center;
      font-size: 20px;
      padding: 8px; }
    .unavailable-block .screen-size-unavailable .resize-icon {
      text-align: center;
      padding: 32px;
      width: 128px;
      height: 128px; }
    .unavailable-block .screen-size-unavailable .text {
      text-align: center;
      font-size: 20px;
      padding: 8px; }

.theme-green .unavailable-block {
  background-image: url(../images/bg_tiletex.png);
  background-image: -webkit-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: -moz-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x); }

.theme-blue .unavailable-block {
  background-color: #CBE3FF; }

.theme-gray .unavailable-block {
  background-color: #c0c0c0; }

.rating-legend .code {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 6px; }

.rating-legend .code.rating0 {
  background-color: #00afdb; }

.rating-legend .code.rating1 {
  background-color: #81d700; }

.rating-legend .code.rating2 {
  background-color: #eabb00; }

.rating-legend .code.rating3 {
  background-color: #e65c00; }

.rating-legend .code.rating4 {
  background-color: #c10000; }

.desktop .rating-legend {
  padding: 0.3em; }

.mobile .main-hall-view .rating-legend {
  position: relative;
  margin-top: 12px;
  padding: 12px; }

.mobile.theme-green .main-hall-view .rating-legend {
  border-top: 1px solid #E3F1C8;
  background-color: rgba(26, 33, 114, 0.2); }

.mobile.theme-blue .main-hall-view .rating-legend {
  border-top: 1px solid #3162F2;
  background-color: #BFD4F3; }

.mobile.theme-gray .main-hall-view .rating-legend {
  border-top: 1px solid black;
  background-color: #F0F0F0; }

.explorer-warning {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .explorer-warning .text-container {
    text-align: center;
    padding: 32px; }
    .explorer-warning .text-container .warning {
      font-size: 20px; }
    .explorer-warning .text-container .browsers-promt {
      margin-top: 24px; }
    .explorer-warning .text-container .browsers {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-content: flex-start;
      justify-content: center;
      padding-top: 32px;
      padding-bottom: 16px; }
      .explorer-warning .text-container .browsers .browser {
        height: 120px;
        cursor: pointer; }
        .explorer-warning .text-container .browsers .browser .logo {
          height: 70px; }
        .explorer-warning .text-container .browsers .browser.firefox .logo {
          height: 70px; }
        .explorer-warning .text-container .browsers .browser.edge .logo {
          height: 70px; }
        .explorer-warning .text-container .browsers .browser .title {
          text-decoration: underline; }
      .explorer-warning .text-container .browsers .browser + .browser {
        margin-left: 16px; }
  .explorer-warning .center {
    padding-bottom: 160px; }
    .explorer-warning .center #WaitingView {
      position: relative; }

.theme-green .explorer-warning {
  color: white;
  background-image: url(../images/bg_tiletex.png);
  background-image: -webkit-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: -moz-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x); }
  .theme-green .explorer-warning .warning {
    color: #E3F1C8; }
  .theme-green .explorer-warning .browsers {
    color: #E3F1C8; }

.theme-blue .explorer-warning {
  color: #29313D;
  background: #BFD4F3; }
  .theme-blue .explorer-warning .warning {
    color: #426DAF; }
  .theme-blue .explorer-warning .browsers {
    color: #426DAF; }

.theme-gray .explorer-warning {
  color: black;
  background: #F0F0F0; }
  .theme-gray .explorer-warning .warning {
    color: #0000FF; }
  .theme-gray .explorer-warning .browsers {
    color: #0000FF; }

/* Для desktop версии */
/* Для mobile версии */
.mobile.portrait .game-rules {
  top: 2px;
  left: 12px;
  text-align: center; }

.mobile.landscape .game-rules {
  top: 48px;
  left: 12px;
  text-align: left; }

/* Для desktop версии */
.desktop .opponent-name {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 18px;
  text-align: center; }

/* Для mobile версии */
.mobile .opponent-name {
  position: absolute;
  top: 2px;
  right: 12px;
  font-size: 12px;
  text-align: center; }

/* Desktop */
.desktop .play-table-view .button-back {
  left: 12px;
  top: 12px;
  font-size: 24px;
  width: 120px; }

.desktop .play-table-view .button-menu {
  left: 12px;
  top: 12px;
  font-size: 24px;
  width: 120px; }

.play-table-view .button-menu.show {
  border-radius: 6px;
  height: 30px;
  font-size: 18px;
  margin-left: 5px;
  padding: 0 8px 0 8px;
  display: inline-block;
  z-index: 10;
  width: 102px; }
  .play-table-view .button-menu.show .button-content {
    padding: 0; }

.desktop #rightcolumn {
  position: absolute;
  right: 12px;
  top: 12px;
  bottom: 12px;
  width: 250px;
  overflow: hidden; }

.desktop #bottomcolumn {
  position: absolute;
  left: 12px;
  right: 274px;
  bottom: 12px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.desktop.ie #bottomcolumn {
  width: 100%; }

.desktop #canvasdiv {
  position: absolute;
  left: 12px;
  right: 274px;
  top: 12px;
  bottom: 12px; }

.desktop .play-table-view .zoom-controls {
  bottom: 12px; }

/* Mobile - both orientations */
.mobile .play-table-view .button-back.show {
  display: none; }

.mobile .modal-dialog.scores-dialog {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px; }

.mobile .modal-dialog.scores-dialog .modal-dialog-body {
  margin-top: 0; }

.mobile .play-table-view.addressbar {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_tiletex.png);
  background-image: -webkit-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: -moz-image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x);
  background-image: image-set(url(../images/bg_tiletex.png) 1x, url(../images/bg_tiletex_2x.png) 2x); }

/* Mobile - portrait */
.mobile.portrait .play-table-view .button-back {
  left: 12px;
  top: 150px;
  width: 62px; }

.mobile.portrait .play-table-view .button-menu {
  left: 84px;
  top: 150px;
  width: 62px; }
  .mobile.portrait .play-table-view .button-menu.show {
    width: auto; }

.mobile.portrait .play-table-view .chat {
  top: 6px;
  left: 0;
  right: 156px;
  height: 120px; }

.mobile.portrait #canvasdiv {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 1px;
  bottom: 2px; }

/* Mobile - landscape */
.mobile.landscape .play-table-view .play-table-body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 150px; }

.mobile.landscape #canvasdiv {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 3px; }

.mobile.landscape .play-table-view .chat {
  right: 0;
  bottom: 0;
  top: 124px;
  width: 150px; }

.mobile.landscape .play-table-view .button-back {
  left: 12px;
  top: 12px;
  width: 62px; }

.mobile.landscape .play-table-view .button-menu {
  left: 12px;
  top: 12px;
  width: 62px; }
  .mobile.landscape .play-table-view .button-menu.show {
    width: auto; }

.theme-green .play-table-view .button-menu {
  border-color: #f7ff95;
  background-color: rgba(0, 0, 0, 0.2); }
  .theme-green .play-table-view .button-menu .button-content {
    color: #f7ff95; }

.theme-green.desktop #bottomcolumn {
  height: 140px; }

.theme-green.desktop .play-table-view .button-menu {
  border-width: 3px; }

.theme-green.mobile .play-table-view .button-menu {
  border-width: 2px; }
  .theme-green.mobile .play-table-view .button-menu .button-content {
    font-weight: bold; }

.theme-blue.desktop #bottomcolumn {
  height: 128px; }

.theme-gray.desktop #bottomcolumn {
  height: 128px; }

.scores-table {
  position: absolute;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none; }

.scores-table .scores-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden; }

.scores-table .content-table {
  border-collapse: collapse;
  width: 100%; }

.scores-table .content-table tbody td {
  text-align: right;
  padding: 2px 5px;
  white-space: nowrap; }

.scores-table .content-table thead {
  text-align: center; }

.scores-table .content-table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* Для desktop версии */
.desktop .scores-table {
  line-height: 24px; }

.desktop .scores-table .content-table {
  font-size: 16px; }

.desktop .scores-table {
  width: 100%;
  min-height: 120px; }

.desktop .scores-table .col-player1,
.desktop .scores-table .col-player2 {
  width: 84px; }

/* Для mobile версии */
.mobile .modal-dialog.scores-dialog .scores-table {
  position: relative;
  top: 6px;
  left: 0;
  height: 250px;
  width: 240px;
  line-height: 20px; }

.mobile .modal-dialog.scores-dialog .scores-content {
  top: 36px; }

.mobile .scores-table .col-player1,
.mobile .scores-table .col-player2 {
  width: 80px; }

.theme-green .scores-table .content-table thead {
  border-top: 1px solid #E3F1C8;
  background: rgba(0, 0, 0, 0.4);
  color: white; }

.theme-green .scores-table .content-table tbody td {
  background: rgba(227, 241, 200, 0.3);
  color: #E3F1C8; }

.theme-green.desktop .scores-table .scores-content {
  top: 46px; }

.theme-green.mobile .modal-dialog.scores-dialog .scores-content {
  top: 36px; }

.theme-blue .scores-table {
  border-color: #B0BFEA; }
  .theme-blue .scores-table .content-table thead {
    background: #BFD4F3;
    color: #426DAF;
    font-weight: bold; }
  .theme-blue .scores-table .content-table tbody td {
    background: #ECF5FF;
    color: #29313D; }

.theme-blue.desktop .scores-table .scores-content {
  top: 62px; }

.theme-blue.mobile .modal-dialog.scores-dialog .scores-content {
  top: 48px; }

.theme-gray .scores-table {
  border-color: black; }
  .theme-gray .scores-table .content-table thead {
    background: #F0F0F0;
    color: #0000FF;
    font-weight: bold; }
  .theme-gray .scores-table .content-table tbody td {
    background: white;
    color: black; }

.theme-gray.desktop .scores-table .scores-content {
  top: 62px; }

.theme-gray.mobile .modal-dialog.scores-dialog .scores-content {
  top: 48px; }

.small_banner_container {
  left: 12px;
  top: 144px; }

.mdi .small_banner_container {
  top: 72px; }

.small_banner {
  width: 120px;
  height: 60px; }

.desktop .status-message {
  position: absolute;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  text-align: center; }

.mobile .status-message {
  position: absolute;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  text-align: center; }

.status-message.hidden {
  display: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none; }

.status-message .text {
  min-height: 28px;
  font-size: 130%;
  font-family: Heuristica;
  width: 100%;
  height: 100%;
  display: table; }

.status-message .text .aligment {
  display: table-cell;
  vertical-align: middle; }

.desktop .status-button {
  border-radius: 6px;
  height: 30px;
  font-size: 18px;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: Heuristica;
  font-weight: bold;
  padding: 0 8px 0 8px;
  display: inline-block; }

.mobile.portrait .status-button {
  border-radius: 6px;
  height: 40px;
  font-size: 18px;
  margin-left: 15px;
  text-transform: uppercase;
  font-family: Heuristica;
  font-weight: bold;
  display: inline-block; }

.mobile.landscape .status-button {
  border-radius: 6px;
  height: 30px;
  font-size: 18px;
  margin-left: 15px;
  text-transform: uppercase;
  font-family: Heuristica;
  font-weight: bold;
  display: inline-block; }

.status-button.hidden {
  display: none !important; }

.theme-green .status-message .text {
  color: #E3F1C8; }

.theme-green .status-button {
  border: 2px solid #E3F1C8;
  background: rgba(227, 241, 200, 0.3);
  color: #E3F1C8; }

.theme-blue .status-message .text {
  color: white; }

.theme-blue .status-button {
  color: white; }

.theme-gray .status-message .text {
  color: white; }

.theme-gray .status-button {
  color: black; }

.timer {
  position: absolute;
  z-index: 1; }

.timer .player .info1 {
  text-align: center;
  min-height: 24px;
  display: table;
  width: 100%; }

.timer .player .info1,
.timer .player .info2 {
  position: relative;
  overflow: hidden; }

.timer .player.can-ban .button-ban {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0; }

.timer .player .score,
.timer .player .move,
.timer .player .time {
  display: table-cell;
  vertical-align: middle; }

.timer .player .score {
  text-align: left;
  padding: 0 6px; }

.timer .player .move {
  text-align: center; }

.timer .player .time {
  text-align: right;
  padding: 0 6px; }

.timer .player .move span {
  color: #EEF1EF;
  border-radius: 6px;
  line-height: 1em;
  padding: 3px 6px;
  background: #CD1B10;
  display: inline-block; }

.timer .player .move.hidden span {
  visibility: hidden; }

.timer .player-info {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap; }

.timer .player-name {
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis; }

.timer .player .rating .label {
  font-size: 12px;
  font-style: italic;
  opacity: 0.6; }

.timer .player .rating {
  font-style: normal; }

/* Для desktop версии */
.desktop .timer {
  position: relative;
  width: 100%; }

.desktop .timer .player .info2 {
  padding: 6px;
  min-height: 60px; }

.desktop .timer .player.can-ban .button-ban {
  width: 60px; }

.desktop .timer .player .button-join {
  position: relative;
  width: 100%; }

.desktop .timer .player .player-info {
  max-width: 400px; }

.desktop .timer .player.can-ban .player-info {
  max-width: 400px; }

.desktop .timer .player .name {
  font-size: 20px; }

.desktop .timer .player {
  border: none; }

/* Для mobile версии */
.mobile .timer {
  font-size: 14px; }

.mobile .timer .player .name {
  font-size: 13px; }

.mobile .timer .player .rating {
  font-size: 11px; }

.mobile .timer .player .score {
  font-weight: bold; }

.mobile .timer .player .time {
  font-weight: bold; }

.mobile .timer .player .avatar {
  width: 31px;
  height: 30px; }

.mobile .timer .player {
  border: none; }

.mobile .timer .player.can-ban .button-ban {
  width: 42px; }

.mobile .timer .player .button-join {
  width: 100%;
  height: 100%; }

.mobile .timer .player .info2 {
  padding: 3px 6px;
  height: 32px; }

.mobile .timer .player .player-info {
  max-width: 130px; }

.mobile .timer .player.can-ban .player-info {
  max-width: 96px; }

/* Mobile-portrait */
.mobile.portrait .timer {
  top: 6px;
  right: 0;
  width: 150px;
  height: 120px; }

/* Mobile-landscape */
.mobile.landscape .timer {
  top: 0;
  right: 0;
  width: 150px;
  height: 120px; }

.theme-green .timer .player.dealer {
  border-top: 1px solid #E3F1C8; }
  .theme-green .timer .player.dealer .info1 {
    background: rgba(0, 0, 0, 0.4);
    color: #E3F1C8; }

.theme-green .timer .player .info1 {
  background: #E3F1C8;
  color: black; }

.theme-green .timer .player .name {
  color: #F5FEA3; }

.theme-green .timer .player .rating {
  color: #FCFCFC; }
  .theme-green .timer .player .rating .label {
    color: #E3F1C8; }

.theme-green.mobile.portrait .timer .player.can-ban .button-ban {
  background-color: #59895a; }

.theme-blue .timer .player.dealer .info1 {
  color: white; }

.theme-blue .timer .player .info1 {
  background: #ECF5FF; }

.theme-blue .timer .player .name {
  color: #426DAF;
  font-weight: bold; }

.theme-blue .timer .player .rating {
  color: #29313D; }
  .theme-blue .timer .player .rating .label {
    color: #426DAF; }

.theme-blue.desktop .timer {
  border-color: #B0BFEA; }
  .theme-blue.desktop .timer .player.dealer .info1 {
    background: #385DCA; }

.theme-blue.mobile .timer {
  border-color: #ADC1FA; }
  .theme-blue.mobile .timer .player.dealer .info1 {
    background: #3162F2; }

.theme-gray .timer .player.dealer {
  border-top: 1px solid black; }
  .theme-gray .timer .player.dealer .info1 {
    background: black;
    color: white; }

.theme-gray .timer .player .info1 {
  background: #F0F0F0; }

.theme-gray .timer .player .name {
  color: #0000FF; }

.theme-gray .timer .player .rating {
  color: black; }
  .theme-gray .timer .player .rating .label {
    color: #0000FF; }

.theme-gray.mobile.portrait .timer .player.can-ban .button-ban {
  background-color: #F0F0F0; }
