body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: auto;
  font: 400 16px "Roboto", Tahoma, sans-serif !important;
  color: #0d417f;
}

.game-page {
  min-width: 360px;
  padding: 80px 16px 64px;
  background: #fff url(img/bg.png);
}
.game-page h1, .game-page h2, .game-page h3, .game-page p {
  color: #0d417f;
}
.game-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 64px;
  background: #fff;
  box-shadow: 0 1px 0 0 #cdcdcd;
}
.game-content {
  position: relative;
  display: flex;
  max-width: 896px;
  margin: 0 auto;
  padding: 16px 0 12px;
  box-sizing: border-box;
}
.game-content--right {
  max-width: 100%;
  margin: 0 auto;
}
.game-footer {
  max-width: 896px;
  margin: 0 auto;
}
.game-title {
  font-variant-numeric: lining-nums proportional-nums;
  font: 400 32px/120% "Playfair", serif;
  color: #0d417f;
}
.game-logo {
  display: inline-block;
  vertical-align: middle;
  width: 244px;
  height: 36px;
  background: url(img/logo-full.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
  text-decoration: none;
}
.game-actions {
  display: flex;
  align-items: center;
}
.game-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  font: 400 14px/130% Roboto, sans-serif;
}
.game-nav--item {
  padding: 0 6px;
  line-height: 80px;
  color: #3d485d;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.game-nav--item:hover {
  color: #3d485d;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.game-nav .nav-item-meeting:before,
.game-nav .nav-item-people:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -2px 4px 0 0;
  background: center no-repeat;
}
.game-nav .nav-item-meeting:before {
  background-image: url(img/heart.svg);
}
.game-nav .nav-item-people:before {
  background-image: url(img/earth.png);
}
.game-registration {
  width: 168px;
  margin-left: 24px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.25);
}
.game-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  height: 40px;
  padding: 0 16px;
  box-sizing: border-box;
  font: 400 14px Roboto, sans-serif;
  background: linear-gradient(0deg, #6f0d7f 0%, #6f0d7f 100%), #89634e;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.game-btn:hover {
  color: #fff;
  background: #8c3d99;
  text-decoration: none;
}
.game-btn:active {
  color: #fff;
  background: #590a66;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(3px);
}
.game-view {
  width: 666px;
  margin-left: 24px;
}
.game-view li {
  margin-left: 20px;
  padding-left: 0;
  color: #0d417f;
  list-style: disc;
}
.game-name {
  font: 400 32px/38px "Playfair", serif;
}
.game-banner {
  margin-top: 17px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}
.game-banner img {
  max-width: 100%;
  border-radius: 3px;
}
.game-block {
  margin-top: 17px;
  padding: 17px 17px 17px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}
.game-block h1, .game-block h2, .game-block h3 {
  font: 600 14px Roboto, sans-serif;
}
.game-block p {
  margin: 6px 0;
  font: 400 14px/18px Roboto, sans-serif;
}
.game-block ul {
  margin: 9px 0 9px 7px;
}
.game-info {
  display: flex;
  margin-bottom: 10px;
}
.game-info--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 137px;
  min-width: 137px;
  margin-right: 16px;
  background: #fff center top no-repeat;
  background-size: contain;
  border: 1px solid #cdcdcd;
  border-radius: 16px;
}
.game-info--icon img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.game-info--wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.game-info--table {
  display: flex;
  flex-direction: row;
  margin: 6px 0 6px;
}
.game-info--column:nth-child(1) {
  padding-right: 14px;
}
.game-info--column:nth-child(2) {
  padding: 0 14px;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
.game-info--column:nth-child(3) {
  padding-left: 14px;
}
.game-info--name {
  font: 400 24px/28px "Playfair", serif;
}
.game-info--head {
  font: 400 14px Roboto, sans-serif;
}
.game-info--body {
  padding-top: 12px;
  font: 600 16px Roboto, sans-serif;
}
.game-info--btn {
  width: 213px;
  height: 41px;
  font: 400 16px Roboto, sans-serif;
}
.game-info--btn svg {
  margin-left: 6px;
}
.game-play svg {
  margin-left: 6px;
}
.game-social {
  position: relative;
  max-width: 666px;
  margin: 16px 0 0 auto;
  padding: 16px 16px 16px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}
.game-social--title {
  font: 400 24px/28px "Playfair", serif;
}
.game-social--summary {
  width: 87%;
}
.game-social--comment {
  display: flex;
  margin-top: 16px;
}
.game-social--name {
  font: 600 14px Roboto, sans-serif;
}
.game-social--block {
  width: 100%;
  font: 400 14px/18px Roboto, sans-serif;
}
.game-social img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 8px;
  border-radius: 4px;
}
.game-social p {
  margin: 6px 0 0;
}
.game-social .app-rating-bg {
  position: absolute !important;
  right: 15px !important;
  margin-top: 2px !important;
}

.game-page .app-rating-bg {
  position: relative;
  display: inline-flex;
  width: 60px;
  height: 12px;
  background: url(img/rating-bg.png) left top no-repeat;
}
.game-page .app-rating-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  background: url(img/rating-progress.png) left top no-repeat;
}
.game-page .app-rating-value {
  position: absolute;
  left: 100%;
  margin: -2px 0 0 12px;
  font: 600 16px Roboto, sans-serif;
}
.game-page .btn-signup {
  display: flex;
  width: 212px;
  height: 53px;
  margin-top: 16px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font: 400 18px Roboto, sans-serif;
  color: #fff;
  background: #6f0d7f;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.game-page .btn-signup:hover {
  background: #8c3d99;
}
.game-page .btn-signup:active {
  background: #590a66;
  transform: translateY(3px);
}
.game-page .btn-login {
  display: flex;
  width: 212px;
  height: 53px;
  margin-top: 12px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font: 400 18px Roboto, sans-serif;
  color: #0d417f;
  border-radius: 4px;
  border: 1px solid #0d417f;
  text-decoration: none;
  cursor: pointer;
}
.game-page .recover-link {
  display: block;
  margin: 10px auto 0;
  font: 400 14px/140% Roboto, sans-serif;
  text-align: center;
  color: #cdcdcd;
}

.landing--footer {
  padding: 40px 64px 0;
  font: 300 12px/180% Roboto, sans-serif;
}
.landing--nav {
  display: flex;
  align-items: end;
  padding-top: 18px;
}
.landing--links a {
  color: #0d417f;
  text-decoration: none;
}
.landing--social {
  margin: -40px 0 0 50px;
}
.landing--social-list {
  display: flex;
}
.landing--social-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.landing--social-item.social-vk {
  background: url(img/social-vk.svg) no-repeat;
}
.landing--social-item.social-ok {
  background: url(img/social-ok.svg) no-repeat;
}
.landing--social-item:last-child {
  margin-right: 0;
}
.landing--copyright {
  padding-right: 120px;
}
.landing--group {
  padding: 0 5px;
}
.landing--grid {
  margin: 0 auto;
}
.landing--grid.mt-4 {
  margin-top: 3rem;
}

@media only screen and (max-width: 896px) {
  .game-content {
    flex-direction: column;
  }
  .game-social {
    margin: 0 auto;
  }
  .game-content--left {
    position: static;
    order: 2;
    width: 666px;
    margin: 16px auto 0;
    padding: 0 0 0;
    box-sizing: border-box;
  }
  .game-play {
    display: none;
  }
  .game-page .btn-signup,
  .game-page .btn-login {
    width: 100% !important;
    height: 46px;
  }
  .game-nav--item.nav-item-meeting:before,
  .game-nav--item.nav-item-people:before {
    display: none;
  }
  .landing--footer {
    padding: 40px 16px 0;
  }
}
@media only screen and (max-width: 600px) {
  .game-logo {
    width: 121px;
    height: 20px;
    background-image: url(img/logo.svg);
  }
  .game-header {
    padding: 0 16px;
  }
  .game-content {
    padding-left: 0;
  }
  .game-title {
    font-size: 24px;
  }
  .game-btn {
    height: 32px;
    font-size: 14px;
  }
  .game-sidebar {
    font-size: 14px;
  }
  .game-page .btn-signup,
  .game-page .btn-login {
    font-size: 14px;
  }
  .game-name {
    font-size: 24px;
  }
  .game-registration {
    width: auto;
  }
  .game-info {
    flex-direction: column;
  }
  .game-info--icon {
    margin: 0 auto;
  }
  .game-info--table {
    min-height: 66px;
    margin-bottom: 12px;
  }
  .game-info--btn {
    width: 100%;
  }
  .landing--footer {
    font-size: 10px;
  }
  .game-page .app-rating-value {
    top: 16px;
    left: 0;
    margin: 0 0 0 0;
  }
  .game-social .app-rating-bg {
    position: relative !important;
    right: 0 !important;
    display: flex !important;
    margin-top: 4px !important;
  }
  .game-social--summary {
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  .game-view {
    width: auto;
  }
  .game-content--left {
    width: 100%;
  }
  .game-banner img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .game-header {
    padding: 0 32px;
  }
  .game-nav {
    display: none;
  }
}
@media only screen and (min-width: 896px) {
  .landing--grid {
    display: flex;
    justify-content: center;
    width: 896px;
  }
  .landing--grid.flex-start {
    justify-content: flex-start;
  }
  .landing--grid.flex-column {
    flex-direction: column;
    align-items: start;
  }
  .landing--grid.mt-4 {
    margin-top: 4rem;
  }
  .landing--links {
    width: auto;
  }
}
.fsSeoNav-nav {
  margin-top: 0px !important;
}

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