@import url("b-stores.scss");
@import url("b-lang.scss");
html {
  height: 100%; }

body {
  font-family: sans-serif !important;
  height: 100%;
  min-height: 100%; }

.wrap-main {
  min-height: 100%; }

.wrap-container {
  padding-bottom: 124px;
  padding-top: 90px; }

.b-container {
  width: 980px;
  margin: 0 auto;
  position: relative; }
  .b-container.alert {
    z-index: 99;
    width: 980px;
    position: fixed;
    padding-top: 10px;
    left: 50%;
    top: 16px;
    margin-left: -465px; }
  .b-container .cols-2 {
    overflow: hidden;
    padding: 50px 0; }
    .b-container .cols-2 .col-0 {
      float: left;
      width: 100%;
      text-align: center;
      padding: 0 0 40px 0;
      color: #333;
      font-size: 30px;
      text-shadow: 0 0 2px #ddd; }
    .b-container .cols-2 .col-1 {
      float: left;
      width: 48%; }
    .b-container .cols-2 .col-2 {
      float: right;
      width: 48%; }
  .b-container .title {
    font-size: 30px;
    text-shadow: 0 0 2px #ddd;
    padding-bottom: 15px; }
  .b-container .b-content {
    line-height: 28px;
    font-size: 18px; }
    .b-container .b-content p {
      padding-bottom: 5px; }
  .b-container .b-art img {
    width: 100%;
    border-radius: 10px; }

.b-top {
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%; }
  .b-top.bubble-top {
    position: fixed;
    top: -100px;
    background: #fff; }
    .b-top.bubble-top.show {
      top: 0;
      transition: top ease 0.2s;
      box-shadow: 0 0 10px #777; }
  .b-top .b-container {
    height: 90px; }
  .b-top .logo-top {
    position: absolute;
    top: 10px;
    left: 0;
    width: 70px;
    height: 60px;
    z-index: 9; }
    .b-top .logo-top img {
      width: inherit; }
  .b-top .menu-top {
    width: 350px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    overflow: hidden; }
    .b-top .menu-top .menu-list {
      text-align: center;
      height: 100%;
      width: 100%; }
      .b-top .menu-top .menu-list li {
        float: left;
        width: 33%;
        line-height: 90px;
        padding: 0;
        z-index: 2; }
        .b-top .menu-top .menu-list li a {
          width: 100%;
          float: left;
          text-decoration: none;
          color: #333;
          line-height: 90px;
          position: relative;
          z-index: 2;
          white-space: nowrap; }
        .b-top .menu-top .menu-list li.active a, .b-top .menu-top .menu-list li:hover a {
          color: #cc3d3d; }
        .b-top .menu-top .menu-list li.decorator {
          position: absolute;
          height: 2px;
          background: #cc3d3d;
          top: 65px;
          left: -999px;
          z-index: 1;
          transition: ease 200ms; }
  .b-top .menu-lang {
    position: absolute;
    top: 32px;
    right: 0; }
    .b-top .menu-lang li {
      float: left;
      margin-left: 5px; }
      .b-top .menu-lang li a {
        width: 25px;
        height: 17px;
        border: 1px solid #eee;
        float: left;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -9999px;
        opacity: 0.5; }
        .b-top .menu-lang li a.ru {
          background-image: url("/public/images/flag/ru.png"); }
        .b-top .menu-lang li a.en {
          background-image: url("/public/images/flag/en.png"); }
        .b-top .menu-lang li a:hover, .b-top .menu-lang li a.active {
          opacity: 1; }

.b-footer {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #eee;
  background: #fff;
  margin-top: -124px; }
  .b-footer .logo-footer {
    width: 70px;
    height: 61px;
    margin-top: 0px;
    float: left; }
    .b-footer .logo-footer img {
      width: inherit; }
  .b-footer .footer-content {
    margin: 0 100px; }
    .b-footer .footer-content .community-badge {
      text-align: center;
      margin-bottom: 20px; }
      .b-footer .footer-content .community-badge a.social-ico {
        background-image: url("/public/images/social-icons.png");
        width: 60px;
        height: 60px;
        display: inline-block;
        background-size: 256px;
        margin-right: 2px;
        position: relative;
        margin-right: 10px; }
        .b-footer .footer-content .community-badge a.social-ico.social-ico-fb {
          background-position: -2px -2px; }
        .b-footer .footer-content .community-badge a.social-ico.social-ico-vk {
          background-position: -194px -2px; }
        .b-footer .footer-content .community-badge a.social-ico.social-ico-in {
          background-position: -130px -2px; }
        .b-footer .footer-content .community-badge a.social-ico.social-ico-yt {
          background-position: -66px -2px; }
    .b-footer .footer-content ul.footer-menu {
      margin-bottom: 10px;
      padding-top: 12px; }
      .b-footer .footer-content ul.footer-menu li {
        display: inline; }
        .b-footer .footer-content ul.footer-menu li:after {
          content: '|'; }
        .b-footer .footer-content ul.footer-menu li:last-child:after {
          content: ''; }
        .b-footer .footer-content ul.footer-menu li a {
          text-decoration: none;
          color: #333;
          margin: 0 7px; }
          .b-footer .footer-content ul.footer-menu li a:hover {
            color: #cc3d3d; }
    .b-footer .footer-content .bottom-text {
      font-size: 14px;
      font-weight: bold; }

.section.shadow {
  position: relative; }
  .section.shadow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1; }
  .section.shadow .b-container {
    z-index: 1;
    text-align: center; }

.section.shadowred {
  position: relative; }
  .section.shadowred:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #930001;
    opacity: 0.6;
    z-index: 1; }
  .section.shadowred .b-container {
    z-index: 1; }

.aboutgame .title-game {
  color: #fff;
  font-size: 60px;
  text-align: center;
  padding-top: 40px;
  line-height: 60px;
  text-shadow: 0 0 10px #000; }
  .aboutgame .title-game a {
    color: inherit;
    text-decoration: inherit; }

.aboutgame .bigbtn {
  color: #B00100;
  background: #000;
  border-radius: 100px;
  border: 2px solid #fff;
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 10px 20px 20px;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  line-height: 15px;
  box-shadow: 0 0 10px #000;
  transition: ease 70ms; }
  .aboutgame .bigbtn span {
    width: inherit;
    height: inherit;
    float: left;
    background-image: url("/public/images/r-arr.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35%;
    transition: ease 60ms;
    -webkit-filter: drop-shadow(0px 0px 5px #000);
    filter: drop-shadow(0px 0px 5px #000);
    opacity: 1; }
  .aboutgame .bigbtn:hover {
    box-shadow: 0 0 15px #000; }
    .aboutgame .bigbtn:hover span {
      opacity: 0.7; }
  .aboutgame .bigbtn.go-globalcity {
    background-image: url("/public/images/games/globalcity/globalcity_btn.jpg");
    background-position: 0% 68%;
    background-size: 340%; }
    .aboutgame .bigbtn.go-globalcity:hover {
      background-position: 100% 88%;
      background-size: 230%; }
  .aboutgame .bigbtn.go-baha {
    background-image: url("/public/images/games/baha/baha_btn.jpg");
    background-position: 83% 50%;
    background-size: 300%; }
    .aboutgame .bigbtn.go-baha:hover {
      background-size: 340%;
      background-position: 20% 90%; }
  .aboutgame .bigbtn.go-pt {
    background-image: url("/public/images/games/parktown/pt_btn.jpg");
    background-size: 211%;
    background-position: 22% 19%; }
    .aboutgame .bigbtn.go-pt:hover {
      background-position: 83% 50%;
      background-size: 300%; }

.aboutgame .b-text {
  color: #fff;
  width: 70%;
  margin: 0 auto;
  line-height: 26px;
  text-align: center; }

.promo, .main, .game-parktown, .game-baha, .game-globalcity, .about {
  min-height: 400px; }

.game-rbw {
  min-height: 400px; }

.leafs {
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover; }
  .leafs.leaf-1 {
    top: 0;
    left: 0;
    width: 354px;
    height: 328px;
    background-image: url("/public/images/leaf-1.png"); }
  .leafs.leaf-2 {
    top: 0;
    right: 0;
    width: 433px;
    height: 150px;
    background-image: url("/public/images/leaf-2.png"); }
  .leafs.leaf-3 {
    bottom: 0;
    right: 0;
    width: 251px;
    height: 277px;
    background-image: url("/public/images/leaf-3.png"); }
  .leafs.leaf-4 {
    bottom: 0;
    right: 35%;
    width: 442px;
    height: 75px;
    background-image: url("/public/images/leaf-4.png"); }
  .leafs.leaf-5 {
    bottom: 0;
    left: 0;
    width: 108px;
    height: 128px;
    background-image: url("/public/images/leaf-5.png"); }

.download-game .mail {
  border: 1px solid #ccc;
  border-radius: 4px; }
  .download-game .mail img {
    height: 38px; }
