@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%;
  color: #0e0e0e;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

#sa-wrap {
  width: 100%;
  min-height: 100%;
  height: auto; }

#portal-menu {
  top: 0;
  width: 100%; }

.body-wrapper {
  font-family: Roboto, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 12px; }

.ui-page-shadow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0); }

.page-content-preloader {
  margin-top: 100px; }

.common-layout {
  position: relative;
  top: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 980px;
  margin: -14px auto 0;
  padding: 20px 0;
  font-family: Roboto; }
  @media only screen and (min-width: 1280px) {
    .common-layout {
      width: 1240px;
      padding: 20px 0; } }

.common-layout.vis {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-timing-function: ease-in; }

.common-layout__left-col {
  position: absolute;
  top: 20px;
  display: table-cell;
  vertical-align: top;
  width: 260px;
  margin-right: 20px; }
  .common-layout__left-col_fixed {
    position: fixed;
    top: 0; }

.common-layout__right-col {
  position: relative;
  left: 260px;
  display: table-cell;
  vertical-align: top;
  width: 720px; }
  @media only screen and (min-width: 1280px) {
    .common-layout__right-col {
      width: 980px; } }
  .common-layout__right-col_fixed {
    top: 52px; }

.mg-play-btn_size_xs, .mg-play-btn_size_s, .mg-play-btn_size_m, .mg-play-btn_size_l, .mg-try-btn, .mg-make-payment-btn, .mg-become-vip-btn, .mg-up-btn {
  display: inline-block;
  min-width: 16px;
  line-height: 32px;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s; }

.mg-play-btn_size_xs, .mg-play-btn_size_s, .mg-play-btn_size_m, .mg-play-btn_size_l, .mg-try-btn {
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04), inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  background-color: #04a60d; }
  .mg-play-btn_size_xs:hover, .mg-play-btn_size_s:hover, .mg-play-btn_size_m:hover, .mg-play-btn_size_l:hover, .mg-try-btn:hover {
    background-color: #02920a; }

.mg-make-payment-btn {
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04), inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  background-color: #005ff9; }
  .mg-make-payment-btn:hover {
    background-color: #005aef; }

.mg-become-vip-btn {
  background-color: #ff9e00;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04), inset 0 0 0 1px rgba(0, 0, 0, 0.12); }
  .mg-become-vip-btn:hover {
    background-color: #FF9400; }

.mg-make-payment-btn, .mg-become-vip-btn {
  text-align: left; }
  .mg-make-payment-btn .mg-btn__text, .mg-become-vip-btn .mg-btn__text {
    margin-left: -18px; }
  .mg-make-payment-btn .mg-btn__icon, .mg-become-vip-btn .mg-btn__icon {
    display: inline-block;
    position: relative;
    top: 5px;
    left: 162px;
    width: 18px;
    height: 18px; }

.mg-play-btn_size_xs {
  width: 123px; }
  @media only screen and (min-width: 1280px) {
    .mg-play-btn_size_xs {
      width: 122px; } }

.mg-play-btn_size_s {
  width: 157px; }
  @media only screen and (min-width: 1280px) {
    .mg-play-btn_size_s {
      width: 127px; } }

.mg-play-btn_size_m {
  width: 143px; }

.mg-play-btn_size_l {
  width: 176px; }

.mg-make-payment-btn {
  width: 180px; }
  .mg-make-payment-btn .mg-btn__icon {
    background: 2px 1px url("/static/i/main/btn-buy-gold-ico.svg") no-repeat; }
  .mg-make-payment-btn #bl_balance {
    position: absolute;
    right: 76px;
    max-width: 40px;
    overflow: hidden;
    text-overflow: ellipsis; }

.mg-become-vip-btn {
  width: 180px; }
  .mg-become-vip-btn .mg-btn__icon {
    background: 2px 3px url("/static/i/main/btn-buy-vip-ico.svg") no-repeat; }

.mg-up-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 55%;
  padding-left: 26px;
  width: 46px;
  height: 26px;
  line-height: 25px;
  background-color: #005ff9;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 2px rgba(0, 0, 0, 0.3); }
  .mg-up-btn__ico {
    position: absolute;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 26px;
    height: 26px;
    background: 8px 7px url("/static/i/main/to-top-arrow-ico.svg") no-repeat #005ff9; }

.mg-try-btn {
  width: 180px; }

.back-to-dark-ages {
  font-size: 13px;
  font-weight: 500;
  color: #999;
  margin-top: 20px;
  padding: 20px 15px 5px 15px;
  border-top: 1px solid #e6e6e6;
  cursor: pointer; }

.back-to-dark-ages a {
  color: #999; }
  .back-to-dark-ages a:hover {
    color: #333; }

.user-i {
  color: #333;
  width: 200px;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .user-i h3 {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #333333; }
  .user-i .auth-problem {
    margin-top: 15px;
    display: block;
    background: url(/static/i/auth-problem-s.png) repeat-x;
    width: 200px;
    height: 138px; }
  .user-i p {
    margin-top: 15px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #333333; }

.user-i__userpic {
  width: 60px;
  height: 60px;
  float: left; }
  .user-i__userpic img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
  .user-i__userpic .user-vip-ico {
    display: block;
    position: relative;
    top: -23px;
    left: 40px;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    background: center center/12px url("/static/i/main/btn-buy-vip-ico.svg") no-repeat #ff9e00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }

.user-i__username {
  max-width: 115px;
  margin-left: 72px;
  padding: 7px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px; }
  .user-i__username a {
    display: table-cell;
    vertical-align: middle;
    height: 36px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis; }
    .user-i__username a:hover {
      color: #005bd1; }
    .user-i__username a::after {
      content: '';
      /* Выводим элемент */
      position: absolute;
      /* Абсолютное позиционирование */
      right: 20px;
      top: 30px;
      width: 40px;
      height: 30px;
      /* Градиент */
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff 100%);
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #fff 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 100%); }

.user-i__btns {
  margin-top: 20px; }
  .user-i__btns div {
    margin-top: 15px; }

.user-i__gifts {
  width: 200px;
  margin-top: 20px; }
  .user-i__gifts p {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400; }
  .user-i__gifts img {
    width: 45px;
    height: 45px;
    margin-top: 4px; }

.left-banner {
  width: 240px;
  height: 254px;
  margin: 20px 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.15);
  overflow: hidden; }

.common-layout__left-col > div:first-child {
  margin-top: 0; }

.left-banner_bank {
  width: 240px;
  height: 211px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.15);
}

.left-advert-block {
  width: 224px;
  margin-top: 20px;
  padding: 12px 8px 40px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;}
  .left-advert-block .rb-container {
    width: 224px !important; }
  .left-advert-block.filled {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }

.push {
  height: 42px; }

.footer {
  position: relative;
  margin: 0;
  white-space: nowrap;
  text-align: left;
  background: #fff;
  height: 28px;
  padding: 0 10px;
  border: 0;
  border-top: 1px solid #D5D5D5;
  border-spacing: 0;
  border-collapse: collapse;
  color: #999;
  font-size: 12px;
  font-family: Arial, Verdana, Tahoma, sans-serif; }

.footer a {
  outline: none;
  color: #999;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  font-weight: 400; }

.footer a:hover {
  text-decoration: none;
  color: #f26d00; }

.footer div {
  float: right; }

.footer p {
  float: left;
  color: #9092A5;
  font-weight: 400; }

.footer div a {
  float: right;
  margin-left: 10px; }

.clearfix {
  clear: both; }

input.chbox {
  display: none; }

input.chbox + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 11px;
  line-height: 22px;
  vertical-align: middle; }

input.chbox + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: solid 1px #cccccc;
  background: #fff; }

input.chbox:checked + label:before {
  background: center center url("/static/i/galka.svg") no-repeat #fff; }

.green-button {
  display: inline-block;
  border-radius: 3px;
  background-color: #04a60d;
  border: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 37px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding: 0 45px; }

.green-button:focus {
  background-color: #04880d; }

input:focus {
  outline: none; }

#check-flash {
  text-align: left;
  color: #333333;
  font-size: 16px;
  font-family: Roboto;
  background: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 14px;
  overflow: hidden;
  height: 30px; }
  #check-flash .title {
    line-height: 48px;
    padding-left: 45px; }
  #check-flash .icon {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 22px;
    height: 22px;
    background: url("/static/i/icons/circle-alert.svg") 0 0 no-repeat;
    background-size: contain; }
  #check-flash.mini {
    font-size: 13px; }
  #check-flash.expanded {
    height: auto; }
  #check-flash a {
    color: #005bd1; }
  #check-flash .arrow {
    width: 1px;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
    #check-flash .arrow.up {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }
  #check-flash .close-button {
    position: absolute;
    right: 9px;
    top: 12px; }
  #check-flash .close-button:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); }
  #check-flash .close-button:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #999;
    border-left: 2px solid #999;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); }
  #check-flash .noflash {
    background: white;
    position: relative; }
    #check-flash .noflash ol {
      margin-left: 30px; }
    #check-flash .noflash li {
      line-height: 1.38;
      padding: 3px; }
    #check-flash .noflash p {
      font-weight: 500;
      color: #424242;
      padding-left: 15px;
      padding-bottom: 7px; }

/*# sourceMappingURL=common.css.map */

/*adblock*/
.alert-btn:hover {
  background: #e6e6e6;
}
.adb:hover::before {
  border-color: rgba(255, 255, 255, 0.75);
}
.adb:hover::after {
  border-color: rgba(255, 255, 255, 0.75);
}