
html {
    font-family: sans-serif;
    font-display: swap
  }
  
  body {
    margin: 0
  }
  
  *,
  :after,
  :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  menu,
  nav,
  section,
  summary {
    display: block
  }
  
  audio:not([controls]) {
    display: none;
    height: 0
  }
  
  a {
    background-color: transparent;
    cursor: pointer
  }
  
  a:active,
  a:hover {
    outline-width: 0
  }
  
  b,
  strong {
    font-weight: inherit;
    font-weight: bolder
  }
  
  h1 {
    font-size: 1.6em;
    margin: 4px 0 -20px 0;
    text-align: center;
    color: #fff;
    padding: 2px
  }
  
  h1 + svg {
      margin: 30px auto;
      display: block;
  }
  
  img {
    border-style: none
  }
  
  svg:not(:root) {
    overflow: hidden
  }
  
  button,
  input,
  select,
  textarea {
    font: inherit;
    margin: 0
  }
  
  button,
  input {
    overflow: visible
  }
  
  button,
  select {
    text-transform: none
  }
  
  [type=submit]::-moz-focus-inner,
  button::-moz-focus-inner {
    border-style: none;
    padding: 0
  }
  
  [type=checkbox],
  [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
  }
  
  ::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
  }
  
  
  
  
  
  
  
  .container-contact-form {
    padding: 50px 10px 150px;
    background: url(../img/bg-support.png) center center no-repeat;
  }
  
  .block-contact-form {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
  
  .h-contact-form {
    margin-bottom: 20px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }
  
  .mini-h-contact-form {
    margin-top: 5px;
    color: #a0a0a1;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
  }
  
  .one-item-form {
    margin: 15px 0;
    clear: both;
    float: none;
  }
  
  .one-item-form label {
    display: block;
    width: 130px;
    float: left;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding-top: 14px;
  }
  
  .one-item-form label span {
    margin-left: 6px;
  }
  
  .one-item-form input,
  .one-item-form textarea {
    width: calc(100% - 130px);
    float: right;
    display: block;
    padding: 14px 18px;
    font-size: 14px;
    border: 1px solid transparent;
    background: #251146;
    background: #fff;
    color: rgba(255, 255, 255, 0.5);
    color: #222;
    border-radius: 25px;
    outline: none;
    resize: none;
  }
  
  .one-item-form textarea {
    height: 110px;
    margin-bottom: 15px;
  }
  
  .one-item-form input[type="submit"] {
    width: 128px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    background: #2283f6;
    margin: 15px auto 0;
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    float: none;
    padding: 12px 15px;
  }
  
  .reply-contact-form {
    margin-top: 5px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
  }
  
  .info-contact-form {
    margin: 120px 0 0;
    background: #fff;
    color: #333;
    border-radius: 5px;
    padding: 20px;
    font-size: 14px;
  }
  
  .info-contact-form a {
    color: #337ab7;
  }
  
  .info-contact-form a:hover {
    font-size: inherit !important;
  }
  
  body#faq .rules.page_content h1 {
    color: #333;
    display: none;
  }
  
  body#faq .main-title {
    color: #fff;
  }
  
  
  
  .main-title {
    padding: 30px 0;
    font-size: 26px;
    font-weight: 700;
  }
  
  .faq-block {
    padding-bottom: 100px;
  }
  
  .faq-title {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #270a36;
    background: #f7fcfe;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    box-shadow: 0 0 5px 0 rgb(227 233 242 / 60%);
    cursor: pointer;
  }
  
  .faq-section {
    max-height: 0px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: .3s;
    padding: 0;
  }
  
  .faq-section.active {
    max-height: 2000px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 30px 0 20px;
  }
  
  .faq-title img:first-child {
    width: 17px;
    margin-right: 10px;
  }
  
  .faq-title img:last-child {
    width: 17px;
    margin-left: auto;
    transform: rotate(-180deg);
    height: 20px;
    transition: .3s;
  }
  
  .faq-title.active img:last-child {
    transform: rotate(-90deg);
  }
  
  .faq-item {
    border-top: 1px solid #e5e9f1;
    width: 100%;
    max-height: 50px;
    overflow: hidden;
    transition: .3s;
    color: #fff !important;
  }
  
  .section__main.white-bg .faq-item.active {
    max-height: 420px;
  }
  
  .section__main.white-bg .faq-item p,
  .section__main.white-bg .faq-item.active p {
    color: #fff !important;
  }
  
  .faq-item:last-child {
    border-bottom: 1px solid #e5e9f1;
  }
  
  .faq-item b {
    display: flex;
    align-items: center;
    padding: 15px;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
    cursor: pointer;
    background: #f7fcfe;
  }
  
  .faq-item b::after {
    content: '+';
    margin-left: auto;
    font-weight: 400;
    font-size: 32px;
    color: #ef23af;
    color: #205685;
  }
  
  .faq-item.active b::after {
    content: '-';
    font-size: 50px;
    margin-right: 2px;
  }
  
  .faq-item p {
    line-height: 20px;
    font-weight: 400;
    padding: 0 50px 0 16px;
    margin-bottom: 15px;
  }
  
  .payments-block {
    color: #FFF !important;
  }
  
  .payments-block .tabs {
    margin: 20px 0;
    display: flex;
    align-items: center;
  }
  
  .payments-block .page-text {
    font-size: 14px;
  }
  
  .payments-block .tabs .tab {
    min-width: 110px;
    margin-right: 10px;
    background-color: transparent;
    border: 1px solid #f8e71c;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
  }
  
  .payments-block .tabs .tab.active {
    background-color: #f8e71c;
    color: #333;
  }
  
  .payments-block .tab-conts .tab-cont {
    display: none;
  }
  
  .payments-block .tab-conts .tab-cont.active {
    display: block;
  }
  
  .payments-heading {
    display: flex;
    align-items: center;
    color: #b7c1d7;
    height: 50px;
  }
  
  .payments-heading .payments-col:nth-child(1) {
    justify-content: flex-start;
  }
  
  .payments-table {
    box-shadow: 0 0 5px rgb(227 233 242 / 60%);
    border-radius: 8px;
    margin-bottom: 30px;
  }
  
  .tab-conts {
    background: #fff;
    color: #333 !important;
  }
  
  .payments-row {
    display: flex;
    align-items: center;
    height: 55px;
  }
  
  .payments-row + .payments-row {
    border-top: solid 1px #f1f4fa;
  }
  
  .payments-col {
    font-size: 13px;
  }
  
  .payments-col:nth-child(1) {
    max-width: 190px;
    width: 14.39%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
  
  }
  
  .payments-col:nth-child(1) img {
    width: 65px;
  }
  
  .payments-col:nth-child(2) {
    max-width: 140px;
    width: 10.6%;
  }
  
  .payments-col:nth-child(3) {
    max-width: 370px;
    width: 28.03%;
  }
  
  .payments-col:nth-child(4) {
    max-width: 180px;
    width: 13.63%;
  }
  
  .payments-col:nth-child(5) {
    max-width: 280px;
    width: 28.21%;
  }
  
  .payments-col:nth-child(6) {
    width: 160px;
    width: 10px;
  }
  
  .payments-col:nth-child(6) .btn {
    min-width: 130px;
    max-width: 130px;
    height: 37px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto;
  }
  
  
  
  
  
  
  .game-modal .close-fullsc,
  .game-modal.full-sc .open-fullsc {
    display: none;
  }
  
  .game-modal.full-sc .close-fullsc {
    display: inline-block;
  }
  
  .game-modal.full-sc .side-pannel {
    right: -2px;
  }
  
  .game-modal::after {
    display: none;
  }
  
  .game-page-width {
    margin-top: 94px;
    margin-bottom: 70px;
  }
  
  .game-modal.full-sc {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  @media screen and (max-width: 768px) {
  
    .faq-item {
      max-height: 70px;
    }
  
    .faq-item b {
      height: 70px;
      font-size: 14px;
    }
  
    .payments-heading {
      display: none;
    }
  
    .mobile-payments {
      max-width: 100%;
    }
  
    .payments-table {
      box-shadow: none;
  
    }
  
    .payments-row {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      box-shadow: 0 0 15px rgb(227 233 242 / 60%);
      border-radius: 8px;
      margin-bottom: 30px;
    }
  
    .payments-row + .payments-row {
      border-top: none;
    }
  
    .payments-col:nth-child(1),
    .payments-col:nth-child(2),
    .payments-col:nth-child(3),
    .payments-col:nth-child(4),
    .payments-col:nth-child(5),
    .payments-col:nth-child(6) {
      max-width: 100%;
      width: 100%;
    }
  
    .payments-col {
      text-align: right;
      height: 41px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 0 15px;
    }
  
    .payments-col + .payments-col {
      border-top: solid 1px #f1f4fa;
    }
  
    .payments-col:nth-child(1) {
      justify-content: flex-end;
      height: 56px;
    }
  
    .payments-col:nth-child(1)::before,
    .payments-col:nth-child(3)::before,
    .payments-col:nth-child(4)::before,
    .payments-col:nth-child(5)::before {
      content: attr(data-title);
      margin-right: auto;
      color: #91a0b8;
      width: 45%;
      font-weight: 700;
      text-align: left;
    }
  
    .payments-col:nth-child(2) {
      display: none;
    }
  
    .payments-col:nth-child(3) {}
  
    .payments-col:nth-child(4) {}
  
    .payments-col:nth-child(5) {}
  
    .payments-col:nth-child(6) {
      height: 0px;
      display: flex;
      -ms-align-items: center;
      align-items: center;
    }
  
    .payments-col:nth-child(6) .btn {}
  
    .rules.page_content .container {
      padding: 0;
    }
  
    .faq-section.active {
      padding: 5px 0 0;
    }
  
    .one-item-form label {
      width: 100%;
    }
  
    .one-item-form input,
    .one-item-form textarea {
      width: 100%;
      margin-top: 7px;
    }
  
    .info-contact-form {
      margin: 60px 0 0;
    }
  
  
  
  }
  
  
  
  
  
  a.profile__button.button.button_color_brightblue[href="/logout"] {
    background: #ed1d49;
    color: #fff;
  }
  
  .popup_changePassword {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 9995;
    background-color: #1b1a27;
  }
  
  
  
  
  #user_token {
    display: none;
  }
  
  
  
  
  
  
  
  
  
  
  .icon {
    display: inline-block;
    vertical-align: top
  }
  
  .icon_cup {
    background-position: -797px -482px;
    width: 48px;
    height: 54px
  }
  
  .icon_cup,
  .icon_info {
    background-image: url(../img/sprite.png)
  }
  
  .icon_info {
    background-position: -965px -543px;
    width: 7px;
    height: 15px
  }
  
  .icon_info-light {
    background-position: -965px -704px;
    width: 4px;
    height: 13px
  }
  
  .icon_info-light,
  .icon_visa {
    background-image: url(../img/sprite.png)
  }
  
  .icon_exit {
    background-position: -562px -766px;
    height: 22px
  }
  
  .icon_exit,
  .icon_purse {
    background-image: url(../img/sprite.png);
    width: 22px
  }
  
  .icon_purse {
    background-position: -423px -831px;
    height: 24px
  }
  
  .icon_star-white {
    background-position: -454px -766px;
    width: 24px;
    height: 23px
  }
  
  .icon_arrow-down,
  .icon_star-white {
    background-image: url(../img/sprite.png)
  }
  
  .icon_gamepad,
  .icon_safebox {
    background-image: url(../img/sprite.png)
  }
  
  .icon_safebox {
    background-position: 0 0;
    width: 222px;
    height: 214px
  }
  
  .icon_visa {
    background-position: -725px -227px;
    width: 36px;
    height: 11px
  }
  
  .icon_mastercard {
    background-position: -498px -443px;
    width: 76px;
    height: 12px
  }
  
  .icon_mastercard,
  .icon_qiwi {
    background-image: url(../img/sprite.png)
  }
  
  .icon_qiwi {
    background-position: -797px -566px;
    width: 59px;
    height: 24px
  }
  
  .icon_yandex {
    background-position: -797px -620px;
    width: 65px;
    height: 19px
  }
  
  .icon_webmoney,
  .icon_yandex {
    background-image: url(../img/sprite.png)
  }
  
  .icon_webmoney {
    background-position: -269px -766px;
    width: 101px;
    height: 24px
  }
  
  .icon_moneta {
    background-position: -122px -831px;
    width: 86px;
    height: 33px
  }
  
  .icon_moneta,
  .icon_wallet {
    background-image: url(../img/sprite.png)
  }
  
  .icon_wallet {
    background-position: -360px -831px;
    width: 33px;
    height: 28px
  }
  
  .icon_sberbank {
    background-position: -129px -766px;
    width: 110px;
    height: 27px
  }
  
  .icon_alfabank,
  .icon_sberbank {
    background-image: url(../img/sprite.png)
  }
  
  .icon_alfabank {
    background-position: -688px -600px;
    width: 78px;
    height: 28px
  }
  
  .icon_promsvyazbank {
    background-position: -589px -666px;
    width: 128px;
    height: 21px
  }
  
  .icon_gift,
  .icon_promsvyazbank {
    background-image: url(../img/sprite.png)
  }
  
  .icon_checkmark,
  .icon_clock {
    background-image: url(../img/sprite.png)
  }
  
  .icon_clock {
    background-position: -718px -766px;
    width: 20px;
    height: 20px
  }
  
  .icon_vip-1-small {
    background-position: -904px -363px;
    height: 26px
  }
  
  .icon_vip-1-small,
  .icon_vip-2-small {
    background-image: url(../img/sprite.png);
    width: 30px
  }
  
  .icon_cancel {
    background-image: url(../img/sprite.png);
    background-position: -47px -897px;
    width: 18px;
    height: 19px
  }
  
  .icon_cross-bold {
    background-position: -769px -831px
  }
  
  .icon_cross-bold,
  .icon_cross-bold_grey {
    background-image: url(../img/sprite.png?v=2);
    width: 15px;
    height: 15px
  }
  
  .icon_medal-gold-large {
    background-position: -797px -292px
  }
  
  .icon_medal-gold-large,
  .icon_medal-silver-large {
    background-image: url(../img/sprite.png);
    width: 51px;
    height: 66px
  }
  
  .icon_medal-silver-large {
    background-position: -797px -196px
  }
  
  .icon_medal-bronze-large {
    background-image: url(../img/sprite.png);
    background-position: -797px -100px;
    width: 51px;
    height: 66px
  }
  
  .icon_arrow-right,
  .icon_arrow-right-white {
    background-image: url(../img/sprite.png);
    width: 14px
  }
  
  .icon_arrow-right-white {
    background-position: -859px -831px;
    height: 12px
  }
  
  .icon_vip-3-small,
  .icon_vip-4-small {
    background-image: url(../img/sprite.png);
    width: 30px;
    height: 26px
  }
  
  .icon_vip-4-small {
    background-position: -904px -419px
  }
  
  .icon_18 {
    background-position: -538px -490px;
    width: 36px
  }
  
  .icon_18,
  .icon_curagao {
    background-image: url(../img/sprite.png);
    height: 36px
  }
  
  .icon_curagao {
    background-position: -904px 0;
    width: 31px
  }
  
  .icon_ecorga {
    background-position: 0 -831px;
    width: 92px;
    height: 36px
  }
  
  .icon_ecorga,
  .icon_microgaming {
    background-image: url(../img/sprite.png)
  }
  
  .icon_microgaming {
    background-position: -253px -666px;
    width: 134px;
    height: 33px
  }
  
  .icon_netent {
    background-position: 0 -766px;
    width: 99px;
    height: 35px
  }
  
  .icon_lock_small,
  .icon_netent {
    background-image: url(../img/sprite.png)
  }
  
  .svg-cancel {
    fill: #fff
  }
  
  .svg-cancel-dims {
    width: 16px;
    height: 16px
  }
  
  .svg-close-dims {
    margin: -4px 0 0 0;
    width: 22px;
    height: 22px
  }
  
  .svg-game-hall-dims {
    width: 23px;
    height: 18px
  }
  
  .svg-lottery-dims {
    width: 20px;
    height: 24px
  }
  
  .svg-promo-dims {
    width: 23px;
    height: 24px
  }
  
  .svg-tournament-dims {
    width: 20px;
    height: 24px
  }
  
  .svg-vip-level-dims {
    width: 24px;
    height: 24px
  }
  
  .svg-gift {
    width: 20px;
    height: 20px;
    fill: #fff
  }
  
  .svg-star {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    fill: #ffea00
  }
  
  .svg-star_disabled {
    fill: #08203a;
    stroke: #15355a;
    stroke-width: 1px;
    opacity: .3
  }
  
  .svg__close {
    width: 17px;
    height: 17px;
    fill: rgba(255, 255, 255, .3);
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease
  }
  
  .svg__close:hover {
    fill: #fff
  }
  
  .svg-money {
    width: 27px;
    height: 18px
  }
  
  .svg-card_rub-dims {
    width: 142px;
    height: 46px
  }
  
  .svg-close-dims {
    margin: -4px 0 0 0;
    width: 22px;
    height: 22px
  }
  
  .svg-money-dims {
    width: 27px;
    height: 18px
  }
  
  .svg-profile-dims {
    width: 24px;
    height: 24px
  }
  
  .svg-ruble-dims {
    width: 13px;
    height: 18px
  }
  
  .svg-vip-level-dims,
  .svg-vip-points-dims {
    width: 24px;
    height: 24px
  }
  
  /* .title {
      text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 22px;
      text-transform: uppercase;
      color: #fff;
      margin: 0
  } */
  
  .title_color_accent {
    color: #fff000
  }
  
  .title_font_largest {
    font-size: 23px
  }
  
  .title_font_smallest {
    font-size: 14px
  }
  
  .title_font_large {
    font-size: 19px
  }
  
  .title_font_huge {
    font-size: 30px
  }
  
  .title_font_hugest {
    font-size: 30px;
    font-weight: 500;
    font-family: Roboto, sans-serif
  }
  
  .title_family_base {
    font-family: Roboto, sans-serif
  }
  
  .button,
  .title_align_center {
    text-align: center
  }
  
  .button {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    padding: 11px 21px;
    background-color: #185e9c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b87d5), to(#163464));
    background-image: -webkit-linear-gradient(top, #1b87d5, #163464);
    background-image: -o-linear-gradient(top, #1b87d5, #163464);
    background-image: linear-gradient(180deg, #1b87d5, #163464);
    -webkit-box-shadow: inset 0 0 7px rgba(255, 255, 255, .13), inset 0 1px 0 #7ac7ff, 0 2px 0 rgba(0, 0, 0, .11);
    box-shadow: inset 0 0 7px rgba(255, 255, 255, .13), inset 0 1px 0 #7ac7ff, 0 2px 0 rgba(0, 0, 0, .11);
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .22);
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
  }
  
  .button:hover {
    -webkit-box-shadow: 0 0 11px 0 #355b8a, inset 0 1px 6px 0 rgba(255, 255, 255, .32);
    box-shadow: 0 0 11px 0 #355b8a, inset 0 1px 6px 0 rgba(255, 255, 255, .32)
  }
  
  .button:active {
    color: #fff
  }
  
  .button_font_cond {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400
  }
  
  .button_small {
    text-shadow: 0 2px 3px rgba(6, 23, 42, .65);
    font-size: 13px;
    line-height: 20px;
    padding: 1px 5px
  }
  
  .button_shape_round,
  .button_small {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase
  }
  
  .button_shape_round {
    padding: 9px 20px 8px;
    background-color: #ed1d49;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ed1d49), to(#ff0036));
    background-image: -webkit-linear-gradient(top, #ed1d49, #ff0036);
    background-image: -o-linear-gradient(top, #ed1d49, #ff0036);
    background-image: linear-gradient(180deg, #ed1d49, #ff0036);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .34), 0 3px 2px rgba(4, 4, 4, .26);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .34), 0 3px 2px rgba(4, 4, 4, .26);
    display: inline-block;
    text-shadow: 0 1px 0 rgba(4, 4, 4, .26);
    font-size: 15px;
    background: #2283f6;
  }
  
  .button_shape_round:hover {
    background-color: #f24600;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e69800), to(#cc002b));
    background-image: -webkit-linear-gradient(top, #e69800, #cc002b);
    background-image: -o-linear-gradient(top, #e69800, #cc002b);
    background-image: linear-gradient(180deg, #e69800, #cc002b);
    -webkit-box-shadow: none;
    box-shadow: none
  }
  
  .button_color_orange {
    background-color: #ed1d49;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ed1d49), to(#ff0036));
    background-image: -webkit-linear-gradient(top, #ed1d49, #ff0036);
    background-image: -o-linear-gradient(top, #ed1d49, #ff0036);
    background-image: linear-gradient(180deg, #ed1d49, #ff0036);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 3px 6px #040404;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 3px 6px #040404
  }
  
  .button_color_orange:hover {
    background-color: #f24600;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e69800), to(#cc002b));
    background-image: -webkit-linear-gradient(top, #e69800, #cc002b);
    background-image: -o-linear-gradient(top, #e69800, #cc002b);
    background-image: linear-gradient(180deg, #e69800, #cc002b);
    -webkit-box-shadow: none;
    box-shadow: none
  }
  
  .button_color_green {
    background-color: #1cc43b;
    background-image: -webkit-linear-gradient(310deg, #1cc43b, #5bb131);
    background-image: -o-linear-gradient(310deg, #1cc43b, #5bb131);
    background-image: linear-gradient(140deg, #1cc43b, #5bb131);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .39);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .39)
  }
  
  .button_color_green:hover {
    background-color: #16972e;
    background-image: -webkit-linear-gradient(310deg, #16972e, #468926);
    background-image: -o-linear-gradient(310deg, #16972e, #468926);
    background-image: linear-gradient(140deg, #16972e, #468926);
    -webkit-box-shadow: none;
    box-shadow: none
  }
  
  .button_color_brightblue {
    background-color: #7daa2f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ea8db), to(#236dd2));
    background-image: -webkit-linear-gradient(top, #4ea8db, #236dd2);
    background-image: -o-linear-gradient(top, #4ea8db, #236dd2);
    background-image: linear-gradient(180deg, #7daa2f, #7daa2f);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  .button_color_brightblue:hover {
    background-color: #7daa2f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2a92cc), to(#1c56a6));
    background-image: -webkit-linear-gradient(top, #2a92cc, #1c56a6);
    background-image: -o-linear-gradient(top, #2a92cc, #1c56a6);
    background-image: linear-gradient(180deg, #7daa2f, #7daa2f);
    -webkit-box-shadow: none;
    box-shadow: none
  }
  
  .button_style_flat {
    width: 79px;
    height: 33px;
    background-color: #3c3a4f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-image: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
  }
  
  .button_style_flat,
  .button_style_flat:hover {
    -webkit-box-shadow: inset 0 1px 0 #494767, 0 1px 0 #1a1925;
    box-shadow: inset 0 1px 0 #494767, 0 1px 0 #1a1925
  }
  
  .input {
    display: inline-block;
    vertical-align: top;
    position: relative
  }
  
  .input__label {
    display: block;
    position: relative
  }
  
  .input__inner {
    width: 256px;
    height: 56px;
    background-color: #181723;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    -webkit-box-shadow: inset 0 1px 0 #0d0c13, 0 1px 0 #323144;
    box-shadow: inset 0 1px 0 #0d0c13, 0 1px 0 #323144;
    color: #a5a3bd;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding: 0 21px
  }
  
  .input_withbutton .input__inner {
    width: 280px;
    height: 55px;
    background-color: #183556;
    border: 1px solid #435c77;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 10px 6px rgba(255, 255, 255, .17), inset -121px 0 0 rgba(0, 0, 0, .09);
    box-shadow: inset 0 0 10px 6px rgba(255, 255, 255, .17), inset -121px 0 0 rgba(0, 0, 0, .09);
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    display: block
  }
  
  .checkbox {
    display: inline-block;
    vertical-align: top;
    position: relative
  }
  
  .checkbox__inner {
    display: none
  }
  
  .checkbox__label {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding-left: 28px;
    cursor: pointer;
    display: block;
    position: relative
  }
  
  .checkbox__label:before {
    background-color: #100f1b;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .38), 0 1px 0 #222130;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .38), 0 1px 0 #222130
  }
  
  .checkbox__inner:checked + .checkbox__label:before,
  .checkbox__label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 1px;
    border-radius: 1px
  }
  
  .checkbox__inner:checked + .checkbox__label:before {
    background-color: #fda31b;
    background-image: -webkit-linear-gradient(280deg, #fda31b, #fd0834);
    background-image: -o-linear-gradient(280deg, #fda31b, #fd0834);
    background-image: linear-gradient(170deg, #fda31b, #fd0834);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  .checkbox__label:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 2px;
    background-image: url(../img/sprite.png?v=2);
    background-position: -965px -418px;
    width: 13px;
    height: 13px;
    opacity: 0
  }
  
  .checkbox__inner:checked + .checkbox__label:after {
    content: '';
    opacity: 1
  }
  
  .wrap {
    margin: 0 auto;
    width: 940px
  }
  
  @media only screen and (min-width:1440px) {
    .wrap {
      width: 1420px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .wrap {
      width: 1180px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .wrap {
      width: 90%
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .wrap {
      width: 95%
    }
  }
  
  @media only screen and (max-width:767px) {
    .wrap {
      width: 97%;
      max-width: 480px
    }
  }
  
  .section {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: table
  }
  
  @media only screen and (min-width:1440px) {
    .section {
      width: 1420px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .section {
      width: 1180px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .section {
      width: 95%
    }
  }
  
  @media only screen and (max-width:767px) {
    .section {
      width: 100%;
      max-width: 480px;
      display: block;
      position: relative
    }
  }
  
  /* .section__main {
      display: table-cell;
      vertical-align: top;
      position: relative;
      background: #05274c;
      width: 100%
  } */
  
  @media only screen and (max-width:767px) {
    .section__main {
      width: 100%;
      display: block;
      position: relative;
      background-image: none
    }
  }
  
  .section_full .section__main {
    -webkit-border-radius: 5px;
    border-radius: 5px
  }
  
  .section_full .section__main,
  .section_full .section__main:before {
    -webkit-box-shadow: inset 0 1px 0 0 #334356, inset -1px 0 0 0 #2d517d, inset 1px 0 0 0 #2d517d;
    box-shadow: inset 0 1px 0 0 #334356, inset -1px 0 0 0 #2d517d, inset 1px 0 0 0 #2d517d
  }
  
  .section__aside {
    min-width: 300px;
    display: table-cell;
    vertical-align: top;
    background-color: #003068
  }
  
  @media only screen and (min-width:1440px) {
    .section__aside {
      min-width: 460px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .section__aside {
      min-width: 380px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .section__aside {
      min-width: 220px
    }
  
    .winsline__content {
      padding-top: 3px !important
    }
  }
  
  @media only screen and (max-width:767px) {
    .section__aside {
      min-width: 100%;
      display: block;
      position: relative
    }
  
    .section_promo .section__aside {
      background-color: #122d4c
    }
  }
  
  .section_winsline {
    margin-top: 23px;
    overflow: hidden;
    display: block
  }
  
  @media screen and (min-width:1100px) {
    .section_winsline {
      margin-top: 10px !important
    }
  }
  
  @media only screen and (max-width:767px) {
    .hero__counter {
      display: none !important
    }
  
    .hero__wrap {
      min-height: 70px !important
    }
  
    .hero__nav {
      top: 10px !important
    }
  
    .hero__nav {
      z-index: 20 !important
    }
  
    .section_winsline {
      padding-left: 20px;
      padding-right: 20px;
      height: 64px;
      margin-top: 10px !important
    }
  }
  
  .section_main {
    margin-top: 28px;
    height: 100%
  }
  
  @media only screen and (max-width:767px) {
    .section_main {
      margin-top: 20px;
      height: auto
    }
  }
  
  .section_full .section__main:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-image: -webkit-linear-gradient(277deg, rgba(255, 255, 255, .2), transparent 50%), -webkit-linear-gradient(262deg, rgba(255, 255, 255, .2), transparent 50%);
    background-image: -o-linear-gradient(277deg, rgba(255, 255, 255, .2), transparent 50%), -o-linear-gradient(262deg, rgba(255, 255, 255, .2), transparent 50%);
    background-image: linear-gradient(173deg, rgba(255, 255, 255, .2), transparent 50%), linear-gradient(188deg, rgba(255, 255, 255, .2), transparent 50%)
  }
  
  .section_full {
    margin-top: 34px
  }
  
  .section_main:after {
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 300px;
    bottom: 0;
    background-color: #10253d;
    -webkit-box-shadow: 1px 0 0 #214268;
    box-shadow: 1px 0 0 #214268
  }
  
  @media only screen and (min-width:1440px) {
    .section_main:after {
      right: 459px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .section_main:after {
      right: 380px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .section_main:after {
      right: 220px
    }
  }
  
  @media only screen and (max-width:767px) {
    .section_main:after {
      right: 0;
      display: none
    }
  }
  
  .table {
    width: 100%;
    border-collapse: collapse
  }
  
  .table__row {
    height: 43px
  }
  
  .table__row:nth-child(odd) {
    height: 31px;
    background-color: #05274c
  }
  
  .table_promo .table__row:nth-child(odd) {
    background-color: #3d628e
  }
  
  .table_leaderboard .table__row:nth-child(odd) {
    background-color: #3d628e;
    height: 31px
  }
  
  .table__cell {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #88add7;
    text-align: left;
    white-space: nowrap
  }
  
  .table__cell_fluid.table__cell,
  .table_leaderboard .table__cell_fluid.table__cell {
    width: 100%
  }
  
  .table_leaderboard .table__cell,
  .table_promo .table__cell {
    color: #fff
  }
  
  .table__headrow .table__cell {
    color: #a8d1ff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 0 16px;
    text-align: left
  }
  
  .table_promo .table__headrow .table__cell {
    color: #c8c7dc;
    padding: 0 0 14px
  }
  
  .table_gameplay .table__headrow .table__cell,
  .table_leaderboard .table__headrow .table__cell {
    color: #fff;
    padding: 0 0 14px;
    font-family: Roboto, sans-serif
  }
  
  .table__headrow .table__cell:first-child {
    padding: 4px 10px 16px;
    text-transform: uppercase;
    text-align: center
  }
  
  .table_promo .table__headrow .table__cell:first-child,
  .table_promo .table__headrow .table__cell:last-child {
    padding: 0 10px 14px;
    width: 1px
  }
  
  .table_leaderboard .table__headrow .table__cell:first-child {
    padding: 0 10px 14px
  }
  
  .table_leaderboard .table__headrow .table__cell:last-child {
    padding: 0 16px 14px;
    text-align: center
  }
  
  .table_leaderboard .table__headrow .table__cell:nth-child(3) {
    text-align: right;
    padding: 0 16px 14px
  }
  
  .table__body .table__cell:first-child {
    width: 1px;
    text-align: center;
    padding: 0 10px;
    text-transform: uppercase
  }
  
  .table__body .table__cell:last-child {
    width: 1px;
    text-align: right;
    padding: 0 10px
  }
  
  .table_leaderboard .table__body .table__cell:last-child,
  .table_leaderboard .table__body .table__cell:nth-child(3) {
    padding: 0 20px
  }
  
  .table_leaderboard .table__body .table__cell:nth-child(3) {
    text-align: right
  }
  
  .table .overflow_outer {
    max-width: 58px
  }
  
  .table .overflow_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
  }
  
  .aside {
    display: block;
    position: relative
  }
  
  .aside_promo {
    padding: 30px 24px 30px 26px
  }
  
  .aside__promo-table {
    margin-top: 3px;
    padding-top: 16px;
    background-color: #2f527b;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .13), inset 0 -3px 0 #214166, 0 3px 8px rgba(0, 0, 0, .19);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .13), inset 0 -3px 0 #214166, 0 3px 8px rgba(0, 0, 0, .19)
  }
  
  .aside__search {
    display: block;
    height: 100px;
    position: relative;
    padding: 29px 20px 20px;
    -webkit-box-shadow: inset 1px 0 0 0 #3b587a;
    box-shadow: inset 1px 0 0 0 #3b587a
  }
  
  @media only screen and (min-width:1440px) {
    .aside__search {
      padding: 30px 15px
    }
  }
  
  .aside__curtour {
    position: relative;
    margin: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: block;
    padding: 15px 0 12px 70px;
    text-align: left;
    height: 50px;
    background-color: #10253d;
    -webkit-box-shadow: inset 0 1px 0 rgba(16, 28, 43, .4), 0 1px 0 #354c68;
    box-shadow: inset 0 1px 0 rgba(16, 28, 43, .4), 0 1px 0 #354c68
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .aside__curtour {
      padding: 9px 0 12px 36px
    }
  }
  
  .aside__icon {
    display: block;
    position: absolute
  }
  
  .aside__icon_cup {
    top: -8px;
    left: 16px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .aside__icon_cup {
      display: none
    }
  }
  
  @media only screen and (max-width:767px) {
    h1 {
      margin: 11px 0 -12px 0
    }
  }
  
  .aside__icon_info {
    right: 21px;
    top: 16px;
    cursor: pointer
  }
  
  .aside__tooltip.tooltip {
    display: none;
    right: -13px;
    top: 27px
  }
  
  .aside__icon_info:hover .aside__tooltip.tooltip {
    display: block
  }
  
  .aside__title {
    text-shadow: 0 2px 0 rgba(0, 0, 0, .23);
    color: #fff001;
    font-size: 20px;
    margin-top: 21px;
    text-align: center
  }
  
  .aside__subtitle,
  .aside__title {
    font-weight: 700;
    text-transform: uppercase
  }
  
  .aside__subtitle {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: top
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .aside__subtitle {
      font-size: 12px
    }
  }
  
  .aside__tournament {
    margin-top: 20px;
    padding-bottom: 20px
  }
  
  .main {
    display: block;
    position: relative
  }
  
  .main_tournament {
    padding: 0 20px 30px
  }
  
  .main_tournament-details {
    text-align: center;
    padding: 0 26px 28px
  }
  
  @media only screen and (max-width:767px) {
    .main_tournament-details {
      padding: 0 0 40px
    }
  }
  
  .main__inner {
    text-align: left
  }
  
  .main__inner .main__items_list {
    padding: 0;
    margin: 0;
    list-style-type: none
  }
  
  .main_gallery {
    padding: 18px 22px 12px;
    font-size: 0
  }
  
  @media only screen and (min-width:1440px) {
    .main_gallery {
      padding: 17px 22px 12px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .main_gallery {
      padding: 18px 12px 12px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .main_gallery {
      padding: 18px 10px 12px
    }
  }
  
  @media only screen and (max-width:767px) {
    .main_gallery {
      padding: 18px 3% 12px
    }
  }
  
  .main__item {
    display: inline-block;
    vertical-align: top
  }
  
  .main_tournament .main__item {
    display: block;
    margin-bottom: 32px
  }
  
  .main_tournament .main__item:last-child {
    margin-bottom: 0
  }
  
  .main_gallery .main__item {
    margin: 10px
  }
  
  /* .header {
      display: table;
      position: relative;
      background-color: #091420;
      height: 255px;
      width: 100%;
      overflow: hidden
  } */
  
  @media only screen and (max-width:767px) {
    /* .header {
          min-height: 156px;
          height: 156px;
          z-index: 100;
          overflow: auto
      } */
  }
  
  .header__left {
    display: table-cell;
    background-image: url(../img/header-bg-left-new.svg);
    background-position: bottom;
    background-repeat: repeat-x
  }
  
  @media only screen and (max-width:767px) {
    .header__left {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #091420), color-stop(32%, #091420), color-stop(0, #132e4d), to(#324c69));
      background-image: -webkit-linear-gradient(top, #091420 0, #091420 32%, #132e4d 0, #324c69);
      background-image: -o-linear-gradient(top, #091420 0, #091420 32%, #132e4d 0, #324c69);
      background-image: linear-gradient(180deg, #091420 0, #091420 32%, #132e4d 0, #324c69)
    }
  }
  
  .header__right {
    display: table-cell;
    background-image: url(../img/header-bg-right-new.svg);
    background-position: right 4px;
    background-repeat: repeat-x
  }
  
  @media only screen and (max-width:767px) {
    .header__right {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #091420), color-stop(32%, #091420), color-stop(0, #132e4d), to(#324c69));
      background-image: -webkit-linear-gradient(top, #091420 0, #091420 32%, #132e4d 0, #324c69);
      background-image: -o-linear-gradient(top, #091420 0, #091420 32%, #132e4d 0, #324c69);
      background-image: linear-gradient(180deg, #091420 0, #091420 32%, #132e4d 0, #324c69)
    }
  }
  
  .header__wrap {
    display: table-cell;
    z-index: 1;
    position: relative;
    height: 100%
  }
  
  @media only screen and (max-width:767px) {
    .header__wrap {
      width: 480px
    }
  }
  
  .header__wrap_bg {
    height: 255px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-image: url(../img/header-bg-center-new.svg);
    background-position: -1px 4px;
    background-color: #091420;
    background-repeat: no-repeat
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .header__wrap_bg {
      background-position: bottom 0 left -162px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .header__wrap_bg {
      background-position: bottom 0 left -160px
    }
  }
  
  @media only screen and (max-width:767px) {
    .header__wrap_bg {
      background-position: bottom 0 left -168px;
      background: 0 0;
      width: 100%
    }
  }
  
  .header__wrap_scroll {
    overflow-y: auto;
    -ms-touch-action: auto;
    touch-action: auto
  }
  
  .header__toppanel {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 285px
  }
  
  .header__toppanel.open {
    position: fixed;
    z-index: 100;
    background-color: #091420
  }
  
  @media only screen and (min-width:1440px) {
    .header__toppanel {
      padding-left: 320px
    }
  }
  
  @media only screen and (max-width:767px) {
    .header__toppanel {
      position: relative;
      padding-left: 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .header__toppanel .signup {
      height: 36px
    }
  
    .header__toppanel .signup__button {
      padding: 10px 9px
    }
  
    .header__toppanel .head-panel {
      width: auto;
      display: block;
      z-index: 2;
      right: 19px;
      position: absolute;
      top: 64px
    }
  
    .header__toppanel .head-panel__cell_fluid {
      display: none
    }
  
    .header__toppanel .head-panel__button {
      margin-left: 0;
      margin-top: 10px;
      font-size: 14px;
      line-height: 16px;
      padding: 10px 21px;
      width: 130px
    }
  }
  
  .header__logo {
    display: block;
    top: 5px;
    left: -10px;
    position: absolute;
    z-index: 1;
    width: 370px;
    height: 210px;
    background-image: url(../img/logo.png);
    background-position: 50%;
    background-repeat: no-repeat
  }
  
  @media all and (-o-min-device-pixel-ratio:3 / 2),
  all and (-webkit-min-device-pixel-ratio:1.5),
  all and (min--moz-device-pixel-ratio:1.5),
  all and (min-device-pixel-ratio:1.5) {
    .header__logo {
      -webkit-background-size: 148px 110px;
      background-size: 218px 160px;
      background-position: 20%;
      background-repeat: no-repeat;
      top: 21px;
      left: -4px
    }
  }
  
  @media only screen and (max-width:767px) {
    .header__logo {
      -webkit-background-size: 148px 97px;
      background-size: 149px 97px;
      background-position: 50%;
      background-repeat: no-repeat;
      width: 148px;
      height: 110px;
      top: 50px;
      left: 15px
    }
  }
  
  .header__panel {
    top: 54px;
    padding: 34px 0 40px 290px
  }
  
  .header__panel,
  .header__panel.open {
    display: block;
    position: absolute;
    right: 0;
    left: 0
  }
  
  .header__panel.open {
    bottom: 0;
    background-color: #091420;
    top: 50px;
    z-index: 2
  }
  
  @media only screen and (min-width:1440px) {
    .header__panel {
      padding: 37px 0 40px 330px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .header__panel {
      padding: 34px 0 40px 295px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .header__panel {
      left: auto
    }
  
    .head-panel {
      margin-left: 0
    }
  
    .header__panel .head-panel__button {
      margin-left: 16px;
      margin-right: 15px
    }
  
    .header__panel .head-panel__caption {
      font-size: 13px
    }
  
    .header__panel .head-panel__socials {
      margin-left: 0
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .header__panel {
      padding: 10px 0 40px 233px;
      left: auto;
      margin-left: 12% !important
    }
  
    .head-panel {
      width: calc(100% + 5px)
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:850px) {
    .header__wrap .head-panel {
      margin-top: 0 !important;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex !important;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center
    }
  }
  
  @media only screen and (max-width:767px) {
    .header__panel {
      display: block;
      top: 62px;
      z-index: 100;
      left: auto;
      padding: 2px 19px
    }
  
    .header__panel .head-panel {
      display: none
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .header__panel_logged {
      padding: 20px 0 40px 290px
    }
  }
  
  @media only screen and (max-width:767px) {
    .header__panel_logged {
      display: none
    }
  }
  
  @media only screen and (max-width:767px) {
    .header__panel .signup {
      height: 36px
    }
  
    .header__panel .signup__button {
      padding: 10px 9px
    }
  }
  
  .header__head-nav {
    display: block;
    padding-left: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .header__head-nav {
      padding-left: 0;
      z-index: 1
    }
  }
  
  @media only screen and (max-width:767px) {
    .header__head-nav {
      background-image: -webkit-linear-gradient(90deg, #324c69, #132e4d);
      background-image: -o-linear-gradient(90deg, #324c69, #132e4d);
      background-image: linear-gradient(1turn, #324c69, #132e4d);
      height: 106px;
      padding-left: 184px;
      bottom: auto;
      top: 50px
    }
  
    .header__head-nav .nav {
      display: none
    }
  }
  
  .header_panel-open {
    height: 100%;
    overflow: auto;
    display: block
  }
  
  .header_panel-open .header__wrap {
    display: block;
    height: 100%;
    min-height: 660px;
    width: 100%;
    max-width: 100%
  }
  
  .user-panel {
    display: table;
    width: 100%;
    position: relative;
    font-size: 0;
    border-collapse: collapse
  }
  
  @media only screen and (max-width:767px) {
    .user-panel {
      display: block;
      padding-top: 72px
    }
  }
  
  .head-panel {
    display: table;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0;
    text-transform: uppercase;
    color: #fff;
    margin-left: 24px;
    margin-top: 3px;
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px)
  }
  
  .head-panel__cell {
    display: table-cell;
    vertical-align: top;
    width: 1px;
    white-space: nowrap
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .head-panel__cell {
      display: inline-block;
      vertical-align: top;
      width: auto
    }
  
    .head-panel {
      margin-left: 0;
      margin-top: 23px;
      width: -webkit-calc(100% - 24px);
      width: 100%
    }
  }
  
  @media only screen and (max-width:767px) {
    .head-panel__cell {
      display: block;
      width: 130px
    }
  }
  
  .user-panel__cell {
    display: table-cell;
    vertical-align: top;
    width: 1px
  }
  
  @media only screen and (max-width:767px) {
    .user-panel__cell {
      display: block;
      width: 100%
    }
  }
  
  .user-panel__cell_action {
    white-space: nowrap;
    width: 1px;
    text-align: right
  }
  
  .header__panel_logged.open .user-panel__cell_action {
    width: 100%;
    text-align: left
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-panel__cell_action {
      min-width: 84px
    }
  }
  
  .head-panel__cell_fluid {
    width: auto;
    text-align: right
  }
  
  @media only screen and (max-width:767px) {
    .head-panel__cell_fluid {
      display: block
    }
  }
  
  .user-panel__cell_status {
    width: 1px;
    max-width: 40px
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .user-panel__cell_status {
      max-width: 60px
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-panel__cell_status {
      display: none
    }
  }
  
  .user-panel__status.status {
    display: block;
    position: relative;
    margin-left: 15px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-panel__status.status {
      display: none
    }
  }
  
  .user-panel__rating.rating {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-left: 12px;
    width: 160px
  }
  
  .user-panel__cell_bonus .user-panel__rating.rating {
    margin-left: 62px;
    width: 144px
  }
  
  .user-panel__cell_bonus .user-panel__rating.rating .rating__info {
    bottom: -4px;
    right: -34px
  }
  
  @media only screen and (min-width:1440px) {
    .user-panel__cell_bonus .user-panel__rating.rating .rating__bar {
      width: 175px
    }
  
    .user-panel__cell_bonus .user-panel__rating.rating .rating__title:first-child {
      display: inline-block
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .user-panel__cell_bonus .user-panel__rating.rating .rating__bar {
      margin-left: 0
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-panel__cell_bonus .user-panel__rating.rating {
      margin-left: 0
    }
  
    .user-panel__cell_bonus .user-panel__rating.rating .rating__bar {
      margin-top: 10px;
      width: 108px
    }
  
    .user-panel__cell_bonus .user-panel__rating.rating .rating__info {
      right: -26px;
      bottom: -4px
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-panel__cell_bonus .user-panel__rating.rating {
      margin-left: 0;
      width: 100%;
      display: block
    }
  
    .user-panel__cell_bonus .user-panel__rating.rating .rating__title_accent {
      margin-left: 14px
    }
  }
  
  @media only screen and (min-width:1440px) {
    .user-panel__rating.rating .rating__bar {
      display: block;
      position: relative;
      width: 175px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .user-panel__rating.rating .rating__bar {
      display: block;
      position: relative;
      width: 175px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-panel__rating.rating .rating__bar {
      margin-top: 12px;
      width: 108px
    }
  
    .user-panel__rating.rating .rating__title {
      display: block;
      padding-top: 4px
    }
  
    .user-panel__rating.rating .rating__icon:first-child {
      margin-left: 0
    }
  
    .user-panel__rating.rating .rating__info {
      right: -26px;
      bottom: -4px
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-panel__rating.rating {
      width: 100%;
      display: block;
      margin-left: 0;
      padding: 10px 0
    }
  
    .user-panel__rating.rating:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      top: 0;
      border: 1px solid #08203a
    }
  
    .user-panel__rating.rating .rating__title {
      font-size: 12px
    }
  
    .user-panel__rating.rating .rating__bar {
      display: block;
      width: 110px;
      float: right;
      margin: 0;
      position: absolute;
      right: 0;
      padding: 5px 8px;
      top: 0;
      height: 22px
    }
  
    .user-panel__rating.rating .rating__info {
      display: none
    }
  
    .user-panel__rating.rating .rating__percent {
      padding-top: 0;
      font-size: 9px;
      padding-right: 3px
    }
  
    .user-panel__rating.rating .rating__icon {
      margin-right: 3px;
      display: inline-block;
      width: 14px;
      height: 15px
    }
  
    .user-panel__rating.rating .rating__icon:first-of-type {
      margin-left: 8px
    }
  }
  
  .head-panel__button,
  .head-panel__signup {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px
  }
  
  .user-panel__rating.rating .rating__bar {
    display: block;
    position: relative;
    width: 175px
  }
  
  .head-panel__button {
    margin-left: 24px;
    margin-right: 40px;
    line-height: 25px;
    padding: 15px 21px 14px 21px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c85ca), to(#164278));
    background-image: -webkit-linear-gradient(top, #2c85ca, #164278);
    background-image: -o-linear-gradient(top, #2c85ca, #164278);
    background-image: linear-gradient(180deg, #2c85ca, #164278);
    -webkit-box-shadow: inset 0 1px 0 0 #7ac7ff, inset 0 1px 6px 0 rgba(204, 242, 255, .5);
    box-shadow: inset 0 1px 0 0 #7ac7ff, inset 0 1px 6px 0 rgba(204, 242, 255, .5);
    font-size: 21px;
    font-weight: 400;
    font-stretch: condensed;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .38)
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .head-panel__button {
      padding: 10px;
      margin-left: 8px;
      margin-right: 10px;
      font-size: 16px
    }
  }
  
  .head-panel__caption {
    display: inline-block;
    max-width: 50px;
    font-size: 16px;
    line-height: 22px;
    white-space: normal;
    padding: 7px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .head-panel__caption {
      display: none
    }
  }
  
  .head-panel__socials {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 21px;
    padding: 10px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .head-panel__socials {
      margin-left: 0
    }
  
    .head-panel__socials .socials__item {
      width: 36px;
      height: 36px;
      margin-right: 6px
    }
  }
  
  .mobile-panel {
    display: none;
    position: relative
  }
  
  @media only screen and (max-width:767px) {
    .mobile-panel {
      display: block;
      z-index: 1
    }
  }
  
  .mobile-panel__action {
    display: block;
    position: absolute;
    top: 10px;
    right: 19px
  }
  
  .mobile-panel__countpad.countpad {
    display: block;
    position: absolute;
    top: 48px;
    right: 0;
    width: auto;
    height: 35px;
    margin: -4px 0 0 0
  }
  
  @media only screen and (max-width:767px) {
    .mobile-panel__countpad.countpad .countpad__counter {
      width: 19px;
      height: 19px;
      top: -7px;
      font-size: 13px
    }
  }
  
  .mobile-panel__cashier {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px 7px;
    width: 87px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
  }
  
  .mobile-panel__button {
    display: block;
    width: 130px;
    height: 36px;
    padding: 10px 9px;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 16px;
    outline: 0;
    z-index: 2;
    min-width: 130px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .11);
    -webkit-border-radius: 2px;
    border-radius: 2px
  }
  
  .mobile-panel__button_blue {
    margin-top: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c85ca), to(#164278));
    background-image: -webkit-linear-gradient(top, #2c85ca, #164278);
    background-image: -o-linear-gradient(top, #2c85ca, #164278);
    background-image: linear-gradient(180deg, #2c85ca, #164278);
    -webkit-box-shadow: inset 0 1px 0 0 #7ac7ff, inset 0 1px 6px 0 rgba(204, 242, 255, .5);
    box-shadow: inset 0 1px 0 0 #7ac7ff, inset 0 1px 6px 0 rgba(204, 242, 255, .5)
  }
  
  .user-panel__button.button {
    display: inline-block;
    position: relative;
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .16), 0 8px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .16), 0 8px 6px 0 rgba(0, 0, 0, .16);
    background-image: -webkit-linear-gradient(310deg, #fda31b, #fd0834);
    background-image: -o-linear-gradient(310deg, #fda31b, #fd0834);
    background-image: linear-gradient(140deg, #fda31b, #fd0834);
    padding: 14px 12px 12px;
    margin-left: 108px;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
  }
  
  .user-panel__button.button:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(253, 99, 36, .7);
    box-shadow: 0 0 10px 0 rgba(253, 99, 36, .7)
  }
  
  @media only screen and (min-width:1440px) {
    .user-panel__button.button {
      margin-left: 108px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .user-panel__button.button {
      margin-left: 38px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-panel__button.button {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      padding: 9px 7px;
      width: 87px;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-panel__button.button {
      width: 100%;
      display: block;
      margin: 19px auto;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
      left: 0
    }
  
    .user-panel__button.button:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      top: -18px;
      border: 1px solid #08203a
    }
  }
  
  .user-panel__countpad.countpad {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 21px
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .user-panel__countpad.countpad {
      margin-left: 21px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-panel__countpad.countpad {
      display: block;
      position: absolute;
      top: 48px;
      right: 0;
      height: 35px
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-panel__countpad.countpad {
      background: 0 0;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 10px 0
    }
  
    .user-panel__countpad.countpad:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      top: 0;
      border: 1px solid #08203a
    }
  
    .user-panel__countpad.countpad:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      background: 0 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-panel__countpad.countpad .countpad__icon {
      top: 8px;
      left: 2px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: absolute
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-panel__countpad.countpad .countpad__counter {
      right: 0;
      top: 9px;
      -webkit-box-shadow: none;
      box-shadow: none
    }
  }
  
  .user-panel__countpad.countpad + .user-panel__countpad.countpad {
    margin-left: 18px
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .user-panel__countpad.countpad + .user-panel__countpad.countpad {
      margin-left: 18px;
      right: 0
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-panel__countpad.countpad + .user-panel__countpad.countpad {
      right: 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-panel__countpad.countpad + .user-panel__countpad.countpad {
      margin-left: 0;
      display: block;
      left: 0
    }
  }
  
  @media only screen and (min-width:1440px) {
    .user-panel .rating__stars {
      margin-left: 5px;
      padding-top: 1px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .user-panel .rating__stars {
      margin-left: 5px;
      padding-top: 1px
    }
  }
  
  .user-panel__countpad span.title {
    margin-left: 5px;
    display: inline-block
  }
  
  .user-panel__countpad i {
    position: relative;
    top: 2px
  }
  
  .user-panel__logout,
  .user-panel__profile,
  .user-panel__switchlang {
    display: none;
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #00a6ff;
    padding: 12px 40px;
    cursor: pointer
  }
  
  @media only screen and (max-width:767px) {
    .mobile-panel__countpad .countpad__counter {
      display: none !important
    }
  
    .user-panel__countpad span.title {
      display: inline-block;
      font-size: 14px;
      line-height: 16px;
      font-weight: 700;
      color: #00a6ff;
      margin-left: 20px;
      text-transform: none
    }
  
    .user-panel__countpad.countpad .countpad__counter {
      right: auto;
      top: 9px;
      -webkit-box-shadow: none;
      box-shadow: none;
      position: relative;
      display: inline-block;
      vertical-align: top;
      top: 3px;
      margin-left: 15px
    }
  
    .mobile-panel__countpad.countpad {
      padding-top: 7px
    }
  
    .user-panel__countpad i {
      position: relative;
      top: 4px;
      right: -3px
    }
  
    .mobile-panel__countpad .countpad__icon {
      position: absolute;
      top: 55%;
      left: auto;
      right: 0
    }
  
    .user-panel__logout,
    .user-panel__profile,
    .user-panel__switchlang {
      display: block
    }
  }
  
  .user-panel__logout:before,
  .user-panel__profile:before,
  .user-panel__switchlang:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    border: 1px solid #08203a
  }
  
  .user-panel__profile .mobile-nav__icon {
    left: 0
  }
  
  .user-panel__logout {
    font-weight: 300
  }
  
  .user-panel__caption {
    position: relative;
    vertical-align: top;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #00a6ff;
    padding: 2px 40px
  }
  
  .user-panel__caption_accent {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0
  }
  
  .user-panel__vip-points {
    display: none
  }
  
  @media only screen and (max-width:767px) {
    .user-panel__vip-points {
      display: block;
      position: relative;
      height: 40px;
      margin: 0;
      padding: 10px 0
    }
  
    .user-panel__vip-points .user-panel__caption {
      padding: 2px 16px;
      display: inline-block
    }
  
    .user-panel__vip-points .user-panel__caption_accent {
      padding: 2px 0;
      display: inline-block
    }
  
    .user-panel__vip-points:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      top: 0;
      border: 1px solid #08203a
    }
  }
  
  .user-toppanel {
    display: block;
    width: 100%;
    min-height: 50px;
    position: relative;
    font-size: 0;
    padding: 16px 0;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    white-space: nowrap;
    overflow: visible
  }
  
  .toppanel {
    display: block;
    width: 100%;
    position: relative;
    font-size: 0;
    padding: 20px 0 16px 0;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    white-space: nowrap;
    overflow: visible
  }
  
  .toppanel__title {
    color: #fefefe;
    display: none;
    vertical-align: top;
    font-size: 15px;
    line-height: 18px
  }
  
  @media only screen and (max-width:767px) {
    .toppanel__title {
      display: block
    }
  }
  
  .toppanel__icon {
    display: none;
    vertical-align: top;
    position: relative;
    width: 14px;
    height: 20px;
    fill: #fff
  }
  
  @media only screen and (max-width:767px) {
    .toppanel__icon {
      display: inline-block
    }
  }
  
  .toppanel__icon_menu {
    display: block;
    position: absolute;
    width: 12px;
    background-color: #fff;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px
  }
  
  .toppanel__icon_menu:after,
  .toppanel__icon_menu:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    left: 0;
    background-color: #fff
  }
  
  .toppanel__icon_menu:before {
    top: -4px
  }
  
  .toppanel__icon_menu:after {
    bottom: -4px
  }
  
  .toppanel__icon_close {
    display: none
  }
  
  .toppanel__button {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-stretch: condensed;
    letter-spacing: -.2px;
    color: #fff;
    padding: 6px 8px 6px 25px;
    outline: 0;
    width: 64px;
    height: 29px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c85ca), to(#164278));
    background-image: -webkit-linear-gradient(top, #2c85ca, #164278);
    background-image: -o-linear-gradient(top, #2c85ca, #164278);
    background-image: linear-gradient(180deg, #2c85ca, #164278);
    -webkit-box-shadow: inset 0 1px 0 0 #7ac7ff, inset 0 1px 6px 0 rgba(204, 242, 255, .5);
    box-shadow: inset 0 1px 0 0 #7ac7ff, inset 0 1px 6px 0 rgba(204, 242, 255, .5)
  }
  
  @media only screen and (max-width:767px) {
    .toppanel__button {
      display: block
    }
  }
  
  .user-toppanel__title {
    color: #fefefe;
    display: block;
    font-size: 15px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-toppanel__title {
      display: none
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-toppanel__title {
      display: none
    }
  
    .header__toppanel.open .user-toppanel__title {
      display: block
    }
  }
  
  .user-toppanel__name {
    position: relative;
    margin-left: 8px;
    font-size: 15px;
    line-height: 18px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: left;
    max-width: 100px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-toppanel__name {
      color: #00a6ff;
      margin-left: 5px;
      padding-right: 14px;
      line-height: 18px
    }
  
    .user-toppanel__name:first-child {
      display: none
    }
  
    .user-toppanel__name:first-child:before {
      content: none
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-toppanel__name {
      color: #00a6ff;
      margin-left: 17px
    }
  
    .user-toppanel__name:before {
      content: '';
      display: block;
      position: absolute;
      width: 23px;
      height: 100%;
      pointer-events: none;
      right: 0;
      top: 0;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(9, 19, 32, 0)), to(#091420));
      background-image: -webkit-linear-gradient(left, rgba(9, 19, 32, 0), #091420);
      background-image: -o-linear-gradient(left, rgba(9, 19, 32, 0), #091420);
      background-image: linear-gradient(90deg, rgba(9, 19, 32, 0), #091420)
    }
  
    .user-toppanel__name:first-child {
      color: #fff
    }
  
    .header__toppanel.open .user-toppanel__name:before,
    .user-toppanel__name:first-child:before {
      content: none
    }
  }
  
  .user-toppanel__nav {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-left: 22px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-toppanel__nav {
      margin-left: 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-toppanel__nav {
      margin-left: 0
    }
  
    .header__toppanel.open .user-toppanel__nav {
      display: none
    }
  }
  
  .user-toppanel__item {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    position: relative;
    padding: 0 18px 0 16px;
    font-size: 15px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-toppanel__item {
      padding: 0 18px 0 21px
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-toppanel__item {
      padding: 0 18px 0 21px
    }
  
    .user-toppanel__item_vip {
      padding-left: 0
    }
  }
  
  .user-toppanel__item:after {
    /* content: '';
      display: block;
      position: absolute;
      top: -9px;
      left: 0;
      width: 1px;
      height: 40px;
      background-image: -webkit-radial-gradient(50% 50%, circle, #2b4460, #091420);
      background-image: -o-radial-gradient(50% 50%, circle, #2b4460, #091420);
      background-image: radial-gradient(circle at 50% 50%, #2b4460, #091420) */
  }
  
  @media only screen and (max-width:767px) {
    .user-toppanel__item:after {
      display: none
    }
  }
  
  .user-toppanel__item_profile {
    padding: 0 16px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-toppanel__item_profile {
      display: inline-block;
      padding-right: 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-toppanel__item_profile {
      display: none
    }
  }
  
  .user-toppanel__item_profile:before {
    /* content: '';
      display: block;
      position: absolute;
      top: -9px;
      left: 0;
      background-image: url(../img/sprite.png);
      background-position: -965px -108px;
      width: 1px;
      height: 39px */
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-toppanel__item_profile:before {
      display: none
    }
  }
  
  .user-toppanel__item_balance {
    padding: 0 10px 0 21px
  }
  
  .user-toppanel__note {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #46b8ff;
    font-size: 15px;
    letter-spacing: .17px;
    padding-right: 5px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-toppanel__item_profile .user-toppanel__note {
      display: inline-block;
      line-height: 18px
    }
  
    .user-toppanel__item_balance .user-toppanel__note {
      font-size: 14px;
      margin-left: 5px;
      line-height: 18px
    }
  
    .user-toppanel__item_balance .user-toppanel__note:first-of-type {
      display: none
    }
  
    .user-toppanel__item_vip .user-toppanel__note {
      font-size: 14px;
      margin-left: 5px;
      line-height: 18px
    }
  
    .user-toppanel__item_vip .user-toppanel__note:first-of-type {
      display: none
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-toppanel__note {
      font-size: 14px;
      margin-left: 5px
    }
  
    .user-toppanel__item_balance .user-toppanel__note {
      font-size: 14px;
      margin-left: 5px;
      line-height: 18px
    }
  
    .user-toppanel__item_balance .user-toppanel__note:first-of-type {
      display: none
    }
  
    .user-toppanel__item_vip .user-toppanel__note {
      font-size: 14px;
      margin-left: 5px;
      line-height: 18px
    }
  
    .user-toppanel__item_vip .user-toppanel__note:first-of-type {
      display: none
    }
  }
  
  .user-toppanel__note_accent {
    color: #f1e419;
    padding-right: 0
  }
  
  .user-toppanel__note_important {
    color: #fc5526;
    right: -15px
  }
  
  .user-toppanel__icon {
    display: none;
    vertical-align: top;
    position: relative;
    width: 14px;
    height: 20px;
    fill: #fff
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-toppanel__icon {
      display: inline-block
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-toppanel__icon {
      display: inline-block
    }
  }
  
  .user-toppanel__icon_vip {
    width: 27px;
    height: 20px
  }
  
  .user-toppanel__icon_menu {
    display: block;
    position: absolute;
    width: 12px;
    background-color: #fff;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px
  }
  
  .user-toppanel__icon_menu:after,
  .user-toppanel__icon_menu:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    left: 0;
    background-color: #fff
  }
  
  .user-toppanel__icon_menu:before {
    top: -4px
  }
  
  .user-toppanel__icon_menu:after {
    bottom: -4px
  }
  
  .user-toppanel__button_close .user-toppanel__icon_menu,
  .user-toppanel__icon_close {
    display: none
  }
  
  .user-toppanel__button_close .user-toppanel__icon_close {
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    height: 16px;
    width: 16px
  }
  
  .user-toppanel__action {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 15px;
    line-height: 15px;
    padding: 0 0 0 16px;
    text-decoration: none
  }
  
  .user-toppanel__action:after {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: 0;
    width: 1px;
    height: 40px;
    background-image: -webkit-radial-gradient(50% 50%, circle, #2b4460, #091420);
    background-image: -o-radial-gradient(50% 50%, circle, #2b4460, #091420);
    background-image: radial-gradient(circle at 50% 50%, #2b4460, #091420)
  }
  
  @media only screen and (max-width:767px) {
    .user-toppanel__action:after {
      display: none
    }
  }
  
  .user-toppanel__action .user-toppanel__note {
    right: 0;
    padding-right: 0
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .user-toppanel__action {
      display: block
    }
  }
  
  @media only screen and (max-width:767px) {
    .user-toppanel__action {
      display: none
    }
  }
  
  .user-toppanel__button {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-stretch: condensed;
    letter-spacing: -.2px;
    color: #fff;
    padding: 6px 8px 6px 25px;
    outline: 0;
    width: 64px;
    height: 29px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c85ca), to(#164278));
    background-image: -webkit-linear-gradient(top, #2c85ca, #164278);
    background-image: -o-linear-gradient(top, #2c85ca, #164278);
    background-image: linear-gradient(180deg, #2c85ca, #164278);
    -webkit-box-shadow: inset 0 1px 0 0 #7ac7ff, inset 0 1px 6px 0 rgba(204, 242, 255, .5);
    box-shadow: inset 0 1px 0 0 #7ac7ff, inset 0 1px 6px 0 rgba(204, 242, 255, .5)
  }
  
  .user-toppanel__button_close {
    text-indent: -4444px;
    width: 30px;
    height: 30px;
    right: 19px;
    top: 10px;
    padding: 0
  }
  
  @media only screen and (max-width:767px) {
    .user-toppanel__button {
      display: block
    }
  }
  
  .status {
    width: 48px;
    height: 45px;
    background-color: #3c5b80;
    background-image: -webkit-linear-gradient(310deg, #4ea8db, #236dd2);
    background-image: -o-linear-gradient(310deg, #4ea8db, #236dd2);
    background-image: linear-gradient(140deg, #4ea8db, #236dd2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    text-align: center;
    position: relative;
    display: block
  }
  
  .status__icon {
    margin-top: 8px;
    position: relative
  }
  
  .status__note {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .18);
    color: #fefefe;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 1px
  }
  
  .status_huge {
    width: 114px;
    height: 117px
  }
  
  .status_huge .status__icon {
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    text-align: center;
    width: 92px
  }
  
  .status_huge .status__note {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    bottom: 9px;
    left: 0;
    right: 0;
    display: block;
    position: absolute
  }
  
  .rating,
  .rating__summary {
    display: block;
    width: 100%;
    position: relative
  }
  
  .rating__summary {
    text-align: left;
    white-space: nowrap
  }
  
  .rating__info {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: -4px;
    padding: 4px 0 0;
    text-align: center;
    width: 21px;
    height: 21px;
    font-size: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4ea1e1;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  .rating__summary .rating__info {
    right: -30px;
    bottom: -3px
  }
  
  .rating__tooltip {
    min-width: 191px;
    right: 0;
    margin-right: 11px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: -webkit-calc(100% + 16px);
    top: calc(100% + 16px);
    opacity: 0;
    visibility: hidden
  }
  
  .rating__summary .rating__tooltip {
    right: -50%;
    margin-right: 20px
  }
  
  .rating__info:hover .rating__tooltip {
    opacity: 1;
    visibility: visible
  }
  
  .rating__tooltip_right {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: -12px
  }
  
  .rating__title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
    color: #fefefe;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 20px
  }
  
  .rating__title_accent {
    color: #fff000;
    margin-left: 4px;
    color: #7daa2f;
  }
  
  @media only screen and (min-width:1440px) {
    .rating__title_accent {
      margin-left: 8px
    }
  }
  
  .rating__title_accent.rating__title_large {
    margin-left: 5px
  }
  
  .rating__title_large {
    font-size: 17px
  }
  
  .rating__caption {
    display: inline-block;
    position: relative;
    text-align: left;
    color: #fefefe;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 4px
  }
  
  .rating__caption_accent {
    color: #fff000;
    color: #7daa2f;
  }
  
  .rating__stars {
    text-align: right;
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
    padding-top: 2px
  }
  
  .rating__icon {
    margin-right: 4px;
    display: inline-block;
    width: 18px;
    height: 19px
  }
  
  .rating__icon:first-of-type {
    margin-left: 12px
  }
  
  .rating__icon:last-of-type {
    margin-right: 0
  }
  
  .rating__bar {
    margin-top: 14px;
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
    background-color: #060d12;
    border: 1px solid #133152;
    -webkit-border-radius: 5px;
    border-radius: 5px
  }
  
  .rating__bar,
  .rating__inner {
    display: block;
    height: 12px;
    position: relative
  }
  
  .rating__inner {
    width: 68%;
    margin-top: -1px;
    background-color: #4ea1e1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255, .63), 0 0 27px rgba(122, 247, 255, .58), 0 0 24px #000;
    box-shadow: inset 0 0 4px rgba(255, 255, 255, .63), 0 0 27px rgba(122, 247, 255, .58), 0 0 24px #000
  }
  
  .rating__percent {
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    padding-top: 13px;
    color: #fefefe;
    font-family: 'Roboto Condensed', sans-serif
  }
  
  .rating_gameplay .rating__bar {
    margin-top: 19px
  }
  
  .rating_gameplay .rating__stars {
    top: 0;
    margin-right: 3px
  }
  
  .rating_gameplay .rating__percent {
    padding-top: 20px
  }
  
  .rating_profile .rating__stars {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 29px;
    padding-left: 15px;
    text-align: center
  }
  
  @media only screen and (max-width:767px) {
    .rating_profile .rating__stars {
      position: absolute;
      top: -81px;
      left: 69px;
      text-align: left
    }
  }
  
  .rating_profile .rating__icon {
    margin-right: 5px
  }
  
  .rating_profile .rating__icon:first-of-type {
    margin-left: 0
  }
  
  .rating_profile .rating__bar {
    margin: 36px 62px 36px 46px;
    width: auto
  }
  
  .rating_profile .rating__bar .rating__info {
    right: -30px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .rating_profile .rating__bar {
      margin: 36px 42px 36px 20px
    }
  }
  
  @media only screen and (max-width:767px) {
    .rating_profile .rating__bar {
      margin: 36px 48px 14px 18px
    }
  }
  
  .rating_profile .rating__percent {
    font-size: 15px;
    padding-top: 20px
  }
  
  .rating_profile .rating__summary {
    margin-top: 38px;
    padding: 0 18px 0 22px
  }
  
  .rating_profile .rating__summary .rating__info {
    right: -33px
  }
  
  .rating_profile .rating__caption {
    display: block;
    margin-bottom: 11px
  }
  
  .rating_profile .rating__caption_accent {
    text-transform: none
  }
  
  .user-panel .rating__icon {
    font-size: 13px
  }
  
  #langs {
    margin-right: 90px;
    float: right
  }
  
  .tooltip {
    text-shadow: 0 2px 0 rgba(0, 0, 0, .17);
    text-align: left;
    z-index: 2;
    color: #fefefe;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    padding: 12px 14px;
    width: auto;
    max-width: 200px;
    white-space: normal;
    min-width: 190px;
    background-color: #305a84;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  .icon_info.open + .tooltip,
  .tooltip {
    display: block
  }
  
  .tooltip__arrow {
    display: block;
    position: absolute;
    z-index: 3;
    top: 1px;
    left: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  .tooltip__arrow:after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 3;
    margin-left: -7px;
    border-style: solid;
    border-width: 7px;
    border-color: transparent transparent #305a84
  }
  
  .tooltip__arrow_right,
  .tooltip__arrow_right:after {
    right: 5px;
    left: auto
  }
  
  .countpad {
    display: block;
    position: relative;
    height: 45px;
    background-color: #3c5b80;
    background-image: -webkit-linear-gradient(309deg, #4ea8db, #236dd2);
    background-image: -o-linear-gradient(309deg, #4ea8db, #236dd2);
    background-image: linear-gradient(141deg, #4ea8db, #236dd2);
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .35), 0 2px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .35), 0 2px 4px 0 rgba(0, 0, 0, .25);
    border: 1px solid rgba(95, 184, 239, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: border .3s ease, -webkit-box-shadow .3s ease;
    transition: border .3s ease, -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease, border .3s ease;
    transition: box-shadow .3s ease, border .3s ease;
    transition: box-shadow .3s ease, border .3s ease, -webkit-box-shadow .3s ease;
    cursor: pointer;
    width: auto;
    padding: 9px 40px 9px 7px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
  }
  
  .countpad:hover {
    -webkit-box-shadow: 0 0 13px 0 rgba(145, 209, 255, .52);
    box-shadow: 0 0 13px 0 rgba(145, 209, 255, .52);
    border: 1px solid rgba(95, 184, 239, .5)
  }
  
  .countpad__icon {
    position: absolute;
    top: 50%;
    left: 85%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  
  .countpad__counter {
    width: 25px;
    height: 24px;
    position: absolute;
    top: -10px;
    right: -8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #e25570;
    -webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255, .97), 0 0 34px rgba(122, 247, 255, .58), 0 0 28px #000;
    box-shadow: inset 0 0 4px rgba(255, 255, 255, .97), 0 0 34px rgba(122, 247, 255, .58), 0 0 28px #000;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 2px 0
  }
  
  @media all and (min-width:992px) {
    .countpad {
      padding: 9px 21px 12px 12px;
      font-size: 20px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .countpad__counter {
      width: 19px;
      height: 19px;
      top: -7px;
      font-size: 13px
    }
  }
  
  .countpad__title {
    display: none;
    position: relative;
    vertical-align: top;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #00a6ff;
    padding: 2px 40px
  }
  
  @media only screen and (max-width:767px) {
    .countpad__title {
      display: inline-block;
      font-size: 14px
    }
  }
  
  .nav {
    list-style-type: none;
    display: table;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%
  }
  
  @media only screen and (max-width:767px) {
    .header__head-nav .nav {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%)
    }
  }
  
  .nav__item {
    display: table-cell;
    vertical-align: top;
    position: relative
  }
  
  @media only screen and (max-width:767px) {
    .nav__item {
      display: inline-block
    }
  }
  
  @media only screen and (max-width:767px) {
    .header__head-nav .nav__item {
      display: block
    }
  }
  
  .nav__item:after {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 18px;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  
  @media only screen and (max-width:767px) {
    .nav__item:after {
      display: none
    }
  }
  
  .nav__item:last-child:after {
    content: none
  }
  
  .nav__link {
    text-shadow: 0 2px 0 rgba(4, 4, 4, .19);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 29px 71px 27px;
    text-align: center;
    white-space: nowrap
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .nav__link {
      padding: 29px 13px;
      font-size: 15px
    }
  }
  
  .nav__link:hover,
  .nav__link_active {
    color: #ffea00
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
  
    .header__head-nav .nav__link,
    .nav_footer .nav__link {
      padding: 29px 55px 27px
    }
  
    .hero .hero__slider {
      width: 1180px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
  
    .header__head-nav .nav__link,
    .nav_footer .nav__link {
      padding: 29px 30px 27px
    }
  
    .hero .hero__slider {
      width: 90%
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .header__head-nav .nav__link {
      padding: 29px 15px;
      text-transform: capitalize;
      font-size: 15px
    }
  }
  
  @media only screen and (max-width:767px) {
    .header__head-nav .nav__link {
      display: block;
      font-size: 12px;
      padding: 4px 20px;
      line-height: 12px;
      text-align: left;
      text-transform: capitalize
    }
  }
  
  @media only screen and (max-width:767px) {
    .nav_footer .nav__item {
      display: block
    }
  
    .footer__nav .nav__link {
      line-height: 12px;
      font-size: 14px;
      padding: 10px 20px;
      text-align: center
    }
  }
  
  .nav_footer {
    display: inline-block;
    width: auto
  }
  
  .nav_footer .nav__item {
    display: inline-block;
    vertical-align: top
  }
  
  .mobile-nav {
    display: none;
    position: relative
  }
  
  .mobile-nav__title {
    color: #fff;
    opacity: .5;
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: block;
    position: relative;
    line-height: 42px;
    white-space: nowrap
  }
  
  .mobile-nav__title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -19px;
    right: -19px;
    height: 2px;
    width: -webkit-calc(100% + 38px);
    width: calc(100% + 38px);
    background-color: #183c66
  }
  
  @media only screen and (max-width:767px) {
    .mobile-nav {
      display: block
    }
  }
  
  .mobile-nav__list {
    margin: 0;
    padding: 0;
    list-style-type: none
  }
  
  .mobile-nav__item {
    display: block;
    position: relative;
    width: 100%
  }
  
  .mobile-nav__link {
    height: 46px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 44px;
    color: #00a6ff;
    display: block;
    position: relative;
    padding-left: 40px
  }
  
  .mobile-nav__link:before {
    display: block;
    content: '';
    top: 1px;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #08203a;
    z-index: -1
  }
  
  .mobile-nav__icon {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
  }
  
  .mobile-nav__icon svg {
    fill: #fff;
    display: block
  }
  
  .mobile-nav_dropdown {
    display: none
  }
  
  .mobile-nav_dropdown.open {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #091420;
    z-index: 300;
    top: 50px;
    padding: 0 19px;
    overflow: scroll
  }
  
  .signup {
    position: relative;
    display: block;
    width: 310px;
    height: 60px
  }
  
  @media only screen and (max-width:767px) {
    .modal__signup .signup {
      margin: 0 auto
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .signup {
      width: auto
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .signup {
      width: auto;
      height: 50px
    }
  }
  
  @media only screen and (max-width:767px) {
    .signup {
      width: auto
    }
  }
  
  .signup__button {
    position: absolute;
    font-size: 21px;
    line-height: 25px;
    padding: 15px 15px;
    top: 0;
    left: 0;
    z-index: 2;
    min-width: 130px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .11)
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .signup__button {
      position: relative
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .signup__button {
      position: relative;
      padding: 10px 9px;
      font-size: 16px;
      min-width: 115px
    }
  }
  
  @media only screen and (max-width:767px) {
    .head-panel__signup .signup__button {
      position: relative
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .signup__input {
      display: none
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .signup__input {
      display: none
    }
  }
  
  @media only screen and (max-width:767px) {
    .head-panel__signup .signup__input {
      display: none
    }
  }
  
  .signup__input .input__inner {
    padding-left: 160px;
    padding-right: 1px
  }
  
  .socials {
    display: block
  }
  
  .socials,
  .socials__item {
    position: relative;
    text-align: center
  }
  
  .hero {
    display: block;
    position: relative;
    overflow: hidden
  }
  
  @media only screen and (max-width:767px) {
    .hero {
      max-width: 480px;
      margin: 0 auto
    }
  }
  
  .hero__slider {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1420px;
    height: 338px;
    display: block;
    overflow: hidden;
    margin: 0 auto
  }
  
  @media only screen and (min-width:1440px) {
    .hero__slider {
      width: 1420px
    }
  
    .hero__slider,
    .hero__slider .slick-list {
      overflow: visible
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .hero__slider {
      width: 1180px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .hero__slider {
      height: 292px;
      width: 940px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .hero__slider {
      width: 95%;
      height: 276px
    }
  }
  
  @media only screen and (max-width:767px) {
    .hero__slider {
      height: auto;
      width: 100%;
      position: relative
    }
  }
  
  .hero__slider,
  .hero__slider .slick-list {
    overflow: visible
  }
  
  .hero__wrap {
    position: relative;
    min-height: 360px;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .hero__wrap {
      min-height: 276px
    }
  }
  
  @media only screen and (max-width:767px) {
    .hero__wrap {
      min-height: 176px
    }
  }
  
  .hero__nav {
    z-index: 2;
    display: block;
    position: absolute;
    text-align: left;
    width: 100%;
    top: 280px;
    left: 0;
    right: 0
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .hero__nav {
      top: 200px !important
    }
  }
  
  .hero__nav_sticky {
    position: fixed;
    top: 0 !important;
    width: 90%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 101
  }
  
  #header-tooltip + .header + .hero .hero__nav_sticky {
    top: 36px !important
  }
  
  @media only screen and (min-width:1440px) {
    .hero__nav_sticky {
      width: 1420px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .hero__nav_sticky {
      width: 1180px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .hero__nav_sticky {
      width: 95%
    }
  }
  
  @media only screen and (max-width:767px) {
    .hero__nav_sticky {
      display: none
    }
  }
  
  .hero__counter {
    display: block;
    z-index: 2;
    width: 347px;
    height: 121px;
    position: absolute;
    top: 0;
    right: -12px;
    padding: 41px 30px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-position: 50%;
    background-image: url(../img/counter-bg.png);
    -webkit-background-size: 347px 121px;
    background-size: 347px 121px;
    background-position: top;
    background-repeat: no-repeat
  }
  
  @media all and (-o-min-device-pixel-ratio:3 / 2),
  all and (-webkit-min-device-pixel-ratio:1.5),
  all and (min--moz-device-pixel-ratio:1.5),
  all and (min-device-pixel-ratio:1.5) {
    .hero__counter {
      background-image: url(../img/counter-bg@2x.png)
    }
  }
  
  @media only screen and (max-width:767px) {
    .hero__counter {
      width: 300px;
      height: 114px;
      right: 0;
      margin: 0 auto;
      position: relative;
      padding: 0;
      background-position: 320px 124px;
      background-image: url(../img/counter-bg-small.png);
      -webkit-background-size: 320px 124px;
      background-size: 320px 124px;
      background-position: top;
      background-repeat: no-repeat
    }
  }
  
  .hero__countdown {
    top: 78px;
    position: absolute;
    left: 17px
  }
  
  @media only screen and (max-width:767px) {
    .hero__countdown {
      left: 0;
      right: 0;
      top: 75px;
      text-align: center
    }
  }
  
  .hero__countnote {
    text-shadow: 0 2px 0 rgba(13, 13, 13, .18);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    float: left
  }
  
  @media only screen and (max-width:767px) {
    .hero__countnote {
      padding: 41px 0 0 12px;
      font-size: 18px
    }
  }
  
  .hero__countbutton {
    float: right;
    margin-top: 2px;
    background-color: #185e9c;
    font-size: 12px;
    line-height: 20px;
    text-shadow: none;
    text-align: center;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    width: 74px;
    height: 21px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2b85c9), to(#193a62));
    background-image: -webkit-linear-gradient(top, #2b85c9, #193a62);
    background-image: -o-linear-gradient(top, #2b85c9, #193a62);
    background-image: linear-gradient(180deg, #2b85c9, #193a62);
    -webkit-box-shadow: 0 -1px 0 0 #79c6ff, 0 2px 0 0 #152f50, inset 0 1px 7px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 -1px 0 0 #79c6ff, 0 2px 0 0 #152f50, inset 0 1px 7px 0 rgba(255, 255, 255, .3)
  }
  
  @media only screen and (max-width:767px) {
    .hero__countbutton {
      margin: 43px 10px 0 0
    }
  }
  
  .countdown {
    display: block;
    position: relative;
    font-size: 0
  }
  
  .countdown__item {
    display: inline-block;
    width: 32px;
    height: 50px;
    line-height: 44px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 0 2px 0 rgba(13, 13, 13, .33);
    color: #ddd;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    background-image: url(../img/svg/counter.svg);
    background-position: -3px 0;
    -webkit-background-size: 38px 38px;
    background-size: 38px;
    background-repeat: no-repeat;
    margin-right: 5px
  }
  
  .countdown__item:last-child {
    margin-right: 0
  }
  
  @media only screen and (max-width:767px) {
    .countdown__item {
      background-image: url(../img/svg/counter.svg);
      width: 28px;
      height: 37px;
      background-position: top;
      -webkit-background-size: 34px 34px;
      background-size: 34px;
      font-size: 26px;
      line-height: 37px
    }
  }
  
  .countdown__item:last-child {
    margin-right: 0
  }
  
  .countdown__divider {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 0 1px
  }
  
  .countdown__divider:before {
    content: ',';
    display: block;
    height: 44px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase
  }
  
  @media only screen and (max-width:767px) {
    .countdown__divider:before {
      height: 32px;
      font-size: 20px;
      line-height: 32px
    }
  }
  
  .main-nav {
    display: table;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b8ad4), to(#18326c));
    background-image: -webkit-linear-gradient(top, #1b8ad4, #18326c);
    background-image: -o-linear-gradient(top, #1b8ad4, #18326c);
    background-image: linear-gradient(180deg, #1b8ad4, #18326c);
    background-image: url(../img/mainnav-bg.jpg);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .26);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .26)
  }
  
  @media screen and (max-width:430px) {
    .hero__submenu_mobile_nav {
      margin-top: 0;
      padding-top: 60px !important
    }
  
    .main-nav {
      display: block
    }
  }
  
  .main-nav:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    opacity: .58;
    background-color: rgba(0, 0, 0, .21);
    -webkit-box-shadow: inset 0 1px 0 rgba(42, 88, 121, .99);
    box-shadow: inset 0 1px 0 rgba(42, 88, 121, .99);
    z-index: 0
  }
  
  .main-nav__subnav.subnav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%
  }
  
  @media only screen and (max-width:767px) {
    .registration__email-wrapper .registration__tooltip {
      top: -92px !important
    }
  
    .aside__search {
      height: 70px;
      padding: 15px 20px 20px
    }
  
    .main-nav__subnav.subnav {
      display: block;
      height: auto;
      width: 100vw;
      max-width: 480px;
      padding: 5px
    }
  
    .main-nav__subnav.subnav .subnav__item {
      display: inline-block;
      vertical-align: top;
      width: auto
    }
  }
  
  @media only screen and (max-width:1067px) {
    .main-nav__subnav.subnav {
      display: block;
      height: auto;
      width: 100vw;
      max-width: 100%;
      padding: 5px
    }
  
    .main-nav__subnav.subnav .subnav__item {
      display: inline-block;
      vertical-align: top;
      width: auto;
      padding: 4px 10px
    }
  }
  
  .hero__nav .main-nav__subnav.subnav {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1000000
  }
  
  .hero__nav .main-nav__item_active .main-nav__subnav.subnav,
  .main-nav__item_subnav .main-nav__subnav.subnav {
    top: 100%;
    opacity: 1;
    visibility: visible
  }
  
  .main-nav__item {
    display: table-cell;
    vertical-align: top;
    width: auto;
    white-space: normal
  }
  
  .control-hidden {
    display: none !important
  }
  
  label.modal__caption.bonus_no_img {
    right: auto;
    left: 20px;
    top: 38%
  }
  
  @media screen and (min-width:1024px) {
  
    .hero__nav .main-nav__item_active .main-nav__subnav.subnav,
    .main-nav__item_subnav .main-nav__subnav.subnav {
      opacity: 1;
      visibility: visible
    }
  
    .bonus__item {
      width: 30% !important
    }
  }
  
  @media screen and (max-width:1024px) and (min-width:768px) {
    .hero__submenu_mobile_nav {
      margin-top: 0;
      display: none;
      z-index: 200;
      position: absolute;
      bottom: -70px;
      width: 100%
    }
  }
  
  @media screen and (max-width:1114px) {
    html {
      overflow-x: hidden
    }
  
    .hidden-xs {
      display: none
    }
  
    .hero__submenu_mobile_nav.active {
      display: block
    }
  
    .hero__submenu_mobile_nav.active ul {
      position: relative
    }
  
    .hero {
      overflow: unset !important
    }
  
    .hero__submenu_mobile_nav.active .main-nav__subnav.subnav {
      position: relative
    }
  }
  
  @media screen and (max-width:1024px) {
    .modal__social {
      text-align: center;
      margin-bottom: 10px
    }
  
    .signup__input .input__inner {
      padding-right: 0;
      text-align: center
    }
  
    .hero__submenu_mobile_nav {
      margin-top: 0;
      padding-top: 45px;
      display: none;
      z-index: 20
    }
  
    .hero__submenu_mobile_nav.active {
      display: block
    }
  }
  
  @media screen and (max-width:768px) {
    .preview__img {
      height: 130px
    }
  
    body,
    html {
      height: 100%
    }
  
    .hero__nav > .main-nav > li.main-nav__item_subnav > .main-nav__subnav {
      display: none
    }
  }
  
  @media screen and (max-width:430px) {
    .bl-bott {
      padding-left: 5px !important;
      padding-right: 5px !important
    }
  
    .main-nav__item {
      display: inline-block
    }
  
    .hero__wrap .hero__nav ul.main-nav.ps-container.ps-theme-hidden {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      -ms-align-items: center;
      align-items: center
    }
  }
  
  .main-nav__item:after {
    font-size: 18px;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  
  .main-nav__item:first-child:after,
  .main-nav__item_active + .main-nav__item:after,
  .main-nav__item_active:after {
    content: none
  }
  
  .main-nav__link {
    display: block;
    position: relative;
    text-align: center;
    padding: 30px 36px;
    text-shadow: 0 2px 0 rgba(4, 4, 4, .19);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    z-index: 2
  }
  
  .main-nav__link:hover {
    color: #ffea00
  }
  
  .main-nav__link:hover:after {
    color: #fff
  }
  
  .main-nav__item:first-child .main-nav__link {
    padding: 30px 26px
  }
  
  .main-nav__item_active .main-nav__link {
    background-color: #f98a1e;
    background-image: -webkit-linear-gradient(310deg, #ed1d49, #ff0036);
    background-image: -o-linear-gradient(310deg, #ed1d49, #ff0036);
    background-image: linear-gradient(140deg, #ed1d49, #ff0036);
    -webkit-box-shadow: inset 0 -4px 0 rgba(4, 4, 4, .27), 3px 0 0 rgba(4, 4, 4, .37), -3px 0 0 rgba(4, 4, 4, .37);
    box-shadow: inset 0 -4px 0 rgba(4, 4, 4, .27), 3px 0 0 rgba(4, 4, 4, .37), -3px 0 0 rgba(4, 4, 4, .37)
  }
  
  .main-nav__item_active .main-nav__link:after {
    content: none
  }
  
  .main-nav__item_active .main-nav__link:hover {
    color: #fff
  }
  
  .main-nav__item:first-child.main-nav__item_active .main-nav__link {
    -webkit-box-shadow: inset 0 -4px 0 rgba(4, 4, 4, .27), 3px 0 0 rgba(4, 4, 4, .37);
    box-shadow: inset 0 -4px 0 rgba(4, 4, 4, .27), 3px 0 0 rgba(4, 4, 4, .37)
  }
  
  .main-nav__item:last-child.main-nav__item_active .main-nav__link {
    -webkit-box-shadow: inset 0 -4px 0 rgba(4, 4, 4, .27), -3px 0 0 rgba(4, 4, 4, .37);
    box-shadow: inset 0 -4px 0 rgba(4, 4, 4, .27), -3px 0 0 rgba(4, 4, 4, .37)
  }
  
  @media only screen and (min-width:1440px) {
    .main-nav__link {
      padding: 30px 46px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .main-nav__link {
      font-size: 14px;
      padding: 30px 25px
    }
  }
  
  @media only screen and (max-width:767px) {
  
    .main-nav__item .main-nav__link,
    .main-nav__item:first-child .main-nav__link {
      padding: 8px 6px;
      font-size: 12px
    }
  }
  
  .subnav {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 40px;
    background-color: #0f2947;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .04);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .04)
  }
  
  .subnav__item {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 3%;
    white-space: nowrap
  }
  
  .subnav__item:after {
    color: #fff;
    font-size: 14px;
    line-height: 41px;
    font-family: inherit;
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  
  @media only screen and (max-width:767px) {
    .subnav__item:after {
      line-height: 28px
    }
  }
  
  .subnav__item:last-child:after {
    content: none
  }
  
  .subnav__link {
    display: block;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff
  }
  
  .subnav__link_active {
    color: #f96915 !important
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .subnav__link {
      font-size: 14px
    }
  }
  
  @media only screen and (max-width:767px) {
    .subnav__link {
      font-size: 14px;
      padding: 4px 14px
    }
  }
  
  .subnav__item:hover .subnav__link {
    color: #00ff76
  }
  
  .winsline {
    display: block;
    position: relative;
    font-size: 0;
    width: 98%;
    overflow: hidden;
    margin-right: -19px
  }
  
  @media only screen and (min-width:1440px) {
    .winsline {
      width: 1440px;
      margin-right: -20px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .winsline {
      width: 1203px;
      margin-right: -23px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .winsline {
      width: 100%
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .winsline {
      width: 100%
    }
  }
  
  @media only screen and (max-width:1024px) {
    .winsline {
      width: -webkit-calc(100% + 20px);
      width: calc(100% + 20px);
      margin-right: -20px
    }
  }
  
  .winsline__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 76px;
    padding-right: 19px
  }
  
  @media only screen and (min-width:1440px) {
    .winsline__item {
      padding-right: 20px
    }
  }
  
  @media only screen and (max-width:1024px) {
    .winsline__item {
      height: 64px
    }
  }
  
  .winsline__block {
    background-color: #003068;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 100%;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    text-decoration: none
  }
  
  .winsline__item:hover .winsline__block {
    background-color: #05274c
  }
  
  .winsline__img {
    width: 88px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 3px solid #2c82ff
  }
  
  @media only screen and (max-width:1024px) {
    .winsline__img {
      width: 64px;
      height: 63px
    }
  }
  
  .winsline__overlay {
    -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, .47), 0 2px 3px rgba(6, 23, 42, .26);
    box-shadow: inset 0 0 0 4px rgba(0, 0, 0, .47), 0 2px 3px rgba(6, 23, 42, .26);
    -webkit-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease;
    background-color: transparent;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 82px;
    height: 71px;
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden
  }
  
  @media only screen and (max-width:1024px) {
    .winsline__overlay {
      width: 64px;
      height: 63px
    }
  }
  
  .winsline__item:hover .winsline__overlay {
    background-color: rgba(0, 0, 0, .63);
    opacity: 1;
    visibility: visible
  }
  
  @media only screen and (max-width:1024px) {
    label.modal__caption.bonus_no_img {
      position: static;
      display: block;
      padding-top: 15px
    }
  
    .winsline__item:hover .winsline__overlay {
      opacity: 0;
      visibility: hidden
    }
  }
  
  .winsline__button {
    display: block;
    position: absolute;
    bottom: 3px;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  
  .winsline__content {
    display: block;
    position: relative;
    line-height: 20px;
    height: 76px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 13px 10px 97px
  }
  
  @media only screen and (min-width:1440px) {
    .winsline__content {
      padding: 9px 13px 10px 105px
    }
  }
  
  @media only screen and (max-width:767px) {
    .winsline__content {
      padding: 8px 13px 8px 80px;
      height: 64px
    }
  }
  
  .winsline__title {
    color: #fff;
    margin: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
  }
  
  @media only screen and (max-width:767px) {
    .winsline__title {
      font-size: 12px;
      line-height: 12px;
      padding-top: 1px;
      margin-right: 11px
    }
  }
  
  .winsline__title_color_yellow {
    color: #ffe400
  }
  
  .winsline__note {
    color: #01ff25;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    float: left;
    overflow: hidden;
    max-width: 74px;
    white-space: nowrap
  }
  
  @media only screen and (max-width:767px) {
    .winsline__note {
      line-height: 24px;
      font-size: 16px
    }
  }
  
  .winsline__note_small {
    color: #3c90f0;
    text-transform: lowercase;
    margin-left: 4px
  }
  
  .preview {
    position: relative;
    background: linear-gradient(180deg, #003a79 0, #001429 100%);
    border: 1px solid #15355a;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5)
  }
  
  .preview__item {
    display: block;
    position: relative
  }
  
  .preview__img {
    background-size: cover;
    background-position: center;
    max-width: 100%;
    width: 100%;
    display: block;
    height: 188px;
    -webkit-border-radius: 10px;
    border-radius: 10px
  }
  
  .preview__overlay {
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    z-index: -1
  }
  
  .preview__item:hover .preview__overlay {
    background-color: rgba(0, 0, 0, .73);
    -webkit-box-shadow: inset 0 0 2.9px 1.1px rgba(255, 255, 255, .28), inset 0 1px 0 rgba(255, 255, 255, .08), 0 2px 1px rgba(13, 25, 39, .37);
    box-shadow: inset 0 0 2.9px 1.1px rgba(255, 255, 255, .28), inset 0 1px 0 rgba(255, 255, 255, .08), 0 2px 1px rgba(13, 25, 39, .37);
    opacity: 1;
    z-index: 1
  }
  
  .preview__action {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  
  .preview__button {
    font-size: 15px;
    padding: 8px 15px;
    display: inline-block;
    white-space: nowrap
  }
  
  .preview__button_demo {
    padding: 6px 9px;
    margin-top: 11px
  }
  
  .preview__icon {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 12px;
    cursor: pointer
  }
  
  .preview__icon.fa {
    font-size: 20px;
    color: #fff
  }
  
  .preview__icon.fa.in_favorites {
    color: #fff001
  }
  
  .preview__info {
    padding: 5px 13px;
    text-align: left
  }
  
  .preview__title {
    text-shadow: 0 2px 0 #111c28;
    color: #a2bedc;
    font-size: 14px;
    margin: 0
  }
  
  .preview__note,
  .preview__title {
    font-weight: 700;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: -webkit-calc(100% - 1px);
    max-width: calc(100% - 1px)
  }
  
  .preview__note {
    text-shadow: 0 1px 0 #0a1829;
    color: #4d7bb0;
    font-size: 13px;
    margin: 5px 0 0
  }
  
  @media only screen and (max-width:767px) {
    .preview__note {
      max-width: 100%
    }
  }
  
  .search {
    display: block;
    position: relative
  }
  
  .search__button {
    display: block;
    height: 41px;
    width: 41px;
    background: 0 0;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0
  }
  
  .search__button:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 9px;
    background-image: url(../img/sprite.png);
    background-position: -904px -819px;
    width: 24px;
    height: 25px
  }
  
  .search__input {
    width: 100%;
    height: 40px;
    background-color: #001c3c;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 #152231, 0 1px 0 #354c68;
    box-shadow: inset 0 1px 0 #152231, 0 1px 0 #354c68;
    color: #a0c6f3;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: none;
    padding: 11px 37px 11px 13px
  }
  
  .tournament {
    text-align: center
  }
  
  .tournament,
  .tournament__promo {
    display: block;
    position: relative
  }
  
  .tournament__promo {
    padding: 1px 20px;
    margin: 0 0 30px 0 !important
  }
  
  .tournament__head {
    position: relative;
    overflow: hidden;
    background-color: #2d517a;
    height: 52px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2)
  }
  
  .tournament__backnote,
  .tournament__title {
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1
  }
  
  .tournament__title {
    text-shadow: 0 2px 0 rgba(13, 25, 39, .23);
    color: #fff;
    font-size: 20px;
    padding: 14px 0;
    position: relative
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .tournament__title {
      padding: 16px 0;
      white-space: nowrap;
      font-size: 17px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .tournament__title {
      padding: 16px 0;
      white-space: nowrap;
      font-size: 17px
    }
  }
  
  .tournament__img-overlay {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #737373;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5), inset 0 1px 2px 0 rgba(255, 255, 255, .5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5), inset 0 1px 2px 0 rgba(255, 255, 255, .5);
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
  }
  
  .tournament__img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%
  }
  
  .tournament__button {
    position: absolute;
    white-space: nowrap;
    bottom: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
  }
  
  .tournament__timer {
    padding-top: 35px;
    height: 186px;
    background-position: 50%;
    background-repeat: no-repeat
  }
  
  .tournament__table {
    margin-top: -17px;
    position: relative;
    padding: 0 20px
  }
  
  .tournament__table .table__headrow .table__cell {
    text-align: left
  }
  
  .tournament-details,
  .tournament-details__header {
    display: block;
    position: relative
  }
  
  .tournament-details__header {
    height: 238px
  }
  
  @media only screen and (max-width:767px) {
    .tournament-details__header {
      height: auto;
      min-height: 182px;
      margin-bottom: 15px
    }
  }
  
  .tournament-details__header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 797px;
    width: 100%;
    height: 165px;
    opacity: .29;
    background-image: -webkit-radial-gradient(50% 163.64%, 380px 210px, #fff 0, transparent 100%);
    background-image: -o-radial-gradient(50% 163.64%, 380px 210px, #fff 0, transparent 100%);
    background-image: radial-gradient(380px 210px at 50% 163.64%, #fff 0, transparent 100%);
    border-bottom: 1px solid #224061
  }
  
  .tournament-details__summary {
    position: relative;
    max-width: 1140px;
    margin: 0 auto
  }
  
  .tournament-details__crosstitle {
    display: block;
    position: relative;
    padding: 55px 100px 51px
  }
  
  @media only screen and (max-width:767px) {
    .tournament-details__crosstitle {
      padding: 55px 20px 51px
    }
  }
  
  .tournament-details__crosstitle_small {
    padding: 33px 100px 30px
  }
  
  @media only screen and (max-width:767px) {
    .tournament-details__crosstitle_small {
      padding: 33px 20px 30px
    }
  }
  
  .tournament-details__leaderboard {
    position: relative;
    max-width: 1140px;
    margin: 0 auto
  }
  
  .tournament-details__slider {
    width: 960px;
    margin: 0 auto
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .tournament-details__slider {
      width: 800px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .tournament-details__slider {
      width: 630px
    }
  }
  
  @media only screen and (max-width:767px) {
    .tournament-details__slider {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      max-width: 480px
    }
  }
  
  .tournament-details__slider .slider__item {
    height: 104px;
    overflow: hidden;
    margin: 0 10px
  }
  
  @media only screen and (max-width:767px) {
    .tournament-details__slider .slider__item {
      margin: 0 5px
    }
  }
  
  .tournament-details__slider .slider__item .slider__img {
    height: 55px;
    width: 81px
  }
  
  @media only screen and (max-width:767px) {
    .tournament-details__slider .slider__item .slider__img {
      width: 81px;
      height: 55px;
      max-width: 100%;
      margin: 0 auto
    }
  }
  
  .tournament-details__button {
    padding: 9px 27px;
    margin-top: 22px
  }
  
  .tournament-details__title {
    padding-top: 55px;
    display: block;
    position: relative
  }
  
  @media only screen and (max-width:767px) {
    .tournament-details__title {
      padding-top: 0;
      display: inline-block;
      vertical-align: middle;
      width: -webkit-calc(99% - 1px);
      width: calc(99% - 1px);
      line-height: 33px
    }
  }
  
  .tournament-details__subtitle {
    padding-top: 22px;
    display: block;
    position: relative
  }
  
  .tournament-details__countdown {
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
    position: relative
  }
  
  @media only screen and (max-width:767px) {
    .tournament-details__countdown {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      margin-top: 0;
      white-space: nowrap
    }
  }
  
  .tournament-details__currency {
    display: block;
    position: absolute;
    bottom: 0;
    right: -48px;
    font-size: 56px;
    line-height: 44px;
    font-weight: 500;
    color: #fff
  }
  
  @media only screen and (max-width:767px) {
    .tournament-details__currency {
      display: none
    }
  }
  
  .tournament-details__currency_ruble {
    background-image: url(../img/sprite.png?v=2);
    background-position: -392px -378px;
    width: 36px;
    height: 38px;
    bottom: 10px
  }
  
  .tournament_gameplay {
    margin-top: 22px
  }
  
  .tournament_gameplay .tournament__timer {
    padding-top: 35px;
    height: 170px
  }
  
  .tournament_gameplay .tournament__timer .timer__note {
    padding-bottom: 11px
  }
  
  .tournament_gameplay .tournament__table {
    margin-top: 7px
  }
  
  .tournament_gameplay .tournament__img-overlay {
    height: 120px
  }
  
  .gameplay .tournament_gameplay .tournament__img-overlay {
    height: auto
  }
  
  .gameplay-toppanel__title {
    display: block
  }
  
  .summary {
    display: block;
    position: relative;
    font-size: 0;
    height: 355px
  }
  
  @media only screen and (max-width:767px) {
    .summary {
      height: auto
    }
  }
  
  .summary__block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: -webkit-calc(50% - 1px);
    width: calc(50% - 1px);
    height: 354px
  }
  
  .summary__block:first-child {
    margin-right: 1px
  }
  
  @media only screen and (max-width:767px) {
    .summary__block {
      width: 100%;
      display: block;
      height: auto
    }
  }
  
  .summary__description {
    display: block;
    height: 100%;
    position: relative;
    background-color: #273e58;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 5px 0 rgba(0, 0, 0, .12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 5px 0 rgba(0, 0, 0, .12)
  }
  
  .summary__content {
    display: block;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    color: #c5d6ea;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-align: left;
    padding: 0 90px 0 0;
    height: 255px;
    margin: 20px;
    overflow: auto
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .summary__content {
      padding: 0 20px 0 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .summary__content {
      overflow: auto;
      height: auto;
      padding: 0
    }
  }
  
  .summary__info {
    display: table;
    width: 100%;
    height: 100%;
    text-align: left
  }
  
  .summary__item {
    display: table;
    margin-bottom: 1px;
    width: 100%;
    height: 58px;
    background-color: #42658d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5177a3), to(#304f72));
    background-image: -webkit-linear-gradient(top, #5177a3, #304f72);
    background-image: -o-linear-gradient(top, #5177a3, #304f72);
    background-image: linear-gradient(180deg, #5177a3, #304f72);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 5px 0 rgba(0, 0, 0, .12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 5px 0 rgba(0, 0, 0, .12)
  }
  
  .summary__description .summary__item {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12)
  }
  
  .summary__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 22px
  }
  
  .summary__cell:last-child {
    text-align: right
  }
  
  .summary__description .summary__cell {
    text-align: left
  }
  
  .summary__title {
    text-transform: inherit
  }
  
  .summary__cell:first-child .summary__title {
    text-transform: uppercase
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .summary__title {
      font-size: 16px
    }
  }
  
  .leaderboard {
    display: block;
    position: relative;
    margin: 0 auto;
    width: auto;
    max-width: 1140px;
    padding-bottom: 20px;
    font-size: 0;
    min-height: 220px;
    background-color: #2f4b6c;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), 0 0 8px rgba(0, 0, 0, .52);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), 0 0 8px rgba(0, 0, 0, .52)
  }
  
  @media only screen and (max-width:767px) {
    .leaderboard {
      padding-bottom: 60px;
      position: relative
    }
  }
  
  .leaderboard__block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 26px 18px 0
  }
  
  .leaderboard__importance {
    width: 450px;
    display: table;
    margin: 5px auto 0;
    height: 29px;
    background-color: #3668a2;
    -webkit-box-shadow: inset 0 1px 0 #5a88bd;
    box-shadow: inset 0 1px 0 #5a88bd
  }
  
  @media only screen and (max-width:767px) {
    .leaderboard__importance {
      margin: 0 18px;
      width: -webkit-calc(100% - 36px);
      width: calc(100% - 36px)
    }
  }
  
  .leaderboard__cell {
    display: table-cell;
    vertical-align: middle;
    width: 1px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 9px
  }
  
  .leaderboard__cell_fluid {
    width: auto
  }
  
  .timer {
    display: block;
    position: relative
  }
  
  .timer__note {
    text-shadow: 0 1px 0 #243344;
    color: #ffd801;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px
  }
  
  .timer__note_large {
    font-size: 14px
  }
  
  .timer__table {
    display: table;
    margin: 0 auto
  }
  
  .timer__row {
    display: table-row
  }
  
  .timer__cell {
    display: table-cell
  }
  
  .timer__row_digit .timer__cell {
    text-shadow: 0 2px 0 rgba(0, 0, 0, .26);
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Roboto, sans-serif
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .timer__row_digit .timer__cell {
      font-size: 23px
    }
  }
  
  @media only screen and (min-width:999px) and (max-width:1200px) {
    .timer__row_digit .timer__cell {
      font-size: 27px
    }
  }
  
  .timer__row_caption .timer__cell {
    text-shadow: 0 2px 0 rgba(0, 0, 0, .18);
    color: #ffd801;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #7daa2f;
  }
  
  .timer__cell_empty {
    padding: 0 12px 0 0
  }
  
  /* .footer {
      display: block;
      position: relative;
      width: 940px;
      margin: 0 auto;
      padding-bottom: 37px;
      text-align: center
  } */
  
  @media only screen and (min-width:1440px) {
    /* .footer {
          width: 1420px
      } */
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    /* .footer {
          width: 1180px
      } */
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    /* .footer {
          width: 700px
      } */
  }
  
  @media only screen and (max-width:767px) {
    /* .footer {
          width: 100%
      } */
  }
  
  .footer__head {
    width: 940px;
    height: 93px;
    background-color: #183c66;
    -webkit-box-shadow: 0 1px 0 0 #153151, inset 0 1px 0 0 #38608e, inset -1px 0 0 0 #38608e, inset 1px 0 0 0 #355d8c, inset 0 -1px 0 0 #1d426e;
    box-shadow: 0 1px 0 0 #153151, inset 0 1px 0 0 #38608e, inset -1px 0 0 0 #38608e, inset 1px 0 0 0 #355d8c, inset 0 -1px 0 0 #1d426e;
    text-align: center;
    margin-top: 178px
  }
  
  @media only screen and (min-width:1440px) {
    .footer__head {
      width: 1420px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .footer__head {
      width: 1180px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .footer__head {
      width: 700px
    }
  }
  
  @media only screen and (max-width:767px) {
    .footer__head {
      width: 100%;
      height: 43px;
      margin-top: 76px
    }
  }
  
  .footer__logo {
    display: block;
    top: -129px;
    left: 50%;
    margin-left: 36px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 2;
    width: 300px;
    height: auto;
    -webkit-background-size: 300px 224px;
    background-size: 300px 224px;
    background-position: 50%;
    background-repeat: no-repeat
  }
  
  @media only screen and (max-width:767px) {
    .footer__logo {
      -webkit-background-size: 146px 110px;
      background-size: 146px 110px;
      background-position: 50%;
      background-repeat: no-repeat;
      width: 146px;
      height: auto;
      top: -66px;
      margin-left: 15px
    }
  }
  
  .footer__nav {
    background-color: #15365d;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .24);
    text-align: center
  }
  
  @media only screen and (max-width:767px) {
    .footer__nav {
      padding: 6px 4px
    }
  }
  
  @media only screen and (max-width:767px) {
    .footer__nav .nav {
      display: inline-block;
      vertical-align: top;
      width: auto;
      max-width: 300px
    }
  }
  
  .footer__icons {
    display: block;
    margin: 30px auto
  }
  
  .footer__cell {
    display: inline-block;
    vertical-align: middle;
    padding-right: 18px
  }
  
  .footer__cell:last-child {
    padding-right: 0
  }
  
  .footer__rules {
    color: #435872;
    font-size: 12px;
    font-weight: 400;
    max-width: 720px;
    margin: 0 auto
  }
  
  .modal {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 679px;
    overflow: auto;
    -webkit-box-shadow: inset 0 -1px 0 rgba(91, 64, 71, .38), 0 1px 8px rgba(0, 0, 0, .53);
    box-shadow: inset 0 -1px 0 rgba(91, 64, 71, .38), 0 1px 8px rgba(0, 0, 0, .53)
  }
  
  @media only screen and (max-width:767px) {
    .modal {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 100%;
      background-color: #202a39;
      -webkit-box-shadow: inset 0 -1px 0 rgba(108, 106, 139, .25);
      box-shadow: inset 0 -1px 0 rgba(108, 106, 139, .25)
    }
  }
  
  .modal__header {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .26);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .26);
    background-image: url(../img/modal-head-bg.jpg);
    height: 78px;
    text-align: center;
    position: relative
  }
  
  .modal__title {
    text-shadow: 0 3px 0 rgba(0, 0, 0, .14);
    padding: 27px 50px;
    color: #fff;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase
  }
  
  .modal__icon {
    display: block;
    position: absolute;
    top: 30px;
    right: 21px;
    cursor: pointer
  }
  
  .modal__content {
    background-color: #222131;
    padding: 32px 27px 0 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0;
    display: block;
    position: relative
  }
  
  .modal__content:after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    opacity: .27;
    background-color: #3f3d60;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .42);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .42)
  }
  
  @media only screen and (max-width:767px) {
    .modal__content {
      padding: 0 20px 0px
    }
  }
  
  .modal__button {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 2px 0 rgba(0, 0, 0, .21);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    padding: 9px 22px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 2;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  
  .modal__input {
    margin-left: 30px
  }
  
  @media only screen and (max-width:767px) {
    .modal__input {
      display: block;
      margin-left: 0;
      padding-top: 20px
    }
  }
  
  .modal__input:first-child {
    margin-left: 0
  }
  
  .modal__input-inner.input__inner {
    background-color: #15151f;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .3), 0 1px 0 #2b2a40;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .3), 0 1px 0 #2b2a40;
    border: none;
    color: #a5a3bd;
    font-size: 15px;
    line-height: 18px;
    margin-top: 28px;
    width: 295px;
    text-transform: none;
    height: 49px
  }
  
  @media only screen and (max-width:767px) {
    .modal__input-inner.input__inner {
      width: 100%;
      margin-top: 14px
    }
  }
  
  .modal__label {
    text-shadow: 0 2px 0 rgba(0, 0, 0, .33);
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase
  }
  
  .modal__caption {
    color: #66647e;
    font-size: 22px;
    display: block;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 3px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer
  }
  
  @media only screen and (max-width:767px) {
    .modal__caption {
      top: 24px
    }
  }
  
  .modal__caption:hover {
    color: #fff
  }
  
  .modal__note {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 28px;
    display: block
  }
  
  @media only screen and (max-width:767px) {
    .modal__note {
      padding: 10px 0 0;
      text-align: center;
      margin-bottom: 10px;
      display: block
    }
  }
  
  .modal__note_important {
    color: #ffa51b;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 17px;
    margin: 33px 0 6px
  }
  
  @media only screen and (max-width:767px) {
    .modal__note_important {
      margin: 20px 0 0;
      display: block
    }
  }
  
  .modal__note_accent {
    color: #fff000;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    margin: 33px 0 6px 5px
  }
  
  @media only screen and (max-width:767px) {
    .modal__note_accent {
      margin: 20px 0 0;
      display: block
    }
  }
  
  .modal__error {
    display: block;
    position: relative;
    text-align: center;
    padding: 10px 0 20px;
    max-width: 100%
  }
  
  @media only screen and (max-width:767px) {
    .modal__error {
      padding: 0 0 10px
    }
  }
  
  .modal__signup-soc {
    display: block;
    float: left;
    text-align: left
  }
  
  @media only screen and (max-width:767px) {
    .modal__signup-soc {
      float: none;
      padding-bottom: 80px
    }
  }
  
  @media only screen and (max-width:767px) {
    .modal__signup {
      text-align: center
    }
  
    .modal__signup .signup__button {
      left: auto
    }
  }
  
  .modal__actions {
    display: block;
    float: right;
    text-align: right
  }
  
  @media only screen and (max-width:767px) {
    .modal__actions {
      float: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 30px
    }
  }
  
  .modal__footer {
    width: 100%;
    position: relative;
    padding: 37px 31px 39px 32px;
    background-color: #202a39;
    -webkit-box-shadow: inset 0 -1px 0 rgba(108, 106, 139, .25);
    box-shadow: inset 0 -1px 0 rgba(108, 106, 139, .25);
    font-family: 'Roboto Condensed', sans-serif
  }
  
  @media only screen and (max-width:767px) {
    .modal__footer {
      -webkit-box-shadow: none;
      box-shadow: none
    }
  }
  
  .modal__footer:after {
    content: '';
    display: table;
    clear: both
  }
  
  /* .popup {
      width: 568px;
      height: auto;
      display: block;
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -49%);
      -ms-transform: translate(-50%, -49%);
      transform: translate(-50%, -49%);
      z-index: 200;
      background-color: #222131;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      padding-bottom: 1px;
      -webkit-box-shadow: inset 0 -1px 0 rgba(91, 64, 71, .38), 0 1px 8px rgba(0, 0, 0, .53);
      box-shadow: inset 0 -1px 0 rgba(91, 64, 71, .38), 0 1px 8px rgba(0, 0, 0, .53)
  } */
  
  @media only screen and (max-width:767px) {
    .popup {
      position: fixed;
      left: 0;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 100% !important;
      max-height: 100%;
      overflow-y: scroll
    }
  }
  
  .popup .popup_go_tomain,
  .popup__close {
    width: 36px;
    height: 38px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background-position-y: top;
    background-color: #191826;
    background-repeat: no-repeat;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset .6px -.8px 0 #2b2a3c;
    box-shadow: inset .6px -.8px 0 #2b2a3c;
    text-align: center;
    padding: 11px 0;
    cursor: pointer
  }
  
  .popup__head {
    position: relative
  }
  
  .popup__head:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    opacity: .27;
    background-color: #3f3d60;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .42);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .42)
  }
  
  .popup__title {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    padding: 24px 32px 21px;
    color: #fff;
    text-transform: uppercase
  }
  
  .popup__title_accent {
    color: #fff000
  }
  
  .popup__content .popup__title {
    text-align: center;
    padding: 0
  }
  
  @media only screen and (max-width:767px) {
    .popup__content .popup__title {
      padding: 0 30px
    }
  }
  
  .popup__subtitle {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9e9cbd;
    padding: 24px 5px 23px;
    display: inline-block;
    vertical-align: top
  }
  
  .popup__subtitle_accent {
    color: #fff000
  }
  
  .popup__content {
    position: relative
  }
  
  .popup__label {
    text-shadow: 0 2px 0 rgba(0, 0, 0, .33);
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: left
  }
  
  .popup__label_small {
    font-size: 19px
  }
  
  .popup__footer {
    position: relative;
    background-color: #202a39;
    min-height: 64px;
    text-align: center
  }
  
  .popup__footer:before {
    content: '';
    position: absolute;
    height: 1px;
    top: -1px;
    left: 0;
    right: 0;
    opacity: .27;
    background-color: #3f3d60;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .42);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .42)
  }
  
  .popup__note {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    display: block;
    padding-top: 21px;
    padding-bottom: 15px
  }
  
  .popup__caption {
    display: block;
    position: relative;
    color: #fff;
    padding: 0 20px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    text-align: center
  }
  
  .popup__socials {
    padding-bottom: 25px
  }
  
  .popup__button {
    font-size: 18px;
    padding: 9px 18px;
    margin-top: -18px;
    margin-left: 10px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  .popup__gallery {
    text-align: center;
    margin-top: 41px;
    margin-bottom: 61px
  }
  
  .popup__gallery .preview {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 28px
  }
  
  @media only screen and (max-width:767px) {
    .popup__gallery .preview {
      margin-right: 0;
      margin-bottom: 20px
    }
  }
  
  .popup__gallery .preview:last-child {
    margin-right: 0
  }
  
  .popup__gallery .preview__info {
    text-align: left;
    padding: 14px 5px
  }
  
  .popup__gallery .preview__title {
    color: #f4f3ff;
    font-size: 14px;
    font-weight: 700
  }
  
  .popup__gallery .preview__note {
    color: #736fa5;
    font-size: 13px;
    font-weight: 700
  }
  
  .popup_chooseBonus,
  .popup_depositSuccess {
    width: 940px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
  
    .popup_chooseBonus,
    .popup_depositSuccess {
      width: 700px
    }
  }
  
  .popup_chooseBonus .popup__title,
  .popup_depositSuccess .popup__title {
    text-shadow: 0 3px 0 rgba(0, 0, 0, .27);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff000;
    text-align: center;
    padding: 55px 50px 26px
  }
  
  .popup_tabs {
    width: 940px;
    height: auto;
    top: 5px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute;
    z-index: 150;
    left: 50%;
  }
  
  .popup_tabs .tab__content {
    min-height: 330px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .popup_tabs {
      width: 700px
    }
  }
  
  @media only screen and (max-width:767px) {
    .popup_tabs {
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      top: 63px;
      left: 0;
      overflow-y: auto;
      min-height: 0
    }
  }
  
  .popup_tabs .tab__close {
    top: 25px
  }
  
  @media only screen and (max-width:767px) {
    .popup_tabs .tab__close {
      top: 14px
    }
  }
  
  .popup_chooseBonus .popup__title {
    text-shadow: 0 3px 0 rgba(0, 0, 0, .27);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff000;
    text-align: center;
    padding: 55px 50px 26px
  }
  
  .popup_chooseBonus .popup__bonuses,
  .popup_depositSuccess .popup__bonuses {
    text-align: center;
    padding-bottom: 68px
  }
  
  .popup__content {
    position: relative
  }
  
  .popup_registration {
    width: 700px
  }
  
  .popup_registration .popup__title {
    text-align: left;
    font-size: 19px;
    padding: 24px 32px 21px;
    color: #fff
  }
  
  .popup_registration .popup__content {
    padding: 35px 30px 15px 31px
  }
  
  .popup_afterRegistration {
    width: 568px
  }
  
  .popup_afterRegistration .popup__content {
    text-align: center
  }
  
  .popup_afterRegistration .popup__content .bonus {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 38px
  }
  
  .popup_afterRegistration .popup__title {
    font-size: 19px
  }
  
  .popup_afterRegistration .popup__title_accent {
    color: #fff000;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 4px
  }
  
  .popup_afterRegistration .popup__button {
    margin-left: -5px
  }
  
  .popup_changePassword {
    width: 568px;
    position: fixed
  }
  
  .popup_changePassword .popup__content {
    padding: 33px 25px 49px 31px
  }
  
  .popup_changePassword .popup__input {
    display: block;
    margin-bottom: 16px
  }
  
  .popup_passwordChanged .popup__content,
  .popup_remindSuccess .popup__content {
    padding: 52px 0 64px
  }
  
  .popup_passwordChanged .popup__content .popup__title,
  .popup_remindSuccess .popup__content .popup__title {
    text-align: center;
    padding: 0 30px
  }
  
  .popup_changePassword .popup__input .input__inner {
    width: 100%;
    height: 49px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 14px
  }
  
  .popup_passwordChanged,
  .popup_remindSuccess {
    width: 568px
  }
  
  .popup_tournamentGames {
    width: 940px;
    height: 490px;
    position: fixed
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .popup_tournamentGames {
      width: 700px
    }
  }
  
  @media only screen and (max-width:767px) {
    .popup_tournamentGames {
      width: 100%;
      height: auto
    }
  }
  
  .popup_tournamentGames .preview__item {
    height: 141px;
    overflow: hidden
  }
  
  @media only screen and (max-width:767px) {
    .popup_tournamentGames .preview__item {
      height: 128px
    }
  }
  
  .popup_tournamentGames .popup__title {
    padding: 33px 400px 29px 37px;
    font-size: 20px
  }
  
  @media only screen and (max-width:767px) {
    .popup_tournamentGames .popup__title {
      padding: 24px 32px 21px
    }
  }
  
  .popup_tournamentGames .popup__search {
    display: block;
    position: absolute;
    top: 25px;
    right: 70px
  }
  
  @media only screen and (max-width:767px) {
    .popup_tournamentGames .popup__search {
      display: block;
      position: absolute;
      top: 94px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%)
    }
  }
  
  .popup_tournamentGames .popup__search .search__input {
    width: 276px;
    height: 39px;
    background-color: #181723;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    -webkit-box-shadow: inset 0 1px 0 #0d0c13, 0 1px 0 #323144;
    box-shadow: inset 0 1px 0 #0d0c13, 0 1px 0 #323144;
    color: #a5a3bd;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding: 0 21px
  }
  
  .popup_tournamentGames .popup__content {
    padding: 18px 24px 20px
  }
  
  @media only screen and (max-width:767px) {
    .popup_tournamentGames .popup__content {
      margin-top: 62px
    }
  }
  
  .popup_tournamentGames .popup__gallery {
    text-align: left;
    margin: 0;
    max-height: 346px;
    position: relative
  }
  
  @media only screen and (max-width:767px) {
    .popup_tournamentGames .popup__gallery {
      max-height: none
    }
  }
  
  .popup_tournamentGames .popup__gallery .main {
    padding: 0 22px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .preview__img {
      height: 150px
    }
  
    .popup_tournamentGames .popup__gallery .main {
      padding: 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .popup_tournamentGames .popup__gallery .main {
      padding: 0
    }
  }
  
  .popup_tournamentGames .popup__gallery .preview {
    width: 190px !important;
    margin: 10px
  }
  
  @media only screen and (max-width:767px) {
    .popup_tournamentGames .popup__gallery .preview {
      margin: 10px !important;
      width: 176px !important
    }
  }
  
  @media only screen and (max-width:1239px) and (min-width:1100px) {
    .hero__nav {
      top: 280px
    }
  
    .slider_hero .slider__img {
      height: 290px !important
    }
  }
  
  @media only screen and (max-width:1440px) {
    .slider_hero .slider__img {
      height: 300px
    }
  
    .preview__img {
      height: 168px
    }
  }
  
  @media only screen and (max-width:1200px) {
    .slider_hero .slider__img {
      height: 290px
    }
  
    .preview__img {
      height: 148px
    }
  }
  
  @media only screen and (max-width:1100px) {
    .slider_hero .slider__img {
      height: 290px
    }
  
    .hero__nav {
      top: 280px
    }
  
    .preview__img {
      height: 128px
    }
  }
  
  @media only screen and (max-width:1000px) {
    .slider_hero .slider__img {
      height: 200px
    }
  }
  
  @media only screen and (max-width:900px) {
    .preview__img {
      height: 118px
    }
  }
  
  @media only screen and (max-width:700px) {
    .preview__img {
      height: 118px
    }
  }
  
  @media only screen and (max-width:600px) {
    .preview__img {
      height: 128px
    }
  }
  
  @media only screen and (max-width:468px) {
    .preview__img {
      height: 115px
    }
  
    .popup_tournamentGames .popup__gallery .preview {
      width: 43% !important;
      margin: 10px 3.33% !important
    }
  }
  
  .popup_tournamentGames .popup__gallery .preview__info {
    background-color: #2b2a3d;
    border: 1px solid rgba(255, 255, 255, .09);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .28);
    box-shadow: 0 0 6px rgba(0, 0, 0, .28);
    padding: 10px 13px
  }
  
  .popup_tournamentGames .popup__gallery .preview__title {
    font-size: 15px
  }
  
  .popup_tournamentGames .popup__gallery .preview__note {
    font-size: 12px
  }
  
  .popup_restorePassword .popup__content {
    padding: 32px 25px 64px 31px
  }
  
  .popup_restorePassword .popup__content .popup__subtitle {
    padding: 0;
    color: #aaa9b8;
    font-size: 15px;
    font-weight: 700
  }
  
  .popup_restorePassword .popup__input {
    display: block;
    margin-bottom: 16px;
    margin-top: 29px
  }
  
  .popup_restorePassword .popup__input .input__inner {
    width: 100%;
    height: 49px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #a5a3bd;
    text-transform: none
  }
  
  .popup_phoneVerification .popup__content {
    padding: 36px 112px 52px 120px;
    text-align: center
  }
  
  @media only screen and (max-width:767px) {
    .popup_phoneVerification .popup__content {
      padding: 18px 16px 40px;
      max-width: 320px;
      margin: 0 auto
    }
  }
  
  .popup_phoneVerification .popup__content .button_style_flat {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    padding: 8px 10px;
    margin-left: 7px;
    margin-top: 27px;
    width: auto
  }
  
  .popup_phoneVerification .popup__content .button_style_flat:hover {
    -webkit-box-shadow: 0 1px 5px #494767, 0 1px 0 #1a1925;
    box-shadow: 0 1px 5px #494767, 0 1px 0 #1a1925
  }
  
  .popup_phoneVerification .popup__caption {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 27px
  }
  
  .popup_phoneVerification .popup__input .input__inner {
    height: 49px;
    width: 150px;
    text-transform: none
  }
  
  .popup_phoneVerification .popup__timer {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px
  }
  
  .popup_phoneVerification .popup__advice {
    width: 170px;
    color: #87859e;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 22px;
    margin-left: 14px
  }
  
  .popup_phoneVerification .popup__button {
    margin-left: 0
  }
  
  .popup_emailVerification .popup__content {
    padding: 27px 53px 55px
  }
  
  @media only screen and (max-width:767px) {
    .popup_emailVerification .popup__content {
      padding: 27px 53px 55px
    }
  }
  
  .popup_emailConfirmed .popup__content {
    padding: 63px 115px 80px 128px
  }
  
  @media only screen and (max-width:767px) {
    .popup_emailConfirmed .popup__content {
      padding: 40px 24px
    }
  }
  
  .popup_deposit_for_bonus .popup_section__main {
    display: inline-block;
    vertical-align: top;
    padding: 29px 13px 30px 0;
    max-width: 646px
  }
  
  .popup_deposit_for_bonus .popup_section__main .payment__gallery {
    margin: 0 10px
  }
  
  .popup_deposit_for_bonus .popup_section__aside {
    width: 100%;
    display: inline-block;
    vertical-align: top
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .popup_deposit_for_bonus .popup_section__main {
      padding: 15px 0 18px
    }
  }
  
  @media only screen and (max-width:767px) {
    .popup_deposit_for_bonus .popup_section__main {
      width: 100%;
      padding: 15px 0 18px
    }
  
    .popup_deposit_for_bonus .popup_section__main .payment__row {
      padding: 0 8px
    }
  }
  
  @media only screen and (min-width:1440px) {
    .popup_deposit_for_bonus .payitem {
      width: 179px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .popup_deposit_for_bonus .payitem {
      width: 179px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .popup_deposit_for_bonus .payitem {
      width: 179px
    }
  }
  
  .popup_deposit_for_bonus .popup__content {
    text-align: center;
    padding-bottom: 20px
  }
  
  .popup_deposit_for_bonus .payment__row {
    padding: 0;
    text-align: center
  }
  
  .popup_deposit_for_bonus .payment__tooltip {
    margin: 4px 0 30px
  }
  
  @media only screen and (min-width:1440px) {
    .popup_deposit_for_bonus .payment__tooltip {
      width: 568px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .popup_deposit_for_bonus .payment__tooltip {
      width: 568px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .popup_deposit_for_bonus .payment__tooltip {
      width: 568px
    }
  }
  
  @media only screen and (min-width:1440px) {
    .popup_deposit_for_bonus .payment__tooltip .pay-tooltip__button {
      padding-left: 8px;
      padding-right: 8px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .popup_deposit_for_bonus .payment__tooltip .pay-tooltip__button {
      padding-left: 8px;
      padding-right: 8px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .popup_deposit_for_bonus .payment__tooltip .pay-tooltip__button {
      padding-left: 8px;
      padding-right: 8px
    }
  }
  
  .popup_deposit_for_bonus .popup__title_accent {
    text-align: center;
    padding: 0
  }
  
  @media only screen and (max-width:767px) {
    .popup_deposit_for_bonus .popup__title_accent {
      padding: 0
    }
  }
  
  .popup_favoritesAdded .popup__title,
  .popup_favoritesAddedFail .popup__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    padding: 20px 20px 20px 26px
  }
  
  .popup_favoritesAdded .popup__content,
  .popup_favoritesAddedFail .popup__content {
    padding: 40px 20px 55px
  }
  
  .popup_gameplayGallery {
    width: 800px;
    top: 256px
  }
  
  @media only screen and (max-width:767px) {
    .popup_gameplayGallery {
      top: 0
    }
  }
  
  .popup_gameplayGallery .popup__close,
  .popup_gameplayGallery .popup_go_tomain {
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: auto;
    background: 0 0;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .18);
    color: #01b4ff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  
  .popup_gameplayGallery .popup__title {
    font-size: 22px;
    padding: 61px 60px 20px
  }
  
  .popup_gameplayGallery .popup__gallery {
    margin-bottom: 54px
  }
  
  .popup_gameplayGallery .popup__gallery .preview {
    border: none
  }
  
  @media only screen and (max-width:767px) {
    .popup_gameplayGallery .popup__gallery .preview {
      display: block;
      max-width: 200px;
      margin: 0 auto 20px
    }
  }
  
  .popup_gameplayGallery .preview:last-of-type {
    margin-right: 0
  }
  
  @media only screen and (max-width:767px) {
    .popup_gameplayGallery .preview:last-of-type {
      margin-right: auto
    }
  }
  
  .popup_gameplayGallery .popup__button {
    margin-left: 0;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 20px;
    margin-top: -22px;
    font-size: 20px
  }
  
  .popup_gameplayGallery .popup__footer {
    min-height: 76px
  }
  
  .popup_gameplayNomoney {
    width: 800px
  }
  
  .popup_gameplayNomoney .popup__title {
    font-size: 22px;
    margin: 0;
    padding: 55px 20px 0
  }
  
  .popup_gameplayNomoney .popup__title_accent {
    color: #fff000;
    text-align: center;
    padding: 0 20px
  }
  
  .popup_gameplayNomoney .popup__icon {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 93px
  }
  
  .popup_gameplayNomoney .popup__close,
  .popup_gameplayNomoney .popup_go_tomain {
    top: auto;
    bottom: 13px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: auto;
    background: 0 0;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .18);
    color: #01b4ff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  
  .popup_gameplayNomoney .popup__gameplay-button {
    margin-top: -24px
  }
  
  .popup_gameplayNomoney .popup__footer {
    min-height: 90px
  }
  
  /* .overflow {
      display: none;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 101;
      background-color: rgba(0, 0, 0, .7)
  } */
  
  .modal_open {
    width: 100%
  }
  
  .modal_open .overflow {
    display: block
  }
  
  .clock-timer {
    width: 99px;
    height: 49px;
    position: relative;
    background-color: #191824;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(4, 4, 4, .24), 0 1px 0 #302f43;
    box-shadow: inset 0 1px 0 rgba(4, 4, 4, .24), 0 1px 0 #302f43
  }
  
  .clock-timer__icon {
    position: absolute;
    top: 13px;
    left: 17px
  }
  
  .clock-timer__counter {
    color: #8d8ba6;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    text-align: right
  }
  
  .payment {
    display: block;
    position: relative;
    height: auto
  }
  
  @media only screen and (max-width:767px) {
    .payment {
      max-height: 100%
    }
  
    .payment__gallery {
      max-height: 100%
    }
  
    .payment__tooltip1 {
      display: none;
      position: relative;
      margin: 23px auto 30px;
      max-height: 100%
    }
  }
  
  .payment__gallery {
    font-size: 0
  }
  
  .payment__row {
    display: block;
    position: relative;
    text-align: center;
    padding: 0 40px;
    margin: 0 auto
  }
  
  .payment__row-inner {
    text-align: left
  }
  
  @media only screen and (max-width:767px) {
    .payment__row {
      padding: 0 8px
    }
  }
  
  .payment__item {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    margin: 8px 15px 8px 0;
    cursor: pointer
  }
  
  .payment__item:nth-child(3n) {
    margin-right: 0
  }
  
  .payment__tooltip {
    display: none;
    position: relative;
    margin: 4px auto 30px;
    width: 80%
  }
  
  .payment__tooltip_inner {
    text-align: left
  }
  
  @media only screen and (max-width:767px) {
    .payment__tooltip_inner {
      width: -webkit-calc(100% - 8px);
      width: calc(100% - 8px)
    }
  }
  
  @media only screen and (max-width:767px) {
    .payment__tooltip {
      width: 100%;
      padding: 0 8px
    }
  }
  
  .payment__tooltip_open,
  .tab {
    display: block
  }
  
  .tab {
    position: relative
  }
  
  .tab__close {
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 31px;
    right: 26px;
    text-align: center;
    padding: 0;
    cursor: pointer
  }
  
  .tab__action {
    display: block;
    position: relative;
    height: 70px;
    font-size: 0;
    background-color: #04101d;
    -webkit-box-shadow: inset 0 1px 0 rgba(61, 68, 75, .35);
    box-shadow: inset 0 1px 0 rgba(61, 68, 75, .35)
  }
  
  @media only screen and (max-width:767px) {
    .tab__action {
      height: 43px
    }
  }
  
  .tab__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 24px 47px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .42);
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    color: #727f8c
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .tab__item {
      padding: 24px 34px
    }
  }
  
  @media only screen and (max-width:767px) {
    .tab__item {
      font-size: 14px;
      padding: 12px
    }
  }
  
  .tab__item:before {
    content: "-";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  
  .tab__item:first-child:before,
  .tab__item_active + .tab__item:before {
    content: none
  }
  
  .tab__item:hover {
    color: #fff
  }
  
  .tab__item:hover:after {
    color: #727f8c
  }
  
  .tab__item_active {
    color: #fefefe;
    background-color: #222131;
    -webkit-box-shadow: inset 0 3px 0 #ed1d49;
    box-shadow: inset 0 3px 0 #ed1d49;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 0;
  }
  
  .tab__item_active:before {
    content: none
  }
  
  .tab__content {
    display: block;
    position: relative
  }
  
  .tab_style_button {
    display: block;
    position: relative
  }
  
  .tab_style_button .tab__action {
    height: 58px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
  }
  
  .tab_style_button .tab__content {
    margin-top: 25px;
    background-color: transparent
  }
  
  .tab_style_button .tab__item {
    width: 200px;
    padding: 18px 10px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .09);
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    background-color: #222131;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 1px solid #202a39
  }
  
  @media only screen and (max-width:767px) {
    .tab_style_button .tab__item {
      width: 32%;
      font-size: 14px
    }
  }
  
  .tab_style_button .tab__item:before {
    content: none
  }
  
  .tab_style_button .tab__item:first-child {
    margin-right: 0
  }
  
  .tab_style_button .tab__item_active {
    background-color: #fd5827;
    background-image: -webkit-linear-gradient(280deg, #fda31b, #fd0834);
    background-image: -o-linear-gradient(280deg, #fda31b, #fd0834);
    background-image: linear-gradient(170deg, #fda31b, #fd0834);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    background: #2283f6;
  }
  
  .tab_style_button .tab__item_active ~ .tab__item:after {
    content: none
  }
  
  .tab-cashier {
    display: block;
    position: relative;
    text-align: center;
    background-color: #202a39
  }
  
  .tab-cashier__header {
    min-height: 20px;
    position: relative;
    background-color: #222131
  }
  
  .tab-cashier__header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    opacity: .27;
    background-color: #3f3d60;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .42);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .42)
  }
  
  .tab-cashier__content {
    background-color: #202a39;
    width: 680px;
    margin: 20px auto 0;
    padding-bottom: 76px
  }
  
  @media only screen and (max-width:767px) {
    .tab-cashier__content {
      width: 100%
    }
  }
  
  .tab-cashier__content .tab__content {
    height: auto;
    overflow: hidden;
    max-width: 680px;
    margin: 25px auto 0
  }
  
  @media only screen and (max-width:767px) {
    .tab-cashier__content .tab__content {
      max-height: none
    }
  }
  
  .tab-bonuses {
    display: block;
    position: relative
  }
  
  .tab-bonuses__item {
    margin-bottom: 26px
  }
  
  .tab-bonuses__gallery {
    padding: 40px 32px 0;
    position: relative
  }
  
  @media only screen and (max-width:767px) {
    .tab-bonuses__gallery {
      padding: 20px
    }
  }
  
  .vip {
    display: block;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif
  }
  
  .vip__header {
    text-align: center;
    padding: 34px
  }
  
  .vip__action {
    background-color: #2b2a3e;
    text-align: center;
    position: relative;
    display: block;
    padding: 50px 0 64px
  }
  
  .vip__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative
  }
  
  .vip__subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block
  }
  
  @media only screen and (max-width:767px) {
    .vip__subtitle {
      display: none
    }
  }
  
  .vip__icon {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 16px;
    text-align: center;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4ea1e1;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  .vip__icon .rating__info {
    bottom: 0
  }
  
  .vip__icon .rating__tooltip {
    text-transform: none;
    font-weight: 400
  }
  
  .vip__icon .icon {
    margin: 0
  }
  
  .vip__table {
    display: table;
    border-collapse: collapse;
    position: relative;
    margin: 0 auto
  }
  
  @media only screen and (max-width:767px) {
    .vip__table {
      display: block;
      padding: 0 30px;
    }
  }
  
  .vip__cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
  }
  
  @media only screen and (max-width:767px) {
    .vip__cell {
      display: block
    }
  }
  
  .vip__input .input__inner {
    width: 205px;
    height: 47px;
    text-align: center;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #1c1b29;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .13), 0 1px 0 #2c2b3d;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .13), 0 1px 0 #2c2b3d
  }
  
  @media only screen and (max-width:767px) {
    .vip__input .input__inner {
      width: 100%;
    }
  
    .vip__cell:nth-child(3) {
      margin-top: 21px;
      margin-bottom: 21px;
    }
  }
  
  .vip__input_color_white .input__inner {
    color: #fff
  }
  
  .vip__input_color_yellow .input__inner {
    color: #fff000
  }
  
  .vip__viewrate {
    width: 166px;
    height: 63px;
    background-color: #3788d6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ea8db), to(#236dd2));
    background-image: -webkit-linear-gradient(top, #4ea8db, #236dd2);
    background-image: -o-linear-gradient(top, #4ea8db, #236dd2);
    background-image: linear-gradient(180deg, #4ea8db, #236dd2);
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 10px
  }
  
  @media only screen and (max-width:767px) {
    .vip__viewrate {
      margin: 0 auto
    }
  }
  
  .vip__button {
    width: auto;
    height: 63px;
    white-space: nowrap;
    background-color: #fd6a24;
    background-image: -webkit-linear-gradient(280deg, #fda31b, #fd0834);
    background-image: -o-linear-gradient(280deg, #fda31b, #fd0834);
    background-image: linear-gradient(170deg, #fda31b, #fd0834);
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    text-shadow: 0 2px 0 rgba(44, 43, 61, .13);
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
  }
  
  .vip__levels-table {
    padding: 0 50px 34px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .vip__levels-table {
      padding: 0 30px 34px
    }
  }
  
  @media only screen and (max-width:767px) {
    .vip__levels-table {
      padding: 0 0 34px;
      position: relative;
      z-index: 0
    }
  }
  
  .profile {
    display: block
  }
  
  .profile,
  .profile__table {
    width: 100%;
    height: 100%;
    position: relative
  }
  
  .profile__table {
    display: table;
    table-layout: fixed
  }
  
  .profile__aside {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 298px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .profile__aside {
      width: 219px
    }
  }
  
  @media only screen and (max-width:767px) {
    .profile__aside {
      display: block;
      width: 100%
    }
  }
  
  .profile__aside:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .1);
    box-shadow: 0 1px 1px rgba(255, 255, 255, .1)
  }
  
  @media only screen and (max-width:767px) {
    .profile__aside:after {
      display: none
    }
  }
  
  .profile__main {
    display: table-cell;
    vertical-align: top
  }
  
  @media only screen and (max-width:767px) {
    .profile__main {
      display: block;
      width: 100%
    }
  }
  
  .profile__details,
  .profile__info,
  .profile__password {
    display: block;
    position: relative
  }
  
  .profile__action {
    padding: 41px 31px 18px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .profile__action {
      padding: 41px 20px 18px
    }
  }
  
  @media only screen and (max-width:767px) {
    .profile__action {
      padding: 26px 20px 40px;
      text-align: center
    }
  }
  
  .profile__action:after {
    content: '';
    display: table;
    clear: both
  }
  
  .profile__button {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    padding: 10px 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 18px;
    float: left;
    margin: 5px
  }
  
  @media only screen and (max-width:767px) {
    .profile__button {
      float: none;
      margin: 25px auto;
      display: block
    }
  }
  
  .profile__button_submit {
    float: right;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  @media only screen and (max-width:767px) {
    .profile__button_submit {
      float: none;
      margin: 15px auto 0;
      display: block;
      width: 100%
    }
  }
  
  .profile-info {
    display: block;
    position: relative;
    text-align: center
  }
  
  .profile-info__title {
    display: block;
    position: relative;
    padding: 43px 10px 21px 19px
  }
  
  @media only screen and (max-width:767px) {
    .profile-info__title {
      padding: 27px 74px 21px 84px;
      text-align: left
    }
  }
  
  .profile-info__caption {
    display: block;
    position: relative;
    font-size: 16px;
    text-align: center;
    padding: 0 10px 0 21px
  }
  
  @media only screen and (max-width:767px) {
    .profile-info__caption {
      display: none
    }
  }
  
  .profile-info__status {
    display: inline-block;
    padding-left: 10px;
    padding-top: 30px;
    position: relative
  }
  
  @media only screen and (max-width:767px) {
    .profile-info__status {
      display: block;
      padding-left: 20px;
      padding-top: 24px;
      position: absolute;
      top: 0
    }
  }
  
  .profile-info__status .status img {
    width: 90px;
    margin: 0 auto
  }
  
  @media only screen and (max-width:767px) {
    .profile-info__status .status .status__note {
      display: none
    }
  }
  
  @media only screen and (max-width:767px) {
    .profile-info__status .status {
      width: 50px;
      height: 54px
    }
  
    .profile-info__status .status img {
      display: block;
      width: 30px;
      height: 30px;
      margin: 0 auto
    }
  
    .profile-info__status .status__icon {
      min-width: 30px;
      top: 2px
    }
  
    .profile-info__status .status__note {
      font-size: 13px
    }
  }
  
  .profile-info__rating {
    display: block;
    position: relative;
    padding-bottom: 31px
  }
  
  .profile-info__rating .rating__stars {
    width: auto
  }
  
  .profile-info__rating .rating__tooltip {
    right: -17px
  }
  
  .profile-info__rating:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .1);
    box-shadow: 0 1px 1px rgba(255, 255, 255, .1)
  }
  
  .profile-info__action {
    display: block;
    position: relative;
    padding: 41px 20px 41px 28px
  }
  
  @media only screen and (max-width:767px) {
    .profile-info__action {
      position: absolute;
      top: 24px;
      right: 20px;
      padding: 0
    }
  }
  
  .profile-info__button {
    font-family: 'Roboto Condensed', sans-serif;
    background-image: -webkit-linear-gradient(310deg, #fda31b, #fd0834);
    background-image: -o-linear-gradient(310deg, #fda31b, #fd0834);
    background-image: linear-gradient(140deg, #fda31b, #fd0834);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    font-size: 20px;
    padding: 10px 15px
  }
  
  @media only screen and (max-width:767px) {
    .profile-info__button {
      width: 45px;
      height: 45px;
      font-size: 0
    }
  }
  
  .profile-info__icon {
    display: none
  }
  
  @media only screen and (max-width:767px) {
    .profile-info__icon {
      display: block;
      position: absolute;
      top: 14px;
      right: 9px;
      pointer-events: none
    }
  }
  
  .profile-details {
    padding: 41px 31px 18px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .profile-details {
      padding: 41px 20px 18px
    }
  }
  
  @media only screen and (max-width:767px) {
    .profile-details {
      padding: 20px 19px 18px
    }
  }
  
  .profile-details:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .1);
    box-shadow: 0 1px 1px rgba(255, 255, 255, .1)
  }
  
  .profile-details__title {
    display: block;
    margin-bottom: 34px
  }
  
  .profile-details__action {
    margin: -8px;
    font-size: 0
  }
  
  .profile-details__input {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 8px
  }
  
  .mobile_search {
    display: none
  }
  
  @media only screen and (max-width:767px) {
    .mobile_search {
      display: block
    }
  
    .desktop_search {
      display: none
    }
  
    .profile-details__input {
      width: 100%
    }
  }
  
  .profile-details__input .input__inner {
    width: 100%;
    height: 42px;
    padding: 10px 17px 14px;
    background-color: #141320;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .13), 0 1px 0 #222130;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .13), 0 1px 0 #222130
  }
  
  .profile-contacts {
    display: block;
    position: relative;
    padding: 41px 31px 18px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .profile-contacts {
      padding: 41px 20px 18px
    }
  }
  
  .profile-contacts:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .1);
    box-shadow: 0 1px 1px rgba(255, 255, 255, .1)
  }
  
  .profile-contacts__title {
    display: block;
    margin-bottom: 29px
  }
  
  .profile-contacts__action {
    font-size: 0;
    margin: 0 -8px
  }
  
  .profile-contacts__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 8px
  }
  
  @media only screen and (max-width:767px) {
    .profile-contacts__item {
      width: 100%
    }
  
    .profile-contacts__item + .profile-contacts__item {
      margin-top: 22px
    }
  }
  
  .profile-contacts__label {
    display: block;
    position: relative;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 14px
  }
  
  .profile-contacts__label-inner {
    font-size: 16px;
    line-height: 23px
  }
  
  .profile-contacts__status {
    background-color: #fd2230;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 13px 4px;
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
    background: #2283f6;
  }
  
  .profile-contacts__status_confirmed {
    background-color: #6a9500;
    padding: 3px 11px 4px
  }
  
  .profile-contacts__input {
    display: block;
    position: relative
  }
  
  .profile-contacts__input .input__inner {
    width: 100%;
    height: 42px;
    background-color: #141320;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .13), 0 1px 0 #222130;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .13), 0 1px 0 #222130;
    padding: 10px 15px
  }
  
  .profile-contacts__input input[placeholder] {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
  }
  
  .profile-contacts__input input:-moz-placeholder,
  .profile-contacts__input input::-moz-placeholder {
    text-overflow: ellipsis
  }
  
  .profile-contacts__input input:-ms-input-placeholder {
    text-overflow: ellipsis
  }
  
  .profile-contacts .profile-contacts__button + .field-userprofile-email .input__inner,
  .profile-contacts .profile-contacts__button + .field-userprofile-phone .input__inner,
  .profile-contacts .profile-contacts__button + .input__inner {
    padding: 10px 105px 10px 15px;
    text-transform: none
  }
  
  .profile-contacts__button {
    width: 93px;
    height: 29px;
    padding: 6px 0;
    background-image: -webkit-linear-gradient(280deg, #fda31b, #fd0834);
    background-image: -o-linear-gradient(280deg, #fda31b, #fd0834);
    background-image: linear-gradient(170deg, #fda31b, #fd0834);
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    text-shadow: 0 1px 0 rgba(41, 40, 60, .33);
    font-size: 13px;
    line-height: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    right: 6px;
    bottom: 7px;
    z-index: 1
  }
  
  .profile-contacts .field-userprofile-email .input__inner_readonly {
    pointer-events: none
  }
  
  .profile-contacts .profile-contacts__button + .field-userprofile-phone {
    position: relative
  }
  
  .profile-contacts .profile-contacts__button + .field-userprofile-phone .input__inner {
    padding-left: 20px
  }
  
  .profile-contacts .profile-contacts__button + .field-userprofile-phone:before {
    content: '+';
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    font-size: 14px;
    color: #fff;
    height: 42px;
    line-height: 42px
  }
  
  @media only screen and (max-width:767px) {
    .profile-contacts .profile-contacts__button + .field-userprofile-phone:before {
      left: 12px
    }
  }
  
  .payitem {
    width: 190px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#d3d3d3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #d3d3d3);
    background-image: -o-linear-gradient(top, #f8f8f8, #d3d3d3);
    background-image: linear-gradient(180deg, #f8f8f8, #d3d3d3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 8px rgba(0, 0, 0, .17), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 8px rgba(0, 0, 0, .17), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  @media only screen and (max-width:767px) {
    .payitem {
      width: -webkit-calc(100%/3 - 8px);
      width: calc(100%/3 - 8px);
      height: auto;
      margin: 8px 8px 8px 0
    }
  }
  
  .payitem__img {
    height: 100px;
    text-align: center;
    position: relative;
    display: table;
    width: 100%
  }
  
  @media only screen and (max-width:767px) {
    .payitem__footer {
      padding: 11px 8px 10px
    }
  }
  
  .payitem__img_inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center
  }
  
  @media only screen and (max-width:767px) {
    .payitem__img svg {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px)
    }
  }
  
  @media only screen and (max-width:767px) {
    .payitem__img .svg-walletone {
      width: -webkit-calc(100% - 36px);
      width: calc(100% - 36px)
    }
  }
  
  .payitem__footer {
    background-color: #d5d5d5;
    -webkit-box-shadow: inset 0 1px 0 #cbcbcb, 0 -1px 0 #ebebeb;
    box-shadow: inset 0 1px 0 #cbcbcb, 0 -1px 0 #ebebeb;
    padding: 11px 13px 10px
  }
  
  .payitem__note {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .68);
    color: #222131;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 17px;
    font-size: 15px;
    margin: 0;
    text-align: left
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .payitem__note {
      font-size: 12px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .payitem__note {
      font-size: 12px
    }
  }
  
  @media only screen and (max-width:767px) {
    .payitem__note {
      font-size: 12px
    }
  }
  
  .payitem__note_small {
    font-size: 16px;
    font-weight: 500
  }
  
  .pay-tooltip {
    display: inline-block;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 18px 15px;
    width: 100%;
    text-align: left;
    color: #4e4e4e;
    font-size: 16px
  }
  
  @media only screen and (max-width:767px) {
    .pay-tooltip {
      padding: 18px 12px;
      min-height: 100px
    }
  }
  
  @media only screen and (max-width:767px) {
    .pay-tooltip_withphone {
      min-height: 155px
    }
  }
  
  .pay-tooltip:after {
    content: " ";
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-left: -24px;
    border-width: 24px;
    border-style: solid;
    border-color: transparent transparent #fff
  }
  
  .pay-tooltip.left:after {
    left: 16%
  }
  
  .pay-tooltip.right:after {
    left: 84%
  }
  
  .pay-tooltip__input {
    vertical-align: middle
  }
  
  .pay-tooltip__input,
  .pay-tooltip__number_withplus .pay-tooltip__input {
    display: inline-block;
    position: relative
  }
  
  .pay-tooltip__number_withplus .pay-tooltip__input:before {
    content: '+';
    display: block;
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 16px;
    color: #4a4a4a
  }
  
  #withdraw-tab .pay-tooltip__number_withplus .pay-tooltip__input:before {
    left: 20px
  }
  
  @media only screen and (max-width:767px) {
    .pay-tooltip__number_withplus .pay-tooltip__input:before {
      left: 12px
    }
  
    #withdraw-tab .pay-tooltip__number_withplus .pay-tooltip__input:before {
      left: 20px
    }
  }
  
  .pay-tooltip__number_withr .pay-tooltip__input {
    position: relative;
    display: inline-block
  }
  
  .pay-tooltip__number_withr .pay-tooltip__input:before {
    content: 'R';
    display: block;
    position: absolute;
    top: 9px;
    left: 20px;
    font-size: 16px;
    color: #4a4a4a
  }
  
  #withdraw-tab .pay-tooltip__number_withr .pay-tooltip__input:before {
    left: 20px
  }
  
  @media only screen and (max-width:767px) {
    .pay-tooltip__number_withr .pay-tooltip__input:before {
      left: 12px
    }
  
    #withdraw-tab .pay-tooltip__number_withr .pay-tooltip__input:before {
      left: 20px
    }
  }
  
  .pay-tooltip__input .input__inner {
    width: 102px;
    height: 36px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bababa;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .3);
    padding: 9px 18px 8px 12px;
    margin-left: 14px
  }
  
  #withdraw-tab .pay-tooltip__input .input__inner {
    width: 130px
  }
  
  @media only screen and (max-width:767px) {
    #withdraw-tab .pay-tooltip__input .input__inner {
      width: 180px
    }
  }
  
  .pay-tooltip__summ {
    color: #4a4a4a;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle
  }
  
  @media only screen and (max-width:767px) {
    .pay-tooltip__summ {
      display: block
    }
  }
  
  @media only screen and (max-width:767px) {
    .pay-tooltip__summ .pay-tooltip__input {
      display: block;
      margin: 2px 0 0 2px;
      float: none;
    }
  }
  
  .pay-tooltip__summ input[type=radio] {
    vertical-align: middle;
    margin: 0;
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    margin-right: 7px;
  }
  
  @media only screen and (max-width:767px) {
    .pay-tooltip__summ input.l_num {
      display: block;
      margin-top: 8px;
    }
  
    .pay-tooltip__button {
      margin-top: 15px;
      display: block;
      position: static;
    }
  
    .history__head .history__cell {
      font-size: 15px;
      padding-bottom: 15px;
    }
  
  
  
  
  
  
  
  
  
  
  }
  
  .pay-tooltip__summ label:first-child {
    padding-left: 0;
  }
  
  .pay-tooltip__summ label {
    display: block;
    float: none;
    margin: 3px 0;
  }
  
  .pay-tooltip__button {
    float: none;
  }
  
  @media only screen and (max-width:767px) {
    .pay-tooltip__summ label {
      padding-right: 9px
    }
  }
  
  .pay-tooltip__phone {
    padding: 0 0 20px
  }
  
  .pay-tooltip__phone_inner {
    width: 170px;
    height: 36px;
    font-size: 16px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bababa;
    color: #4a4a4a;
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .3);
    padding: 9px 18px 8px 21px;
    margin: 0 0 0 12px;
    vertical-align: middle;
    display: inline-block
  }
  
  @media only screen and (max-width:767px) {
    .pay-tooltip__phone_inner {
      width: 130px;
      margin-left: 4px
    }
  }
  
  .pay-tooltip__number {
    padding: 0 0 10px;
    position: relative;
    display: block
  }
  
  .pay-tooltip__number_inner {
    width: 170px;
    height: 36px;
    font-size: 16px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bababa;
    color: #4a4a4a;
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .3);
    padding: 9px 18px 8px 12px;
    margin: 0 0 0 12px;
    vertical-align: middle;
    display: inline-block
  }
  
  #withdraw-tab .pay-tooltip__input .pay-tooltip__number_inner-noprefix {
    margin-left: 12px
  }
  
  @media only screen and (max-width:767px) {
    .pay-tooltip__number_inner {
      width: 130px;
      margin-left: 4px;
      padding: 9px 10px 8px
    }
  }
  
  .pay-tooltip__number_withplus .pay-tooltip__number_inner,
  .pay-tooltip__number_withr .pay-tooltip__number_inner {
    padding: 9px 8px 8px 20px;
    width: 120px;
    margin-left: 12px
  }
  
  .pay-tooltip__button {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 9px 20px 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fda31b), to(#fd0834));
    background-image: -webkit-linear-gradient(top, #fda31b, #fd0834);
    background-image: -o-linear-gradient(top, #fda31b, #fd0834);
    background-image: linear-gradient(180deg, #fda31b, #fd0834);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .16), 0 8px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .16), 0 8px 6px 0 rgba(0, 0, 0, .16)
  }
  
  @media only screen and (max-width:767px) {
    .pay-tooltip__button {
      display: block;
      position: static;
      right: 16px;
      bottom: 17px;
      margin-left: 0;
    }
  }
  
  @media only screen and (max-width:767px) {
    .pay-tooltip__button_withdraw {
      display: block;
      position: relative;
      right: auto;
      bottom: auto;
      margin-top: 10px
    }
  }
  
  .pay-tooltip__note {
    color: red;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffecec;
    border: 1px solid #ff9797;
    text-align: left;
    padding: 8px 14px;
    margin-bottom: 14px
  }
  
  .pay-tooltip__note * {
    color: red
  }
  
  .pay-tooltip__caption {
    min-width: 132px;
    display: inline-block
  }
  
  .history {
    display: block;
    position: relative;
    max-height: 440px
  }
  
  .history__table {
    display: table;
    width: 600px;
    max-height: 440px;
    margin: 0 auto;
    border-collapse: collapse
  }
  
  @media only screen and (max-width:767px) {
    .history__table {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px)
    }
  }
  
  .history__body {
    max-height: 300px
  }
  
  .history__cell {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 1px solid #232232
  }
  
  @media only screen and (max-width:767px) {
    .history__cell {
      padding: 20px 4px
    }
  }
  
  .history__head .history__cell {
    font-size: 19px;
    padding-bottom: 32px
  }
  
  .history__cell:first-child {
    text-align: left
  }
  
  .history__cell:last-child {
    text-align: right
  }
  
  .panel {
    display: table;
    position: relative;
    width: 100%
  }
  
  .panel__cell {
    display: table-cell;
    position: relative;
    vertical-align: middle
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__cell {
      vertical-align: top
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__cell {
      vertical-align: top
    }
  }
  
  .panel__cell_img {
    text-align: center;
    width: 1px;
    padding-right: 1px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__cell_img {
      position: absolute;
      height: 100%;
      z-index: 2;
      width: auto
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__cell_img {
      position: absolute;
      height: 100%;
      z-index: 2;
      width: 100%
    }
  }
  
  .panel__cell_content {
    vertical-align: top
  }
  
  .panel__overflow {
    display: block;
    position: absolute;
    height: 289px;
    top: 0;
    left: 0;
    right: 1px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), 0 0 8px rgba(0, 0, 0, .52);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), 0 0 8px rgba(0, 0, 0, .52);
    z-index: 2
  }
  
  @media only screen and (min-width:1440px) {
    .panel__overflow {
      height: 363px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .panel__overflow {
      height: 301px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__overflow {
      height: 88px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__overflow {
      width: 64px;
      height: 64px
    }
  }
  
  .panel__img {
    display: block;
    width: 100%;
    max-width: 369px
  }
  
  @media only screen and (min-width:1440px) {
    .panel__img {
      max-width: 369px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .panel__img {
      max-width: 301px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__img {
      max-width: 88px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__img {
      max-width: 64px;
      height: 64px;
    }
  
    .tabErrorMessage {
      paddiing: 10px !important;
    }
  }
  
  .panel .img_overflow {
    height: 289px;
    width: 279px;
    overflow: hidden
  }
  
  @media only screen and (min-width:1440px) {
    .panel .img_overflow {
      height: 363px;
      width: 369px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .panel .img_overflow {
      height: 301px;
      width: 301px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel .img_overflow {
      width: 88px;
      height: 88px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel .img_overflow {
      width: 64px;
      height: 64px
    }
  }
  
  .panel__summary {
    position: relative;
    font-size: 0;
    height: 289px;
    background-color: #365477;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), 0 0 7px rgba(0, 0, 0, .1), 0 5px 5px rgba(0, 0, 0, .12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), 0 0 7px rgba(0, 0, 0, .1), 0 5px 5px rgba(0, 0, 0, .12)
  }
  
  @media only screen and (min-width:1440px) {
    .panel__summary {
      height: 363px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .panel__summary {
      height: 301px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__summary {
      height: 100%
    }
  }
  
  .panel__slider {
    position: relative;
    height: 144px;
    text-align: center;
    margin-top: 1px;
    background-color: #29476a;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07), 0 5px 5px rgba(0, 0, 0, .12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07), 0 5px 5px rgba(0, 0, 0, .12)
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__slider {
      margin-left: 280px;
      height: 133px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__slider {
      margin-top: 134px;
      z-index: 2
    }
  }
  
  .panel__slider-inner {
    width: 560px;
    display: inline-block;
    vertical-align: top;
    margin-top: 28px
  }
  
  @media only screen and (min-width:1440px) {
    .panel__slider-inner {
      width: 954px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .panel__slider-inner {
      width: 770px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__slider-inner {
      width: 324px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__slider-inner {
      width: 277px
    }
  }
  
  .panel__slider-inner .slider__item {
    padding: 0 17px
  }
  
  .panel__info {
    width: 300px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 25px 0 22px
  }
  
  @media only screen and (min-width:1440px) {
    .panel__info {
      width: 599px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .panel__info {
      width: 470px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__info {
      width: 389px;
      padding: 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__info {
      width: 100%;
      padding: 0
    }
  }
  
  .panel__info:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #234063;
    -webkit-box-shadow: 1px 0 0 #4d6c90;
    box-shadow: 1px 0 0 #4d6c90
  }
  
  @media only screen and (max-width:767px) {
    .panel__info:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -15px;
      top: auto;
      left: 0;
      right: 0;
      width: 100%;
      height: 1px;
      background-color: #446488;
      -webkit-box-shadow: 0 1px 0 #27415f;
      box-shadow: 0 1px 0 #27415f
    }
  }
  
  .panel__prize {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    width: 314px;
    height: 100%;
    padding: 29px 19px 20px
  }
  
  @media only screen and (min-width:1440px) {
    .panel__prize {
      width: 410px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .panel__prize {
      width: 365px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__prize {
      width: 268px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__prize {
      width: 100%;
      height: 253px
    }
  }
  
  .panel__icons {
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 40px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__icons {
      display: block;
      margin-top: 20px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__icons {
      display: block;
      margin-top: 20px
    }
  }
  
  .panel__icon-cell {
    display: table-cell;
    vertical-align: top;
    width: 33.33333%;
    text-align: center
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__icon-cell {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 10px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__icon-cell {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 10px
    }
  }
  
  .panel__icon {
    display: block;
    margin: 0 auto;
    padding: 26px 0 10px;
    text-shadow: 0 1px 0 #fff;
    color: #1f2934;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    background-position: -797px -292px
  }
  
  .panel__icon,
  .panel__icon-cell:last-child .panel__icon {
    background-image: url(../img/sprite.png);
    width: 51px;
    height: 66px
  }
  
  .panel__icon-cell:last-child .panel__icon {
    background-position: -797px -100px
  }
  
  .panel__icon-cell:nth-child(2) .panel__icon {
    background-image: url(../img/sprite.png);
    background-position: -797px -196px;
    width: 51px;
    height: 66px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__icon {
      background-image: url(../img/sprite.png);
      background-position: -904px -587px;
      width: 22px;
      height: 31px;
      font-size: 12px;
      padding: 13px 0 0;
      display: inline-block;
      vertical-align: top
    }
  
    .panel__icon-cell:last-child .panel__icon {
      background-image: url(../img/sprite.png);
      background-position: -904px -66px;
      width: 30px;
      height: 33px
    }
  
    .panel__icon-cell:nth-child(2) .panel__icon {
      background-image: url(../img/sprite.png);
      background-position: -904px -129px;
      width: 27px;
      height: 31px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__icon {
      background-image: url(../img/sprite.png);
      background-position: -904px -587px;
      width: 22px;
      height: 31px;
      font-size: 12px;
      padding: 13px 0 0;
      display: inline-block;
      vertical-align: top
    }
  
    .panel__icon-cell:last-child .panel__icon {
      background-image: url(../img/sprite.png);
      background-position: -904px -66px;
      width: 30px;
      height: 33px
    }
  
    .panel__icon-cell:nth-child(2) .panel__icon {
      background-image: url(../img/sprite.png);
      background-position: -904px -129px;
      width: 27px;
      height: 31px
    }
  }
  
  .bonus-panel__informer_green,
  .levels-table {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
  }
  
  .bonus-panel {
    position: relative;
    display: table;
    font-size: 0;
    width: 100%;
    min-height: 240px;
    background-color: #3b3a50;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 -3px 0 #2b2a3c, 0 3px 8px rgba(0, 0, 0, .19);
    box-shadow: inset 0 -3px 0 #2b2a3c, 0 3px 8px rgba(0, 0, 0, .19);
    -webkit-border-radius: 10px;
    border-radius: 10px
  }
  
  .bonus-panel__view {
    display: table-cell;
    vertical-align: middle;
    padding-left: 27px;
    position: relative;
    width: 24%
  }
  
  .bonus-panel__img {
    width: 180px
  }
  
  .bonus-panel__info {
    display: block;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 20px
  }
  
  .bonus-panel__action {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 30%;
    min-width: 150px;
    padding: 0 15px 0 0
  }
  
  .bonus-panel__action:before {
    content: '';
    display: block;
    position: absolute;
    top: 110px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 314px;
    height: 153px;
    opacity: .4;
    background-image: -webkit-radial-gradient(50% 50%, 164px 86px, #e31933 0, transparent 80%, transparent 100%);
    background-image: -o-radial-gradient(50% 50%, 164px 86px, #e31933 0, transparent 80%, transparent 100%);
    background-image: radial-gradient(164px 86px at 50% 50%, #e31933 0, transparent 80%, transparent 100%)
  }
  
  .bonus-panel__timer {
    margin-top: 15px
  }
  
  .bonus-panel__button {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 15px 0
  }
  
  .bonus-panel__title {
    text-shadow: 0 2px 0 rgba(0, 0, 0, .32);
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-align: left;
    margin: 11px 0 0
  }
  
  .bonus-panel__action .bonus-panel__title {
    text-align: center
  }
  
  .bonus-panel__title_alert {
    color: #ff1632;
    color: #fff;
  }
  
  .bonus-panel__title_alert,
  .bonus-panel__title_important {
    font-size: 14px;
    margin: 38px 30px 0;
    text-align: center
  }
  
  .bonus-panel__note {
    text-shadow: 0 2px 0 rgba(0, 0, 0, .24);
    color: #cacad4;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    line-height: 22px;
    margin: 14px 0 0
  }
  
  .bonus-panel__note img {
    width: 80%
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .bonus-panel {
      min-height: 255px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .bonus-panel {
      min-height: 255px
    }
  }
  
  @media only screen and (max-width:767px) {
    .bonus-panel {
      padding: 20px 14px
    }
  }
  
  @media only screen and (min-width:1440px) {
    .bonus-panel__view {
      width: 20%;
      text-align: center
    }
  }
  
  @media only screen and (max-width:767px) {
    .bonus-panel__view {
      display: block;
      padding-left: 0;
      text-align: center;
      width: auto
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .bonus-panel__img {
      width: 140px
    }
  
    .bonus-panel {
      display: block
    }
  
    .tournament__promo {
      padding: 0 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .bonus-panel__info {
      display: block;
      padding-left: 0;
      padding-bottom: 0
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .bonus-panel__action {
      width: 214px;
      min-width: inherit
    }
  }
  
  @media only screen and (max-width:767px) {
    .bonus-panel__action {
      display: block;
      width: 100%;
      min-width: inherit
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .bonus-panel__action:before {
      display: none
    }
  }
  
  @media only screen and (max-width:767px) {
    .bonus-panel__action:before {
      top: 73px
    }
  }
  
  @media only screen and (max-width:767px) {
    .bonus-panel__button_large {
      margin-bottom: 80px
    }
  }
  
  @media only screen and (max-width:767px) {
    .bonus-panel__title {
      padding: 20px 0;
      text-align: center
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .bonus-panel__action .bonus-panel__title {
      white-space: normal;
      margin: 30px 0;
      padding: 0 10px
    }
  }
  
  @media only screen and (max-width:767px) {
    .bonus-panel__action .bonus-panel__title {
      margin: 20px 0;
      padding: 0 5px;
      white-space: normal
    }
  }
  
  @media only screen and (max-width:767px) {
    .bonus-panel__note {
      margin: 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .bonus-panel__tooltip {
      bottom: -78px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      margin-right: 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .bonus-panel__arrow {
      top: -6px;
      left: -webkit-calc(50% - 7px);
      left: calc(50% - 7px)
    }
  }
  
  @media only screen and (max-width:767px) {
    .bonus-panel__arrow:after {
      border-color: transparent #f36467 transparent transparent
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .bonus-panel__informer {
      width: 182px;
      padding: 5px
    }
  }
  
  .promo-bonus {
    display: block;
    position: relative;
    text-align: center;
    background-color: #2f527b;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .13), inset 0 0 0 #1b3a5e, 0 -1px 3px rgba(0, 0, 0, .19);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .13), inset 0 0 0 #1b3a5e, 0 -1px 3px rgba(0, 0, 0, .19)
  }
  
  .promo-bonus__title {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    padding: 25px 23px 0;
    margin: 0;
    display: block
  }
  
  .promo-bonus__img {
    display: block;
    position: relative;
    margin-top: 8px;
    padding: 10px 0
  }
  
  .promo-bonus__img img {
    height: 200px
  }
  
  .levels-table {
    display: block;
    position: relative;
    margin: 0 auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px
  }
  
  .levels-table__table {
    display: table;
    width: 826px;
    margin: 0 auto;
    z-index: 1
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .levels-table__table {
      width: 594px
    }
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__table {
      display: block;
      width: 100%
    }
  }
  
  .levels-table__slider {
    position: absolute;
    top: 260px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 860px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .levels-table__slider {
      top: 208px;
      width: 610px
    }
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__slider {
      display: none
    }
  }
  
  .panel__icon-title {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .18);
    color: #fefefe;
    font-family: Roboto, sans-serif;
    font-weight: 500
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__icon-title {
      display: inline-block;
      vertical-align: top;
      line-height: 30px;
      padding-left: 10px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__icon-title {
      display: inline-block;
      vertical-align: top;
      line-height: 30px;
      padding-left: 10px
    }
  }
  
  .levels-table__slider-bar {
    width: 100%;
    height: 17px;
    background-color: #191826;
    border: 1px solid rgba(255, 255, 255, .16);
    -webkit-border-radius: 3px;
    border-radius: 3px
  }
  
  .levels-table__slider-inner {
    width: 30%;
    position: absolute;
    top: -1px;
    left: 0;
    height: 17px;
    background-color: #388ad6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ea8db), to(#236dd2));
    background-image: -webkit-linear-gradient(top, #4ea8db, #236dd2);
    background-image: -o-linear-gradient(top, #4ea8db, #236dd2);
    background-image: linear-gradient(180deg, #4ea8db, #236dd2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  .panel__header {
    display: block;
    position: relative;
    min-height: 54px;
    padding: 0 25px 16px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__header {
      min-height: 88px;
      padding-left: 108px;
      padding-top: 25px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__header {
      min-height: 64px;
      padding: 0 15px 0 76px;
      display: table;
      vertical-align: middle;
      height: 64px;
      width: 100%
    }
  }
  
  .levels-table__info {
    display: none;
    position: relative;
    height: 252px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .4), 0 3px 8px rgba(0, 0, 0, .19);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .4), 0 3px 8px rgba(0, 0, 0, .19);
    background-color: #3b3a50
  }
  
  .levels-table__info.active {
    min-height: 258px;
    display: table !important;
    width: 100%
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .levels-table__info {
      height: 280px
    }
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__info {
      display: block;
      height: auto
    }
  
    .levels-table__info:after {
      content: " ";
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -7px;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent #3b3a50
    }
  }
  
  .levels-table__status {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 234px;
    text-align: center
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .levels-table__status {
      width: 180px
    }
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__status {
      display: block;
      position: absolute;
      top: 24px;
      left: 20px;
      text-align: left
    }
  }
  
  .levels-table__status-inner {
    display: inline-block;
    vertical-align: top
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__status-inner {
      width: 48px;
      height: 45px
    }
  
    .levels-table__status-inner .status__icon {
      width: 30px;
      top: 1px
    }
  
    .levels-table__status-inner .status__note {
      font-size: 13px;
      bottom: 3px
    }
  }
  
  .levels-table__item {
    display: table-cell;
    position: relative;
    width: 16.66667%;
    vertical-align: bottom;
    text-align: center;
    padding: 62px 10px 0;
    cursor: pointer
  }
  
  .levels-table__item:focus {
    outline: 0
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .levels-table__item {
      padding: 62px 9px 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__item {
      display: block;
      width: 100%;
      padding: 87px 30px 30px
    }
  
    .levels-table__item:before {
      content: '';
      display: block;
      position: absolute;
      top: 60px;
      left: 0;
      width: 1px;
      height: 100%;
      background-color: rgba(0, 0, 0, .14)
    }
  }
  
  .levels-table__item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 92%;
    background-color: rgba(0, 0, 0, .14)
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__item:after {
      height: 100%;
      top: 60px
    }
  }
  
  .panel__header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #446488;
    -webkit-box-shadow: 0 1px 0 #27415f;
    box-shadow: 0 1px 0 #27415f
  }
  
  .panel__timer {
    height: 144px;
    padding: 23px 0;
    margin-top: 1px;
    background-color: #29476a;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 0 8px rgba(0, 0, 0, .52);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 0 8px rgba(0, 0, 0, .52);
    background-image: -webkit-radial-gradient(51% 50%, circle, rgba(43, 121, 212, .3) 0, rgba(41, 71, 105, .3) 50%);
    background-image: -o-radial-gradient(51% 50%, circle, rgba(43, 121, 212, .3) 0, rgba(41, 71, 105, .3) 50%);
    background-image: radial-gradient(circle at 51% 50%, rgba(43, 121, 212, .3) 0, rgba(41, 71, 105, .3) 50%)
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__timer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 279px;
      height: 133px;
      -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 1px 4px rgba(0, 0, 0, .32);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 1px 4px rgba(0, 0, 0, .32)
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__timer {
      position: absolute;
      bottom: 145px;
      left: 0;
      width: 100%;
      height: 132px;
      -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 1px 4px rgba(0, 0, 0, .32);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 1px 4px rgba(0, 0, 0, .32)
    }
  }
  
  .levels-table__item:first-child:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 92%;
    background-color: rgba(0, 0, 0, .14)
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__item:first-child:before {
      height: 100%;
      top: 54px
    }
  }
  
  .levels-table__icon {
    display: block;
    position: relative;
    margin: 31px auto 0;
    width: 92px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .levels-table__icon {
      width: 30px
    }
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__icon {
      float: right;
      margin: 0;
      width: 30px
    }
  }
  
  .levels-table__arrow {
    display: block;
    position: relative;
    margin-top: 30px;
    opacity: 0
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__arrow {
      display: none
    }
  }
  
  .levels-table__arrow_active {
    opacity: 1
  }
  
  .levels-table__arrow:after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #3b3a50
  }
  
  .levels-table__title {
    font-size: 20px;
    line-height: 22px;
    margin: 0
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__title {
      padding-left: 65px
    }
  }
  
  .levels-table__title_small {
    font-size: 18px;
    line-height: 20px
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__title_small {
      padding-top: 2px;
      float: left;
      padding-left: 0
    }
  }
  
  .levels-table__title_accent {
    color: #ffde00
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__title_accent {
      min-height: 50px
    }
  }
  
  .panel__timer .timer__note {
    margin: 0;
    padding: 0
  }
  
  .panel__timer .timer__table {
    margin-top: 4px
  }
  
  .panel__countnote {
    float: left;
    font-family: Roboto, sans-serif;
    padding-left: 5px
  }
  
  .panel__countbutton {
    float: right;
    background-color: #388ad6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2b85c9), to(#193a62));
    background-image: -webkit-linear-gradient(top, #2b85c9, #193a62);
    background-image: -o-linear-gradient(top, #2b85c9, #193a62);
    background-image: linear-gradient(180deg, #2b85c9, #193a62);
    -webkit-box-shadow: 0 -1px 0 0 #79c6ff, 0 2px 0 0 #152f50, inset 0 1px 7px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 -1px 0 0 #79c6ff, 0 2px 0 0 #152f50, inset 0 1px 7px 0 rgba(255, 255, 255, .3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    text-shadow: none;
    padding: 0 8px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__countbutton {
      position: absolute;
      right: 17px;
      top: 30px;
      padding: 0 4px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__countbutton {
      position: absolute;
      right: 17px;
      top: 30px;
      padding: 0 4px
    }
  }
  
  .levels-table__caption {
    font-size: 14px;
    line-height: 18px;
    color: #6b6988;
    white-space: nowrap;
    margin-top: 104px;
    display: block
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .levels-table__caption {
      white-space: normal
    }
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__caption {
      margin-top: 30px;
      display: block;
      float: left;
      clear: left
    }
  }
  
  .levels-table__note {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    margin: 16px 0 0
  }
  
  .levels-table__summary {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-right: 37px;
    padding-top: 25px;
    padding-bottom: 20px
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__summary {
      padding: 20px;
      display: block
    }
  }
  
  .panel__countdown {
    position: relative;
    clear: both;
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    margin-top: 26px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__countdown {
      padding-left: 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__countdown {
      padding-left: 0;
      display: block;
      margin-top: 36px
    }
  }
  
  .panel__countdown .countdown__divider {
    padding: 0 4px 0 2px
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__countdown .countdown__divider {
      padding: 0 1px 0 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__countdown .countdown__divider {
      padding: 0 1px 0 0
    }
  }
  
  @media only screen and (min-width:1440px) {
    .panel__countdown .countdown__item {
      width: 36px;
      -webkit-background-size: 42px 42px;
      background-size: 42px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .panel__countdown .countdown__item {
      width: 24px;
      -webkit-background-size: 30px 30px;
      background-size: 30px;
      font-size: 20px;
      line-height: 34px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__countdown .countdown__item {
      width: 24px;
      -webkit-background-size: 30px 30px;
      background-size: 30px;
      font-size: 20px;
      line-height: 34px;
      margin-right: 3px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__countdown .countdown__item {
      width: 24px;
      -webkit-background-size: 30px 30px;
      background-size: 30px;
      font-size: 20px;
      line-height: 34px;
      margin-right: 3px
    }
  }
  
  .levels-table__ratenote {
    font-size: 15px;
    padding: 18px 0 6px;
    line-height: 20px;
    color: #fff;
    background-color: #222131;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 205px;
    right: 0;
    z-index: 2;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .levels-table__ratenote {
      top: 158px
    }
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__ratenote {
      display: none
    }
  }
  
  .levels-table__ratenote_zero {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  
  .levels-table__link {
    font-weight: 400;
    text-decoration: none;
    color: #7a79a1;
    display: block;
    margin-top: 14px
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__link {
      display: none
    }
  }
  
  .levels-table__viewrate {
    display: block;
    margin: 16px auto 0;
    width: 70px;
    height: 31px;
    padding: 6px 0;
    text-align: center;
    background-color: #44435d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#504f6e), to(#3b3a50));
    background-image: -webkit-linear-gradient(top, #504f6e, #3b3a50);
    background-image: -o-linear-gradient(top, #504f6e, #3b3a50);
    background-image: linear-gradient(180deg, #504f6e, #3b3a50);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  @media only screen and (max-width:767px) {
    .levels-table__viewrate {
      margin: 22px auto 0;
      float: right;
      clear: right
    }
  }
  
  .levels-table__item_active .levels-table__caption,
  .slick-current .levels-table__caption {
    color: #fff
  }
  
  .levels-table__item_active .levels-table__viewrate,
  .slick-current .levels-table__viewrate {
    background-color: #3687d6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ea8db), to(#236dd2));
    background-image: -webkit-linear-gradient(top, #4ea8db, #236dd2);
    background-image: -o-linear-gradient(top, #4ea8db, #236dd2);
    background-image: linear-gradient(180deg, #4ea8db, #236dd2)
  }
  
  .levels-table__item_active .levels-table__link,
  .slick-current .levels-table__link {
    color: #fff
  }
  
  .panel__title {
    margin: 0;
    font-family: Roboto, sans-serif;
    display: inline-block;
    vertical-align: middle
  }
  
  .panel__title_tournament {
    padding: 0 0 0 14px;
    max-width: 401px;
    max-height: 38px;
    overflow: hidden
  }
  
  @media only screen and (min-width:1440px) {
    .panel__title_tournament {
      max-width: 302px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .panel__title_tournament {
      max-width: 302px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .panel__title_tournament {
      max-width: 138px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .panel__title_tournament {
      max-width: 138px
    }
  }
  
  @media only screen and (max-width:767px) {
    .panel__title_tournament {
      max-width: none;
      padding: 0 0 0 10px;
      display: table-cell;
      vertical-align: middle
    }
  }
  
  .bonus {
    width: auto;
    font-size: 0
  }
  
  .bonus,
  .bonus__item {
    display: inline-block;
    position: relative
  }
  
  .bonus__item {
    vertical-align: top;
    min-height: 295px;
    width: 229px;
    background-repeat: no-repeat;
    background-position: top;
    margin-right: 64px
  }
  
  @media only screen and (max-width:767px) {
    .bonus__item {
      margin-right: 0;
      display: block;
      margin-bottom: 20px
    }
  }
  
  .bonus__item img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    height: 200px
  }
  
  .bonus__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
  
  .bonus__item:last-child {
    margin-right: 0
  }
  
  .bonus_single .bonus__item {
    width: 262px;
    -webkit-background-size: 188px 188px;
    background-size: 188px
  }
  
  .bonus_single .bonus__item:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  
  .bonus__item_3 {
    background-image: url(../img/bonus-3.png)
  }
  
  .bonus__info {
    text-align: center;
    padding-top: 12px;
    margin: 5px
  }
  
  .bonus__name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: inline-block
  }
  
  .bonus_single .bonus__name {
    padding-bottom: 22px
  }
  
  .bonus__note {
    font-weight: 400;
    font-size: 16px;
    color: #7e7c9d;
    display: inline-block;
    padding: 0 20px;
    margin-top: 5px
  }
  
  .bonus__caption {
    color: #a7a5d0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    display: block
  }
  
  .bonus_single .bonus__caption {
    padding-bottom: 20px
  }
  
  .panel__title.title {
    font-size: 16px;
    line-height: 19px
  }
  
  .panel__caption {
    margin: 20px 0 0;
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 17px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .38);
    max-height: 102px;
    overflow: hidden;
    padding: 0 25px
  }
  
  .panel__status {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .11);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 13px;
    color: #fff;
    background-color: #14c471;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#18e581), to(#0e9b5d));
    background-image: -webkit-linear-gradient(top, #18e581, #0e9b5d);
    background-image: -o-linear-gradient(top, #18e581, #0e9b5d);
    background-image: linear-gradient(180deg, #18e581, #0e9b5d);
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 4px 8px rgba(0, 0, 0, .13);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 4px 8px rgba(0, 0, 0, .13)
  }
  
  @media only screen and (max-width:767px) {
    .panel__status {
      display: table-cell;
      vertical-align: middle;
      font-size: 0;
      background: 0 0;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none
    }
  
    .panel__status,
    .panel__status:before {
      text-indent: -9999px;
      padding: 0;
      height: 11px
    }
  
    .panel__status:before {
      display: block;
      position: relative;
      content: '';
      width: 11px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#30e08a), to(#10a663));
      background-image: -webkit-linear-gradient(top, #30e08a, #10a663);
      background-image: -o-linear-gradient(top, #30e08a, #10a663);
      background-image: linear-gradient(180deg, #30e08a, #10a663);
      -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .31);
      box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .31);
      border: 1px solid #29af73;
      -webkit-border-radius: 50%;
      border-radius: 50%
    }
  }
  
  .registration {
    display: block;
    position: relative;
    font-size: 0
  }
  
  @media only screen and (max-width:767px) {
    .registration {
      text-align: center
    }
  }
  
  .registration__image {
    width: 100px;
    height: 100px;
    -webkit-background-size: 130px 130px;
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer
  }
  
  @media only screen and (max-width:767px) {
    .registration__image {
      display: block;
      margin: 0 auto
    }
  }
  
  .registration__image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
  
  .registration__image:hover a {
    color: #ffe400
  }
  
  .registration__image img {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
  }
  
  .registration__note {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer
  }
  
  .registration__form {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 22px
  }
  
  @media only screen and (max-width:767px) {
    .registration__form {
      padding-left: 0
    }
  }
  
  .registration__input.input {
    margin-left: 18px
  }
  
  @media only screen and (max-width:767px) {
    .registration__input.input {
      margin-left: 0;
      margin-top: 20px;
      display: block
    }
  }
  
  .panel__status_finished {
    background-color: #ed1d49;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ed1d49), to(#ff0036));
    background-image: -webkit-linear-gradient(top, #ed1d49, #ff0036);
    background-image: -o-linear-gradient(top, #ed1d49, #ff0036);
    background-image: linear-gradient(180deg, #ed1d49, #ff0036);
    -webkit-box-shadow: none;
    box-shadow: none
  }
  
  @media only screen and (max-width:767px) {
    .panel__status_finished {
      display: table-cell;
      vertical-align: middle;
      text-indent: -9999px;
      font-size: 0;
      background: 0 0;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0;
      height: 11px
    }
  
    .panel__status_finished:before {
      display: block;
      position: relative;
      content: '';
      width: 11px;
      height: 11px;
      background-color: #fd7423;
      background-image: -webkit-linear-gradient(280deg, #fda31b, #fd0834);
      background-image: -o-linear-gradient(280deg, #fda31b, #fd0834);
      background-image: linear-gradient(170deg, #fda31b, #fd0834);
      border: 1px solid #fd0834;
      text-indent: -9999px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      padding: 0
    }
  }
  
  .registration__input.input:first-child {
    margin-left: 0
  }
  
  .registration__input-inner {
    width: 206px;
    height: 56px;
    background-color: #181723;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    -webkit-box-shadow: inset 0 1px 0 #0d0c13, 0 1px 0 #323144;
    box-shadow: inset 0 1px 0 #0d0c13, 0 1px 0 #323144;
    color: #a5a3bd;
    font-size: 15px;
    font-weight: 500;
    padding: 0 21px;
    padding-top: 8px;
    margin-top: 14px
  }
  
  .reg_input_wrapper input + .input-lbl {
    font-size: 15px;
    font-weight: 500;
    color: #a5a3bd;
    opacity: .6;
    top: 30px;
    left: 30px
  }
  
  .reg_input_wrapper input + .input-lbl.active,
  .reg_input_wrapper input:focus + .input-lbl {
    bottom: auto;
    top: 20px;
    left: 20px
  }
  
  .reg_input_wrapper.profile-details__input {
    padding: 0 !important
  }
  
  .reg_input_wrapper.profile-details__input input {
    margin-top: 0
  }
  
  .reg_input_wrapper.profile-details__input {
    width: 100%
  }
  
  .registration__checkbox {
    display: block;
    position: relative;
    margin-top: 28px
  }
  
  .registration__checkbox .checkbox__label {
    display: inline-block
  }
  
  @media only screen and (max-width:767px) {
    .registration__checkbox .checkbox__label {
      display: inline-block
    }
  }
  
  .registration__button {
    font-size: 18px;
    padding: 9px 18px;
    margin-top: 24px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  .payment__tooltip_open,
  .tab {
    display: block
  }
  
  .panel__status_future {
    background-color: #ffea00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea00), to(#d69200));
    background-image: -webkit-linear-gradient(top, #ffea00, #d69200);
    background-image: -o-linear-gradient(top, #ffea00, #d69200);
    background-image: linear-gradient(180deg, #ffea00, #d69200);
    -webkit-box-shadow: none;
    box-shadow: none
  }
  
  .panel__info-button {
    display: block;
    position: relative;
    margin-top: 23px;
    padding: 0 25px;
    z-index: 3
  }
  
  @media only screen and (max-width:767px) {
    .panel__info-button {
      text-align: center
    }
  }
  
  .panel__info-button .button {
    padding: 10px 11px 9px 13px
  }
  
  @media only screen and (max-width:767px) {
    .panel__info-button .button {
      white-space: nowrap
    }
  }
  
  .tab {
    position: relative
  }
  
  .tab__content {
    display: block;
    position: relative
  }
  
  .tab_style_button {
    display: block;
    position: relative
  }
  
  .tab_style_button .tab__content {
    margin-top: 25px;
    background-color: transparent
  }
  
  .tab-cashier {
    display: block;
    position: relative;
    text-align: center;
    background-color: #202a39
  }
  
  .panel__arrow {
    display: inline-block;
    line-height: 12px;
    padding: 4px 0 0 6px;
    vertical-align: top
  }
  
  .lottery__title {
    padding: 22px;
    text-align: center
  }
  
  @media only screen and (max-width:767px) {
    .lottery__caption {
      display: none
    }
  }
  
  .lottery__caption_xs {
    display: none
  }
  
  @media only screen and (max-width:767px) {
    .lottery__caption_xs {
      display: block;
      font-size: 16px
    }
  }
  
  .lottery__tabs {
    height: 78px;
    background-color: #0e2239;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 0
  }
  
  @media only screen and (max-width:767px) {
    .lottery__tabs {
      height: 35px
    }
  }
  
  .lottery__tabitem {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    padding: 29px;
    cursor: pointer;
    text-shadow: 0 2px 0 #223b66
  }
  
  @media only screen and (max-width:767px) {
    .lottery__tabitem {
      padding: 7px
    }
  }
  
  .lottery__tabitem:before {
    content: none
  }
  
  .lottery__tabitem:hover .title {
    color: #fff;
  }
  
  .lottery__tabitem_active {
    background-color: #457ad0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4b8adf), to(#3f6ac2));
    background-image: -webkit-linear-gradient(top, #4b8adf, #3f6ac2);
    background-image: -o-linear-gradient(top, #4b8adf, #3f6ac2);
    background-image: linear-gradient(180deg, #4b8adf, #3f6ac2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 5px 8px rgba(0, 0, 0, .17);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 5px 8px rgba(0, 0, 0, .17)
  }
  
  .slider {
    display: block;
    margin: 0 auto !important;
    position: relative
  }
  
  .slider__item {
    display: block;
    padding: 0 4px
  }
  
  .slider__item:focus {
    outline: 0
  }
  
  .slider__img {
    display: block;
    position: relative
  }
  
  .slider__img_desktop {
    display: block !important
  }
  
  @media only screen and (max-width:767px) {
    .slider__img_desktop {
      display: none !important
    }
  }
  
  .slider__title {
    display: block;
    text-align: center;
    margin-top: 5px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
  }
  
  .slider .slick-prev {
    left: -14px;
    top: 24px;
    text-align: left;
    height: 20px
  }
  
  .slider .slick-prev:before {
    background-image: url(../img/svg/arrow-left.svg);
    content: '';
    display: inline-block;
    width: 12px;
    height: 20px
  }
  
  .slider .slick-next {
    top: 24px;
    right: -14px;
    text-align: right;
    height: 20px
  }
  
  .slider .slick-next:before {
    background-image: url(../img/svg/arrow-right.svg);
    content: '';
    display: inline-block;
    width: 12px;
    height: 20px
  }
  
  .slider_gameplay .slider__item {
    margin: 0 11px;
    padding: 0
  }
  
  .slider_gameplay .slick-prev {
    left: -14px;
    top: 50px
  }
  
  .slider_gameplay .slick-next {
    top: 50px;
    right: -14px
  }
  
  .slider .slick-dots {
    display: block;
    width: 100%;
    bottom: -24px
  }
  
  .slider .slick-dots li,
  .slider .slick-dots li button {
    width: 33px;
    height: 4px;
    margin: 0 4px
  }
  
  .slider .slick-dots li button:before {
    width: 33px;
    height: 4px;
    background-color: #1f3957;
    content: ''
  }
  
  .slider .slick-dots li.slick-active button:before {
    width: 33px;
    height: 4px;
    background-color: #fda91b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fda31b), to(#fd5908));
    background-image: -webkit-linear-gradient(top, #fda31b, #fd5908);
    background-image: -o-linear-gradient(top, #fda31b, #fd5908);
    background-image: linear-gradient(180deg, #fda31b, #fd5908);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  .slider_hero {
    display: none
  }
  
  @media only screen and (max-width:767px) {
    .slider_hero {
      height: auto
    }
  }
  
  .slider_hero .slider__item {
    width: 100%;
    padding: 0
  }
  
  .slider_hero .slider__img {
    width: 100%
  }
  
  .slider_small .slider__img {
    width: 100%
  }
  
  .slider_hero .slick-dots {
    bottom: 90px;
    right: 167px;
    display: inline-block;
    width: auto;
    z-index: 100
  }
  
  .slider_hero .slick-dots li,
  .slider_hero .slick-dots li button {
    width: 15px;
    height: 15px;
    margin: 0 4px
  }
  
  .slider_hero .slick-dots li button:before {
    width: 15px;
    height: 15px;
    background-color: #27425f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    opacity: 1
  }
  
  .slider_hero .slick-dots li.slick-active button:before {
    width: 15px;
    height: 15px;
    background-color: #00455e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b87d5), to(#3a6dbf));
    background-image: -webkit-linear-gradient(top, #1b87d5, #3a6dbf);
    background-image: -o-linear-gradient(top, #1b87d5, #3a6dbf);
    background-image: linear-gradient(180deg, #1b87d5, #3a6dbf);
    -webkit-box-shadow: inset 0 0 7px rgba(255, 255, 255, .13), inset 0 1px 0 rgba(122, 199, 255, .38), 0 2px 4px rgba(0, 0, 0, .24);
    box-shadow: inset 0 0 7px rgba(255, 255, 255, .13), inset 0 1px 0 rgba(122, 199, 255, .38), 0 2px 4px rgba(0, 0, 0, .24)
  }
  
  .slider_small .slick-next,
  .slider_small .slick-prev {
    top: 35px
  }
  
  .slider_tournament .slick-next,
  .slider_tournament .slick-prev {
    top: 23px
  }
  
  .levels-table__table.slick-slider {
    margin-bottom: 0
  }
  
  .levels-table__table.slick-slider .slick-dots {
    top: 44px;
    bottom: auto
  }
  
  .levels-table__table.slick-slider .slick-dots li,
  .levels-table__table.slick-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    margin: 0 4px
  }
  
  .levels-table__table.slick-slider .slick-dots li button:before {
    width: 15px;
    height: 15px;
    background-color: #27425f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    opacity: 1
  }
  
  .levels-table__table.slick-slider .slick-dots li.slick-active button:before {
    width: 15px;
    height: 15px;
    background-color: #00455e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b87d5), to(#3a6dbf));
    background-image: -webkit-linear-gradient(top, #1b87d5, #3a6dbf);
    background-image: -o-linear-gradient(top, #1b87d5, #3a6dbf);
    background-image: linear-gradient(180deg, #1b87d5, #3a6dbf);
    -webkit-box-shadow: inset 0 0 7px rgba(255, 255, 255, .13), inset 0 1px 0 rgba(122, 199, 255, .38), 0 2px 4px rgba(0, 0, 0, .24);
    box-shadow: inset 0 0 7px rgba(255, 255, 255, .13), inset 0 1px 0 rgba(122, 199, 255, .38), 0 2px 4px rgba(0, 0, 0, .24)
  }
  
  .gameplay_over {
    display: table;
    height: 100%;
    width: 100%
  }
  
  .gameplay {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 15px;
    min-width: 300px
  }
  
  .bl-bott-wrapper {
    padding: 0 15px
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .gameplay {
      padding: 25px 15px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .gameplay {
      padding: 25px 15px
    }
  }
  
  .main__item.preview img {
    background: #08203a
  }
  
  img.lazy {
    opacity: 0
  }
  
  img.lazy[src] {
    opacity: 1
  }
  
  @media only screen and (max-width:480px) {
    .user-panel__rating.rating .rating__bar {
      width: 45% !important
    }
  }
  
  @media only screen and (max-width:767px) {
    .mobile-nav__link {
      font-size: 16px
    }
  
    .gameplay {
      padding: 15px 15px 0
    }
  }
  
  .gameplay__shadow {
    -webkit-box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .5);
    max-width: 100%;
    width: 100%;
    margin: 0
  }
  
  .gameplay__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    max-width: 100%;
    height: -webkit-calc(120vh - 156px);
    height: calc(120vh - 156px);
    min-height: 600px;
    max-height: 987px;
    margin: 0 auto
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .gameplay__wrap {
      padding-right: 0
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .gameplay__wrap {
      padding-right: 0;
      height: -webkit-calc(100vh - 156px);
      height: calc(100vh - 156px)
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .gameplay__wrap {
      padding: 0;
      width: 100%;
      height: auto;
      min-height: 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .gameplay__wrap {
      padding: 0;
      width: 100%;
      height: auto;
      min-height: 0
    }
  }
  
  .gameplay__logo {
    display: block;
    height: 60px;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, #0f1e2f 0, #04101d 100%);
    margin: -1px -1px 24px
  }
  
  .gameplay__logo-inner {
    display: block;
    position: relative;
    top: -20px;
    left: 5px
  }
  
  @media screen and (max-width:1250px) {
    .subnav__link {
      font-size: 14px !important
    }
  }
  
  @media screen and (max-width:1440px) {
    .gameplay-user__button {
      font-size: 16px !important
    }
  
    .gameplay-nav__item {
      padding-right: 0 !important;
      padding-left: 0 !important
    }
  }
  
  .gameplay__aside,
  .gameplay__wrap,
  .gameplay__wrap .gameplay__left,
  .gameplay__wrap .gameplay__right {
    height: auto !important
  }
  
  .gameplay__aside_overflow {
    padding-bottom: 20px
  }
  
  .gameplay-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .gameplay__logo-inner {
      max-width: 200px;
      bottom: -56px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .gameplay__logo-inner {
      max-width: 130px;
      bottom: -23px
    }
  }
  
  @media only screen and (max-width:767px) {
    .gameplay__logo-inner {
      max-width: 160px;
      bottom: -32px
    }
  }
  
  .gameplay__left {
    display: block;
    float: left;
    position: relative;
    height: 100%;
    padding-top: 100px;
    background-color: #003068;
    border: 1px solid #254b78;
    width: 32% !important;
    max-width: 280px
  }
  
  .gameplay__wrap .gameplay__left {
    width: 20% !important;
    max-width: 240px
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .gameplay__left {
      max-width: 280px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .gameplay__left {
      max-width: 220px;
      height: -webkit-calc(100vh - 156px);
      height: calc(100vh - 156px)
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .gameplay__left {
      max-width: 340px;
      margin: 25px auto;
      float: none;
      padding-bottom: 15px;
      padding-top: 0;
      min-height: 0;
      height: auto
    }
  }
  
  @media only screen and (max-width:767px) {
    .gameplay__left {
      max-width: 284px;
      margin: 15px auto;
      float: none;
      padding-bottom: 15px;
      overflow: hidden;
      padding-top: 0;
      min-height: 0;
      height: auto
    }
  
    .gameplay__left .rating__tooltip {
      right: 74px
    }
  
    .gameplay__left .tooltip__arrow {
      left: 90%
    }
  }
  
  .gameplay__main,
  .gameplay__user {
    display: block;
    position: relative
  }
  
  .gameplay__main {
    float: left;
    width: 100%;
    max-width: 100%;
    vertical-align: top
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .gameplay__main {
      float: none;
      display: table-header-group
    }
  }
  
  @media only screen and (max-width:767px) {
    .gameplay__main {
      float: none;
      display: table-header-group
    }
  }
  
  .gameplay__aside {
    display: block;
    background-color: #003068;
    width: 18% !important;
    height: 100%;
    min-height: 600px
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .gameplay__aside {
      width: 280px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .gameplay__aside {
      width: 220px;
      height: -webkit-calc(100vh - 156px);
      height: calc(100vh - 156px)
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .gameplay__aside {
      width: 340px;
      float: none;
      margin: 25px auto;
      height: auto;
      min-height: 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .gameplay__aside {
      width: 284px;
      float: none;
      margin: 15px auto;
      height: auto;
      min-height: 0
    }
  }
  
  .gameplay__aside_overflow {
    overflow: hidden
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .gameplay__aside_overflow {
      overflow: visible
    }
  }
  
  @media only screen and (max-width:767px) {
    .gameplay__aside_overflow {
      overflow: visible;
      max-height: none
    }
  }
  
  .gameplay__wrap_head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    margin: 0 auto;
    height: 60px
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .gameplay__wrap_head {
      padding-right: 0;
      padding-right: 0
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .gameplay__wrap_head {
      margin-bottom: 20px
    }
  }
  
  @media only screen and (max-width:767px) {
    .gameplay__wrap_head {
      margin-bottom: 20px
    }
  }
  
  .gameplay__wrap_head .gameplay__left {
    height: 100%;
    padding-top: 0;
    min-height: 0
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .gameplay__wrap_head .gameplay__left {
      width: 200px;
      float: left
    }
  }
  
  @media only screen and (max-width:767px) {
    .gameplay__wrap_head .gameplay__left {
      width: 180px;
      float: left;
      overflow: visible
    }
  }
  
  .gameplay__wrap_head .gameplay__main {
    height: 100%;
    min-height: 0
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .gameplay__wrap_head .gameplay__main {
      float: left
    }
  }
  
  @media only screen and (max-width:767px) {
    .gameplay__wrap_head .gameplay__main {
      float: left
    }
  }
  
  .gameplay__wrap_head .gameplay__aside {
    height: 100%;
    min-height: 0
  }
  
  .gameplay__canvas {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    background-color: #08203a;
    border-bottom: 1px solid #254b78;
    max-width: 1229px;
    overflow: hidden
  }
  
  @media screen and (max-height:708px) {
    .gameplay__canvas .gameplay__box {
      max-width: 664px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .gameplay__canvas {
      height: auto
    }
  }
  
  @media only screen and (max-width:767px) {
    .gameplay__canvas {
      height: auto
    }
  }
  
  .gameplay__canvas .game_param {
    width: 100%;
    position: absolute;
    max-width: 980px;
    opacity: 0;
    height: auto;
    max-height: -webkit-calc(100% - 56px);
    max-height: calc(100% - 56px);
    z-index: -1
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .gameplay__canvas .game_param {
      position: relative
    }
  }
  
  @media only screen and (max-width:767px) {
    .gameplay__canvas .game_param {
      position: relative
    }
  }
  
  .gameplay__canvas .gameplay__canvas_inner {
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0
  }
  
  .gameplay__canvas .gameplay__canvas_inner object {
    margin: 0 auto
  }
  
  .gameplay__slider {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    padding: 9px 30px 0;
    height: 146px;
    opacity: 0;
    background-color: rgba(31, 61, 96, .9);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .15), 0 3px 3px rgba(0, 0, 0, .9);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .15), 0 3px 3px rgba(0, 0, 0, .9)
  }
  
  @media only screen and (max-width:767px) {
    .gameplay__slider {
      display: none
    }
  }
  
  .gameplay__slider .slider__img {
    width: 100%
  }
  
  .gameplay .rating__summary {
    white-space: normal
  }
  
  .gameplay .rating__summary .rating__icon,
  .gameplay .rating__summary .rating__icon.fa {
    font-size: 13px;
    width: 13px;
    height: 15px
  }
  
  .hide_small {
    display: block
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .hide_small {
      display: none
    }
  }
  
  @media only screen and (max-width:767px) {
    .hide_small {
      display: none
    }
  }
  
  .hide_big {
    display: none
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .hide_big {
      display: block
    }
  }
  
  @media only screen and (max-width:767px) {
    .hide_big {
      display: block
    }
  }
  
  .gameplay-toppanel {
    display: table;
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, #0f1e2f 0, #04101d 100%);
    height: 60px;
    margin: 0 0 0 -1px;
    font-size: 0;
    border-bottom: 1px solid #254b78;
    z-index: 100
  }
  
  .gameplay-toppanel__icon {
    width: 1px;
    padding-left: 10px
  }
  
  .gameplay-toppanel__icon,
  .gameplay-toppanel__summary {
    display: table-cell;
    position: relative;
    vertical-align: middle
  }
  
  .gameplay-toppanel__summary {
    padding-left: 13px
  }
  
  .gameplay-toppanel__caption {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .gameplay-toppanel__caption {
      font-size: 12px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .gameplay-toppanel__caption {
      font-size: 13px
    }
  }
  
  .gameplay-toppanel__title {
    text-shadow: 0 2px 0 rgba(0, 0, 0, .23);
    color: #fff001;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-transform: uppercase;
    margin: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .gameplay-toppanel__title {
      font-size: 12px
    }
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .gameplay-toppanel__title {
      font-size: 12px
    }
  }
  
  .gameplay-toppanel__tooltip.tooltip {
    display: none;
    right: -2px;
    top: 60px
  }
  
  .gameplay-toppanel__info {
    display: table-cell;
    position: relative;
    width: 1px;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 10px
  }
  
  .gameplay-toppanel__info:hover .tooltip {
    display: block
  }
  
  .gameplay-user,
  .gameplay-user__title {
    display: block;
    position: relative
  }
  
  .gameplay-user__title {
    text-shadow: 0 2px 0 rgba(0, 0, 0, .26);
    color: #a8a8a8;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding: 40px 10px 31px
  }
  
  .gameplay-user__title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #112c4c;
    -webkit-box-shadow: 0 1px 0 #193b63;
    box-shadow: 0 1px 0 #193b63
  }
  
  .gameplay-user__vip {
    display: block;
    position: relative;
    padding: 14px 24px 38px 26px
  }
  
  .gameplay-user__vip:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #112c4c;
    -webkit-box-shadow: 0 1px 0 #193b63;
    box-shadow: 0 1px 0 #193b63
  }
  
  .gameplay-user__action {
    text-align: center;
    padding: 38px 0 0
  }
  
  .gameplay-user__vip + .gameplay-user__action {
    padding: 19px 0 0
  }
  
  .gameplay-user__button {
    width: 218px;
    height: 44px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
    color: #fefefe;
    font-size: 19px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 11px 0 12px;
    margin-bottom: 18px
  }
  
  .gameplay-user__button:last-child {
    margin-bottom: 0
  }
  
  .gameplay-user__button .fa {
    color: #fff;
    margin: 0
  }
  
  .gameplay-user__button_orange {
    background-color: #fd7f21;
    background-image: -webkit-linear-gradient(280deg, #fda31b, #fd0834);
    background-image: -o-linear-gradient(280deg, #fda31b, #fd0834);
    background-image: linear-gradient(170deg, #fda31b, #fd0834)
  }
  
  .gameplay-user__button_blue,
  .gameplay-user__button_orange {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  .gameplay-user__button_blue {
    background-color: #3c8fd7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ea8db), to(#236dd2));
    background-image: -webkit-linear-gradient(top, #4ea8db, #236dd2);
    background-image: -o-linear-gradient(top, #4ea8db, #236dd2);
    background-image: linear-gradient(180deg, #4ea8db, #236dd2)
  }
  
  .gameplay-user__button_darkblue {
    background-color: #2c5380;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3b5777), to(#215187));
    background-image: -webkit-linear-gradient(top, #3b5777, #215187);
    background-image: -o-linear-gradient(top, #3b5777, #215187);
    background-image: linear-gradient(180deg, #3b5777, #215187);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  .gameplay-user__button-text {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    margin-left: 13px
  }
  
  .gameplay-signup {
    display: block;
    position: relative;
    text-align: center;
    padding: 0
  }
  
  .gameplay-signup__title {
    font-size: 20px;
    font-weight: 500;
    padding-top: 38px;
    line-height: 23px
  }
  
  .gameplay-signup__title .gold {
    color: #f2e419
  }
  
  .gameplay-signup__jackpot {
    margin-top: 25px
  }
  
  .gameplay-signup .gameplay-user__button {
    width: 90%
  }
  
  .jackpot {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    padding-top: 19px
  }
  
  .jackpot__base {
    position: relative;
    width: 204px;
    height: 63px;
    padding: 7px 10px;
    border: 6px solid #7ac4ff;
    -webkit-border-radius: 31px;
    border-radius: 31px;
    -webkit-box-shadow: 0 5px 8px rgba(14, 34, 57, .93);
    box-shadow: 0 5px 8px rgba(14, 34, 57, .93);
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #d7e6f8;
    z-index: 3;
    letter-spacing: -3px
  }
  
  .jackpot__back,
  .jackpot__base {
    display: block;
    background-color: #102843
  }
  
  .jackpot__back {
    width: 75px;
    height: 75px;
    border: 6px solid #fd8a1f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    z-index: 2
  }
  
  .jackpot__back,
  .jackpot__overlay {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  
  .jackpot__overlay {
    display: block;
    width: 100%;
    top: 11px;
    z-index: 1
  }
  
  .jackpot__overlay:before {
    left: 34px
  }
  
  .jackpot__overlay:after,
  .jackpot__overlay:before {
    content: '';
    width: 72px;
    height: 75px;
    background-color: #102843;
    border: 6px solid #fd8a1f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: -4px;
    z-index: 1
  }
  
  .jackpot__overlay:after {
    right: 34px
  }
  
  .vipclub__header {
    display: block;
    position: relative;
    height: 133px;
    background-image: -webkit-linear-gradient(220deg, rgba(255, 255, 255, .2), transparent 15%), -webkit-linear-gradient(320deg, #324c69, #132e4d 15%);
    background-image: -o-linear-gradient(220deg, rgba(255, 255, 255, .2), transparent 15%), -o-linear-gradient(320deg, #324c69, #132e4d 15%);
    background-image: linear-gradient(230deg, rgba(255, 255, 255, .2), transparent 15%), linear-gradient(-230deg, #324c69, #132e4d 15%);
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: inset -1px 0 0 0 #38608e, inset 1px 0 0 0 #355d8c;
    box-shadow: inset -1px 0 0 0 #38608e, inset 1px 0 0 0 #355d8c
  }
  
  .vipclub__content {
    display: block;
    position: relative;
    background-color: #15355a;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0 137px
  }
  
  .vipclub__content:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: #0d2239;
    -webkit-box-shadow: 0 1px 0 #1a3a5e;
    box-shadow: 0 1px 0 #1a3a5e;
    width: 100%;
    top: 0;
    left: 0;
    right: 0
  }
  
  .vipclub__row {
    display: block;
    position: relative;
    font-size: 0;
    text-align: center
  }
  
  @media only screen and (max-width:767px) {
    .vipclub__row {
      padding-bottom: 0 !important
    }
  }
  
  .vipclub__item {
    display: inline-block;
    vertical-align: top;
    margin: 20px 58px;
    cursor: pointer
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .vipclub__item {
      margin: 20px 47px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .vipclub__item {
      margin: 20px 10px
    }
  }
  
  @media only screen and (max-width:767px) {
    .vipclub__item {
      margin: 20px auto;
      display: block;
      width: 209px
    }
  }
  
  .vipclub__info {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    max-width: 862px;
    margin: 0 auto;
    background-color: #285282;
    border: 1px solid #31639d;
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .22);
    box-shadow: 0 2px 9px rgba(0, 0, 0, .22);
    padding: 29px;
    display: none
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .vipclub__info {
      max-width: 815px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .vipclub__info {
      max-width: 815px
    }
  }
  
  @media only screen and (max-width:767px) {
    .vipclub__info {
      position: relative;
      bottom: auto;
      left: auto;
      right: auto;
      width: auto;
      margin: 0 20px
    }
  }
  
  .vipclub__info_open {
    display: block
  }
  
  .vipclub__subtitle {
    font-size: 16px;
    line-height: 18px
  }
  
  .vipclub__caption {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif
  }
  
  .vipclub__title {
    font-size: 27px;
    line-height: 22px;
    text-align: center;
    padding: 55px;
    font-family: Roboto, sans-serif
  }
  
  @media only screen and (min-width:1000px) and (max-width:1239px) {
    .vipclub__title {
      font-size: 40px
    }
  }
  
  .vipclub__note {
    margin: 0;
    text-align: center;
    padding: 62px 135px 10px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 20px
  }
  
  @media only screen and (max-width:767px) {
    .vipclub__note {
      padding: 20px
    }
  }
  
  .vipclub__arrow {
    display: block;
    top: 1px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 0 16px rgba(0, 0, 0, .26), 0 8px 10px rgba(0, 0, 0, .16)
  }
  
  .vipclub__arrow,
  .vipclub__arrow:after {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 100%
  }
  
  .vipclub__arrow:after {
    content: " ";
    margin-left: -14px;
    border-style: solid;
    border-width: 14px;
    border-color: transparent transparent #285282
  }
  
  .vipclub__arrow_right,
  .vipclub__arrow_right:after {
    right: 45px;
    left: auto
  }
  
  @media only screen and (max-width:767px) {
  
    .vipclub__arrow_right,
    .vipclub__arrow_right:after {
      left: 50%;
      right: auto
    }
  }
  
  .vipclub__arrow_left {
    left: 98px;
    right: auto
  }
  
  .vipclub__arrow_left:after {
    right: auto;
    left: auto
  }
  
  @media only screen and (max-width:767px) {
  
    .vipclub__arrow_left,
    .vipclub__arrow_left:after {
      left: 50%;
      right: auto
    }
  }
  
  .vip-panel {
    display: block;
    position: relative;
    width: 209px;
    height: 244px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #2283f6;
    -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .5);
    border: 1px solid #31557f
  }
  
  .vip-panel:before {
    bottom: 0;
    height: 44px;
    background-color: #2283f6;
    -webkit-box-shadow: 0 -2px 0 0 #284f7c, 0 -1px 0 0 #193b61;
    box-shadow: 0 -2px 0 0 #2283f6, 0 -1px 0 0 #2283f6
  }
  
  .vip-panel:after,
  .vip-panel:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%
  }
  
  .vip-panel:after {
    bottom: 45px;
    height: 1px;
    background-color: #193b61;
    -webkit-box-shadow: 0 -1px 0 #284f7c;
    box-shadow: 0 -1px 0 #284f7c
  }
  
  .vip-panel__badge {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 38px;
    height: 38px;
    top: -12px;
    right: -14px;
    background-color: #7daa2f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ea8db), to(#236dd2));
    background-image: -webkit-linear-gradient(top, #4ea8db, #236dd2);
    background-image: -o-linear-gradient(top, #4ea8db, #236dd2);
    background-image: linear-gradient(180deg, #7daa2f, #7daa2f);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 2px 7px 3px rgba(0, 0, 0, .26);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11), 0 2px 7px 3px rgba(0, 0, 0, .26);
    font-size: 23px;
    line-height: 38px;
    text-transform: uppercase
  }
  
  .vip-panel__badge,
  .vip-panel__button {
    display: block;
    position: absolute;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700
  }
  
  .vip-panel__button {
    width: 128px;
    height: 42px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    bottom: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    padding: 10px;
    line-height: 20px;
    outline: 0;
    font-size: 24px;
    text-shadow: 0 1px 0 #7daa2f
  }
  
  .registration__image img {
    max-width: 100%;
    max-height: 135px
  }
  
  .tab__content > div {
    height: 0;
    overflow-y: hidden
  }
  
  .tab__content .active {
    height: auto;
    display: block;
    touch-action: initial
  }
  
  .popup_section__aside .aside_promo {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
  }
  
  .popup_section__aside .aside_promo .aside__promo-table,
  .popup_section__aside .aside_promo .promo-bonus {
    background: #3c3a50;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .13), 0 3px 8px rgba(0, 0, 0, .19);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .13), 0 3px 8px rgba(0, 0, 0, .19)
  }
  
  .popup_section__aside .aside_promo .table_promo .table__row:nth-child(2n+1) {
    background: #49475d
  }
  
  .main_tournament .tab__content > div {
    overflow-y: hidden
  }
  
  .main_gallery .main__item {
    vertical-align: top;
    margin: 9px
  }
  
  @media only screen and (min-width:1440px) {
    .main_gallery .main__item .preview__info {
      padding: 20px 22px
    }
  }
  
  .main__items_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around
  }
  
  .main_gallery .main__item.preview {
    width: 30%
  }
  
  @media only screen and (min-width:1440px) {
    .main_gallery .main__item.preview {
      width: 31%
    }
  }
  
  @media only screen and (max-width:768px) {
    .main_gallery .main__item.preview {
      width: 48% !important
    }
  }
  
  .hero__submenu_mobile_nav {
    display: none
  }
  
  @media only screen and (max-width:1300px) {
    .aside__subtitle {
      font-size: 12px
    }
  }
  
  @media only screen and (max-width:980px) {
    .main_gallery .main__item {
      vertical-align: top;
      margin: 9px 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .toppanel__title {
      padding: 0 0 0 12px
    }
  
    .rules {
      padding: 15px 18px
    }
  }
  
  .popup_afterRegistration .popup__content {
    min-height: 150px
  }
  
  #login-modal .modal__input.input .modal__caption,
  .popup_chooseBonus .bonus__item {
    cursor: pointer
  }
  
  .popup_bonusNotification .popup__content {
    padding-bottom: 20px
  }
  
  .popup_bonusNotification .popup__content .popup__title {
    padding: 25px 0
  }
  
  .popup_phoneVerified .popup__content {
    padding-bottom: 20px
  }
  
  .popup_phoneVerified .popup__content .popup__title {
    padding: 25px 0
  }
  
  .popup_registration .modal__error {
    max-width: 400px
  }
  
  .rules {
    padding: 18px 18px
  }
  
  .rules .page_content,
  .rules.page_content,
  .rules__note {
    color: #fff;
    font-size: 18px
  }
  
  .rules .page_content h1,
  .rules.page_content h1 {
    color: #fefefe;
    margin: 0
  }
  
  .rules .page_content h2,
  .rules .page_content h3,
  .rules.page_content h2,
  .rules.page_content h3 {
    font-weight: 400;
    color: #f7fcfe;
    font-size: 29px;
    margin: 18px 0 18px;
    text-align: center
  }
  
  .rules .page_content p,
  .rules.page_content p {
    margin: 16px 0 0
  }
  
  .rules .page_content ol,
  .rules .page_content p,
  .rules .page_content ul,
  .rules.page_content ol,
  .rules.page_content p,
  .rules.page_content ul {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 23px
  }
  
  .scroller {
    display: none;
    z-index: 200;
    cursor: pointer;
    position: fixed;
    bottom: 20%;
    left: 2%;
    width: 43px;
    height: 43px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 6px 0 rgba(255, 255, 255, .32);
    box-shadow: inset 0 1px 6px 0 rgba(255, 255, 255, .32);
    border: 1px solid rgba(92, 92, 92, .4);
    text-align: center
  }
  
  .scroller:hover {
    border: 1px solid #93d1ff
  }
  
  .scroller__icon {
    font-size: 21px;
    padding-top: 0;
    color: #a8d1ff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
  }
  
  .scroller__note {
    display: block;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    line-height: 10px;
    font-weight: 400;
    text-align: center;
    color: #a8d1ff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
  }
  
  body {
    background-color: #001c3c;
    font-family: Roboto, sans-serif;
    min-height: 100%;
    position: relative;
    overflow-x: hidden
  }
  
  body.hidden {
    overflow: hidden
  }
  
  html.hidden {
    overflow: hidden
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    body {
      min-width: 320px !important
    }
  }
  
  @media only screen and (max-width:767px) {
    body {
      min-width: 320px !important;
      overflow-x: hidden
    }
  }
  
  a,
  a:active {
    color: #85b8e1
  }
  
  a:hover {
    color: #ffe400
  }
  
  main a,
  main a:active {
    color: #3c90f0
  }
  
  @media only screen and (max-width:767px) {
    html.modal_open {
      overflow: hidden
    }
  
    html.modal_open.Sa {
      overflow: visible;
      height: auto
    }
  
    html.modal_open.Sa body {
      overflow: visible
    }
  
    html.modal_open body {
      /*overflow: hidden*/
    }
  }
  
  html.modal_open .overflow {
    display: block
  }
  
  .loading {
    background: rgba(255, 255, 255, .1) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
  }
  
  .loader {
    color: #fff;
    font-size: 20px;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load 1.3s infinite linear;
    animation: load 1.3s infinite linear;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  
  @media all and (min-width:990px) {
    .formobilework {
      display: none
    }
  
    .solust {
      width: 220px;
      height: 225px;
      position: fixed;
      top: 0;
      left: 0;
      background: url(/engine/templates/default/img/leftimg.png) no-repeat top left;
      z-index: 100
    }
  }
  
  .flagstrap-icon {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(/engine/templates/default/img/flags.jpg) no-repeat
  }
  
  .flagstrap-icon.flagstrap-en {
    background-position: -176px -44px
  }
  
  .flagstrap-icon.flagstrap-es {
    background-position: -16px -44px
  }
  
  .flagstrap-icon.flagstrap-fr {
    background-position: -144px -44px
  }
  
  .flagstrap-icon.flagstrap-ru {
    background-position: -224px -121px
  }
  
  .flagstrap-icon.flagstrap-us {
    background-position: -144px -154px
  }
  
  @media all and (max-width:990px) {
    h1 {
      font-size: 1em
    }
  
    .bot-item {
      font-size: 14px
    }
  }
  
  .statsdiv {
    max-width: 820px;
    margin: 0 auto;
    padding: 20px 5px 20px 5px;
    text-align: center;
    background: #121212;
    border: 1px solid #2a2a2a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
  }
  
  .section__main .show_all_games {
    text-align: center
  }
  
  a.button13 {
    display: block;
    width: 18em;
    font-size: 120%;
    color: rgba(255, 255, 255, .9);
    text-shadow: #2e7ebd 0 1px 2px;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    white-space: pre-line;
    padding: .7em 0;
    border: 2px solid;
    border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    background: #60a3d8 -webkit-gradient(linear, left top, left bottom, from(#89bbe2), color-stop(50%, #60a3d8), to(#378bce));
    background: #60a3d8 -webkit-linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
    background: #60a3d8 -o-linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
    background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
    -webkit-box-shadow: inset rgba(255, 255, 255, .5) 1px 1px;
    box-shadow: inset rgba(255, 255, 255, .5) 1px 1px;
    margin: 0 auto;
    background: #2283f6;
  }
  
  a.button13:first-line {
    font-size: 170%;
    font-weight: 700
  }
  
  a.button13:hover {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9dc7e7), color-stop(50%, #74afdd), to(#378bce));
    background-image: -webkit-linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
    background-image: -o-linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
    background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce)
  }
  
  a.button13:active {
    color: #fff;
    border-color: #2970a9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5796c8), to(#6aa2ce));
    background-image: -webkit-linear-gradient(#5796c8, #6aa2ce);
    background-image: -o-linear-gradient(#5796c8, #6aa2ce);
    background-image: linear-gradient(#5796c8, #6aa2ce);
    -webkit-box-shadow: none;
    box-shadow: none
  }
  
  .bl-bott {
    color: #fff;
    margin: 0 auto;
    line-height: 25px;
    border: 1px solid #15355a;
    width: 100%;
    min-width: 400px;
    margin-bottom: 20px;
    padding: 15px;
    max-width: 85%
  }
  
  .bl-bott-wrapper {
    padding: 15px 15%
  }
  
  @media screen and (max-width:1125px) {
    .bl-bott {
      margin: 20px
    }
  }
  
  h1.tit-bot {
    margin: 0 0 25px;
    text-align: left;
    color: #f2e419ad
  }
  
  .bot-text {
    margin: 0 0 20px
  }
  
  @media screen and (max-width:588px) {
    .bot-text {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: justify
    }
  
    .bot-img img {
      margin: 0 auto;
      display: block;
      text-align: center;
      float: none
    }
  }
  
  .gameplay__slider_open {
    opacity: 1;
    z-index: 1
  }
  
  .gameplay__nav {
    padding: 0 14px 0 16px;
    height: 60px;
    background: linear-gradient(180deg, #0f1e2f 0, #04101d 100%);
    font-family: Roboto Condensed, sans-serif;
    border-bottom: 1px solid #254b78
  }
  
  .gameplay-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 930px;
    margin: 0 auto
  }
  
  @media screen and (max-width:992px) {
    .gameplay-nav {
      overflow-x: scroll
    }
  }
  
  .gameplay-nav__item1 {
    display: table-cell;
    vertical-align: top;
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 16px;
    cursor: pointer
  }
  
  .gameplay-nav__item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    text-align: center;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 16px;
    cursor: pointer
  }
  
  .gameplay-nav-small {
    position: absolute;
    right: -10px;
    z-index: -1;
    display: block;
    width: 120px;
    margin: 0;
    padding: 0;
    background-color: #153358;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .11);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
  }
  
  .uSocial-Like,
  .uSocial-Share,
  [class^=uscl] {
    display: block;
    margin: 15px auto;
    width: 376px;
    margin: 0 auto !important;
    text-align: center !important
  }
  
  .header__confirm-email .confirm-email__txt {
    width: 940px;
    margin: 0 auto;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .22);
    text-align: center;
    text-transform: uppercase;
    position: relative
  }
  
  .header__confirm-email .confirm-email__btn {
    background-color: #fff;
    box-shadow: 0 1px 5.7px .3px #003962;
    text-align: center;
    display: inline-block;
    color: #0167b1;
    text-transform: uppercase;
    border-radius: 40px;
    margin: 5px;
    position: relative;
    top: -2px;
    padding: 5px 10px;
    text-shadow: none;
    text-decoration: none
  }
  
  .header__confirm-email .confirm-email__close {
    position: absolute;
    right: 35px;
    top: 7px;
    color: #fff
  }
  
  .header__confirm-email {
    min-height: 37px;
    background-image: linear-gradient(100deg, #0075c8, #5babe4);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 103
  }
  
  .header__confirm-email .confirm-email__link {
    color: #fff;
    text-decoration: none
  }
  
  .header__confirm-email + header {
    margin-top: 30px !important
  }
  
  @media only screen and (max-width:999px) {
    .header__confirm-email {
      position: relative
    }
  
    .header__confirm-email .confirm-email__txt {
      width: 100%
    }
  
    .header__confirm-email .confirm-email__title {
      width: 100%
    }
  }
  
  @media only screen and (max-width:667px) {
    .header__confirm-email .confirm-email__title {
      padding: 0 30px;
      margin-bottom: 15px
    }
  
    .header__confirm-email .confirm-email__close {
      right: 18px
    }
  
    .header__confirm-email #mc_embed_signup {
      width: 100% !important;
      margin: 0 !important
    }
  
    .header__confirm-email #mc_embed_signup form {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0 !important
    }
  
    .header__confirm-email #mce-EMAIL {
      margin: 10px 0 !important
    }
  
    .header__confirm-email .confirm-email__link {
      margin: 15px 0 !important
    }
  
    .header__confirm-email #mc-embedded-subscribe,
    .header__confirm-email #mce-EMAIL {
      max-width: unset !important;
      width: 60% !important
    }
  }
  
  @media only screen and (max-width:767px) {
    .popup_afterRegistration {
      transform: none !important
    }
  
    .popup__section > div {
      width: 100% !important
    }
  
    .popup.popup_afterRegistration .popup__section {
      padding: 10px !important
    }
  
    .popup_afterRegistration .column__1-3 {
      width: 100% !important
    }
  
    .popup.popup_afterRegistration img {
      max-width: 100px !important
    }
  
    .popup.popup_afterRegistration .game-container img {
      width: 100%;
      max-width: 100% !important
    }
  
    .popup_afterRegistration em {
      font-size: 18px !important
    }
  
    .popup__section > div {
      display: block !important
    }
  
    .header__confirm-email + header {
      margin-top: 0 !important
    }
  
    .postreg__img .postreg__img__items .postreg__img__first,
    .postreg__img .postreg__img__items .postreg__img__second {
      width: 50%
    }
  
    .popup.popup_afterRegistration .prize-img {
      left: 75% !important;
      top: -20px !important
    }
  
    .postreg__img .postreg__img__item {
      width: 50% !important;
      height: 88px !important
    }
  
    .popup_afterRegistration .column__2-3 {
      width: 100% !important
    }
  
    .registration__image {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto
    }
  }
  
  .registration-change-bonus {
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    display: block
  }
  
  .main_gallery {
    display: none
  }
  
  .main_gallery.active {
    display: block
  }
  
  .empty-bonuses-label {
    color: #fff;
    text-align: center
  }
  
  .pulse::after,
  .pulse::before {
    content: '';
    position: absolute;
    border: 1px solid #e25570;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 1.8s linear infinite;
    opacity: 0
  }
  
  .pulse::after {
    animation-delay: .5s
  }
  
  @keyframes pulse {
    0% {
      transform: scale(.1);
      opacity: 0
    }
  
    50% {
      opacity: 1
    }
  
    100% {
      transform: scale(1);
      opacity: 0
    }
  }
  
  @keyframes shake-hard {
  
    0%,
    100%,
    50% {
      transform: rotate(0)
    }
  
    10%,
    30% {
      transform: rotate(-10deg)
    }
  
    20%,
    40% {
      transform: rotate(10deg)
    }
  }
  
  .registration-set-bonus span {
    text-transform: none
  }
  
  .registration__image:hover .registration-set-bonus span {
    color: #fff !important
  }
  
  .registration__email-wrapper .registration__tooltip {
    opacity: 0;
    visibility: hidden;
    top: -62px;
    left: 0;
    width: 305px;
    max-width: none;
    background-color: rgba(255, 127, 0, .9);
    color: #000;
    border: 0;
    box-shadow: none
  }
  
  .registration__email-wrapper .tooltip__arrow {
    top: auto;
    bottom: 0 !important;
    left: 20%
  }
  
  .registration__email-wrapper .tooltip__arrow:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 30%;
    z-index: 3;
    margin-left: -7px;
    border-style: solid
  }
  
  .registration__email-wrapper .tooltip__arrow:after {
    border-color: rgba(255, 127, 0, .9) transparent transparent;
    border-width: 15px 15px 0 15px;
    bottom: -15px
  }
  
  .registration__email-wrapper:hover .registration__tooltip {
    opacity: 1;
    visibility: visible
  }
  
  .ui-datepicker select::-ms-expand {
    display: none
  }
  
  .ui-datepicker.ui-widget {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    margin-left: -1px;
    padding: 15px 8px 11px;
    width: 272px !important;
    background: #141320;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    z-index: 10000 !important;
    display: none
  }
  
  .ui-datepicker.ui-widget:before {
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #141320;
    content: ''
  }
  
  .ui-datepicker.ui-widget:after {
    position: absolute;
    top: 96px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: rgba(141, 159, 199, .1);
    z-index: 1
  }
  
  .ui-datepicker.ui-widget thead {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    border-bottom: none
  }
  
  .ui-datepicker.ui-widget th {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 16px 0 23px
  }
  
  .ui-datepicker.ui-widget th.ui-datepicker-week-end {
    font-weight: 700;
    color: #fff
  }
  
  .ui-datepicker option {
    background: #141320
  }
  
  .ui-datepicker-today a {
    color: #fff !important
  }
  
  .ui-datepicker-title {
    padding: 0;
    color: #fff;
    clear: both;
    text-align: center
  }
  
  .ui-datepicker-current-day {
    position: relative
  }
  
  .ui-datepicker-current-day a.ui-state-active {
    color: #fff;
    background: linear-gradient(180deg, #fd8f38, #fd3c46);
    border-radius: 4px
  }
  
  .ui-datepicker-current-day a.ui-state-active:hover {
    color: #fff !important
  }
  
  .ui-datepicker-week-end a {
    color: #000;
    font-weight: 500
  }
  
  .ui-datepicker-calendar {
    width: 100%
  }
  
  .ui-datepicker-next,
  .ui-datepicker-prev {
    display: none;
    width: 25px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: auto;
    bottom: auto;
    left: auto
  }
  
  .ui-datepicker-next span,
  .ui-datepicker-prev span {
    margin: auto;
    width: 0;
    height: 0;
    line-height: 0;
    color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  
  .ui-datepicker-prev {
    left: 7px
  }
  
  .ui-datepicker-next {
    right: 7px
  }
  
  .ui-datepicker select {
    cursor: pointer
  }
  
  .ui-datepicker-month,
  .ui-datepicker-year {
    position: relative;
    height: 32px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    background-color: #7b96c8;
    background-image: url(../img/arrow-datepicker.png?v=a6727ea1);
    background: linear-gradient(180deg, #fd8f38, #fd3c46);
    border: 0;
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, .07);
    box-shadow: 0 7px 20px rgba(0, 0, 0, .07);
    padding: 0 10px 0 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  
  .ui-datepicker-month:hover,
  .ui-datepicker-year:hover {
    background-color: #f24600;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e69800), to(#cc002b));
    background-image: -webkit-linear-gradient(top, #e69800, #cc002b);
    background-image: -o-linear-gradient(top, #e69800, #cc002b);
    background-image: linear-gradient(180deg, #e69800, #cc002b)
  }
  
  .ui-datepicker-month {
    margin-left: 5px;
    margin-right: 16px;
    width: 112px
  }
  
  .ui-datepicker-year {
    width: 80px
  }
  
  .ui-datepicker tbody a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    width: 28px;
    height: 30px;
    padding: 7px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    color: #fff
  }
  
  .ui-datepicker tbody a:hover {
    color: #479fd9
  }
  
  .ui-datepicker td {
    font-size: 14px;
    font-weight: 400;
    text-align: center
  }
  
  .ui-datepicker .ui-priority-secondary {
    color: rgba(184, 184, 204, .8)
  }
  
  .ui-datepicker .ui-state-disabled .ui-state-default {
    color: rgba(141, 159, 199, .15)
  }
  
  .popup_afterRegistration em {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #fda31b;
    font-size: 27px
  }
  
  .popup.popup_afterRegistration .prize-img {
    position: absolute;
    left: 85%;
    top: -7px;
    display: flex
  }
  
  .popup.popup_afterRegistration img {
    max-width: 250px
  }
  
  .shake-freeze:hover,
  .shake-hard:hover,
  .shake-trigger:hover .shake-freeze,
  .shake-trigger:hover .shake-hard {
    animation-play-state: running
  }
  
  .shake-hard,
  .shake-hard.shake-constant,
  .shake-hard.shake-freeze,
  .shake-trigger .shake-hard {
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-name: shake-hard;
    animation-timing-function: ease-in-out
  }
  
  .shake-hard {
    cursor: pointer;
    display: inline-block;
    transform-origin: center center
  }
  
  .popup_afterRegistration .column__1-3,
  .popup_afterRegistration .column__1-5,
  .popup_afterRegistration .column__2-3,
  .popup_afterRegistration .column__2-5,
  .popup_afterRegistration .column__3-5,
  .popup_afterRegistration .column__4-5,
  .popup_afterRegistration .column__5-5 {
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle
  }
  
  .postreg__img .postreg__img__items {
    display: flex !important;
    align-items: center;
    justify-content: space-between
  }
  
  .postreg_prizes {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #fda31b
  }
  
  .popup.popup_afterRegistration .popup__section:nth-child(even) {
    background: #001c3c
  }
  
  .popup.popup_afterRegistration .popup__section {
    padding: 5px 60px;
    position: relative
  }
  
  .popup.popup_afterRegistration .column__2-5 {
    width: 39%
  }
  
  .popup.popup_afterRegistration .column__3-5 {
    width: 59%
  }
  
  .popup_afterRegistration .popup__content {
    min-height: 150px;
    background: #003068
  }
  
  .popup_afterRegistration {
    max-width: 920px;
    width: 100%;
    color: #ffff;
    font-size: 18px;
    text-align: center;
    top: .2%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute;
    z-index: 150
  }
  
  .popup_afterRegistration .column__1-3 {
    width: 33%
  }
  
  .popup_afterRegistration .column__2-3 {
    width: 66%
  }
  
  .popup_afterRegistration {
    background-color: #001c3c;
    border-radius: 2px;
    padding-bottom: 1px;
    box-shadow: inset 0 -1px 0 rgba(91, 64, 71, .38), 0 1px 8px rgba(0, 0, 0, .53)
  }
  
  .popup_afterRegistration .popup__button {
    margin-top: -5px
  }
  
  .postreg__img .postreg__img__items .postreg__img__first,
  .postreg__img .postreg__img__items .postreg__img__second {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
  }
  
  .postreg__img .postreg__img__item {
    width: 129px;
    height: 103px
  }
  
  .input-lbl {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 12px;
    left: 14px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    cursor: text;
    text-align: left;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }
  
  .input-lbl.active,
  input:focus + .input-lbl {
    opacity: .6;
    font-size: 10px !important;
    white-space: nowrap;
    top: auto;
    right: auto;
    bottom: 25px;
    left: 15px
  }
  
  .registration__input input.active {
    padding-top: 7px
  }
  
  .form-group {
    position: relative
  }
  
  .profile-details__input input.input__inner[value],
  .profile-details__input input:focus.input__inner {
    padding-top: 23px
  }
  
  input:-webkit-autofill + label,
  input:-webkit-autofill:focus + label,
  input:-webkit-autofill:hover + label {
    color: #000;
    opacity: 1 !important
  }
  
  input:-webkit-autofill,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:hover {
    background: #141320 !important
  }
  
  .popup.popup_afterRegistration table {
    width: 100%;
    margin: 0 auto;
    font-size: 15px
  }
  
  @media screen and (max-width:350px) {
    .popup.popup_afterRegistration table {
      font-size: 13px
    }
  }
  
  .popup.popup_afterRegistration thead tr:first-child td {
    font-size: 13px;
    color: #4f7199;
    background: #003068
  }
  
  .popup.popup_afterRegistration thead tr:first-child td:last-child {
    text-align: right
  }
  
  .popup.popup_afterRegistration td {
    border-right: 1px solid #001c3c;
    padding: 8px 20px
  }
  
  @media only screen and (max-width:767px) {
    .popup.popup_afterRegistration td {
      padding: 5px;
      font-size: 13px
    }
  }
  
  .popup.popup_afterRegistration tbody tr:nth-child(even) {
    background: #05274c
  }
  
  .popup.popup_afterRegistration tbody td:nth-child(2) {
    color: #fda31b
  }
  
  .popup.popup_afterRegistration tbody td:nth-child(4) {
    color: #fdc236;
    text-align: right
  }
  
  .popup.popup_afterRegistration tbody tr:last-child {
    border-bottom: 2px solid #001c3c
  }
  
  .popup.popup_afterRegistration .popup-subtitle {
    color: #554b60;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    width: 100%
  }
  
  .popup.popup_afterRegistration .popup__section p:first-child {
    margin-bottom: 12px;
    color: #4f7199;
    margin-top: 0
  }
  
  .popup__footer {
    position: relative;
    min-height: 64px;
    text-align: center
  }
  
  .popup.popup_afterRegistration .popup__footer {
    background: #272637
  }
  
  .popup.popup_afterRegistration .popup__footer {
    background: linear-gradient(180deg, #0f1e2f 0, #04101d 100%)
  }
  
  .popup .game-container {
    width: 30%;
    display: inline-block;
    background: #08203a;
    border: 1px solid #3f3e55;
    padding: 3px;
    margin-right: 4.1%;
    text-align: center;
    position: relative
  }
  
  .popup .preview__overlay {
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all ease .1s;
    z-index: -1
  }
  
  .popup .preview__action {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
  
  .popup .preview__button {
    font-size: 15px;
    padding: 8px 15px;
    display: inline-block;
    white-space: nowrap;
    font-family: 'Roboto Condensed', sans-serif
  }
  
  .button_color_orange {
    background-color: #ed1d49;
    background-image: linear-gradient(180deg, #ed1d49 0, #ff0036 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 3px 6px #040404;
    background: #2283f6;
  }
  
  .popup .preview__button_demo {
    padding: 6px 9px;
    margin-top: 11px;
    font-family: 'Roboto Condensed', sans-serif
  }
  
  .popup .game-container img {
    width: 100%
  }
  
  .txt-yellow {
    color: #fdc236
  }
  
  .popup.popup_afterRegistration .amount-of-payments {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    position: relative
  }
  
  .popup.popup_afterRegistration h2 {
    font-size: 27px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    color: #4f7199
  }
  
  .popup.popup_afterRegistration .amount-of-payments small {
    color: #4f7199
  }
  
  .popup.popup_afterRegistration .amount-of-payments .amount {
    margin: 0 0 15px;
    font-size: 42px
  }
  
  .popup.popup_afterRegistration .amount-of-payments small:nth-child(4) {
    position: absolute;
    left: 20px;
    text-align: left;
    width: 40%
  }
  
  .popup.popup_afterRegistration .amount-of-payments p:nth-child(5) {
    text-align: right;
    position: relative;
    margin: 0 21px 10px 0;
    font-size: 16px;
    color: #4f7199
  }
  
  .popup.popup_afterRegistration .popup__section:last-child {
    background: 0 0
  }
  
  .popup.popup_afterRegistration .postreg_winner_nick {
    text-align: right;
    padding-right: 1rem;
    transform: translate(-90px, -29px)
  }
  
  .popup.popup_afterRegistration .amount-of-payments small:last-child {
    text-align: right;
    font-size: 12px;
    position: absolute;
    right: 22px;
    margin-top: -40px;
    font-style: italic
  }
  
  @media screen and (max-width:725px) {
    .popup .game-container {
      margin-right: 4%
    }
  }
  
  .popup .game-container:nth-child(4) {
    margin-right: 0
  }
  
  @media screen and (max-width:480px) {
    .popup .game-container:nth-child(4) {
      margin: 5px auto
    }
  }
  
  @media screen and (max-width:480px) {
    .popup .game-container {
      margin: 5px auto;
      width: 284px !important;
      display: block !important
    }
  }
  
  .popup .game-container p {
    margin: 0
  }
  
  .popup .game-container:hover .preview__overlay {
    background-color: rgba(0, 0, 0, .73);
    box-shadow: inset 0 0 2.9px 1.1px rgba(255, 255, 255, .28), inset 0 1px 0 rgba(255, 255, 255, .08), 0 2px 1px rgba(13, 25, 39, .37);
    opacity: 1;
    z-index: 1;
    height: 161px
  }
  
  @media only screen and (max-width:1000px) {
    .popup .game-container:hover .preview__overlay {
      height: 70%
    }
  }
  
  @media only screen and (max-width:880px) {
    .popup .game-container:hover .preview__overlay {
      height: 68%
    }
  }
  
  @media only screen and (max-width:767px) {
    .popup .game-container:hover .preview__overlay {
      height: 66%
    }
  }
  
  @media only screen and (max-width:740px) {
    .popup .game-container:hover .preview__overlay {
      height: 64%
    }
  }
  
  @media only screen and (max-width:660px) {
    .popup .game-container:hover .preview__overlay {
      height: 62%
    }
  }
  
  @media only screen and (max-width:610px) {
    .popup .game-container:hover .preview__overlay {
      height: 60%
    }
  }
  
  @media only screen and (max-width:570px) {
    .popup .game-container:hover .preview__overlay {
      height: 58%
    }
  }
  
  @media only screen and (max-width:520px) {
    .popup .game-container:hover .preview__overlay {
      height: 56%
    }
  }
  
  @media only screen and (max-width:480px) {
    .popup .game-container:hover .preview__overlay {
      height: 191px
    }
  }
  
  #exchange .vip__input .input__inner {
    width: 100%;
    max-width: 265px;
    height: 57px;
    font-size: 18px
  }
  
  #exchange .vip__input {
    position: relative
  }
  
  #exchange .vip__input label {
    color: #fff;
    position: absolute;
    bottom: -25px;
    right: 36%
  }
  
  #exchange .vip__button {
    position: relative;
    width: 100%;
    max-width: 270px;
    font-size: 20px;
    margin-top: -60px
  }
  
  .exchange_token_title {
    display: flex;
    justify-content: space-evenly;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 40px
  }
  
  #exchange .vip__action {
    padding-top: 30px
  }
  
  #exchange .vip__title {
    font-size: 20px;
    color: gold
  }
  
  #exchange {
    font-family: Roboto Condensed
  }
  
  #exchange .vip__header {
    font-size: 24px;
    color: #fff;
    padding: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto Condensed
  }
  
  .exchange_footer {
    padding: 0 0 80px 0
  }
  
  #exchange .vip__action {
    padding-bottom: 75px
  }
  
  .modal.popup__demo_game {
    display: none
  }
  
  .modal.popup__demo_game .popup__close {
    background: 0 0;
    border: none;
    box-shadow: none
  }
  
  .modal.popup__demo_game .popup__close .icon_cross-bold,
  .modal.popup__demo_game .popup__close .icon_cross-bold_grey {
    color: #fff
  }
  
  .modal.popup__demo_game.modal__user__not_authorization .popup__content {
    padding: 0 32px;
    margin: 0 0 20px 0;
    text-align: center;
    color: #fff
  }
  
  .modal__user__not_authorization {
    background: linear-gradient(180deg, #003a79 0, #001429 100%);
    border-radius: 1px
  }
  
  .modal__user__not_authorization .popup__footer {
    background: 0 0;
    display: block
  }
  
  .modal__user__not_authorization .popup__footer:before {
    display: none
  }
  
  .modal__user__not_authorization .popup__title {
    padding: 37px 40px 7px
  }
  
  .modal__user__not_authorization .popup__title em {
    color: #fff000
  }
  
  em {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #fda31b;
    text-transform: initial
  }
  
  .modal__user__not_authorization .popup__footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center
  }
  
  .modal__user__not_authorization .popup__footer button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 5px 0
  }
  
  .modal__user__not_authorization .popup__footer button.button_link {
    color: #01b4ff;
    background: 0 0;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .18);
    box-shadow: none
  }
  
  .mailing_popup {
    display: none
  }
  
  #mc_embed_signup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #222131
  }
  
  #mc_embed_signup form {
    width: 100%
  }
  
  #mc_embed_signup h2 {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    font-size: 19px;
    padding: 24px 32px 21px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #3f3d60
  }
  
  #mc_embed_signup .add-info {
    font-size: 16px;
    text-align: center;
    color: #a2bedc;
    font-weight: 400;
    padding: 15px 32px 0
  }
  
  #mc_embed_signup .indicates-required {
    font-size: 12px;
    color: #fff;
    margin: 0 0 10px;
    font-style: italic;
    text-align: left;
    display: none
  }
  
  #mc_embed_signup .asterisk {
    color: #e20613;
    font-size: 14px
  }
  
  #mc_embed_signup .mc-field-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    color: #fff;
    padding: 24px 32px 10px
  }
  
  #mc_embed_signup .mc-field-group label {
    margin: 0 0 7px;
    text-transform: uppercase
  }
  
  #mc_embed_signup input {
    background-color: #15151f;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .3), 0 1px 0 #2b2a40;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .3), 0 1px 0 #2b2a40;
    border: none;
    color: #a5a3bd;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 15px;
    width: 100%;
    text-transform: none;
    height: 49px;
    padding: 0 15px
  }
  
  #mc_embed_signup .button {
    background-color: #f24600;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e69800), to(#cc002b));
    background-image: -webkit-linear-gradient(top, #e69800, #cc002b);
    background-image: -o-linear-gradient(top, #e69800, #cc002b);
    background-image: linear-gradient(180deg, #e69800, #cc002b);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    max-width: 160px;
    text-align: center;
    margin: 0;
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px
  }
  
  #mc_embed_signup .clear {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 32px 40px;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center
  }
  
  #mce-error-response {
    color: #e20613
  }
  
  #mce-responses {
    padding: 0 !important
  }
  
  #mce-success-response {
    color: #00ff76
  }
  
  .thnx-popup {
    display: none
  }
  
  .thnx-popup .popup__title {
    text-align: center;
    font-size: 19px;
    padding: 24px 32px 21px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #3f3d60
  }
  
  .thnx-popup .popup__content {
    font-size: 16px;
    text-align: left;
    color: #a2bedc;
    font-weight: 400;
    padding: 25px 32px
  }
  
  .thnx-popup .popup__content span {
    font-size: 14px;
    display: block;
    margin: 15px 0 0
  }
  
  #withdraw-tab .pay-tooltip__input .pay-tooltip__number_inner-noprefix {
    margin-left: 14px
  }
  
  #withdraw-tab .card_rub--form .input__inner {
    width: 200px;
    max-width: 100%
  }
  
  .card_rub--form .pay-tooltip__number .pay-tooltip__input input:first-child {
    display: none
  }
  
  .popup_tabs {
    z-index: 997
  }
  
  .pay-tooltip__input {
    position: relative
  }
  
  .tooltip__hint {
    position: absolute;
    background: #fff;
    z-index: 9;
    padding: 10px;
    font-size: 12px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .3);
    left: 10px;
    top: 100%;
    margin-top: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease
  }
  
  .pay-tooltip__button {
    margin-left: 10px
  }
  
  .pay-tooltip__input:hover .tooltip__hint {
    opacity: 1;
    visibility: visible;
    margin-top: 7px
  }
  
  .tooltip__hint .arrow::before {
    bottom: 100%;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #fff !important;
    bottom: 0
  }
  
  .tooltip__hint .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
    bottom: 100%;
    background: 0 0
  }
  
  .tooltip__hint .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
  }
  
  @media only screen and (max-width:440px) {
  
    .pay-tooltip__caption,
    .pay-tooltip__input {
      display: block;
      margin: 0 0 3px
    }
  
    #withdraw-tab .pay-tooltip__input .input__inner,
    #withdraw-tab .pay-tooltip__input .pay-tooltip__number_inner-noprefix {
      margin-left: 0
    }
  }
  
  .notify-popup {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: #fff;
    background: #121c35;
    padding: inherit;
    max-width: 450px;
    z-index: 900;
    box-shadow: 0 0 10px 5px #0006;
    border-radius: 3px;
    border: 1px solid #ffffff3b;
    text-align: center;
    padding-bottom: 10px
  }
  
  .notify-popup.hidden {
    display: none
  }
  
  .notify-popup__title {
    text-shadow: 0 2px 0 rgba(4, 4, 4, .19);
    font-size: 18px;
    line-height: 8px;
    font-weight: 700;
    text-transform: uppercase;
    color: gold;
    margin-top: 20px;
    padding: 5px 0
  }
  
  .notify-popup-timer__desc {
    color: gold
  }
  
  #popup-antiblock .timer__cell-value {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-right: 5px;
    text-shadow: 0 2px 2px #0000003d;
    margin-right: -18px;
    margin-top: -6px
  }
  
  #popup-antiblock .timer__cell-value + .timer__cell {
    color: #d3d3d3
  }
  
  #popup-antiblock .innerbox {
    background: #1b284c;
    padding: 1px 20px 0 20px
  }
  
  #popup-antiblock .notify-popup__desc {
    margin-bottom: 0
  }
  
  #popup-antiblock .notify-popup-timer__desc {
    margin-top: 40px;
    font-size: 14px;
    margin-bottom: 8px
  }
  
  #popup-antiblock .coutdown {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 250px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center
  }
  
  #popup-antiblock .timer__cell-days,
  #popup-antiblock .timer__cell_empty {
    display: none
  }
  
  .notify-popup .button {
    margin: 0 auto;
    display: block;
    text-decoration: none;
    max-width: 280px;
    position: relative;
    bottom: -20px
  }
  
  .notify-popup .tab__close.js-close-popup {
    right: auto;
    top: 5px;
    width: 10px;
    height: 10px;
    left: 10px
  }
  
  .notify-popup .tab__close.js-close-popup svg {
    width: 15px;
    height: 15px
  }
  
  .tvbet_info {
    display: block;
    text-align: justify
  }
  
  .tvbet_info h1 {
    margin-bottom: 35px !important
  }
  
  @media screen and (max-width:768px) {
    .notify-popup__title {
      text-shadow: 0 2px 0 rgba(4, 4, 4, .19);
      font-size: 14px;
      line-height: 20px;
      padding: 0;
      margin: 10px 0
    }
  
    .notify-popup {
      position: fixed;
      right: 0;
      left: 0
    }
  
    .notify-popup__title {
      font-size: 13px
    }
  
    #popup-antiblock .innerbox {
      padding: 1px 10px 0 10px
    }
  
    .notify-popup .button {
      font-size: 14px;
      height: 32px;
      line-height: 10px;
      max-width: 220px
    }
  
    #popup-antiblock .notify-popup-timer__desc {
      margin-top: 28px
    }
  
    #popup-antiblock .timer__cell-value {
      font-size: 20px
    }
  
    .notify-popup .tab__close.js-close-popup {
      top: 10px !important;
      left: 12px !important
    }
  
    .notify-popup .button {
      bottom: -12px
    }
  
    .notify-popup__desc {
      font-size: 14px;
      margin-top: 5px
    }
  
    #popup-antiblock .coutdown {
      max-width: 170px;
      font-size: 13px
    }
  
    .tvbet_info img {
      display: block;
      float: none !important;
      margin: 10px auto 0 auto !important
    }
  }
  
  .toggler[data-target] {
    cursor: pointer
  }
  
  .toggler[data-target] + .toggle-data {
    display: none
  }
  
  .antiblock_browser {
    text-align: center;
    padding: 10px 20px 30px 20px;
    background: #09213e
  }
  
  .rules .antiblock_browser .antiblock_browser-title {
    color: gold;
    margin-bottom: 20px;
    font-size: 22px
  }
  
  .antiblock_instructions-item .toggler {
    display: inline-block;
    border-bottom: 1px dotted;
    margin-bottom: 10px
  }
  
  .antiblock_instructions-item .toggler:hover {
    color: gold
  }
  
  .antiblock_install {
    position: relative;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 35px
  }
  
  .antiblock_install img {
    width: 100%
  }
  
  .antiblock_instructions img {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 15px
  }
  
  .antiblock_install .button {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 260px
  }
  
  .antiblock_browser-items {
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    justify-content: space-between
  }
  
  .antiblock-video {
    display: block;
    margin: 0 auto;
    max-width: 920px
  }
  
  @media screen and (max-width:768px) {
    .antiblock_browser-item {
      width: 50%;
      margin-bottom: 15px
    }
  
    .antiblock_browser-items {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap
    }
  
    .antiblock_instructions-item .toggler {
      border-bottom: none;
      text-decoration: underline
    }
  
    .antiblock-video {
      height: 200px !important
    }
  
    .antiblock_install {
      padding-bottom: 55px
    }
  
    .antiblock_instructions img {
      width: 100%
    }
  }
  
  .antiblock_browser-item .browser-icon {
    width: 64px;
    height: 64px;
    background-size: 100%;
    margin: 20px auto
  }
  
  .antiblock_browser-item.chrome .browser-icon {
    background-image: url(../img/browser/chrome.png)
  }
  
  .antiblock_browser-item.firefox .browser-icon {
    background-image: url(../img/browser/firefox.png)
  }
  
  .antiblock_browser-item.opera .browser-icon {
    background-image: url(../img/browser/opera.png)
  }
  
  .antiblock_browser-item.yandex .browser-icon {
    background-image: url(../img/browser/yandex.png)
  }
  
  .antiblock_browser-item.ios .browser-icon {
    background-image: url(../img/browser/ios.png)
  }
  
  .antiblock_browser-item.android .browser-icon {
    background-image: url(../img/browser/android.png)
  }
  
  .antiblock_instructions .toggle-data {
    padding-bottom: 12px
  }
  
  .rules.page_content .antiblock_instructions .antiblock_instructions-item .step {
    color: gold;
    font-size: 22px
  }
  
  .rules.page_content .antiblock_instructions .antiblock_instructions-item .step + p {
    margin-bottom: 30px
  }
  
  .page_antiblock.rules.page_content h2 {
    margin: 38px 0 26px
  }
  
  .antiblock_bonus-title h3 {
    font-size: 22px !important
  }
  
  .antiblock_bonus-title {
    padding-bottom: 10px
  }
  
  .warning-page {
    height: 100vh;
    min-height: 100%;
    background: #080705 url(../img/404.jpg?v=2) no-repeat 50% 50%;
    position: relative;
    overflow: hidden
  }
  
  .warning-page__center {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 100px;
    text-align: center
  }
  
  .warning-page__subtitle {
    margin: 0;
    padding: 0;
    font-size: 44px;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .9);
    font-weight: 700
  }
  
  .warning-page__description {
    text-transform: uppercase;
    text-decoration: none;
    color: #a9c3fc;
    background: linear-gradient(180deg, #d4ddff 0, #dfedff 50%, #d6ebff 51%, #80b9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 0 transparent !important;
    font-size: 14px;
    font-weight: 700;
    max-width: 90%;
    margin: 5px auto 20px
  }
  
  .warning-page__link {
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #9496d4;
    box-shadow: 0 0 5px #9496d4;
    font-size: 18px;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    font-weight: 600;
    text-decoration: none !important;
    min-width: 200px;
    padding: 12px 55px;
    white-space: nowrap;
    background: #fff;
    color: #000
  }
  
  .warning-page__link:hover {
    color: #000
  }
  
  .warning-wrapper {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
  }
  
  .popup_emailVerification,
  .popup_phoneVerification {
    z-index: 1000
  }
  
  .slider_hero .item {
    position: relative
  }
  
  .slider_hero .item .image {
    width: 100%;
    height: 287px
  }
  
  .slider_hero .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    visibility: visible;
    width: 100%;
    height: 100%;
    text-align: center;
    background: 0 0;
    z-index: 1
  }
  
  .slider_hero .item .image .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
  }
  
  .slider_hero .item .overlay .banner_content {
    left: 0;
    display: flex;
    flex-direction: column;
    /*overflow:hidden;*/
    width: 505px;
    height: 248px;
    padding: 20px 47px 12px 12px;
    background: url(/engine/templates/default/images/banners/overlay_bg.svg) no-repeat;
    background-size: contain;
    opacity: 1
  }
  
  .slider_hero .item .overlay .banner_content .text {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    color: #fefefe
  }
  
  .slider_hero .item .overlay .banner_content .button_container {
    margin: 10px 0 0
  }
  
  .slider_hero .item .overlay .banner_content .button_container {
    margin: 10px 0 0
  }
  
  .slider_hero .item .overlay .banner_content .text p {
    margin: 0 0 2px
  }
  
  .slider_hero .slick-dots {
    bottom: 7px;
    left: 50%;
    display: inline-block;
    width: 20%;
    padding: 8px 10px 7px 10px;
    line-height: 0;
    background: #001c3c;
    border-radius: 30px 30px 0 0;
    transform: translate(-50%);
    z-index: 100
  }
  
  .slider_hero .slick-dots li,
  .slider_hero .slick-dots li button {
    width: 15px;
    height: 15px;
    margin: 0 6px
  }
  
  .slider_hero .slick-dots li,
  .slider_hero .slick-dots li button {
    width: 15px;
    height: 15px;
    margin: 0 6px
  }
  
  .slider_hero .slick-dots li button:before {
    content: "";
    width: 15px;
    height: 15px;
    background: linear-gradient(180deg, #0f1e2f 0, #04101d 100%);
    border: 1px solid #003068;
    border-radius: 50%;
    opacity: 1
  }
  
  @media only screen and (max-width:999px) {
    .slider_hero .item .overlay {
      background: linear-gradient(180deg, rgba(0, 28, 60, .5) 0, #001c3c 100%)
    }
  }
  
  @media only screen and (max-width:999px) {
    .slider_hero .item .overlay .banner_content {
      width: 100%;
      height: 100%;
      padding: 20px 0 46px;
      background: 0 0
    }
  }
  
  @media only screen and (max-width:767px) {
    .slider_hero .item .overlay .banner_content {
      padding: 20px 0
    }
  }
  
  @media screen and (max-width:768px) {
    .desktop_only {
      display: none
    }
  }
  
  .mobile_only {
    display: none
  }
  
  @media screen and (max-width:767px) {
    .mobile_only {
      display: block
    }
  }
  
  @media screen and (min-width:767px) {
    .main-nav__subnav.subnav {
      display: none
    }
  
    .main-nav__link.play-machines:hover + .main-nav__subnav.subnav {
      display: block
    }
  }
  
  .slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
  }
  
  .slick-list,
  .slick-slider {
    position: relative;
    display: block
  }
  
  .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
  }
  
  .slick-list:focus {
    outline: 0
  }
  
  .slick-list.dragging {
    cursor: pointer
  }
  
  .slick-slider .slick-list,
  .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
  }
  
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
  }
  
  .slick-track:after,
  .slick-track:before {
    content: "";
    display: table
  }
  
  .slick-track:after {
    clear: both
  }
  
  .slick-loading .slick-track {
    visibility: hidden
  }
  
  .slick-slide {
    float: left;
    min-height: 1px;
    display: none
  }
  
  [dir=rtl] .slick-slide {
    float: right
  }
  
  .slick-slide img {
    display: block
  }
  
  .slick-slide.slick-loading img {
    display: none
  }
  
  .slick-slide.dragging img {
    pointer-events: none
  }
  
  .slick-initialized .slick-slide {
    display: block
  }
  
  .slick-loading .slick-slide {
    visibility: hidden
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
  }
  
  .slick-arrow.slick-hidden {
    display: none
  }
  
  .slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) 50% no-repeat
  }
  
  .slick-next,
  .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
  }
  
  .slick-next,
  .slick-next:focus,
  .slick-next:hover,
  .slick-prev,
  .slick-prev:focus,
  .slick-prev:hover {
    background: 0 0;
    color: transparent;
    outline: 0
  }
  
  .slick-next:focus:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-prev:hover:before {
    opacity: 1
  }
  
  .slick-next.slick-disabled:before,
  .slick-prev.slick-disabled:before {
    opacity: .25
  }
  
  .slick-next:before,
  .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  
  .slick-prev {
    left: -25px
  }
  
  [dir=rtl] .slick-prev {
    left: auto;
    right: -25px
  }
  
  .slick-prev:before {
    content: "←"
  }
  
  [dir=rtl] .slick-prev:before {
    content: "→"
  }
  
  .slick-next {
    right: -25px
  }
  
  [dir=rtl] .slick-next {
    left: -25px;
    right: auto
  }
  
  .slick-next:before {
    content: "→"
  }
  
  [dir=rtl] .slick-next:before {
    content: "←"
  }
  
  .slick-dotted.slick-slider {
    margin-bottom: 30px
  }
  
  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
  }
  
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
  }
  
  .slick-dots li,
  .slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
  }
  
  .slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
  }
  
  .slick-dots li button:focus,
  .slick-dots li button:hover {
    outline: 0
  }
  
  .slick-dots li button:focus:before,
  .slick-dots li button:hover:before {
    opacity: 1
  }
  
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  
  .slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
  }
  
  .ps-container {
    overflow: hidden !important;
    -ms-overflow-style: none
  }
  
  @supports (-ms-overflow-style:none) {
    .ps-container {
      overflow: auto !important
    }
  }
  
  @media (-ms-high-contrast:none),
  screen and (-ms-high-contrast:active) {
    .ps-container {
      overflow: auto !important
    }
  }
  
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
  }
  
  .ps-container.ps-in-scrolling {
    pointer-events: none
  }
  
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
  }
  
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999
  }
  
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
  }
  
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999
  }
  
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
  }
  
  .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
  }
  
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    width: 8px
  }
  
  .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color .2s linear;
    right: 0;
    width: 8px
  }
  
  .ps-container:hover.ps-in-scrolling {
    pointer-events: none
  }
  
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
  }
  
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999
  }
  
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
  }
  
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999
  }
  
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: .6
  }
  
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
  }
  
  .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999
  }
  
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
  }
  
  .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999
  }
  
  .main-nav-subnav__overflow .main-nav__subnav.subnav .subnav__link img {
    width: 60px;
    margin-top: -5px;
    fonnt-size: 16px;
    margin-right: 10px
  }
  
  .main-nav-subnav__overflow .main-nav__subnav.subnav .subnav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
  }
  
  @media screen and (min-width:767px) {
    .mob-play-machines {
      display: none
    }
  }
  
  .main-nav-subnav__overflow:not(.active-subnav) {
    width: 100%
  }
  
  .main-nav-subnav__overflow {
    overflow-y: hidden
  }
  
  .main-nav-subnav__overflow .main-nav__subnav.subnav {
    opacity: 0;
    visibility: hidden;
    transition: .4s
  }
  
  .main-nav-subnav__overflow.active-subnav .main-nav__subnav.subnav {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    position: static
  }
  
  .main-nav__subnav.subnav {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    transition: .4s;
    background-color: #021c3b
  }
  
  .main-nav__subnav.subnav .subnav__item {
    width: auto !important;
    margin-left: 15px;
    padding: 10px;
    border-radius: 5px;
    background: #1f467b;
    margin-top: 15px
  }
  
  .main-nav__subnav.subnav .subnav__item a {
    text-decoration: none
  }
  
  .play-machines span {
    cursor: pointer
  }
  
  .active-hero-wrap {
    min-height: 670px
  }
  
  .subnav {
    height: auto;
    padding-bottom: 15px
  }
  
  .hero__wrap {
    height: auto !important;
    transition: .4s
  }
  
  @media screen and (max-width:766px) {
    .main-nav.ps-container.ps-theme-hidden {
      margin-bottom: 0
    }
  
    .pc-play-machines {
      display: none
    }
  
    .main-nav__subnav.subnav {
      padding-bottom: 20px
    }
  
    .main-nav__item.main-nav__item_subnav.play-machines.mob-play-machines {
      height: 40px;
      background: #0a3a77;
      background-image: url(/engine/templates/default/img/mainnav-bg.jpg);
      background-position: center center;
      margin-top: 10px;
      width: calc(100vw - 10px)
    }
  
    .main-nav__item.main-nav__item_subnav.play-machines.mob-play-machines span {
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center
    }
  
    .main-nav-subnav__overflow {
      height: 0;
      transition: .4s
    }
  
    .main-nav-subnav__overflow.active-subnav {
      height: auto
    }
  
    .hero__nav {
      position: static
    }
  
    .main-nav__subnav.subnav .subnav__item {
      box-sizing: border-box;
      width: 48% !important
    }
  
    .main-nav__subnav.subnav .subnav__item {
      padding: 5px 0;
      margin-left: 0
    }
  
    .main-nav-subnav__overflow .main-nav__subnav.subnav {
      justify-content: space-between
    }
  
    .main-nav-subnav__overflow .main-nav__subnav.subnav .subnav__link {
      padding-left: 10px;
      padding-right: 0;
      justify-content: flex-start
    }
  
    .main-nav__item .main-nav__link,
    .main-nav__item:first-child .main-nav__link {
      padding: 11px 6px
    }
  
    .hero__wrap .hero__nav ul.main-nav.ps-container.ps-theme-hidden {
      justify-content: space-around
    }
  
    .main-nav-subnav__overflow .main-nav__subnav.subnav .subnav__link img {
      margin-right: 6px;
      width: 55px
    }
  
    .subnav__link {
      font-size: 12px !important
    }
  }
  
  @media screen and (min-width:767px) {
    .main-nav__subnav.subnav .subnav__item {
      height: 35px;
      padding: 8px 10px
    }
  
    .main-nav-subnav__overflow .main-nav__subnav.subnav {
      height: 0
    }
  
    .main-nav-subnav__overflow {
      /** ширина игрового меню */
      /*height: 260px*/
    }
  
    .main-nav-subnav__overflow.active-subnav .main-nav__subnav.subnav {
      /** ширина подложки игрового меню */
      height: 100%;
    }
  }
  
  @media screen and (max-width:1439px) and (min-width:1000px) {
    .main-nav-subnav__overflow {
      height: 100%
    }
  
    .active-hero-wrap {
      /*min-height: 514px*/
    }
  }
  
  @media screen and (max-width:999px) and (min-width:881px) {
    .main-nav-subnav__overflow {
      height: 100%
    }
  
    .active-hero-wrap {
      /*min-height: 428px*/
    }
  }
  
  @media screen and (max-width:880px) and (min-width:767px) {
    .main-nav-subnav__overflow {
      height: 100%
    }
  
    .active-hero-wrap {
      /*min-height: 480px*/
    }
  }
  
  a {
    text-decoration: none !important
  }
  
  @media only screen and (min-width:1440px) {
    .slider_hero .slick-dots {
      right: 22px
    }
  }
  
  @media only screen and (min-width:1240px) and (max-width:1439px) {
    .slider_hero .slick-dots {
      right: 45px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:999px) {
    .slider_hero .slick-dots {
      right: 82px;
      bottom: 11px
    }
  }
  
  @media only screen and (max-width:767px) {
    .slider_hero .slick-dots {
      top: 17px;
      right: 17px;
      bottom: auto;
      display: none
    }
  }
  
  #mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%;
    margin: auto
  }
  
  #mc_embed_signup h2 {
    font-weight: 700;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em
  }
  
  #mc_embed_signup input {
    border: 1px solid #999;
    -webkit-appearance: none
  }
  
  #mc_embed_signup input[type=checkbox] {
    -webkit-appearance: checkbox
  }
  
  #mc_embed_signup input[type=radio] {
    -webkit-appearance: radio
  }
  
  #mc_embed_signup input:focus {
    border-color: #333
  }
  
  #mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    background-image: none
  }
  
  #mc_embed_signup .button:hover {
    background-color: #777
  }
  
  #mc_embed_signup .small-meta {
    font-size: 11px
  }
  
  #mc_embed_signup .nowrap {
    white-space: nowrap
  }
  
  #mc_embed_signup .clear {
    clear: none;
    display: inline;
    visibility: visible
  }
  
  #mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 700
  }
  
  #mc_embed_signup input.email {
    display: block;
    padding: 8px 0;
    margin: 0 4% 10px 0;
    text-indent: 5px;
    width: 58%;
    min-width: 130px
  }
  
  #mc_embed_signup input.button {
    display: block;
    width: 35%;
    margin: 0 0 10px;
    min-width: 90px
  }
  
  #mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0 .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both
  }
  
  #mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: 700;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%
  }
  
  #mc_embed_signup #mce-error-response {
    display: none
  }
  
  #mc_embed_signup #mce-success-response {
    color: #529214;
    display: none
  }
  
  #mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .panel__info {
    width: calc(100% - 619px) !important;
  }
  
  .panel__prize {
    width: 295px;
  }
  
  .slider__title {
    color: #fff;
  }
  
  .vipclub__header {
    margin-top: 125px;
    height: auto;
  }
  
  .vipclub__title {
    padding: 0;
  }
  
  .vipclub__note {
    padding: 35px 135px 10px;
  }
  
  .vipclub__header,
  .vipclub__content {
    background: #222131;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  
  .vipclub__content:before {
    display: none;
    background-color: #eee;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  @media screen and (max-width: 1440px) {
  
    .panel__info {
      width: calc(100% - 367px) !important;
    }
  
  
  
  
  
  
  
  
  
  }
  
  
  
  @media screen and (max-width: 1280px) {
  
    .panel__info {
      width: calc(100% - 348px) !important;
    }
  
    .panel__prize {
      width: 245px;
      padding: 20px 5px;
    }
  
    .panel__slider-inner {
      width: 100% !important;
    }
  
    .panel__slider-inner .slider__item {
      padding: 0 10px;
    }
  
    .panel__slider .slick-track {
      width: 100% !important;
    }
  
    .panel__slider .slick-track .slider__item.slick-slide {
      width: 100px !important;
    }
  
  
  
  }
  
  
  @media screen and (max-width: 991px) {
  
    .panel__icon-cell {
      width: 33.33%;
      float: left;
    }
  
    .panel__info {
      width: calc(100% - 245px) !important;
    }
  
  
  
  
  
  
  
  
  
  
  
  }
  
  
  @media screen and (max-width: 768px) {
  
    .panel__info,
    .panel__prize {
      width: 100% !important;
    }
  
    .panel__icons {
      max-width: 200px;
      margin: 13px auto 0;
    }
  
    .panel__prize {
      height: 245px;
    }
  
    .panel__icon {
      padding: 11px 0 0;
    }
  
    .panel__status_future {
      background-color: transparent;
      background: transparent;
    }
  
    .panel__slider {
      margin-top: 68px;
      height: auto;
      padding-bottom: 15px;
    }
  
    .panel__slider .slick-track .slider__item.slick-slide {
      width: 33.33% !important;
    }
  
    .panel__slider .slick-track .slider__item.slick-slide:nth-child(4),
    .panel__slider .slick-track .slider__item.slick-slide:nth-child(5),
    .panel__slider .slick-track .slider__item.slick-slide:nth-child(6),
    .panel__slider .slick-track .slider__item.slick-slide:nth-child(7),
    .panel__slider .slick-track .slider__item.slick-slide:nth-child(8),
    .panel__slider .slick-track .slider__item.slick-slide:nth-child(9),
    .panel__slider .slick-track .slider__item.slick-slide:nth-child(10) {
      display: none;
    }
  
    .pay-tooltip__button {
      margin-left: 0;
    }
  
    .popup_changePassword {
      width: calc(100% - 30px);
    }
  
    .tab__content .active .levels-table__info,
    .levels-table__info.active {
      display: none !important;
    }
  
    .popup_tabs .tab__content {
      min-height: 85px;
    }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  }
  
  
  
  
  img {
    width: 100%;
    max-width: 330px;
  }
  
  body {
    background: #212428;
    padding: 0 15px;
  }
  
  h1 {
    margin: 20px 0 0;
  }
  
  #logo {
    text-align: center;
    margin: 30px 0;
  }
  
  .header-title {
    height: auto;
  }
  
  .modal {
    background: #2e3641;
    margin: 30px auto 0;
    position: static;
    transform: none;
  }
  
  .modal__header {
    box-shadow: none;
  }
  
  .modal__content {
    background: inherit;
  }
  
  .modal__footer {
    box-shadow: none;
    background: inherit;
    text-align: center;
  }
  
  .modal__button {
    position: static;
    transform: none;
    margin: 0 auto;
  }
  
  .input {
    display: block;
    margin-bottom: 20px
  }
  
  .demo-block {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: rgba(32, 45, 57, 1);
    color: #93acd3;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
  }
  
  .demo-block.active {
    bottom: inherit;
    top: 100%;
  }
  
  .demo-block .demo-block__btns {
    display: flex;
  }
  
  .demo-block .demo-block__btn {
    background-color: #14ab15;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
  }
  
  .demo-block .demo-block__btn:first-child {
    margin-left: auto;
    margin-right: 15px;
  }
  
  .demo-block__arrow {
    cursor: pointer;
    position: absolute;
    background-color: rgba(32, 45, 57, 1);
    bottom: 100%;
    right: 65px;
    height: 30px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  
  .demo-block__arrow svg {
    fill: #fafafa;
    width: 20px;
    margin-top: 5px;
    transition: .3s;
  }
  
  .demo-block.active .demo-block__arrow svg {
    transform: rotateX(180deg)
  }
  
  .modal__input-inner.input__inner {
    width: 100%;
  }
  
  .modal__input {
    margin-left: 0;
  }
  
  .modal__input-inner.input__inner {
    margin: 10px auto 0;
  }
  
  .modal__label {
    text-transform: capitalize;
  }
  
  .modal__caption {
    position: static;
    margin: 20px;
    text-align: center;
    color: #fff;
  }
  
  @media screen and (max-width: 1240px) {
    .demo-block {
      flex-direction: column;
      text-align: center;
    }
  
    .demo-block .demo-block__btns {
      margin-top: 15px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .demo-block {
      padding: 10px;
      font-size: 12px;
    }
  }
  
  .popup__close {
    position: relative;
    float: right;
  }
  
  input[type="submit"] {
    background: linear-gradient(90deg, rgba(34, 131, 246, 1) 20%, rgba(253, 45, 94, 1) 100%);
    color: #fff;
    padding: 15px 0;
    z-index: 9;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
  }
  
  input[type="submit"]:hover {
    background: linear-gradient(90deg, rgba(34, 131, 246, 1) 20%, rgba(253, 45, 94, 1) 100%);
    box-shadow: 0 0 20px #000;
  }