@charset "UTF-8";
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.eot");
  src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  overflow-x: hidden; }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Poppins";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }
    @media (max-width: 767.98px) {
      body.lock {
        width: 100%;
        position: fixed;
        overflow: hidden; } }

input, button, textarea {
  font-family: "Poppins"; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #02001F !important; }

body {
  background: #02001F !important;
  overflow-x: hidden !important; }

.container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1312px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 992.98px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767.98px) {
    .container {
      max-width: none;
      padding: 0 10px; } }

header {
  padding: 10px 0px;
  border-bottom: 1px solid #203FE2; }

.header__logo a {
  color: #fff;
  font-weight: bold;
  font-size: 30px; }
  @media (max-width: 767.98px) {
    .header__logo a {
      font-size: 25px;
      margin: 5px 0px 0px 0px;
      display: block; } }

.header2 {
  position: static;
  background: #191A1E; }
  .header2 .menu_kera__link {
    color: #fff; }
  @media (max-width: 992.98px) {
    .header2 .icon-menu_kera {
      display: block;
      position: absolute;
      top: 30px;
      right: 25px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 30px;
      height: 18px;
      cursor: pointer;
      z-index: 15; }
      .header2 .icon-menu_kera span {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 8px;
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff; }
        .header2 .icon-menu_kera span:first-child {
          top: 0px; }
        .header2 .icon-menu_kera span:last-child {
          top: auto;
          bottom: 0px; }
      .header2 .icon-menu_kera.active span {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        background-color: #fff; }
        .header2 .icon-menu_kera.active span:first-child {
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 8px; }
        .header2 .icon-menu_kera.active span:last-child {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          bottom: 8px; } }

.header__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.menu_kera__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.menu_kera__link {
  line-height: 1.8;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .menu_kera__link span {
    display: block;
    line-height: 28px;
    position: relative; }
    .menu_kera__link span:after {
      content: '';
      position: absolute;
      left: 50%;
      width: 0;
      height: 1px;
      background-color: #fff;
      bottom: 0;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
  .menu_kera__link:hover span:after {
    left: 0;
    width: 100%; }

@media (max-width: 992.98px) {
  .menu_kera__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 10;
    background: #02001F;
    padding: 80px 0px 20px 0px;
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .menu_kera__body.active {
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      z-index: 10; }
  .menu_kera__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu_kera__list li {
      padding: 15px 0px 15px 0px; }
  .menu_kera__link {
    color: #fff;
    font-size: 16px; } }
  @media (max-width: 992.98px) and (max-width: 992.98px) {
    .menu_kera__link {
      font-size: 20px; } }

.menu_kera__link.active {
  color: #000;
  font-weight: bold; }

@media (max-width: 992.98px) {
  .icon-menu_kera {
    display: block;
    position: absolute;
    top: 40px;
    right: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 11; }
    .icon-menu_kera span {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      top: 8px;
      left: 0px;
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #fff; }
      .icon-menu_kera span:first-child {
        top: 0px; }
      .icon-menu_kera span:last-child {
        top: auto;
        bottom: 0px; }
    .icon-menu_kera.active span {
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      background-color: #fff; }
      .icon-menu_kera.active span:first-child {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 8px; }
      .icon-menu_kera.active span:last-child {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 8px; } }

@media (max-width: 767.98px) {
  .header__social.active {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767.98px) {
  .header__lang.active {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767.98px) {
  .header__auth.active {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767.98px) {
  .ask.active {
    opacity: 1;
    visibility: visible; } }

.header__bot.sticky {
  position: fixed;
  z-index: 200; }
  @media (max-width: 767.98px) {
    .header__bot.sticky {
      position: fixed; } }

.footer {
  padding: 60px 0px;
  background: #02001F; }

.footer__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .footer__row {
      display: block; } }

.footer__column {
  padding: 0px 15px; }
  .footer__column:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
  .footer__column:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  .footer__column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; }

@media (max-width: 767.98px) {
  .footer__logo {
    text-align: center; } }

.footer__logo img {
  max-width: 100%;
  max-height: 100%; }

@media (max-width: 767.98px) {
  .footer__cent {
    margin: 30px 0px; } }

.footer__cent p {
  margin: 0px 0px 25px 0px;
  font-size: 17px;
  line-height: 1.3;
  color: #fff; }

.footer__cent a {
  display: inline-block;
  margin: 0px 0px 20px 0px;
  font-size: 17px;
  color: #2723FF;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .footer__cent a:hover {
    text-decoration: none; }

.footer__last p {
  margin: 0px 0px 25px 0px;
  font-size: 17px;
  line-height: 1.3;
  color: #fff; }

.footer__18 img {
  max-width: 100%;
  max-height: 100%; }

.webui-popover-content {
  display: none; }

.webui-popover-rtl {
  direction: rtl;
  text-align: right; }

.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  max-width: 220px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-clip: padding-box;
  background-color: #fff;
  color: #222222;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #b0b0b0; }

.webui-popover-inner {
  padding: 10px 20px; }

.webui-popover span {
  color: #b0b0b0; }

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px; }

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px; }

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px; }

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px; }

.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5), -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.pop-out {
  -webkit-transition: .15s linear;
  -o-transition: .15s linear;
  transition: .15s linear;
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100); }

.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: visible !important;
  display: block; }

.webui-popover .webui-popover-content > div:first-child {
  width: 99%; }

.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
  text-decoration: none; }

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: .5;
  filter: alpha(opacity=50); }

.webui-popover-inner .close:after {
  content: "\00D7";
  width: .8em;
  height: .8em;
  padding: 4px;
  position: relative; }

.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0; }

.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none; }

.webui-popover-inverse {
  background-color: #333;
  color: #eee; }

.webui-popover-inverse .webui-popover-title {
  background: #333;
  border-bottom: 1px solid #3b3b3b;
  color: #eee; }

.webui-no-padding .webui-popover-content {
  padding: 0; }

.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none; }

.webui-no-padding .list-group-item:first-child {
  border-top: 0; }

.webui-no-padding .list-group-item:last-child {
  border-bottom: 0; }

.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.webui-popover > .webui-arrow {
  border-width: 11px; }

.webui-popover > .webui-arrow:after {
  border-width: 10px;
  content: ""; }

.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #fff;
  border-top-color: #b0b0b0;
  border-bottom-width: 0; }

.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0; }

.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #fff;
  border-right-color: #b0b0b0; }

.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #fff;
  border-bottom-color: #b0b0b0;
  border-top-width: 0; }

.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0; }

.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #fff;
  border-left-color: #b0b0b0; }

.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.webui-popover-inverse.top > .webui-arrow,
.webui-popover-inverse.top-left > .webui-arrow,
.webui-popover-inverse.top-right > .webui-arrow,
.webui-popover-inverse.top > .webui-arrow:after,
.webui-popover-inverse.top-left > .webui-arrow:after,
.webui-popover-inverse.top-right > .webui-arrow:after {
  border-top-color: #333; }

.webui-popover-inverse.right > .webui-arrow,
.webui-popover-inverse.right-top > .webui-arrow,
.webui-popover-inverse.right-bottom > .webui-arrow,
.webui-popover-inverse.right > .webui-arrow:after,
.webui-popover-inverse.right-top > .webui-arrow:after,
.webui-popover-inverse.right-bottom > .webui-arrow:after {
  border-right-color: #333; }

.webui-popover-inverse.bottom > .webui-arrow,
.webui-popover-inverse.bottom-left > .webui-arrow,
.webui-popover-inverse.bottom-right > .webui-arrow,
.webui-popover-inverse.bottom > .webui-arrow:after,
.webui-popover-inverse.bottom-left > .webui-arrow:after,
.webui-popover-inverse.bottom-right > .webui-arrow:after {
  border-bottom-color: #333; }

.webui-popover-inverse.left > .webui-arrow,
.webui-popover-inverse.left-top > .webui-arrow,
.webui-popover-inverse.left-bottom > .webui-arrow,
.webui-popover-inverse.left > .webui-arrow:after,
.webui-popover-inverse.left-top > .webui-arrow:after,
.webui-popover-inverse.left-bottom > .webui-arrow:after {
  border-left-color: #333; }

.webui-popover i.icon-refresh:before {
  content: ""; }

.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../img/loading.gif) no-repeat; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998; }

.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none; }

.popup {
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100; }
  .popup.active .popup-content {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .popup.show {
    display: block; }
    .popup.show .popup-content {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.popup-table {
  height: 100%;
  table-layout: fixed; }
  .popup-table > .cell {
    height: 100%;
    vertical-align: middle;
    padding: 30px 10px; }

.popup-content {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  max-width: 650px;
  height: 500px;
  margin: 0px auto;
  background: #080b33;
  background: -webkit-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: -o-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: linear-gradient(97deg, #080b33 21%, #1e0859 90%); }

.popup-close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: url("../img/icons/close.svg") 0 0 no-repeat; }

.popup-video .popup-close {
  width: 40px;
  height: 40px;
  background-color: #000;
  top: 0;
  right: 0; }

.popup-video__value {
  max-width: 99%;
  height: 99%;
  border: none; }
  .popup-video__value iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }

.popup__game {
  width: 100%;
  height: 400px;
  padding: 15px 15px; }
  .popup__game iframe {
    width: 100%;
    height: 100%; }

.popup__txt {
  padding: 30px;
  text-align: center; }
  .popup__txt p {
    color: #fff;
    font-size: 20px; }

.formapop {
  text-align: center;
  padding: 0px 50px; }
  .formapop input {
    padding: 12px 15px;
    width: 100%; }

.form-button {
  padding: 30px 0px; }

.formapopbtn {
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  border-radius: 35px;
  background: #4F00B4; }

.mainblock {
  padding: 80px 0px 150px 0px;
  position: relative; }
  @media (max-width: 767.98px) {
    .mainblock {
      padding: 10px 0px 40px 0px; } }

.mainblock__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .mainblock__row {
      display: block; } }

.mainblock__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0px 15px; }

.mainblock__desc h1 {
  margin: 0px 0px 25px 0px;
  font-size: 60px;
  font-weight: bold;
  line-height: 64px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0em; }
  @media (max-width: 992.98px) {
    .mainblock__desc h1 {
      font-size: 36px;
      line-height: 1.5; } }
  .mainblock__desc h1 span {
    color: #348EE1; }

.mainblock__desc p {
  margin: 0px 0px 12px 0px;
  color: #fff;
  font-size: 23px; }
  .mainblock__desc p span {
    color: #348EE1; }

.mainblock__img {
  text-align: center;
  position: relative; }
  .mainblock__img img {
    max-width: 100%;
    max-height: 100%; }

.descgame {
  padding: 60px 0px;
  background: #080b33;
  background: -webkit-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: -o-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: linear-gradient(97deg, #080b33 21%, #1e0859 90%); }

.descgame__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .descgame__row {
      display: block; } }

.descgame__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.descgame__img {
  margin: 0px 0px 20px 0px; }
  .descgame__img img {
    width: 100%;
    height: 100%; }

.descgame__text h2 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  margin: 0px 0px 20px 0px; }

.descgame__text h3 {
  margin: 0px 0px 20px 0px;
  font-size: 25px;
  color: #348EE1; }

.descgame__text p {
  font-size: 17px;
  line-height: 1.3;
  margin: 0px 0px 20px 0px;
  color: #fff; }

.descgame__btn {
  margin: 30px 0px 0px 0px; }
  .descgame__btn a {
    display: inline-block;
    background: #1677f2;
    background: -webkit-linear-gradient(353deg, #1677f2 16%, #a840c5 83%);
    background: -o-linear-gradient(353deg, #1677f2 16%, #a840c5 83%);
    background: linear-gradient(97deg, #1677f2 16%, #a840c5 83%);
    border-radius: 30px;
    padding: 12px 60px;
    font-size: 17px;
    color: #fff; }

.shuls {
  padding: 60px 0px;
  background: #080b33;
  background: -webkit-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: -o-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: linear-gradient(97deg, #080b33 21%, #1e0859 90%); }

.shuls__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .shuls__row {
      display: block; } }

.shuls__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

@media (max-width: 767.98px) {
  .shuls__img {
    margin: 0px 0px 30px 0px; } }

.shuls__img img {
  width: 100%;
  height: 100%; }

.shuls__desc h2 {
  color: #348EE1;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  margin: 0px 0px 30px 0px; }

.shuls__desc p {
  font-size: 17px;
  line-height: 1.3;
  color: #fff; }

.about {
  padding: 60px 0px;
  background: #080b33;
  background: -webkit-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: -o-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: linear-gradient(97deg, #080b33 21%, #1e0859 90%); }

.about__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .about__row {
      display: block; } }

.about__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

@media (max-width: 767.98px) {
  .about__desc {
    margin: 0px 0px 30px 0px; } }

.about__desc h2 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  margin: 0px 0px 15px 0px; }

.about__desc ul {
  padding: 0px 0px 0px 20px; }
  .about__desc ul li {
    margin: 0px 0px 30px 0px;
    font-size: 17px;
    color: #fff;
    line-height: 1.3;
    list-style-type: disc; }

.bluecol {
  color: #004FE8 !important; }

.about__img {
  text-align: center; }
  .about__img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.waskas {
  padding: 50px 0px;
  background: #080b33;
  background: -webkit-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: -o-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: linear-gradient(97deg, #080b33 21%, #1e0859 90%); }
  .waskas h2 {
    color: #348EE1;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
    margin: 0px 0px 30px 0px; }

.waskas__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .waskas__row {
      display: block; } }

.waskas__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.waskas__desc p {
  font-size: 17px;
  color: #fff;
  line-height: 1.3;
  margin: 0px 0px 15px 0px; }

.why {
  padding: 60px 0px;
  background: #080b33;
  background: -webkit-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: -o-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: linear-gradient(97deg, #080b33 21%, #1e0859 90%); }
  .why h2 {
    margin: 0px 0px 20px 0px;
    font-size: 25px;
    color: #348EE1; }
  .why p {
    font-size: 17px;
    line-height: 1.3;
    margin: 0px 0px 20px 0px;
    color: #fff; }

.why__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .why__row {
      display: block; } }

.why__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  padding: 0px 15px; }
  @media (max-width: 767.98px) {
    .why__column {
      margin: 0px 0px 30px 0px; } }

.why__img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.why__desc h3 {
  margin: 0px 0px 30px 0px;
  font-size: 22px;
  color: #fff; }

.why__desc ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px 0px 15px 0px; }
  .why__desc ul li img {
    max-width: 100%;
    height: 20px; }
  .why__desc ul li span {
    color: #fff;
    font-size: 17px;
    display: inline-block;
    line-height: 1.3;
    padding: 0px 0px 0px 10px; }

.advant {
  padding: 50px 0px;
  background: #02001F; }
  .advant h2 {
    margin: 0px 0px 20px 0px;
    font-size: 25px;
    color: #fff;
    text-align: center; }
  .advant p {
    margin: 0px 0px 30px 0px;
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    text-align: center; }

.advant__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .advant__row {
      display: block; } }

.advant__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.advant__item h3 {
  margin: 0px 0px 30px 0px;
  font-size: 22px;
  color: #fff; }

.advant__item ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px 0px 15px 0px; }
  .advant__item ul li img {
    max-width: 100%;
    height: 15px; }
  .advant__item ul li span {
    color: #fff;
    font-size: 17px;
    display: inline-block;
    line-height: 1.3;
    padding: 0px 0px 0px 10px; }

.download {
  padding: 60px 0px;
  background: #080b33;
  background: -webkit-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: -o-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: linear-gradient(97deg, #080b33 21%, #1e0859 90%); }
  .download h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.3;
    margin: 0px 0px 15px 0px; }
    @media (max-width: 767.98px) {
      .download h2 {
        font-size: 35px; } }
  .download h6 {
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
    margin: 0px 0px 30px 0px;
    color: #FE5084; }

.download__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .download__row {
      display: block; } }

.download__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0px 15px; }

.download__item {
  background: #191A1E;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 767.98px) {
    .download__item {
      margin: 0px 0px 20px 0px; } }
  .download__item:hover .download__desc {
    display: block; }

.download__img {
  height: 350px;
  position: relative; }
  .download__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px; }

.download__desc {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.descdownload__rait {
  text-align: right;
  margin: 0px 0px 60px 0px;
  color: #fff;
  font-size: 20px; }

.descdownload__title {
  margin: 0px 0px 15px 0px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3; }

.descdownload__play {
  margin: 0px 0px 15px 0px; }
  .descdownload__play a {
    display: inline-block;
    background: #1677f2;
    background: -webkit-linear-gradient(353deg, #1677f2 16%, #a840c5 83%);
    background: -o-linear-gradient(353deg, #1677f2 16%, #a840c5 83%);
    background: linear-gradient(97deg, #1677f2 16%, #a840c5 83%);
    border-radius: 10px;
    padding: 12px 40px;
    font-size: 17px;
    color: #fff; }

.descdownload__link a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .descdownload__link a:hover {
    background: #fff;
    color: #000; }

.bgdown {
  background-image: -webkit-linear-gradient(311deg, #FE5181 12%, #FF34DF 70%) !important;
  background-image: -o-linear-gradient(311deg, #FE5181 12%, #FF34DF 70%) !important;
  background-image: linear-gradient(139deg, #FE5181 12%, #FF34DF 70%) !important; }

.gamessocial {
  padding: 60px 0px;
  background: #080b33;
  background: -webkit-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: -o-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: linear-gradient(97deg, #080b33 21%, #1e0859 90%); }

.gamessocial__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .gamessocial__row {
      display: block; } }

.gamessocial__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.gamessocial__desc h2 {
  margin: 0px 0px 20px 0px;
  font-size: 25px;
  color: #348EE1; }

.gamessocial__desc h3 {
  margin: 0px 0px 20px 0px;
  font-size: 25px;
  color: #348EE1; }

.gamessocial__desc p {
  font-size: 17px;
  line-height: 1.3;
  margin: 0px 0px 20px 0px;
  color: #fff; }

@media (max-width: 767.98px) {
  .gamessocial__img {
    margin: 30px 0px 0px 0px; } }

.gamessocial__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.asked {
  padding: 60px 0px;
  background: #080b33;
  background: -webkit-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: -o-linear-gradient(353deg, #080b33 21%, #1e0859 90%);
  background: linear-gradient(97deg, #080b33 21%, #1e0859 90%); }
  .asked h2 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
    margin: 0px 0px 30px 0px; }

.asked__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .asked__row {
      display: block; } }

.asked__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.asked__item {
  margin: 0px 0px 20px 0px; }

.asked__icon {
  height: 20px; }
  .asked__icon img {
    max-width: 100%;
    max-height: 100%; }

.asked__img {
  text-align: center; }
  @media (max-width: 767.98px) {
    .asked__img {
      margin: 30px 0px 0px 0px; } }
  .asked__img img {
    max-width: 100%;
    max-height: 100%; }

.nocent {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.spoiler_title {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px 36px !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .spoiler_title span {
    font-weight: bold;
    color: #fff;
    font-size: 16px; }

.spoiler_title, .spoiler_content {
  padding: 30px 26px; }

.spoiler_content {
  padding-top: 0;
  padding-bottom: 10px;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  margin-top: -10px;
  opacity: 0.6;
  font-size: 14px;
  color: #fff; }

.spoiler_content p {
  font-size: 16px;
  margin: 20px 0;
  color: #fff;
  opacity: 0.6;
  line-height: 1.5; }

.spoiler_content.open {
  margin-top: 0;
  max-height: 100%;
  opacity: 1; }

.spoiler_title .spoiler_arrow {
  display: inline-block;
  margin-left: 15px;
  font-size: 20px;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  vertical-align: middle; }

.spoiler_title .spoiler_arrow svg {
  fill: red;
  width: 13px; }

.spoiler_title .spoiler_arrow.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.reviews {
  padding: 60px 100px; }
  @media (max-width: 767.98px) {
    .reviews {
      padding: 60px 0px; } }
  .reviews h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.3;
    margin: 0px 0px 40px 0px; }
    @media (max-width: 767.98px) {
      .reviews h2 {
        font-size: 35px; } }

.reviews__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .reviews__row {
      display: block; } }

.reviews__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .reviews__column h3 {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.3;
    margin: 0px 0px 30px 0px; }

.reviews__img {
  height: 100%; }
  @media (max-width: 767.98px) {
    .reviews__img {
      margin: 0px 0px 25px 0px;
      height: 300px; } }
  .reviews__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px; }

.reviews__right {
  background: #191A1E;
  border-radius: 15px; }

.reviews__item {
  padding: 30px 30px;
  border-bottom: 1px solid #3A3A3D; }

.itemreviews p {
  color: #fff;
  font-size: 16px;
  line-height: 1.3; }

.itemreviews__top {
  margin: 0px 0px 30px 0px; }

.itemreviews__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0px -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.itemreviews__col {
  padding: 0px 10px; }
  .itemreviews__col span {
    color: #fff;
    font-size: 20px;
    font-weight: bold; }

.itemreviews__img {
  height: 40px; }
  .itemreviews__img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%; }

.bordernone {
  border-bottom: 0px solid #3A3A3D; }

.appgame {
  padding: 60px 100px; }
  @media (max-width: 767.98px) {
    .appgame {
      padding: 60px 0px; } }

.appgame__body {
  border-radius: 15px;
  background-image: -webkit-linear-gradient(311deg, #FE5181 12%, #FF34DF 70%);
  background-image: -o-linear-gradient(311deg, #FE5181 12%, #FF34DF 70%);
  background-image: linear-gradient(139deg, #FE5181 12%, #FF34DF 70%);
  padding: 50px 50px 0px 50px; }
  @media (max-width: 767.98px) {
    .appgame__body {
      padding: 50px 50px; } }

.appgame__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .appgame__row {
      display: block; } }

.appgame__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .appgame__column:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.appgame__img {
  text-align: center; }
  .appgame__img img {
    max-width: 100%;
    max-height: 100%; }

.appgame__desc h2 {
  font-size: 37px;
  margin: 0px 0px 15px 0px;
  line-height: 1.3;
  color: #fff; }
  @media (max-width: 767.98px) {
    .appgame__desc h2 {
      font-size: 30px;
      text-align: center; } }

.appgame__desc p {
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
  margin: 0px 0px 15px 0px; }

.privtitle {
  background: #191A1E;
  padding: 100px 0px; }
  @media (max-width: 767.98px) {
    .privtitle {
      padding: 50px 0px; } }
  .privtitle h1 {
    font-size: 53px;
    font-weight: bold;
    line-height: 64px;
    color: #fff;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .privtitle h1 {
        font-size: 35px; } }

.privacy {
  padding: 60px 0px 60px 0px; }
  .privacy h5 {
    margin: 0px 0px 20px 0px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left; }
  .privacy ul {
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 20px 0px; }
    .privacy ul li {
      list-style-type: disc;
      font-size: 15px;
      font-weight: 400;
      color: #fff;
      opacity: 0.6;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
      margin: 0px 0px 10px 0px; }
  .privacy p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 10px 0px; }

.gametop {
  padding: 50px 0px;
  background: #191A1E; }

.gametop__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .gametop__row {
      display: block; } }

.gametop__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.gametop__desc h1 {
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  margin: 0px 0px 15px 0px; }

.gametop__desc p {
  font-size: 17px;
  line-height: 1.3;
  color: #fff; }

@media (max-width: 767.98px) {
  .gametop__img {
    margin: 20px 0px 0px 0px; } }

.gametop__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.gameframe {
  padding: 40px 0px; }

.gameframe__game {
  height: 500px; }
  .gameframe__game iframe {
    width: 100%;
    height: 100%; }

.gametext {
  padding: 50px 0px; }
  .gametext p {
    font-weight: bold;
    color: #fff;
    margin: 0px 0px 20px 0px;
    font-size: 22px;
    line-height: 1.3; }
  .gametext span {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    margin: 0px 0px 20px 0px; }

.gametext__img {
  margin: 20px 0px; }
  .gametext__img img {
    width: 100%;
    height: 100%; }

.row:after {
  display: block;
  content: '';
  clear: both; }

.rub:after {
  content: '₽'; }

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

ol.counter {
  list-style-type: none;
  counter-reset: item; }
  ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px; }
    ol.counter li:before {
      counter-increment: item;
      content: counter(item);
      position: absolute;
      left: 0;
      top: 0;
      color: #818181;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      line-height: 26px;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      border: 1px solid #4274bb; }

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.table {
  display: table;
  font-size: 0;
  width: 100%; }

.trow {
  display: table-row; }

.cell {
  display: table-cell; }
  .cell.full {
    width: 100%; }

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .video video, .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videobg video, .videobg iframe, .videobg object, .videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.moretext {
  overflow: hidden; }

.moretext__more {
  cursor: pointer; }
  .moretext__more i {
    font-style: normal; }
    .moretext__more i:first-child {
      display: block; }
    .moretext__more i:last-child {
      display: none; }
  .moretext__more.active i {
    font-style: normal; }
    .moretext__more.active i:first-child {
      display: none; }
    .moretext__more.active i:last-child {
      display: block; }

.graystyle {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1); }

.graystyleoff {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0); }

.slick-slider {
  position: relative; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .slick-slider .slick-track {
    position: relative;
    width: 100%; }
  .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }
  .slick-slider .slick-dots {
    top: -5%;
    right: 0%;
    position: absolute;
    z-index: 3;
    margin: -40px 0px 0px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767.98px) {
      .slick-slider .slick-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        right: auto;
        position: static;
        margin: 40px 0px 0px 0px; } }
    .slick-slider .slick-dots li {
      list-style: none;
      margin: 0px 4px; }
      .slick-slider .slick-dots li button {
        display: block;
        font-size: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #8A8A8A; }
        .slick-slider .slick-dots li button:hover {
          background: #fff; }
      .slick-slider .slick-dots li.slick-active button {
        width: 25px;
        height: 8px;
        border-radius: 25px;
        background: #fff; }

.tab__item {
  display: none; }
  .tab__item.active {
    display: block; }

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nicescroll-rails {
  z-index: 1000 !important; }

.gm-style-iw-t {
  opacity: 0; }

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important; }
  .baloon button {
    display: none !important; }
  .baloon:after {
    display: none !important; }

.baloon-style {
  display: none; }

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important; }
  .baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important; }
  .baloon-content.gm-style-iw:after {
    display: none !important; }

.baloon-close {
  top: 18px !important; }

.slider {
  position: relative; }

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #EAEAEA;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent; }
  .slider .slick-arrow:hover {
    border: 1px solid #9747FF; }

.slider .slick-arrow.slick-prev {
  left: 10px; }
  .slider .slick-arrow.slick-prev:after {
    content: '';
    margin: 0px 0px 0px 10px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  .slider .slick-arrow.slick-prev:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .slider .slick-arrow.slick-prev:hover:after {
      content: '';
      margin: 0px 0px 0px 10px;
      border: solid #9747FF;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 10px;
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }

.slider .slick-arrow.slick-next {
  right: 10px; }
  .slider .slick-arrow.slick-next:after {
    content: '';
    margin: 0px 8px 0px 0px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .slider .slick-arrow.slick-next:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .slider .slick-arrow.slick-next:hover:after {
      content: '';
      margin: 0px 8px 0px 0px;
      border: solid #9747FF;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 10px;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }

.slider .slick-arrow.slick-next {
  right: 43%;
  top: 103%; }
  @media (max-width: 767.98px) {
    .slider .slick-arrow.slick-next {
      right: 31% !important; } }
  @media (max-width: 1312px) {
    .slider .slick-arrow.slick-next {
      right: 36%; } }

.slider .slick-arrow.slick-prev {
  left: 43%;
  top: 103%; }
  @media (max-width: 767.98px) {
    .slider .slick-arrow.slick-prev {
      left: 31% !important; } }
  @media (max-width: 1312px) {
    .slider .slick-arrow.slick-prev {
      left: 36%; } }
