@charset "UTF-8";
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 */
:root {
  --tableTop: 330px;
  --footerHeight: 155px
; }
:root.dark {
  --body-bg: #202028;
  --default-color: #ffffff;
  --frame-bg: #292931;
  --footer-bg: #292931;
  --menu-bg: #18181C;
  --menu-color: #A09B9B;
  --menu-border: #292931;
  --user-menu-color: #fff;
  --input-bg: #202028;
  --input-color: #A09B9B;
  --input-border: #615D5C;
  --select-color: #fff;
  --logo-color: #fff;
  --logo-color2: #FFE81C;
  --payment-color: #fff;
  --week-gain-bg: #18181C;
  --table-border: #202028;
  --scrollbar-track-bg: #292931;
  --scrollbar-thumb-bg: #615D5C; }
:root.light {
  --body-bg: #F6F6F4;
  --footer-bg: #fffae0;
  --default-color: #202028;
  --frame-bg: #FFFAE0;
  --menu-bg: #ffffff;
  --menu-color: #5C5378;
  --menu-border: #FFFAE0;
  --user-menu-color: #000;
  --input-bg: #fff;
  --input-color: #292931;
  --input-border: #F6F6F4;
  --select-color: #292931;
  --logo-color: #FFE81C;
  --logo-color2: #292931;
  --payment-color: #202028;
  --week-gain-bg: #FFFAE0;
  --table-border:rgba(97,93,92, 0.2);
  --scrollbar-track-bg: #F6F6F4;
  --scrollbar-thumb-bg: #FFE81C; }
.c-achive__img {
  display: block; }
.c-fee {
  font-weight: 700;
  font-size: 14px;
  color: #FFD600; }
.c-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 700;
  font-size: 14px; }
.c-game__img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    background-color: #000;
    border-radius: 4px; }
.light .c-game__img-wrap {
      background-color: #fff; }
.c-game__img {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 4px; }
.c-game__name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
.c-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
.c-player__ava-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    background-color: #000;
    border-radius: 50%; }
.c-player__ava-wrap:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 8px;
      height: 8px;
      border-radius: inherit; }
.c-player__ava {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: inherit; }
.light .c-player__ava {
      background-color: #fff; }
.c-player__name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px; }
.c-player--status-warning .c-player__ava-wrap:after {
    background-color: #FFD600; }
.c-player--status-error .c-player__ava-wrap:after {
    background-color: #EF4F40; }
.c-player--status-success .c-player__ava-wrap:after {
    background-color: #43BC9B; }
.c-sr {
  font-size: 12px; }
.lang-menu {
  position: relative; }
.lang-menu__list {
    margin: 0;
    padding: 0;
    list-style: none; }
.lang-menu__item {
    position: relative;
    cursor: pointer; }
.lang-menu__item:hover .lang-menu__link,
    .lang-menu__item:hover .lang-menu__current, .lang-menu__item[aria-expanded='true'] .lang-menu__link,
    .lang-menu__item[aria-expanded='true'] .lang-menu__current {
      color: #FFD600; }
.lang-menu__link, .lang-menu__current {
    display: block;
    font-weight: 700;
    color: var(--menu-color);
    white-space: nowrap;
    text-decoration: none;
    outline: none;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.lang-menu__link:hover, .lang-menu__link:focus, .lang-menu__current:hover, .lang-menu__current:focus {
      text-decoration: none; }
.lang-menu__icon-arrow {
    display: none; }
.off-canvas--open .lang-menu__icon-arrow {
      display: inline-block;
      width: 8px;
      height: auto;
      margin-left: 11px;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      fill: none; }
[aria-expanded='true'] .lang-menu__icon-arrow {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
.off-canvas--open .lang-menu__current:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    width: 6px;
    height: 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
[aria-expanded='true'] .lang-menu__current:after {
    -webkit-transform: translateY(2px) rotate(135deg);
            transform: translateY(2px) rotate(135deg); }
.lang-menu__icon {
    display: inline-block;
    vertical-align: middle;
    fill: none; }
.lang-menu__name {
    display: inline-block;
    vertical-align: middle; }
.lang-menu--aside {
    padding: 30px 30px 18px; }
.off-canvas--open .lang-menu--aside .lang-menu__item {
      text-align: left; }
.lang-menu--aside .lang-menu__icon {
      margin-right: 13px; }
.off-canvas--open .lang-menu--aside .lang-menu__icon {
        margin-right: 13px; }
.lang-menu--aside .lang-menu__name {
      -webkit-transition: visibility 0.3s, opacity 0.3s;
      transition: visibility 0.3s, opacity 0.3s; }
.off-canvas--open .lang-menu--aside .lang-menu__name {
        position: static;
        left: 0;
        visibility: visible;
        opacity: 1; }
.overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010102;
  opacity: 0;
  visibility: hidden; }
.off-canvas--open .overlay,
  .is-open .overlay {
    position: fixed;
    z-index: 1;
    opacity: 0.7;
    visibility: visible; }
.a-header {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  padding: 15px 25px;
  border-bottom: 2px solid;
  border-color: var(--menu-border);
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s; }
.a-header__toggle {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none;
    border: none;
    color: #A09B9B;
    cursor: pointer; }
.a-header__toggle:focus-visible {
      outline: none; }
.a-header__toggle svg {
      fill: none; }
.off-canvas--open .a-header__toggle {
      right: 25px; }
.a-header__toggle-burger {
    display: block; }
.off-canvas--open .a-header__toggle-burger {
      display: none; }
.a-header__toggle-arrow {
    display: none; }
.off-canvas--open .a-header__toggle-arrow {
      display: block; }
.a-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.a-nav__list {
    margin: 0;
    padding: 0;
    list-style: none; }
.a-nav__list--first, .a-nav__list--second, .a-nav__list--um {
      padding: 20px 15px;
      -webkit-transition: border-color 0.3s ease 0s;
      transition: border-color 0.3s ease 0s; }
.a-nav__list--second {
      margin-top: auto;
      border-top: 2px solid;
      border-bottom: 2px solid;
      border-color: var(--menu-border); }
.a-nav__list--um {
      border-bottom: 2px solid;
      border-color: var(--menu-border); }
.a-nav__item {
    margin-bottom: 10px; }
.a-nav__item:last-child {
      margin-bottom: 0; }
.a-nav__item:hover > .a-nav__link, .a-nav__item--show-child > .a-nav__link {
      background-color: #FFD600;
      color: #292931;
      -webkit-box-shadow: 0px 0px 20px rgba(255, 122, 0, 0.6);
              box-shadow: 0px 0px 20px rgba(255, 122, 0, 0.6); }
.a-nav__item:hover > .a-nav__link--lvl-2,
    .a-nav__item:hover > .a-nav__link--lvl-3, .a-nav__item--show-child > .a-nav__link--lvl-2,
    .a-nav__item--show-child > .a-nav__link--lvl-3 {
      background-color: transparent;
      color: #FFD600;
      -webkit-box-shadow: none;
              box-shadow: none; }
.a-nav__item--active:not(.a-nav__item--lvl-2):not(.a-nav__item--lvl-3) > .a-nav__link {
      background-color: #FFD600;
      color: #292931;
      -webkit-box-shadow: 0px 0px 20px rgba(255, 122, 0, 0.6);
              box-shadow: 0px 0px 20px rgba(255, 122, 0, 0.6); }
.a-nav__list--um .a-nav__item--active > .a-nav__link {
      color: #292931; }
.a-nav__item--active.a-nav__item--lvl-2 > .a-nav__link,
    .a-nav__item--active.a-nav__item--lvl-3 > .a-nav__link {
      color: #FFD600; }
.off-canvas--open .a-nav__item--has-child > .a-nav__link {
      padding-right: 45px; }
.a-nav__item--lvl-2, .a-nav__item--lvl-3 {
      margin-bottom: 15px; }
.a-nav__item--show-child > .a-nav__link > .a-nav__icon-arrow {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
.a-nav__link {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    color: var(--menu-color);
    -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; }
.off-canvas--open .a-nav__link {
      text-align: left; }
.a-nav__list--um .a-nav__link {
      color: var(--user-menu-color); }
.a-nav__link--lvl-2, .a-nav__link--lvl-3 {
      padding: 0;
      font-weight: normal; }
.a-nav__sublist {
    background-color: var(--body-bg);
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s; }
.a-nav__sublist--lvl-2 {
      opacity: 0;
      height: 0;
      overflow: hidden;
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 30px;
      padding-right: 30px; }
.off-canvas--open .a-nav__item--show-child > .a-nav__sublist--lvl-2 {
        height: auto;
        margin-top: 10px;
        padding-top: 17px;
        padding-bottom: 20px;
        overflow: visible;
        opacity: 1; }
.a-nav__sublist--lvl-3 {
      opacity: 0;
      height: 0;
      overflow: hidden;
      padding-left: 10px; }
.off-canvas--open .a-nav__item--show-child > .a-nav__sublist--lvl-3 {
        height: auto;
        padding-top: 17px;
        overflow: visible;
        opacity: 1; }
.a-nav__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    fill: none; }
.off-canvas--open .a-nav__icon {
      margin-right: 13px; }
.a-nav__icon-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    width: 14px;
    height: 8px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.3s;
    transition: opacity 0.6s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.6s;
    transition: transform 0.3s, opacity 0.6s, -webkit-transform 0.3s;
    fill: none; }
.off-canvas--open .a-nav__icon-arrow {
      visibility: visible;
      opacity: 1; }
.a-nav__link--lvl-2 .a-nav__icon-arrow {
      position: static;
      display: inline-block;
      vertical-align: middle;
      margin-left: 8px;
      width: 9px;
      margin-top: 3px; }
.a-nav__name {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s; }
.a-tags .btn {
  margin-right: 8px;
  margin-bottom: 8px; }
.a-tags .btn:last-child {
    margin-left: 0; }
.a-terms {
  padding: 20px 30px; }
.off-canvas--open .a-terms {
    max-height: 250px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: max-height 0.3s ease, visibility 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    transition: max-height 0.3s ease, visibility 0.3s ease, opacity 0.3s ease, padding 0.3s ease; }
.a-terms p {
    margin-bottom: 1.33em;
    font-size: 12px;
    color: var(--menu-color); }
.a-terms p:last-child {
      margin-bottom: 0px; }
.a-terms a {
    text-decoration: none;
    color: var(--menu-color); }
.a-terms a:hover {
      color: #FF7A00; }
.a-terms a:active {
      color: #FFB800; }
.a-widget__caption {
  margin: 0 0 1em 0; }
.about {
  font-size: 14px; }
.about__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.about__grid > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.about__grid--mission {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.about__grid-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.about__grid-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.about__mission {
    margin-top: 20px; }
.about__mission-text-1 {
    max-width: 920px; }
.about__pics {
    margin-top: 1em;
    margin-bottom: 1em; }
.about__pics-col {
    position: relative;
    margin-bottom: 1em;
    padding-top: 42.5%; }
.about__pics-wrap {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 15px;
    right: 15px; }
.about__pics-wrap.frame {
      position: absolute; }
.about__pics-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
.about-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 1080px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px; }
.about-facts > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.about-facts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1em; }
.about-facts__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 15px;
    color: #FFD600;
    fill: none; }
.about-facts__text {
    max-width: 200px; }
.about-nfacts {
  max-width: 700px; }
.about-nfacts__row-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1em; }
.about-nfacts__row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px; }
.about-nfacts__col {
    padding-left: 10px;
    padding-right: 10px; }
.about-nfacts .about-nfacts__num {
    display: block;
    font-weight: 600;
    font-size: 32px; }
.about-nfacts .about-nfacts__num--bln {
      margin-right: 15px;
      font-size: 44px; }
.about-nfacts__caption {
    color: #A09B9B;
    font-size: 14px; }
.article__poster-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 370px; }
.article__poster-text-wrap {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  margin-top: auto;
  background: linear-gradient(179.25deg, rgba(0, 0, 0, 0) 0.64%, rgba(0, 0, 0, 0.8) 99.36%);
  border-radius: 0 0 12px 12px; }
.light .article__poster-text-wrap {
    background: linear-gradient(179.25deg, rgba(255, 214, 0, 0) 0.64%, rgba(255, 214, 0, 0.8) 99.36%); }
.article__poster-text {
  max-width: 580px;
  font-size: 14px; }
.article__poster-text > :last-child {
    margin-bottom: 0; }
.article__poster-title-img {
  max-height: 80px;
  width: auto; }
.article__poster-subtitle {
  margin-top: 0.5em;
  font-size: 24px; }
.article__poster {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: left center; }
.article__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.article__grid > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.article__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px; }
.article__content a {
    color: #4385F5; }
.article__aside {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.b-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 20px; }
.b-card a {
    text-decoration: none; }
.b-card__tag {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    padding: 7.5px 12px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    font-size: 12px; }
.b-card__tag img {
      display: block;
      border-radius: 0 10px 10px 0;
      -o-object-fit: cover;
         object-fit: cover; }
.b-card__img-wrap {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 12px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
.b-card__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.b-card__img.lazy:not(.initial) {
      -webkit-transition: opacity 1s, -webkit-transform 0.3s;
      transition: opacity 1s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 1s;
      transition: transform 0.3s, opacity 1s, -webkit-transform 0.3s; }
.b-card__text {
    color: #A09B9B;
    font-size: 14px; }
.b-card__title {
    color: var(--default-color);
    font-size: 16px; }
.b-card__title a {
      color: inherit; }
.b-card__title a:hover {
        color: inherit; }
.b-contact {
  margin-top: 40px; }
.b-contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.b-contact__mail, .b-contact__phone, .b-contact__social {
    width: 100%;
    margin-bottom: 1em; }
.b-contact__caption {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px; }
.b-contact__link {
    font-weight: 600;
    font-size: 20px;
    color: inherit;
    text-decoration: none; }
.b-form {
  padding: 16px;
  color: #A09B9B; }
.b-form__header {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.42; }
.b-form__title {
    margin: 0 0 0.3em;
    color: var(--default-color); }
.b-form__footer {
    margin-top: 16px;
    font-size: 14px; }
.b-form__envelope {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    color: #FFD600; }
.b-form--ff-mobile {
    margin-bottom: 24px; }
.b-more {
  margin: 30px 0 0;
  text-align: center; }
.b-pmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -15px; }
.b-pmt__img {
    margin-right: 15px;
    margin-bottom: 15px; }
.b-pmt__img:last-child {
      margin-right: 0px; }
.b-pmt svg {
    fill: none; }
.b-user__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.b-user__info {
  margin-left: 10px; }
.b-user__ava-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.b-user__img-ava {
  display: block;
  border-radius: 50%; }
.b-user__surname {
  white-space: nowrap; }
.b-user__status {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  fill: none; }
.b-user__status--warning {
    color: #FFD600; }
.b-user__status--error {
    color: #EF4F40; }
.b-user__status--success {
    color: #43BC9B; }
.b-user__email {
  font-weight: 500;
  font-size: 12px;
  color: #90A0B7; }
.b-user--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.b-user--header .b-user__info-wrap {
    margin-left: 32px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.b-user--header .b-user__info {
    display: none; }
.b-user--header .b-user__ava-wrap {
    width: 40px;
    height: 40px; }
.b-user--profile {
  padding: 20px 15px; }
.b-user--profile .b-user__info-wrap {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #464651; }
.light .b-user--profile .b-user__info-wrap {
      border-color: #fdd50d; }
.b-user--profile .b-user__info {
    margin-left: 10px; }
.b-user--profile .b-user__ava-wrap {
    width: 40px;
    height: 40px; }
.b-user--profile .b-user__fullname {
    margin-bottom: 7px;
    font-size: 14px; }
.bg {
  background-repeat: no-repeat; }
.bg__wave {
    width: 100%;
    height: auto; }
.bg--wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.blog-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.blog-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.btn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  margin: 0;
  padding: 11px 20px;
  background-color: #202028;
  background-image: none;
  border: 1px solid #292931;
  border-radius: 4px;
  color: #FFD600;
  font-weight: 700;
  font-size: 1em;
  font-family: inherit;
  line-height: 1.25;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s; }
.btn:hover, .btn:focus {
    text-decoration: none;
    color: #1a1a1a;
    background-color: #FFD600; }
.btn:active, .btn:focus {
    outline: 0;
    color: #fff;
    border-color: #FFD600; }
.btn:active {
    top: 1px;
    -webkit-box-shadow: none;
            box-shadow: none; }
.btn--disabled, .btn:disabled {
    opacity: 0.3;
    cursor: not-allowed; }
a.btn--disabled {
      pointer-events: none; }
.light .btn {
    background-color: #F6F6F4;
    border-color: #A09B9B;
    color: #292931; }
.light .btn:hover {
      background: #FFD600;
      border-color: #FFD600; }
.btn__icon, .btn__icon-left, .btn__icon-left-15, .btn__icon-right, .btn__icon-right-15, .btn__icon-right-15-anim, .btn__icon-left-20 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
    fill: none; }
.btn__icon, .btn__icon-left {
    margin-right: 7px; }
.btn__icon-left-15 {
    margin-right: 15px; }
.btn__icon-left-20 {
    margin-right: 15px; }
.btn__icon-right {
    margin-left: 7px; }
.btn__icon-right-15, .btn__icon-right-15-anim {
    margin-left: 15px; }
.btn__icon-right-15-anim {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.btn:hover .btn__icon-right-15-anim {
      -webkit-transform: translateX(3px);
              transform: translateX(3px); }
.btn--sm {
    min-width: 110px;
    height: 36px;
    padding-top: 7px;
    padding-bottom: 7px; }
.btn--yel {
    background-color: #FFD600;
    border-color: #FFD600;
    color: #202028;
    -webkit-box-shadow: 0px 0px 27px rgba(255, 107, 0, 0.41);
            box-shadow: 0px 0px 27px rgba(255, 107, 0, 0.41); }
.btn--yel:hover {
      background-color: #FF7A00;
      border-color: #FF7A00;
      color: #fff; }
.btn--yel:active {
      background-color: #FFB800; }
.light .btn--yel {
      background-color: #FFD600;
      border-color: #FFD600;
      color: #202028; }
.light .btn--yel:hover {
        background-color: #FF7A00;
        border-color: #FF7A00;
        color: #fff; }
.light .btn--yel:active {
        background-color: #FFB800; }
.btn--store {
    padding: 0 !important;
    border: none;
    background: none; }
.btn--store:hover {
      background: none; }
.btn--store img {
      display: block; }
.btn--tag {
    padding: 7.5px 12px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px; }
.btn--tag:hover {
      background: rgba(255, 214, 0, 0.6); }
.btn--tag:active {
      background: rgba(255, 184, 0, 0.6); }
.btn--more {
    background-color: #292931;
    border-color: #FFD600; }
.btn--more:hover, .btn--more:active {
      color: #1a1a1a;
      background-color: #FFD600; }
.btn--sign-in .btn__icon-left {
    margin-right: 0; }
.btn--sign-in .btn__txt {
    display: none; }
.btn--fw {
    width: 100%; }
.btn--mw-145, .btn--mw-200, .btn--mw-230 {
    width: 100%; }
.btn--mw-145 {
    max-width: 145px; }
.btn--mw-230 {
    max-width: 230px; }
.btn--mw-200 {
    max-width: 200px; }
.burger {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  border: none;
  padding: 0;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
.burger > span {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    font-size: 0;
    color: transparent;
    background: #FFD600;
    -webkit-box-shadow: 0px 0px 27px rgba(255, 107, 0, 0.41);
            box-shadow: 0px 0px 27px rgba(255, 107, 0, 0.41);
    border-radius: 4px; }
.burger > span:before, .burger > span:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background: #FFD600;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-box-shadow: 0px 0px 27px rgba(255, 107, 0, 0.41);
              box-shadow: 0px 0px 27px rgba(255, 107, 0, 0.41);
      border-radius: 4px; }
.burger > span:before {
      top: -7px; }
.burger > span:after {
      top: 7px; }
.burger--close > span {
    background: transparent; }
.burger--close > span:before, .burger--close > span:after {
      top: 0; }
.burger--close > span:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
.burger--close > span:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }
.color-yel {
  color: #FFD600; }
.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
.content {
  padding-top: 30px; }
.content__title {
    max-width: 1024px;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.083; }
.content__title--desk {
      display: none; }
.content__subtitle {
    font-size: 14px; }
.content-style a {
  text-decoration: underline; }
.content-style a:hover {
    text-decoration: none; }
.content-style ul li,
.content-style ol li {
  margin-bottom: 1em;
  padding-left: 0.5em;
  font-size: 16px; }
.field-btn {
  margin-top: 1.5em;
  margin-bottom: 1em; }
.field-btn__btn {
    width: 100%; }
.field-btn--mt-0 {
    margin-top: 0; }
.field-btn--mb-0 {
    margin-bottom: 0; }
.field-checkbox {
  display: block;
  margin-bottom: 1em; }
.field-checkbox__title {
    display: block;
    margin-bottom: 0.5em;
    line-height: 1.25; }
.field-checkbox__input-wrap + .field-checkbox__input-wrap {
    margin-top: 1em; }
.field-checkbox__input-wrap--terms .field-checkbox__name {
    padding-top: 2px;
    font-size: 12px;
    padding-left: 32px; }
.field-checkbox__input-wrap--error .field-checkbox__name-text,
  .field-checkbox__input-wrap--error .field-checkbox__help-text {
    color: #EF4F40; }
.field-checkbox__name {
    display: inline-block;
    position: relative;
    padding-top: 1px;
    padding-left: 32px;
    margin-right: 0.6em;
    font-weight: 400;
    line-height: 1.25;
    font-size: 14px; }
.field-checkbox__name-text {
    display: inline-block; }
input:disabled ~ .field-checkbox__name-text {
      cursor: not-allowed; }
.field-checkbox__name-text:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid currentColor;
      border-radius: 2px; }
input:checked ~ .field-checkbox__name-text:before {
        outline: 0;
        color: #fff;
        border-color: #FFD600; }
input:focus ~ .field-checkbox__name-text:before,
    input:hover ~ .field-checkbox__name-text:before {
      outline: 0;
      color: #fff;
      border-color: #FFD600; }
input:disabled ~ .field-checkbox__name-text:before {
      border-color: #999999;
      background: #cccccc; }
.field-checkbox__name-text:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 4px;
      width: 12px;
      height: 6px;
      opacity: 0;
      border-left: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
input:checked ~ .field-checkbox__name-text:after {
        opacity: 1;
        outline: 0;
        color: #fff;
        border-color: #FFD600; }
input:checked:disabled ~ .field-checkbox__name-text:after {
        border-color: #999999; }
.field-checkbox__input {
    position: absolute;
    top: 0.7em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
.field-checkbox__input:focus, .field-checkbox__input:active {
      outline: 0;
      color: #fff;
      border-color: #FFD600; }
.field-checkbox__help-text-wrap {
    padding-left: 1.5em; }
.field-checkbox__help-text {
    display: block;
    padding-top: 0.6em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-checkbox__help-text:empty {
      display: none; }
.field-checkbox--item-mt-1-75em .field-checkbox__input-wrap + .field-checkbox__input-wrap {
    margin-top: 1.75em; }
.field-checkbox--item-fw-700 .field-checkbox__name-text {
    font-weight: 700; }
.field-num {
  display: block;
  margin-bottom: 1em; }
.field-num__name {
    display: block;
    margin-bottom: 0.5em;
    line-height: 1.25; }
.field-num__input-wrap {
    display: block; }
.field-num__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: calc(1.25em + 11px + 11px + 2px);
    margin: 0;
    padding: 11px 20px;
    background-color: var(--input-bg);
    border: 1px solid var(--input-border);
    border-radius: 4px;
    color: var(--input-color);
    font-size: 1em;
    line-height: 1.25;
    font-family: inherit;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto; }
.field-num__input:hover {
      border-color: #FFD600; }
.field-num__input:focus, .field-num__input:focus-visible {
      outline: 0;
      color: #fff;
      border-color: #FFD600; }
.light .field-num__input:focus, .light .field-num__input:focus-visible {
        color: var(--input-color); }
.field-num__input[disabled], .field-num__input[readonly] {
      cursor: not-allowed;
      opacity: 0.3; }
.field-num__input::-webkit-search-cancel-button, .field-num__input::-webkit-search-decoration {
      -webkit-appearance: none; }
.field-num__input:-webkit-autofill, .field-num__input:-webkit-autofill:hover, .field-num__input:-webkit-autofill:focus {
      -webkit-text-fill-color: #fff;
      -webkit-box-shadow: 0 0 0px 1000px #202028 inset; }
.field-num__input[type='color'] {
      padding: 0; }
.field-num__input::-webkit-input-placeholder {
      color: gray;
      opacity: 1; }
.field-num__input::-moz-placeholder {
      color: gray;
      opacity: 1; }
.field-num__input:-ms-input-placeholder {
      color: gray;
      opacity: 1; }
.field-num__input::-ms-input-placeholder {
      color: gray;
      opacity: 1; }
.field-num__input::placeholder {
      color: gray;
      opacity: 1; }
.field-num:not(.field-num--disabled) button:focus ~ .field-num__input {
      outline: 0;
      color: #fff;
      border-color: #FFD600; }
.field-num__help-text {
    display: block;
    padding-top: 0.6em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-num__help-text:empty {
      display: none; }
.field-num__currency {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: var(--default-color); }
.field-num--error .field-num__name,
  .field-num--error .field-num__input,
  .field-num--error .field-num__help-text {
    color: #EF4F40; }
.field-num--error .field-num__input {
    border-color: #EF4F40;
    background-color: #fde7e5; }
.field-num--currency .field-num__input-wrap {
    position: relative; }
.field-num--currency .field-num__input {
    padding-left: 3.75em; }
.field-select {
  display: block;
  margin-bottom: 1em; }
.field-select__name {
    display: block;
    margin-bottom: 0.5em;
    line-height: 1.25; }
.field-select__select {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1.25;
    padding: 11px 20px;
    padding-right: 35px;
    font-size: inherit;
    font-family: inherit;
    border: 1px solid var(--input-border);
    border-radius: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: var(--input-bg);
    color: inherit; }
.field-select__select[multiple] {
      background-image: none;
      min-height: 6.8em; }
.field-select__select::-ms-expand {
      display: none; }
.field-select__select:active, .field-select__select:focus {
      outline: 0;
      color: #fff;
      border-color: #FFD600; }
.field-select__select[disabled], .field-select__select[readonly] {
      cursor: default;
      background-color: #e6e6e6; }
.field-select__help-text {
    display: block;
    padding-top: 0.6em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-select__help-text:empty {
      display: none; }
.field-select--error {
    color: #EF4F40; }
.field-select--error .field-select__name,
    .field-select--error .field-select__select,
    .field-select--error .field-select__help-text {
      color: #EF4F40; }
.field-select--error .field-select__select,
    .field-select--error .choices__inner,
    .field-select--error .choices:after {
      border-color: #EF4F40;
      background-color: #fde7e5; }
/** @define choices */
.choices {
  position: relative; }
.choices:focus {
    outline: 0; }
.choices:focus:not(.is-disabled) .choices__inner {
      outline: 0;
      color: #fff;
      border-color: #FFD600; }
.light .choices:focus:not(.is-disabled) .choices__inner {
        color: var(--input-color); }
.choices:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 23px;
    width: 11px;
    height: 11px;
    margin-top: -7.5px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.choices.is-open:after {
    -webkit-transform: translateY(4px) rotate(135deg);
            transform: translateY(4px) rotate(135deg); }
.choices .is-hidden {
    display: none; }
.choices__input {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }
.choices__inner {
    border: 1px solid var(--input-border);
    border-radius: 4px;
    padding: 11px 40px 11px 20px;
    background-color: var(--input-bg);
    font-size: 1em;
    line-height: 1.25;
    cursor: pointer; }
.choices__inner .choices__item--selectable {
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
.choices__list--dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    margin-top: 0;
    border: 1px solid var(--input-border);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: var(--input-bg);
    color: var(--select-color);
    word-break: break-all;
    overflow: hidden; }
.choices__list--dropdown .choices__item {
      padding: 11px 20px;
      cursor: pointer; }
.choices__list--dropdown .choices__item.is-highlighted {
        color: #FFD600; }
.choices__heading {
    padding: 13px 20px;
    font-size: 0.75em;
    font-weight: 700;
    opacity: 0.5;
    cursor: default; }
.choices.is-open .choices__list--dropdown {
    display: block; }
.choices.is-disabled .choices__inner {
    cursor: default; }
.field-text {
  display: block;
  margin-bottom: 1em; }
.field-text__name {
    display: block;
    margin-bottom: 0.5em;
    line-height: 1.25; }
.field-text__name--with-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      font-weight: 600;
      color: var(--default-color); }
.field-text__name-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #FFD600; }
.field-text__input-wrap {
    display: block; }
.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: calc(1.25em + 11px + 11px + 2px);
    margin: 0;
    padding: 11px 20px;
    background-color: var(--input-bg);
    border: 1px solid var(--input-border);
    border-radius: 4px;
    color: var(--input-color);
    font-size: 1em;
    line-height: 1.25;
    font-family: inherit;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield; }
.field-text__input:hover {
      border-color: #FFD600; }
.field-text__input:focus, .field-text__input:focus-visible {
      outline: 0;
      color: #fff;
      border-color: #FFD600; }
.light .field-text__input:focus, .light .field-text__input:focus-visible {
        color: var(--input-color); }
.field-text__input[disabled], .field-text__input[readonly] {
      cursor: not-allowed;
      opacity: 0.3; }
.field-text__input::-webkit-search-cancel-button, .field-text__input::-webkit-search-decoration {
      -webkit-appearance: none; }
.field-text__input:-webkit-autofill, .field-text__input:-webkit-autofill:hover, .field-text__input:-webkit-autofill:focus {
      -webkit-text-fill-color: #fff;
      -webkit-box-shadow: 0 0 0px 1000px #202028 inset; }
.field-text__input[type='color'] {
      padding: 0; }
.field-text__input::-webkit-input-placeholder {
      color: gray;
      opacity: 1; }
.field-text__input::-moz-placeholder {
      color: gray;
      opacity: 1; }
.field-text__input:-ms-input-placeholder {
      color: gray;
      opacity: 1; }
.field-text__input::-ms-input-placeholder {
      color: gray;
      opacity: 1; }
.field-text__input::placeholder {
      color: gray;
      opacity: 1; }
textarea.field-text__input {
      height: auto;
      min-height: calc(28.5px + 2px);
      resize: vertical; }
.popup .field-text__input {
      background-color: #fff;
      border-color: #F6F6F4;
      color: #292931; }
.popup .field-text__input:focus {
        border-color: #292931; }
.field-text__help-text {
    display: block;
    padding-top: 0.6em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-text__help-text:empty {
      display: none; }
.field-text__icon {
    position: absolute;
    top: 13px;
    left: 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: var(--input-color);
    fill: none; }
.field-text--error .field-text__name,
  .field-text--error .field-text__input,
  .field-text--error .field-text__help-text {
    color: #EF4F40; }
.field-text--error .field-text__icon {
    color: #EF4F40; }
.field-text--error .field-text__input {
    border-color: #EF4F40; }
.field-text--success .field-text__name,
  .field-text--success .field-text__input,
  .field-text--success .field-text__help-text {
    color: #43BC9B; }
.field-text--success .field-text__icon {
    color: #43BC9B; }
.field-text--success .field-text__input {
    border-color: #43BC9B; }
.field-text--warning .field-text__name,
  .field-text--warning .field-text__input,
  .field-text--warning .field-text__help-text {
    color: #FFD600; }
.field-text--warning .field-text__icon {
    color: #FFD600; }
.field-text--warning .field-text__input {
    border-color: #FFD600; }
.field-text--icon .field-text__input-wrap, .field-text--icon-right .field-text__input-wrap {
    position: relative; }
.field-text--icon .field-text__input {
    padding-left: 44px; }
.field-text--icon-right .field-text__input {
    padding-right: 44px; }
.field-text--icon-right .field-text__icon {
    left: auto;
    right: 20px; }
.field-text--with-btn .btn {
    width: 100%;
    margin-top: 1em; }
.field-text--ff-desktop {
    display: none; }
.field-toggler {
  display: block;
  margin-bottom: 1em; }
.field-toggler__title {
    display: block;
    margin-bottom: 0.5em;
    line-height: 1.25; }
.field-toggler__input-wrap + .field-toggler__input-wrap {
    margin-top: 1em; }
.field-toggler__input-wrap:hover .field-toggler__help-text {
    color: #FF7A00; }
.field-toggler__input-wrap:hover .field-toggler__name-text {
    color: #FF7A00; }
.field-toggler__input-wrap:hover .field-toggler__name-text:before {
      border-color: #FF7A00; }
.field-toggler__input-wrap:hover .field-toggler__name-text:after {
      background: #FF7A00;
      border-color: #FF7A00; }
.field-toggler__input-wrap--error .field-toggler__name-text,
  .field-toggler__input-wrap--error .field-toggler__help-text {
    color: #EF4F40; }
.field-toggler__input-wrap--error .field-toggler__name-text:after {
    background: #EF4F40; }
.field-toggler__name {
    display: inline-block;
    position: relative;
    padding-left: 3.2em;
    margin-right: 0.6em;
    font-weight: 400;
    line-height: 1.25; }
.field-toggler__name-text {
    display: inline-block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
input:checked ~ .field-toggler__name-text {
      color: #FFB800; }
input:disabled ~ .field-toggler__name-text {
      cursor: not-allowed;
      color: #A09B9B; }
.field-toggler__name-text:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 35px;
      height: 18px;
      border: 1px solid #A09B9B;
      border-radius: 36px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
input:checked ~ .field-toggler__name-text:before {
        border-color: #FFB800; }
input:disabled ~ .field-toggler__name-text:before {
        border-color: #A09B9B;
        background: #A09B9B; }
.field-toggler__name-text:after {
      content: '';
      position: absolute;
      top: 4px;
      left: 2px;
      width: 14px;
      height: 14px;
      background-color: #A09B9B;
      border: 1px solid #A09B9B;
      border-radius: 50%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
input:checked ~ .field-toggler__name-text:after {
        -webkit-transform: translate(17px, 0);
                transform: translate(17px, 0);
        background: #FFB800;
        border-color: #FFB800; }
input:disabled ~ .field-toggler__name-text:after {
        background-color: #A09B9B;
        border-color: #A09B9B; }
.field-toggler__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
.field-toggler__help-text-wrap {
    padding-left: 3.2em; }
.field-toggler__help-text {
    display: block;
    padding-top: 0.6em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-toggler__help-text:empty {
      display: none; }
.field-toggler--aside {
    margin-bottom: 10px;
    padding-left: 31px;
    padding-right: 31px; }
.off-canvas--open .field-toggler--aside {
      margin-bottom: 10px; }
.off-canvas--open .field-toggler--aside .field-toggler__input-wrap {
      text-align: left; }
.field-toggler--aside .field-toggler__name {
      padding-left: 3em;
      margin-right: 0;
      white-space: nowrap; }
.field-toggler--aside .field-toggler__name-text {
      color: var(--menu-color);
      font-weight: bold; }
.off-canvas--open .field-toggler--aside .field-toggler__name-text {
        text-indent: 0; }
.footer {
  position: relative;
  margin-top: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: var(--footer-bg);
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s; }
.form__fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0; }
.form__fieldset:not(:last-child) {
    margin-bottom: 1em; }
.form__legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 24px;
  font-family: "averta_cy", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  white-space: normal;
  color: currentColor; }
.frame {
  position: relative;
  background-color: var(--frame-bg);
  border-radius: 12px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s; }
.frame:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: -1;
    background: linear-gradient(178deg, #464651 0, rgba(149, 149, 149, 0) 100%);
    border-radius: inherit; }
.light .frame:before {
      background: linear-gradient(178deg, #fdd50d 0, rgba(255, 214, 0, 0.26) 100%); }
.frame > :last-child {
    margin-bottom: 0; }
.frame__img,
  .frame > img {
    border-radius: inherit; }
.frame--welcome {
    padding: 16px; }
.frame--profile {
    padding: 15px 15px 1px; }
.frame--um {
    width: 247px;
    border-radius: 4px; }
.frame--um:before {
      background: linear-gradient(178deg, #464651 0, rgba(149, 149, 149, 0.2) 100%); }
.frame--lm {
    border-radius: 0; }
.frame--lm:before {
      background: linear-gradient(178deg, #464651 0, rgba(149, 149, 149, 0.2) 100%); }
.frame--pm {
    border-radius: 0 0 4px 4px; }
.fz-20 {
  font-size: 1rem; }
.fz-24 {
  font-size: 1rem; }
.g-download {
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px 30px 135px; }
.g-download__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.125;
    font-weight: 600;
    color: #FFD600;
    text-align: center; }
.g-download__text > *:last-child {
      margin-bottom: 0; }
.g-download__img-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%); }
.g-download__frame-ipad {
    position: relative;
    z-index: 1;
    width: 206px;
    height: 148px;
    margin: 0 0 0 22px;
    padding: 9px 9px 9px 9px; }
.g-download__frame-ipad:before {
      content: '';
      position: absolute;
      top: 7px;
      bottom: 7px;
      left: 7px;
      right: 7px;
      z-index: 0;
      background-color: #000;
      border-radius: 5px; }
.g-download__frame-ipad:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      background: url("../img/iPad.png") no-repeat center;
      background-size: contain; }
.g-download__frame-ipad + .g-download__frame-iphone {
      margin-top: -20.8%; }
.g-download__frame-ipad img {
      position: relative;
      z-index: 1;
      border-radius: 0; }
.g-download__frame-iphone {
    position: relative;
    z-index: 2;
    width: 138px;
    height: 69px;
    padding: 4px; }
.g-download__frame-iphone:before {
      content: '';
      position: absolute;
      top: 3px;
      bottom: 3px;
      left: 3px;
      right: 3px;
      z-index: 0;
      background-color: #000;
      border-radius: 4px; }
.g-download__frame-iphone:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      background: url("../img/iPhone.png") no-repeat center;
      background-size: cover; }
.g-download__frame-iphone img {
      position: relative;
      z-index: 1;
      border-radius: 8px; }
.g-download__img {
    display: block; }
.g-download__btns {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px; }
.g-download__btns .btn {
      margin: 0 10px 15px; }
.g-download__btn-appstore {
    width: 132px; }
.g-download__btn-google {
    width: 150px; }
.g-filter {
  position: relative;
  height: 100%; }
.g-filter.is-open {
    z-index: 1; }
.is-open .g-filter__mobile-wrap {
    position: relative;
    z-index: 2; }
.g-filter__current {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 44px;
    padding: 9px 16px 9px 16px;
    background-color: var(--frame-bg);
    border: 1px solid #464651;
    border-radius: 4px;
    color: #FFD600;
    -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    font-size: 14px;
    overflow: hidden; }
.g-filter__current:hover {
      background-color: var(--frame-bg);
      color: #FFD600;
      border-color: #464651;
      text-decoration: none; }
.light .g-filter__current:hover {
        color: #202028; }
.g-filter__current.is-active {
      background-color: var(--frame-bg);
      border-bottom-color: transparent;
      border-radius: 4px 4px 0 0; }
.light .g-filter__current.is-active {
        border-color: #fdd50d;
        border-bottom-color: transparent; }
.g-filter__current--arrow {
      position: relative;
      padding-right: 45px; }
.g-filter__current--arrow:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 23px;
        width: 11px;
        height: 11px;
        margin-top: -7.5px;
        border-left: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        border-radius: 2px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
.g-filter__current--arrow.is-active:after {
        -webkit-transform: translateY(4px) rotate(135deg);
                transform: translateY(4px) rotate(135deg); }
.g-filter__current-txt {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
.g-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 12px;
  background: rgba(0, 0, 0, 0.4);
  /* #FFE81C */
  border: 1px solid #FFD600;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px; }
.light .g-rating {
    background-color: rgba(255, 250, 224, 0.4);
    color: #fff; }
.g-rating__score {
    display: inline-block;
    margin-right: 5px; }
.g-rating__star {
    color: #E6BB21; }
.g-status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 12px;
  background: rgba(0, 0, 0, 0.4);
  /* #FFE81C */
  border: 1px solid #FFD600;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px; }
.g-status:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #FFD600; }
.light .g-status {
    background-color: rgba(255, 250, 224, 0.4);
    color: #fff; }
.g-status__qt {
    margin-left: 8px;
    color: #FFD600; }
.g-status--online:before, .g-status--offline:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%; }
.g-status--online:before {
    background-color: #43BC9B; }
.g-status--offline:before {
    background-color: #EF4F40; }
.game__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
.game__rating-score {
  margin-right: 8px;
  font-weight: 600;
  font-size: 20px; }
.game__rating-star {
  color: #E6BB21;
  width: 20px;
  height: 20px;
  margin-left: 4px; }
.game__rating-star:first-of-type {
    margin-left: 0; }
.game-card {
  position: relative;
  margin-bottom: 40px; }
.game-card:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -20px;
    border-bottom: 2px solid var(--menu-border); }
.game-card:last-child:after {
    display: none; }
.game-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.game-card__row > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.game-card__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 200px; }
.game-card__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.game-card__img-wrap {
    position: relative;
    height: 100%;
    background-color: var(--menu-bg);
    border-radius: 12px 12px 0 0;
    overflow: hidden; }
.game-card__img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.game-card__info {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.game-card__rating {
    margin-right: 8px; }
.game-card__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 15px;
    color: #A09B9B; }
.game-card__tag {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px; }
.game-card__tag a {
      text-decoration: none; }
.game-card__title {
    margin: 0.4em 0;
    color: var(--default-color); }
.game-card__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: auto;
    padding-top: 4px; }
.game-card__btns .btn--more {
      max-width: 100%; }
.game-card__btns-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 20px 0 0 0; }
.game-card__btns-store .btn {
      margin-left: 10px; }
.game-card__btns-store .btn:first-child {
        margin-left: 0; }
.game-card__btns-store .btn img {
        width: auto;
        height: 48px; }
.h-download {
  margin-top: 20px;
  padding: 20px 15px; }
.h-download__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.h-download__text {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.1875;
    font-weight: 600;
    color: #FFD600;
    text-align: center; }
.h-download__text > *:last-child {
      margin-bottom: 0; }
.h-download__btns {
    margin-bottom: -12px;
    text-align: center; }
.h-download__btns .btn {
      margin: 0 10px 12px; }
.h-download__btn-appstore {
    width: 132px; }
.h-download__btn-google {
    width: 150px; }
.h-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #A09B9B;
  font-size: 12px; }
.h-facts > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.h-facts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 410px;
    position: relative;
    margin-bottom: 1.5em;
    padding-left: 70px; }
.h-facts__item > :last-child {
      margin-bottom: 0; }
.h-facts__title {
    margin-top: 0;
    font-size: 16px;
    color: var(--default-color); }
.h-facts__icon {
    position: absolute;
    top: 0;
    left: 15px;
    width: 42px;
    height: 42px;
    color: #FFD600;
    -webkit-filter: drop-shadow(0px 0px 27px rgba(255, 107, 0, 0.41));
            filter: drop-shadow(0px 0px 27px rgba(255, 107, 0, 0.41)); }
.h-intro {
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: center; }
.h-intro__title {
    max-width: 590px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto; }
.h-intro__title--desk {
      display: none; }
.h-intro__subtitle {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px; }
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--menu-bg);
  border-bottom: 2px solid;
  border-color: var(--menu-border);
  -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s; }
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.header__burger {
    margin-right: 18px; }
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto; }
.header__right .btn {
      margin-left: 20px; }
.header__title {
    display: none; }
.header--welcome {
    background-color: transparent;
    border-bottom: none; }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.logo {
  display: inline-block;
  white-space: nowrap; }
.logo img {
    display: block; }
.logo--aside {
    position: relative;
    left: -10px; }
.logo--aside .logo__full {
      display: block;
      position: absolute;
      top: -1000px; }
.off-canvas--open .logo--aside .logo__full {
        position: static;
        width: 136px;
        height: 24px;
        -webkit-animation: fadeIn 0.6s;
                animation: fadeIn 0.6s; }
.logo--aside .logo__mini {
      display: block;
      width: 55px;
      height: 24px; }
.off-canvas--open .logo--aside .logo__mini {
        position: absolute;
        top: -1000px; }
.off-canvas--open .logo--aside {
      left: 0; }
.logo--header {
    margin-right: 20px; }
.logo--header .logo__full {
      display: none; }
.logo--header .logo__mini {
      display: block; }
.more-link {
  color: #FFD600;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.more-link:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: currentColor;
    padding: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.more-link:hover:after {
    -webkit-transform: translateX(3px) rotate(-45deg);
            transform: translateX(3px) rotate(-45deg); }
.news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px; }
.news-list__item > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.news-list__item > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.news-list__img-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.news-list__img-wrap {
  position: relative; }
.news-list__img-wrap:after {
    content: '';
    display: block;
    padding-top: 54.65%; }
.news-list__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
.news-list__desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #A09B9B; }
.news-list__title {
  margin-top: 0.6em;
  color: var(--default-color);
  font-weight: 600;
  line-height: 1.14; }
.news-list__more {
  margin-top: auto;
  padding-top: 16px;
  border-top: 2px solid;
  border-color: var(--menu-border); }
.off-canvas {
  position: relative;
  overflow: hidden;
  min-height: 100vh; }
.off-canvas__aside {
    position: fixed;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-right: 2px solid;
    border-color: var(--menu-border);
    background-color: var(--menu-bg);
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
    -webkit-transition: max-width 0.3s ease, background-color 0.3s ease 0s, border-color 0.3s ease 0s, -webkit-transform 0.3s ease;
    transition: max-width 0.3s ease, background-color 0.3s ease 0s, border-color 0.3s ease 0s, -webkit-transform 0.3s ease;
    transition: max-width 0.3s ease, transform 0.3s ease, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    transition: max-width 0.3s ease, transform 0.3s ease, background-color 0.3s ease 0s, border-color 0.3s ease 0s, -webkit-transform 0.3s ease; }
.off-canvas__page-content {
    -webkit-transition: margin 0.3s ease;
    transition: margin 0.3s ease; }
.off-canvas--open .off-canvas__close {
    z-index: 1;
    opacity: 1;
    visibility: visible; }
.off-canvas--open .off-canvas__aside {
    max-width: 320px;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
.off-canvas--open .off-canvas__overlay {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
.or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.3em 0; }
.or:before, .or:after {
    content: '';
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    background-color: #615D5C;
    position: relative;
    top: 2px; }
.or__inner {
    padding-left: 1rem;
    padding-right: 1rem;
    color: var(--default-color);
    font-weight: 700; }
@-ms-viewport {
  width: device-width; }
/* stylelint-disable */
/* stylelint-enable */
@font-face {
  font-family: 'averta_cy';
  src: url("../fonts/averta_cyrillic_regular.woff2") format("woff2"), url("../fonts/averta_cyrillic_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'averta_cy';
  src: url("../fonts/averta_cyrillic_semibold.woff2") format("woff2"), url("../fonts/averta_cyrillic_semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'averta_cy';
  src: url("../fonts/averta_cyrillic_bold.woff2") format("woff2"), url("../fonts/averta_cyrillic_bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
.page {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
.page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh; }
.page__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.page__content--center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
.page__content--center .content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 0; }
.page__footer-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
* {
  -webkit-tap-highlight-color: transparent; }
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  margin: 0;
  font-family: "averta_cy", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  background-color: var(--body-bg);
  color: var(--default-color);
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
[tabindex='-1']:focus {
  outline: none !important; }
[role='button'] {
  cursor: pointer; }
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }
a,
button,
[role='button'],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  margin: 0; }
button,
input {
  overflow: visible;
  text-transform: none; }
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none; }
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox; }
textarea {
  overflow: auto;
  resize: vertical; }
svg {
  fill: currentColor; }
a svg,
  button svg {
    pointer-events: none; }
svg:not(:root) {
    overflow: hidden; }
img {
  max-width: 100%;
  height: auto; }
a {
  color: #FFD600;
  background-color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none; }
a:hover, a:focus {
    color: #FF7A00;
    text-decoration: none; }
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  border-top: 1px solid var(--menu-border);
  overflow: visible; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "averta_cy", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: currentColor; }
h1,
.sec__title {
  font-size: 24px;
  line-height: 1.083; }
h2 {
  font-size: 20px; }
h3 {
  font-size: 24px; }
h4 {
  font-size: 18px; }
h5 {
  font-size: 16px; }
h6 {
  font-size: 16px; }
p,
ul,
ol,
dl,
table,
pre,
address,
figure {
  margin-top: 0;
  margin-bottom: 1em; }
figure {
  margin-left: 0;
  margin-right: 0; }
address {
  font-style: normal; }
ul,
ol {
  margin-bottom: 1em;
  padding-left: 1em; }
ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }
li {
  line-height: inherit; }
small {
  font-size: 0.75em; }
sub,
sup {
  font-size: 0.75em; }
b,
strong {
  font-weight: bolder; }
blockquote {
  margin: 2em 0 2em;
  position: relative;
  padding: 0 0 0 45px; }
blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    border-left: 1px solid #FFD600; }
blockquote:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 26px;
    height: 50px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 34 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M34 0H20.6325V14.6485H27.0256C27.0256 18.8055 25.8632 20.2901 20.5356 23.0614L23.3447 29C32.3533 24.645 34 20.9829 34 10.6894V0ZM13.3675 0H0.0968666V14.6485H6.49003C6.49003 18.8055 5.32763 20.2901 0 23.0614L2.90598 29C11.8177 24.645 13.3675 20.9829 13.3675 10.6894V0Z" fill="%23FFD600"/></svg>');
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--body-bg);
    color: #FFD600;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
blockquote cite {
    display: block;
    font-size: 0.8em; }
blockquote cite + cite {
      color: #A09B9B; }
.popup {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
          box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
  color: #202028; }
.popup__inner {
    padding: 40px 15px 40px;
    background: #fff;
    border-radius: 8px; }
.popup__inner > :last-child {
      margin-bottom: 0; }
.popup__header {
    margin-bottom: 2em; }
.popup__title {
    margin: 0 0 0.5em;
    font-size: 24px; }
.popup__footer {
    margin-top: 2em; }
.popup__footer a {
      color: inherit; }
.popup__footer a:hover {
        color: #FF7A00; }
.popup--fw, .popup--mw-400, .popup--mw-530 {
    width: 100%; }
.popup--mw-400 {
    max-width: 400px; }
.popup--mw-540 {
    max-width: 540px; }
.raiting-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -20px;
  padding: 20px 16px 0; }
.raiting-nav > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.raiting-nav__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px; }
.raiting-nav__link, .raiting-nav__current {
    margin-left: 15px;
    margin-right: 15px; }
.raiting-nav__link {
    text-decoration: underline; }
.raiting-nav__link:hover {
      text-decoration: none; }
.sec__header {
  margin-top: 30px; }
.sec__title {
  margin-top: 0; }
.sec__more-wrap-desktop {
  display: none; }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none; }
.social__link-wrap {
    margin-right: 20px; }
.social__link-wrap:last-child {
      margin-right: 0; }
.social__link {
    display: block;
    padding: 5px;
    color: #A09B9B; }
.social__link svg {
      display: block;
      fill: none;
      width: 30px;
      height: 30px; }
.social__text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden; }
.social-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  list-style: none;
  overflow: hidden; }
.social-auth__link-wrap {
    margin-right: 8px; }
.social-auth__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #2E373D;
    border: 2px solid #F6F6F4;
    border-radius: 8px;
    background-color: #fff;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: color 0.5s, background-color 0.5s, border-color 0.5s;
    transition: color 0.5s, background-color 0.5s, border-color 0.5s; }
.social-auth__link:hover {
      background: #FCFBF1;
      border-color: #FFD600;
      color: #2E373D; }
.social-auth__icon-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px; }
.social-auth__icon {
    color: #5C5378;
    fill: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.social-auth__link:hover .social-auth__icon {
      color: #1178F2; }
.social-auth__text {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: max-width 0.3s, margin 0.3s, opacity 0.3s;
    transition: max-width 0.3s, margin 0.3s, opacity 0.3s; }
.social-auth__link:hover .social-auth__text {
      max-width: 300px;
      margin: 0 20px 0 -3px;
      opacity: 1; }
.sw-game-wrapper {
  margin-bottom: 25px; }
.sw-game {
  padding: 1px; }
.sw-game .swiper-slide {
    text-align: center; }
.sw-game__pagination {
    position: static;
    margin-top: 5px; }
.sw-game__btn-prev.swiper-button-prev[role='button'], .sw-game__btn-next.swiper-button-next[role='button'] {
    margin-top: -52px; }
.sw-game__img {
    display: block;
    margin: 0 auto; }
.table-wrapper {
  margin-bottom: 1em;
  overflow-x: auto; }
.table-wrapper > table {
    min-width: 450px;
    margin-top: 0;
    margin-bottom: 0; }
.table {
  display: table;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse; }
.table td,
  .table th {
    padding: 8px;
    vertical-align: top;
    border-bottom: 1px solid var(--table-border); }
.table th {
    text-align: inherit;
    color: #A09B9B; }
.text-center {
  text-align: center; }
.text-right {
  text-align: right; }
.show-overlay .off-canvas__overlay {
  position: fixed;
  z-index: 1;
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
.tippy-menu__list {
  margin: 0;
  padding: 0;
  list-style: none; }
.tippy-menu__item {
  border-bottom: 1px solid var(--input-border); }
.tippy-menu__item:last-child {
    border-bottom: none; }
.tippy-menu__item--active > .tippy-menu__link {
    background-color: #FFD600;
    color: #292931;
    -webkit-box-shadow: 0px 0px 20px rgba(255, 122, 0, 0.6);
            box-shadow: 0px 0px 20px rgba(255, 122, 0, 0.6); }
.tippy-menu__link {
  position: relative;
  display: block;
  padding: 14px 20px 14px 20px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  font-weight: 700;
  white-space: nowrap;
  color: #fff; }
.light .tippy-menu__link {
    color: var(--menu-color); }
.tippy-menu__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  fill: none; }
.tippy-menu__name {
  display: inline-block;
  vertical-align: middle; }
.tippy-menu--lm {
  width: 136px;
  margin-left: -2px;
  padding-left: 38px;
  padding-right: 38px; }
.tippy-menu--lm .tippy-menu__item {
    border-color: #202028; }
.tippy-menu--lm .tippy-menu__item:hover .tippy-menu__link {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #FFB800; }
.light .tippy-menu--lm .tippy-menu__item {
      border-color: rgba(97, 93, 92, 0.2); }
.tippy-menu--lm .tippy-menu__link {
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0;
    color: #A09B9B;
    font-weight: 400; }
.tippy-menu--pm {
  width: 100%; }
.tippy-menu--pm:before {
    top: 0; }
.tippy-menu--pm .tippy-menu__item {
    border-bottom: none; }
.u-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px; }
.u-balance__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--frame-bg);
    border: 1px solid;
    border-radius: 2px;
    font-size: 14px; }
.u-balance__item--coin {
      border-color: #FFD600; }
.u-balance__item--money {
      border-color: #43BC9B; }
.u-balance__wrap {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap; }
.u-balance__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
.u-balance__caption {
    display: none; }
.u-balance__val {
    color: var(--default-color);
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
a:hover .u-balance__val {
      color: #FFD600; }
.u-balance--header {
    display: none; }
.u-balance--header .u-balance__item {
      margin-left: 12px;
      padding: 5px 24px; }
.u-balance--header .u-balance__val {
      margin-left: 5px; }
.u-balance--profile .u-balance__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    padding: 8px 5px;
    margin-left: 10px;
    text-align: center; }
.u-balance--profile .u-balance__item:first-child {
      margin-left: 0; }
.u-balance--profile .u-balance__icon {
    margin-right: 5px; }
.u-balance--aside {
    padding: 24px 15px 4px; }
.u-balance--aside .u-balance__item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50%;
      padding: 3px;
      margin-left: 20px;
      text-align: center; }
.u-balance--aside .u-balance__item:first-child {
        margin-left: 0; }
.u-gain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
  margin: 25px 0;
  padding: 16px 16px 40px;
  background-color: var(--week-gain-bg);
  background-image: url("../img/bg-gain.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-size: cover;
  text-align: center;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s; }
.u-gain__txt {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px; }
.u-gain__val {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 260px;
    width: 100%;
    height: 58px;
    margin: 0 auto;
    padding: 9px 20px;
    color: #FFD600;
    font-weight: 600;
    font-size: 24px;
    background: rgba(32, 32, 40, 0.8);
    -webkit-backdrop-filter: blur(4.48855px);
            backdrop-filter: blur(4.48855px);
    border: 1px solid #FFD600;
    border-radius: 2px; }
.u-gain__val:after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 12px;
      width: 33px;
      height: 31px;
      background-image: url("../img/coin.png");
      background-repeat: no-repeat;
      background-position: center; }
.light .u-gain__val {
      background: rgba(255, 214, 0, 0.26);
      color: #FF7A00; }
.u-profile__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.u-profile__grid > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.u-profile__col-info, .u-profile__col-invite-form, .u-profile__col-friends-table, .u-profile__col-form, .u-profile__col-filter, .u-profile__col-tournoments-table {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.u-profile__col-invite-form, .u-profile__col-form {
  margin-bottom: 25px; }
.u-profile__col-filter {
  margin-bottom: 25px; }
.u-profile__table-frame {
  height: 100%; }
.u-profile__header {
  padding: 20px 15px;
  border-bottom: 1px solid #615D5C; }
.light .u-profile__header {
    border-color: #fdd50d; }
.u-profile__title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.u-profile__title-icon {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: auto;
  margin-right: 12px;
  color: #FFD600; }
.u-profile__header-more {
  display: none; }
.u-profile__header-more a {
    color: currentColor; }
.up-menu {
  position: relative;
  margin-bottom: 25px; }
.up-menu.is-open {
    z-index: 1; }
.is-open .up-menu__mobile-wrap {
    position: relative;
    z-index: 2; }
.up-menu__desktop-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.up-menu__link, .up-menu__current {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 44px;
    padding: 9px 16px;
    background-color: var(--frame-bg);
    border: 1px solid #464651;
    border-radius: 4px;
    color: var(--menu-color);
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    font-size: 14px; }
.up-menu__link:hover, .up-menu__current:hover {
      background-color: #FFD600;
      border-color: #FFD600;
      color: #202028;
      text-decoration: none; }
.light .up-menu__link:hover, .light .up-menu__current:hover {
        color: #202028; }
.up-menu__desktop-wrap .up-menu__current {
    display: none; }
.up-menu__current--active {
    background: #FFD600;
    border-color: #FFD600;
    color: #202028; }
.up-menu__current--arrow {
    position: relative;
    padding-right: 45px; }
.up-menu__current--arrow:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 23px;
      width: 11px;
      height: 11px;
      margin-top: -7.5px;
      border-left: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
      border-radius: 2px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
.up-menu__current--arrow.is-active:after {
      -webkit-transform: translateY(4px) rotate(135deg);
              transform: translateY(4px) rotate(135deg); }
.welcome {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px; }
.welcome__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.welcome__row > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.welcome__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
.welcome__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.welcome__logo {
    width: 180px;
    margin-bottom: 1em; }
.welcome__logo svg {
      display: block;
      width: 100%; }
.welcome__text {
    margin-bottom: 24px;
    font-size: 20px; }
.welcome__download {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.welcome__download .btn {
      margin: 0 10px; }
.welcome__btn-appstore {
    width: 129px; }
.welcome__btn-google {
    width: 146px; }
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 */
@media (min-width: 480px) {
    h1,
    .sec__title {
      font-size: 36px;
      line-height: 1.111; }
    h2 {
      font-size: 28px; }
      .popup__inner {
        padding: 40px 60px 40px; }
      .raiting-nav__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px; } }
@media (min-width: 768px) {
    .c-fee {
      font-size: 16px; }
    .c-game {
      font-size: 16px; }
      .c-game__img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 44px;
                flex: 0 0 44px;
        width: 44px;
        height: 44px;
        border-radius: 8px; }
      .c-game__img {
        width: 44px;
        height: 44px;
        border-radius: 8px; }
      .c-player__ava-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32px;
                flex: 0 0 32px;
        width: 32px;
        height: 32px; }
      .c-player__ava {
        width: 32px;
        height: 32px; }
      .c-player__name {
        font-size: 16px; }
    .c-sr {
      font-size: 16px; }
    .a-header {
      height: 78px;
      padding-top: 20px;
      padding-bottom: 20px; }
    .about {
      font-size: 16px; }
      .about__grid-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45.83333%;
                flex: 0 0 45.83333%;
        max-width: 45.83333%;
        padding-left: 15px;
        padding-right: 15px; }
      .about__grid-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 54.16667%;
                flex: 0 0 54.16667%;
        max-width: 54.16667%;
        padding-left: 15px;
        padding-right: 15px; }
      .about__pics-wrap {
        left: 10px;
        right: 10px; }
    .about-facts {
      margin: 2em auto 1em; }
      .about-facts__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .about-facts__item {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .about-facts__icon {
        width: 38px;
        height: 38px;
        margin-right: 20px; }
      .about-nfacts__caption {
        font-size: 16px; }
    .article__poster-text-wrap {
      padding: 20px; }
    .article__poster-subtitle {
      font-size: 28px; }
    .article__poster {
      background-position: right center; }
    .article__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
    .b-card {
      margin: 0 0 16px; }
      .b-card__title {
        font-size: 18px; }
      .b-contact__mail, .b-contact__phone, .b-contact__social {
        width: auto;
        margin-bottom: 0; }
      .b-contact__caption {
        margin-bottom: 20px; }
      .b-contact__link {
        font-size: 24px; }
      .b-form__header {
        margin-bottom: 24px; }
      .b-form__envelope {
        width: 50px;
        height: 50px;
        margin-bottom: 20px; }
      .b-form--ff-mobile {
        display: none; }
      .blog-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
    .container {
      padding-left: 30px;
      padding-right: 30px; }
      .content__subtitle {
        font-size: 16px; }
    .field-text--with-btn .field-text__input-wrap {
      position: relative;
      padding-right: 100px; }
      .field-text--with-btn .btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 105px;
        margin-top: 0; }
      .field-text--ff-desktop {
        display: block; }
      .frame--welcome {
        padding: 24px 20px; }
    .g-download {
      margin: 40px 70px 0 0;
      padding: 50px 28% 50px 30px; }
      .g-download__text {
        margin-bottom: 24px;
        font-size: 36px;
        text-align: left; }
      .g-download__img-wrap {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        -webkit-transform: translate(24%, -50%);
                transform: translate(24%, -50%); }
      .g-download__btns {
        margin-left: -15px;
        margin-right: -15px;
        text-align: left; }
        .g-download__btns .btn {
          margin: 0 15px 0; }
    .game-card {
      margin-bottom: 50px; }
      .game-card:after {
        bottom: -25px; }
      .game-card__row {
        margin-left: -10px;
        margin-right: -10px; }
      .game-card__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 37.5%;
                flex: 0 0 37.5%;
        max-width: 37.5%;
        padding-left: 10px;
        padding-right: 10px; }
      .game-card__left {
        min-height: 280px; }
      .game-card__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 62.5%;
                flex: 0 0 62.5%;
        max-width: 62.5%;
        padding-left: 10px;
        padding-right: 10px; }
      .game-card__img-wrap {
        border-radius: 12px 0 0 12px; }
      .game-card__desc {
        padding: 20px 20px 20px 0; }
      .game-card__btns {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .game-card__btns .btn--more {
          max-width: 230px; }
      .game-card__btns-store {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .h-download {
      margin-top: 70px;
      padding: 40px 50px; }
      .h-download__text {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 700px;
        margin-bottom: 0;
        font-size: 28px;
        text-align: left; }
        .h-download__btns .btn {
          margin: 0 0 0 20px; }
      .h-facts__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .h-facts__item {
        padding-left: 75px;
        margin-bottom: 1em; }
      .h-facts__icon {
        width: 50px;
        height: 50px; }
    .h-intro {
      margin-top: 10px;
      margin-bottom: 60px; }
      .h-intro__subtitle {
        font-size: 16px; }
    .header {
      height: 78px;
      padding-top: 20px;
      padding-bottom: 20px; }
    .news-list__img-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .news-list__desc {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .news-list__title {
      margin-top: 0; }
      .off-canvas__aside::-webkit-scrollbar {
        width: 10px; }
      .off-canvas__aside::-webkit-scrollbar-track {
        background-color: var(--scrollbar-track-bg); }
      .off-canvas__aside::-webkit-scrollbar-thumb {
        background-color: var(--scrollbar-thumb-bg);
        border-radius: 20px;
        border: 3px solid var(--frame-bg); }
        .off-canvas__aside::-webkit-scrollbar-thumb :hover {
          background-color: #FF7A00; }
        .off-canvas__aside::-webkit-scrollbar-thumb:vertical:hover, .off-canvas__aside::-webkit-scrollbar-thumb:horizontal:hover {
          background-color: #FF7A00; }
      .off-canvas__aside::-webkit-scrollbar-corner {
        background: #222; }
      .off-canvas__aside::-webkit-scrollbar-corner {
        background-color: transparent; }
    blockquote {
      padding: 0 0 0 70px; }
      blockquote:before {
        left: 19px;
        border-width: 2px; }
      blockquote:after {
        left: 20px;
        width: 34px;
        height: 62px;
        background-size: 34px auto; }
      .popup__inner {
        padding: 50px 70px 40px; }
      .popup__title {
        font-size: 28px; }
    .raiting-nav {
      margin-left: -15px;
      margin-right: -15px; }
    .raiting-nav {
      padding-left: 28px;
      padding-right: 28px; }
      .raiting-nav__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
    .sec__header--more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .sec__more-wrap-desktop {
      display: block;
      margin-left: auto; }
  .sec .sec__more-wrap-mobile {
    display: none; }
      .u-balance--header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .u-balance--aside {
        display: none; }
    .u-profile__grid {
      margin-left: -10px;
      margin-right: -10px; }
  .u-profile__col-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    .u-profile__col-invite-form, .u-profile__col-form {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 10px;
      padding-right: 10px; }
    .u-profile__col-invite-form, .u-profile__col-form {
      margin-bottom: 0; }
  .u-profile__col-friends-table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
    .u-profile__col-filter {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 10px;
      padding-right: 10px; }
  .u-profile__col-tournoments-table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    .u-profile__header {
      padding: 20px; }
    .welcome {
      padding-top: 0; }
      .welcome__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50.83333%;
                flex: 0 0 50.83333%;
        max-width: 50.83333%;
        padding-left: 15px;
        padding-right: 15px; }
      .welcome__left {
        margin-bottom: 0; }
      .welcome__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 49.16667%;
                flex: 0 0 49.16667%;
        max-width: 49.16667%;
        padding-left: 15px;
        padding-right: 15px; }
      .welcome__logo {
        width: 220px;
        margin-bottom: 25px; }
      .welcome__text {
        margin-bottom: 32px;
        font-size: 28px; }
      .welcome__btn-appstore {
        width: 195px; }
      .welcome__btn-google {
        width: 222px; } }
@media (min-width: 992px) {
      .lang-menu--aside {
        padding: 30px 35px 18px; }
    .a-header {
      height: 96px; }
        .a-nav__list--um {
          display: none; }
      .a-nav__link {
        padding: 10px 20px; }
        .a-nav__link--lvl-2, .a-nav__link--lvl-3 {
          padding: 0; }
        .a-nav__sublist--lvl-2 {
          padding-left: 35px;
          padding-right: 35px; }
    .a-terms {
      padding: 20px 35px; }
      .about__grid-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45.83333%;
                flex: 0 0 45.83333%;
        max-width: 45.83333%;
        padding-left: 15px;
        padding-right: 15px; }
      .about__grid-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 54.16667%;
                flex: 0 0 54.16667%;
        max-width: 54.16667%;
        padding-left: 15px;
        padding-right: 15px; }
      .about__mission {
        margin-top: 50px; }
    .about-facts {
      font-size: 18px; }
      .about-facts__icon {
        width: 40px;
        height: 40px;
        margin-right: 32px; }
      .about-nfacts .about-nfacts__num {
        font-size: 36px; }
        .about-nfacts .about-nfacts__num--bln {
          font-size: 68px; }
      .about-nfacts__caption {
        font-size: 18px; }
    .article__poster-text {
      font-size: 16px; }
    .article__poster-title-img {
      max-height: 110px; }
    .article__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 73.33333%;
              flex: 0 0 73.33333%;
      max-width: 73.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .article__content {
      padding-top: 30px;
      padding-right: 30px; }
    .article__aside {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 26.66667%;
              flex: 0 0 26.66667%;
      max-width: 26.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .article__aside {
      display: block;
      padding-top: 30px;
      padding-left: 25px;
      border-left: 2px solid;
      border-color: var(--menu-border); }
      .b-card:hover .b-card__img {
        -webkit-transform: scale(1.07);
                transform: scale(1.07); }
      .b-card__text {
        font-size: 16px; }
    .b-contact {
      margin-top: 50px; }
      .b-contact__caption {
        font-size: 18px; }
      .b-contact__link {
        font-size: 28px; }
      .b-pmt__img {
        margin-right: 2.5%; }
    .btn {
      padding: 13px 20px; }
      .btn__icon-left-20 {
        margin-right: 20px; }
      .btn--sm {
        padding-top: 7px;
        padding-bottom: 7px; }
      .btn--tag {
        padding: 7.5px 12px; }
      .btn--sign-in .btn__icon-left {
        margin-right: 7px; }
      .btn--sign-in .btn__txt {
        display: inline; }
        .content__title--desk {
          display: block; }
      .content__title--mob {
        display: none; }
    .content-style ul li,
    .content-style ol li {
      padding-left: 1em; }
      .field-checkbox__name {
        padding-top: 0;
        font-size: 16px; }
      .field-num__input {
        min-height: calc(1.25em + 13px + 13px + 2px);
        padding: 13px 20px; }
      .field-select__select {
        padding: 13px 20px; }
      .choices__inner {
        padding: 13px 40px 13px 20px; }
        .choices__list--dropdown .choices__item {
          padding: 13px 20px; }
      .field-text__input {
        min-height: calc(1.25em + 13px + 13px + 2px);
        padding: 13px 20px; }
      .field-text__icon {
        top: 16px; }
      .field-toggler--aside {
        margin-bottom: 30px;
        padding-left: 36px;
        padding-right: 36px; }
        .off-canvas--open .field-toggler--aside {
          margin-bottom: 10px; }
    .footer {
      margin-top: 60px; }
      .frame--welcome {
        padding: 40px 32px; }
      .frame--profile {
        padding: 20px 20px 15px; }
      .g-download__frame-ipad {
        width: 270px;
        height: 194px;
        margin: 0 0 0 28px;
        padding: 11px 11px 11px 11px; }
        .g-download__frame-ipad:before {
          top: 11px;
          bottom: 11px;
          left: 11px;
          right: 11px;
          border-radius: 5px; }
        .g-download__frame-ipad img {
          border-radius: 0; }
      .g-download__frame-iphone {
        width: 182px;
        height: 91px;
        padding: 4px; }
        .g-download__frame-iphone:before {
          top: 4px;
          bottom: 4px;
          left: 4px;
          right: 4px;
          border-radius: 9px; }
        .g-download__frame-iphone img {
          border-radius: 9px; }
      .g-download__btns {
        margin-left: -18px;
        margin-right: -18px; }
        .g-download__btns .btn {
          margin: 0 18px 0; }
      .g-download__btn-appstore {
        width: 176px; }
      .g-download__btn-google {
        width: 199px; }
    .g-filter__mobile-wrap {
      display: none; }
    .g-filter__overlay {
      display: none; }
    .game__rating {
      margin-bottom: 30px; }
    .game__rating-score {
      font-size: 28px; }
    .game-card {
      margin-bottom: 70px; }
      .game-card:after {
        bottom: -35px; }
      .game-card__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .game-card__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .game-card__btns {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
      .game-card__btns-store {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin: 0 0 0 auto; }
      .h-download__btn-appstore {
        width: 176px; }
      .h-download__btn-google {
        width: 199px; }
      .h-facts__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 20px;
        padding-right: 20px; }
      .h-facts__item {
        padding-left: 75px;
        margin-bottom: 1em; }
    .h-intro {
      margin-top: 30px;
      margin-bottom: 60px; }
      .h-intro__title {
        max-width: 590px; }
        .h-intro__title--desk {
          display: block; }
      .h-intro__title--mob {
        display: none; }
    .header {
      height: 96px; }
      .header__title {
        display: block;
        font-weight: 600;
        font-size: 20px; }
    h2 {
      font-size: 32px; }
    blockquote {
      font-size: 18px; }
      .popup__title {
        font-size: 32px; }
      .social-auth__link {
        font-size: 16px; }
    .sw-game-wrapper {
      margin-bottom: 35px; }
      .sw-game__pagination {
        margin-top: 7px; }
    .tippy-menu__item:hover > .tippy-menu__link {
      background-color: #FFD600;
      color: #292931;
      -webkit-box-shadow: 0px 0px 20px rgba(255, 122, 0, 0.6);
              box-shadow: 0px 0px 20px rgba(255, 122, 0, 0.6); }
    .tippy-menu__item:hover > .tippy-menu__link--lvl-2 {
      background-color: transparent;
      color: #FFD600;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .u-gain__txt {
        font-size: 20px; }
      .u-gain__val {
        height: 64px;
        font-size: 28px; }
  .u-profile__col-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
    .u-profile__col-invite-form, .u-profile__col-form {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 10px;
      padding-right: 10px; }
  .u-profile__col-friends-table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 10px;
    padding-right: 10px; }
    .u-profile__col-filter {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 10px;
      padding-right: 10px; }
    .u-profile__col-filter {
      margin-bottom: 0; }
  .u-profile__col-tournoments-table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px; }
    .u-profile__header--more {
      position: relative;
      padding-right: 100px; }
    .u-profile__title-icon {
      width: 33px;
      margin-right: 16px; }
    .u-profile__header-more {
      display: block;
      position: absolute;
      top: 35px;
      right: 20px; }
    .up-menu__mobile-wrap {
      display: none; }
      .up-menu__desktop-wrap {
        margin-left: -12px; }
      .up-menu__link, .up-menu__current {
        max-width: 240px;
        height: 48px;
        margin: 0 0 12px 12px;
        padding: 11px 20px;
        font-size: 16px; }
      .up-menu__desktop-wrap .up-menu__current {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .up-menu__overlay {
      display: none; }
    .welcome {
      max-width: 935px; }
      .welcome__text {
        max-width: 440px;
        margin-bottom: 48px;
        font-size: 32px; } }
@media (min-width: 1350px) {
      .lang-menu--aside .lang-menu__item {
        text-align: center; }
        .lang-menu--aside .lang-menu__icon {
          margin-right: 0; }
          .off-canvas--open .lang-menu--aside .lang-menu__icon {
            margin-right: 13px; }
        .lang-menu--aside .lang-menu__name {
          position: absolute;
          left: -200px;
          visibility: hidden;
          opacity: 0; }
    .overlay {
      display: none; }
        .a-nav__list--first, .a-nav__list--second, .a-nav__list--um {
          padding: 30px 15px; }
      .a-nav__link {
        text-align: center; }
        .a-nav__sublist--lvl-2 {
          margin-left: -25px;
          margin-right: -25px;
          padding-left: 45px;
          padding-right: 45px; }
      .a-nav__icon {
        margin-right: 0; }
        .off-canvas--open .a-nav__icon {
          margin-right: 13px; }
      .a-nav__name {
        position: absolute;
        left: -200px;
        visibility: hidden;
        opacity: 0; }
      .off-canvas--open .a-nav__name {
        position: static;
        left: 0;
        visibility: visible;
        opacity: 1; }
    .a-terms {
      max-height: 0;
      padding: 0 35px;
      visibility: hidden;
      opacity: 0;
      overflow: hidden; }
      .off-canvas--open .a-terms {
        width: 258px;
        padding: 20px 35px; }
    .about {
      font-size: 18px; }
      .about__mission {
        margin-top: 60px; }
      .about__pics {
        margin-top: 1.5em;
        margin-bottom: 1.5em; }
      .about__pics-wrap {
        left: 15px;
        right: 15px; }
      .about-nfacts .about-nfacts__num {
        font-size: 48px; }
        .about-nfacts .about-nfacts__num--bln {
          margin-right: 20px;
          font-size: 76px; }
    .article__poster-wrap {
      height: 420px; }
    .article__poster-text-wrap {
      padding: 40px; }
    .article__poster-subtitle {
      font-size: 32px; }
    .article__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 73.33333%;
              flex: 0 0 73.33333%;
      max-width: 73.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .article__content {
      padding-top: 40px;
      padding-right: 60px; }
    .article__aside {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 26.66667%;
              flex: 0 0 26.66667%;
      max-width: 26.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .article__aside {
      padding-top: 40px;
      padding-left: 35px; }
      .b-card__title {
        font-size: 22px; }
    .b-contact {
      margin-top: 60px; }
      .b-contact__caption {
        font-size: 20px; }
      .b-contact__link {
        font-size: 32px; }
      .b-form__header {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 1.25; }
      .b-form__footer {
        margin-top: 32px;
        font-size: 16px; }
      .b-form__envelope {
        width: 80px;
        height: 80px;
        margin-bottom: 32px; }
    .b-more {
      margin: 40px 0 0; }
      .b-pmt__img {
        margin-right: 3.5%; }
      .b-user--header .b-user__info-wrap {
        margin-left: 40px; }
      .b-user--header .b-user__info {
        display: block;
        width: 190px;
        margin-left: 10px; }
      .b-user--header .b-user__ava-wrap {
        width: 46px;
        height: 46px; }
      .b-user--profile .b-user__info-wrap {
        margin-bottom: 20px;
        padding-bottom: 20px; }
      .b-user--profile .b-user__ava-wrap {
        width: 50px;
        height: 50px; }
      .b-user--profile .b-user__fullname {
        font-size: 16px; }
    .container {
      padding-left: 40px;
      padding-right: 40px; }
    .content {
      padding-top: 50px; }
      .content__subtitle {
        font-size: 20px; }
  .content-style {
    font-size: 20px; }
    .content-style ul li,
    .content-style ol li {
      padding-left: 1.5em; }
      .field-toggler--aside .field-toggler__input-wrap {
        text-align: center; }
        .field-toggler--aside .field-toggler__name {
          padding-left: 35px; }
        .off-canvas--open .field-toggler--aside .field-toggler__name {
          padding-left: 3em; }
        .field-toggler--aside .field-toggler__name-text {
          text-indent: -1000px; }
    .footer {
      margin-top: 80px; }
      .frame--welcome {
        padding: 60px 44px; }
      .frame--profile {
        padding: 30px 30px 15px; }
    .fz-20 {
      font-size: 20px; }
    .fz-24 {
      font-size: 18px; }
    .g-download {
      margin: 50px 90px 0 0;
      padding: 45px 28% 45px 45px; }
      .g-download__text {
        max-width: 650px;
        margin-bottom: 36px;
        font-size: 48px; }
      .g-download__frame-ipad {
        width: 344px;
        height: 248px;
        margin: 0 0 0 35px;
        padding: 15px 15px 15px 16px; }
        .g-download__frame-ipad:before {
          top: 13px;
          bottom: 13px;
          left: 13px;
          right: 13px;
          border-radius: 9px; }
        .g-download__frame-ipad img {
          border-radius: 2px; }
      .g-download__frame-iphone {
        width: 228px;
        height: 113px;
        padding: 6px; }
        .g-download__frame-iphone:before {
          top: 6px;
          bottom: 6px;
          left: 6px;
          right: 6px;
          border-radius: 9px; }
        .g-download__frame-iphone img {
          border-radius: 9px; }
    .game__rating-score {
      font-size: 32px; }
    .game__rating-star {
      width: 24px;
      height: 24px; }
      .game-card__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 37.5%;
                flex: 0 0 37.5%;
        max-width: 37.5%;
        padding-left: 10px;
        padding-right: 10px; }
      .game-card__left {
        min-height: 290px; }
      .game-card__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 62.5%;
                flex: 0 0 62.5%;
        max-width: 62.5%;
        padding-left: 10px;
        padding-right: 10px; }
      .game-card__info {
        top: 20px;
        left: 20px; }
        .game-card__btns-store .btn {
          margin-left: 20px; }
    .h-download {
      margin-top: 70px;
      padding: 50px 50px; }
      .h-download__text {
        font-size: 32px; }
        .h-download__btns .btn {
          margin: 0 0 0 24px; }
    .h-facts {
      margin-left: -20px;
      margin-right: -20px; }
      .h-facts__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 30px;
        padding-right: 30px; }
      .h-facts__item {
        padding-left: 84px; }
      .h-facts__icon {
        width: 55px;
        height: 55px; }
    .h-intro {
      margin-top: 50px;
      margin-bottom: 80px; }
      .h-intro__title {
        max-width: 770px; }
      .h-intro__subtitle {
        font-size: 20px; }
      .header__burger {
        display: none; }
        .logo--header .logo__full {
          display: block; }
        .logo--header .logo__mini {
          display: none; }
    .news-list__item {
      margin-bottom: 50px; }
      .off-canvas__aside {
        max-width: 117px;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      .off-canvas__page-content {
        margin-left: 117px; }
    .off-canvas__overlay {
      display: none; }
      .off-canvas--open .off-canvas__aside {
        max-width: 260px; }
    .off-canvas--open .off-canvas__page-content {
      margin-left: 260px; }
    a[href^='tel:'] {
      white-space: nowrap;
      pointer-events: none;
      text-decoration: inherit;
      color: inherit; }
    h1,
    .sec__title {
      font-size: 48px;
      line-height: 1.083; }
    h2 {
      font-size: 40px; }
      .popup__inner {
        padding: 65px 70px 40px; }
    .sec__header {
      margin-top: 40px; }
      .social__link-wrap {
        margin-right: 30px; }
        .social__link svg {
          width: 33px;
          height: 33px; }
      .social-auth__icon-wrap {
        width: 44px;
        height: 44px; }
    .sw-game-wrapper {
      margin-bottom: 40px; }
      .u-balance__caption {
        display: inline-block;
        vertical-align: middle;
        color: #A09B9B;
        text-overflow: ellipsis;
        overflow: hidden; }
        .u-balance--header .u-balance__item {
          padding: 5px 10px; }
      .u-balance--header .u-balance__icon {
        margin-right: 10px; }
    .u-balance--profile .u-balance__wrap {
      width: 100%; }
    .u-balance--profile .u-balance__val {
      width: 100%;
      margin: 4px 0 0 0; }
    .u-gain {
      height: 200px;
      padding: 45px 16px 50px; }
      .u-gain__val {
        max-width: 190px;
        height: 64px;
        font-size: 32px; }
    .u-profile__title-icon {
      width: 38px; }
    .welcome {
      max-width: 1000px; }
      .welcome__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48.33333%;
                flex: 0 0 48.33333%;
        max-width: 48.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .welcome__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 51.66667%;
                flex: 0 0 51.66667%;
        max-width: 51.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .welcome__logo {
        width: 261px;
        margin-bottom: 35px; } }
@media (min-width: 1800px) {
    .c-fee {
      font-size: 24px; }
    .c-game {
      font-size: 24px; }
      .c-player__name {
        font-size: 20px; }
    .c-sr {
      font-size: 20px; }
      .lang-menu--aside {
        padding: 30px 45px 18px; }
        .a-nav__list--first, .a-nav__list--second, .a-nav__list--um {
          padding: 35px 25px; }
    .a-terms {
      padding: 0 45px; }
      .off-canvas--open .a-terms {
        width: 318px;
        padding: 20px 45px; }
    .about {
      font-size: 20px; }
      .about__grid-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 42.33333%;
                flex: 0 0 42.33333%;
        max-width: 42.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .about__grid-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 57.66667%;
                flex: 0 0 57.66667%;
        max-width: 57.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .about__mission {
        margin-top: 70px; }
      .about__pics {
        margin-top: 3em;
        margin-bottom: 3em; }
    .about-facts {
      font-size: 20px; }
      .about-facts__text {
        max-width: 250px; }
    .about-nfacts {
      padding-left: 80px; }
      .about-nfacts .about-nfacts__num {
        font-size: 64px; }
        .about-nfacts .about-nfacts__num--bln {
          margin-right: 30px;
          font-size: 98px; }
      .about-nfacts__caption {
        font-size: 20px; }
    .article__poster-wrap {
      height: 520px; }
    .article__poster-title-img {
      max-height: 138px; }
    .article__poster-subtitle {
      font-size: 40px; }
    .article__content {
      padding-right: 135px; }
      .b-card__title {
        font-size: 24px; }
    .b-contact {
      margin-top: 80px;
      margin-bottom: 20px; }
      .b-contact__row {
        padding-left: 50px;
        padding-right: 50px; }
      .b-contact__caption {
        font-size: 24px; }
      .b-contact__link {
        font-size: 40px; }
      .b-form__header {
        margin-bottom: 40px; }
      .b-form__footer {
        margin-top: 40px; }
      .b-form__envelope {
        width: 100px;
        height: 100px;
        margin-bottom: 40px; }
    .b-more {
      margin: 60px 0 0; }
    .b-user--profile {
      padding: 30px 20px; }
      .b-user--profile .b-user__info {
        margin-left: 20px; }
      .b-user--profile .b-user__ava-wrap {
        width: 80px;
        height: 80px; }
      .b-user--profile .b-user__fullname {
        font-size: 20px; }
    .container {
      padding-left: 50px;
      padding-right: 50px; }
    .content {
      padding-top: 60px; }
        .field-text__name--with-icon {
          font-size: 20px; }
      .field-toggler--aside {
        margin-bottom: 30px;
        padding-left: 35px;
        padding-right: 35px; }
        .off-canvas--open .field-toggler--aside {
          margin-bottom: 10px;
          padding-left: 45px;
          padding-right: 45px; }
    .fz-24 {
      font-size: 24px; }
    .g-download {
      margin-top: 80px;
      margin-right: 135px;
      padding: 75px 28% 75px 100px; }
      .g-download__text {
        max-width: 550px;
        margin-bottom: 48px;
        font-size: 64px; }
      .g-download__frame-ipad {
        width: 504px;
        height: 363px;
        margin: 0 0 0 50px;
        padding: 20px 20px 20px 22px; }
        .g-download__frame-ipad:before {
          top: 20px;
          bottom: 20px;
          left: 22px;
          right: 20px;
          border-radius: 9px; }
        .g-download__frame-ipad img {
          border-radius: 9px; }
      .g-download__frame-iphone {
        width: 338px;
        height: 168px;
        padding: 9px 8px 9px 8px; }
        .g-download__frame-iphone:before {
          top: 8px;
          bottom: 8px;
          left: 8px;
          right: 8px;
          border-radius: 20px; }
        .g-download__frame-iphone img {
          border-radius: 20px; }
      .g-download__btn-appstore {
        width: 214px; }
      .g-download__btn-google {
        width: 244px; }
    .game__rating {
      margin-bottom: 40px; }
    .game__rating-score {
      font-size: 40px; }
    .game__rating-star {
      width: 28px;
      height: 28px; }
    .game-card {
      margin-bottom: 80px; }
      .game-card:after {
        bottom: -40px; }
      .game-card__row {
        margin-left: -15px;
        margin-right: -15px; }
      .game-card__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .game-card__left {
        min-height: 300px; }
      .game-card__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .game-card__info {
        top: 40px;
        left: 40px; }
      .game-card__desc {
        padding: 30px 30px 30px 0; }
    .h-download {
      margin-top: 130px;
      padding: 50px 90px; }
      .h-download__text {
        font-size: 40px; }
        .h-download__btns .btn {
          margin: 0 0 0 36px; }
      .h-download__btn-appstore {
        width: 214px; }
      .h-download__btn-google {
        width: 244px; }
    .h-facts {
      margin-left: -30px;
      margin-right: -30px; }
    .h-facts {
      padding-left: 50px;
      padding-right: 50px;
      font-size: 16px; }
      .h-facts__item {
        padding-left: 100px; }
      .h-facts__title {
        font-size: 24px; }
      .h-facts__icon {
        width: 64px;
        height: 64px; }
      .h-intro__title {
        max-width: 910px; }
      .header__title {
        font-size: 36px; }
    .news-list__item {
      margin-left: -20px;
      margin-right: -20px; }
    .news-list__item {
      margin-bottom: 60px; }
    .news-list__img-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 20px;
      padding-right: 20px; }
    .news-list__desc {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 20px;
      padding-right: 20px; }
    .news-list__desc {
      font-size: 20px; }
    .news-list__more {
      padding-top: 20px; }
      .off-canvas--open .off-canvas__aside {
        max-width: 320px; }
    .off-canvas--open .off-canvas__page-content {
      margin-left: 320px; }
    .page {
      border-left: 2px solid;
      border-right: 2px solid;
      border-color: var(--menu-border);
      -webkit-transition: border-color 0.3s ease 0s;
      transition: border-color 0.3s ease 0s; }
    h1,
    .sec__title {
      font-size: 64px;
      line-height: 1.125; }
    .sec__header {
      margin-top: 60px; }
      .social__link-wrap {
        margin-right: 40px; }
    .sw-game-wrapper {
      margin-bottom: 60px; }
      .u-balance__item {
        font-size: 16px; }
      .u-balance--profile .u-balance__item {
        margin-left: 20px; }
      .u-balance--profile .u-balance__icon {
        margin-right: 10px; }
    .u-gain {
      height: 240px;
      padding: 60px 16px 70px; }
      .u-gain__val {
        max-width: 280px;
        font-size: 40px; }
    .u-profile__grid {
      margin-left: -15px;
      margin-right: -15px; }
  .u-profile__col-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
    .u-profile__col-invite-form, .u-profile__col-form {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
  .u-profile__col-friends-table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px; }
    .u-profile__col-filter {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 15px;
      padding-right: 15px; }
  .u-profile__col-tournoments-table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px; }
    .u-profile__title-icon {
      margin-right: 20px; }
    .up-menu {
      margin-bottom: 28px; }
      .up-menu__desktop-wrap {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .welcome {
      max-width: 1360px; }
      .welcome__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 54.75%;
                flex: 0 0 54.75%;
        max-width: 54.75%;
        padding-left: 15px;
        padding-right: 15px; }
      .welcome__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45.25%;
                flex: 0 0 45.25%;
        max-width: 45.25%;
        padding-left: 15px;
        padding-right: 15px; }
      .welcome__logo {
        width: 290px;
        margin-bottom: 40px; }
      .welcome__text {
        max-width: 630px;
        margin-bottom: 60px;
        font-size: 40px; }
      .welcome__download {
        margin: 0 -18px; }
        .welcome__download .btn {
          margin: 0 18px; }
      .welcome__btn-appstore {
        width: 214px; }
      .welcome__btn-google {
        width: 244px; } }
@media (max-width: 991px) {
    .btn--sign-in {
      min-width: 0;
      width: 36px;
      padding-left: 5px;
      padding-right: 5px; }
    .g-filter.frame {
      padding: 0;
      background: none; }
      .g-filter.frame:before {
        display: none; }
    .g-filter__desktop-wrap {
      position: absolute;
      z-index: 2;
      top: 100%;
      left: 0;
      right: 0;
      max-height: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: max-height 0.2s, opacity 0.2s;
      transition: max-height 0.2s, opacity 0.2s;
      background-color: var(--frame-bg);
      color: var(--menu-color); }
      .is-open .g-filter__desktop-wrap {
        max-height: 80vh;
        padding: 16px 16px 0;
        border: 1px solid #464651;
        border-top: 0;
        border-radius: 0 0 4px 4px;
        visibility: visible;
        opacity: 1;
        overflow-y: auto; }
        .light .is-open .g-filter__desktop-wrap {
          border-color: #fdd50d; }
      .up-menu__desktop-wrap {
        position: absolute;
        z-index: 2;
        top: 100%;
        left: 0;
        right: 0;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: max-height 0.2s, opacity 0.2s;
        transition: max-height 0.2s, opacity 0.2s;
        background-color: var(--frame-bg); }
      .is-open .up-menu__desktop-wrap {
        max-height: 500px;
        border: 1px solid #464651;
        border-top: 0;
        border-radius: 0 0 4px 4px;
        visibility: visible;
        opacity: 1;
        overflow: hidden; }
        .light .is-open .up-menu__desktop-wrap {
          border-color: #fdd50d; }
    .up-menu__link {
      border-color: transparent;
      border-radius: 0; }
      .light .up-menu__link {
        border-color: transparent; }
    .up-menu__current.is-active {
      background-color: var(--frame-bg);
      border-color: #464651;
      border-bottom-color: transparent;
      border-radius: 4px 4px 0 0;
      color: #FFD600; }
      .light .up-menu__current.is-active {
        border-color: #fdd50d;
        border-bottom-color: transparent; } }
@media (max-width: 1349px) {
    .off-canvas--mobile-hide .off-canvas__aside {
      display: none; }
    .off-canvas--mobile-hide .off-canvas__overlay {
      display: none; } }
