﻿@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  background: #fff;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #FF5722;
}

.site {
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 2560px;
  margin: 0 auto;
  height: 100%;
}

.mainpage-header {
  color: #FF5722;
  margin: 3.96vw 0 8vw;
}
.mainpage-header .mainpage-menu {
  display: flex;
  justify-content: flex-end;
  padding: 0 3.89vw;
}
.mainpage-header .mainpage-menu .menu-logo {
  width: 2.22vw;
  height: 1.11vw;
  background: url("mobile_menu.png") center center no-repeat;
  background-size: 100% 100%;
}
.mainpage-header .logo-area {
  width: 100%;
  margin: 20vw auto 8.26vw;
  background: url("bulberry_logo.svg") center center no-repeat;
  background-size: calc(20%) auto;
  height: 5vw;
}
.mainpage-header h1 {
  width: 56.66%;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  margin: 0 auto;
}

.arrows {
  width: 100%;
  max-width: 2560px;
  height: calc(20vw);
  position: relative;
  z-index: 4;
  background-image: url("arrows.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: calc(50%) auto;
  margin: 0 auto calc(-16.45%);
}

.promo {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 10vw;
}
.promo header {
  width: 100%;
  background: url("mainarea_top.png") top center no-repeat;
  background-size: 100% auto;
  min-height: 12vw;
  padding-bottom: calc(20.89%);
}
.promo header h3 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: calc(17.36%) 0 0;
  font-size: 1.9vw;
}
.promo .top {
  width: 100%;
  height: calc(6.94%);
  background: #FF5722;
  position: relative;
  z-index: 1;
}
.promo .carousel {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #FF5722;
  padding: calc(4.3%) 0 0;
  margin-top: calc(-20.89%);
  margin-bottom: 11vw;
}
.promo .carousel .inner {
  width: 67.5vw;
  margin: 0 auto;
  display: flex;
  align-content: space-between;
}
.promo .carousel .inner .menu {
  width: 20.3vw;
}
.promo .carousel .inner .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.promo .carousel .inner .menu ul li {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6vw;
  line-height: 1.8vw;
  opacity: 0.5;
  cursor: pointer;
  padding: 0.7vw 0;
}
.promo .carousel .inner .menu ul li.active {
  font-size: 2.8vw;
  opacity: 1;
}
.promo .carousel .inner .text {
  width: 46.6vw;
  position: relative;
  padding: 0 5.1vw 0 0;
}
.promo .carousel .inner .text .layer {
  font-size: 1.5vw;
  line-height: 2.2vw;
  display: none;
}
.promo .carousel .inner .text .layer.active {
  display: block;
}
.promo .carousel .inner .dots {
  display: flex;
  flex-direction: column;
  justify-content: top;
}
.promo .carousel .inner .dots ul {
  list-style: none;
  margin: 0;
  padding: 2vw 0 0;
}
.promo .carousel .inner .dots ul .dot {
  display: block;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 0.25vw;
  background: #fff;
  opacity: 0.5;
  margin: 1vw 0;
  cursor: pointer;
}
.promo .carousel .inner .dots ul .dot.active {
  height: 2vw;
  opacity: 1;
}
.promo .bottom {
  width: 100%;
  height: calc(50vw);
  background: url("mainarea_bottom.png") bottom center no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  margin-top: -10vw;
}

.wargard {
  position: relative;
  z-index: 5;
  height: 60vw;
  width: 100%;
  background: url("wargard_logo.png") center center no-repeat;
  background-size: calc(57%) auto;
  background-position: center 0;
  opacity: 0;
  margin: -62vw 0 -22vw;
}

.main {
  position: relative;
  z-index: 3;
  width: 100%;
  background: url("cards.png") 109% 0 no-repeat;
  background-size: 57vw auto;
  padding: 8vw 0 15vw 9.5vw;
  margin-bottom: -13vw;
}
.main .inner {
  width: 37.4vw;
}
.main .inner strong {
  font-weight: 800;
}
.main .text {
  color: #FF5722;
  font-size: 1.2vw;
  line-height: 2vw;
  margin-bottom: 3vw;
}
.main .text ul {
  list-style: none;
  line-height: 2vw;
  padding-left: 0;
}
.main .text ul li {
  vertical-align: middle;
  display: block;
  height: 2.5vw;
  line-height: 2.5vw;
  padding-left: 1.3vw;
}
.main .text ul li:before {
  height: 2.2vw;
  font-size: 2.5vw;
  line-height: 2.2vw;
  content: "·   ";
  vertical-align: top;
}
.main .apps {
  width: 34.4vw;
  display: flex;
  margin-left: -1vw;
}
.main .apps a {
  text-decoration: none;
  width: 15.2vw;
  align-items: flex-start;
  margin-right: 2vw;
  display: block;
}
.main .apps a img {
  width: 100%;
}

.team {
  position: relative;
  z-index: 7;
  width: 100%;
  color: #fff;
  margin-bottom: -9vw;
}
.team .warriors {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 47vw;
  background: url("warriors.png") bottom center no-repeat;
  background-size: auto 100%;
  margin-bottom: -31.7vw;
  opacity: 0;
}
.team .top {
  width: 100%;
  height: 10vw;
  background: url("wall.png") top center no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
}
.team .bg {
  width: 100%;
  background: #FF5722;
  height: 95%;
}
.team header {
  width: 100%;
  text-align: center;
  padding: 3vw 0 6.5vw;
}
.team header h3 {
  color: #fff;
  width: 15vw;
  margin: 0 auto;
  font-weight: normal;
  font-size: 2vw;
  line-height: 2.4vw;
  text-align: center;
}
.team article {
  width: 100%;
}
.team .top-team {
  width: 100%;
  position: relative;
  z-index: 4;
}
.team .top-team .inner {
  width: 74.8vw;
  display: flex;
  align-content: space-between;
  margin: 0 auto;
}
.team .top-team .inner .top-team-member {
  width: 17.1vw;
  text-align: center;
  margin: 4vw 0.8vw 1vw;
  vertical-align: top;
}
.team .top-team .inner .top-team-member:nth-child(1), .team .top-team .inner .top-team-member:nth-child(4) {
  margin-top: 0;
}
.team .top-team .inner .top-team-member .photo {
  width: 10vw;
  height: 10vw;
  border-radius: 5vw;
  background: #fff;
  overflow: hidden;
  margin: 0 auto 2vw;
}
.team .top-team .inner .top-team-member .photo .inner {
  width: 9.6vw;
  height: 9.6vw;
  border-radius: 4.8vw;
  margin: 0.2vw 0 0 0.2vw;
}
.team .top-team .inner .top-team-member .name {
  font-size: 1.52vw;
  line-height: 1.7vw;
  text-transform: uppercase;
  width: 70%;
  margin: 0 auto 1.2vw;
  text-align: center;
}
.team .top-team .inner .top-team-member .position {
  font-size: 1.05vw;
  line-height: 1.6vw;
  margin-bottom: 0.8vw;
  font-weight: 700;
}
.team .top-team .inner .top-team-member .text {
  font-size: 1.05vw;
  line-height: 1.6vw;
  margin-bottom: 1.2vw;
  font-weight: 400;
}
.team .bottom-team {
  width: 100%;
}
.team .bottom-team .inner {
  width: 72vw;
  margin: 0 auto;
  text-align: center;
}
.team .bottom-team .inner .bottom-team-member {
  display: inline-block;
  vertical-align: top;
  width: 9vw;
  text-align: center;
  margin: 3vw 2.4vw 2vw;
}
.team .bottom-team .inner .bottom-team-member:nth-child(1), .team .bottom-team .inner .bottom-team-member:nth-child(5n), .team .bottom-team .inner .bottom-team-member:nth-child(6) {
  margin-top: 0;
}
.team .bottom-team .inner .bottom-team-member:nth-child(2), .team .bottom-team .inner .bottom-team-member:nth-child(4), .team .bottom-team .inner .bottom-team-member:nth-child(7), .team .bottom-team .inner .bottom-team-member:nth-child(9) {
  margin-top: 2.4vw;
}
.team .bottom-team .inner .bottom-team-member .photo {
  width: 6.9vw;
  height: 6.9vw;
  border-radius: 3.45vw;
  background: #fff;
  overflow: hidden;
  margin: 0 auto 1.5vw;
}
.team .bottom-team .inner .bottom-team-member .photo .inner {
  width: 6.4vw;
  height: 6.4vw;
  border-radius: 3.2vw;
  margin: 0.2vw 0 0 0.2vw;
}
.team .bottom-team .inner .bottom-team-member .name {
  font-size: 1vw;
  line-height: 1.2vw;
  font-weight: 500;
  text-transform: uppercase;
  width: 70%;
  margin: 0 auto 1vw;
  text-align: center;
}
.team .bottom-team .inner .bottom-team-member .position {
  font-size: 0.9vw;
  line-height: 1.1vw;
  font-weight: 700;
}

.site-footer {
  width: 100%;
  background: #FF5722;
  color: #fff;
  padding-bottom: 4vw;
  position: relative;
  z-index: 9;
}
.site-footer a {
  display: block;
  color: #fff;
  font-size: 0.9vw;
  line-height: 1.2vw;
}
.site-footer .bottom-line {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 18vw;
  background: url("bottom_line.png") center 65% no-repeat;
  background-size: 100% auto;
  margin-bottom: 3vw;
}
.site-footer .bottom-line .bottom-line-logo {
  width: 100%;
  height: 18vw;
  background-image: url("bottom_line_logo.png");
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  opacity: 0;
  margin-top: 8vw;
}
.site-footer .bottom-line .bottom-line-logo.page {
  opacity: 1;
}
.site-footer .text-part {
  width: 55vw;
  margin: 0 auto;
  display: flex;
}
.site-footer .text-part .left {
  width: 30vw;
  margin-right: 2vw;
  padding-left: 5vw;
}
.site-footer .text-part .left .footer-logo-area {
  width: 25vw;
  height: 3vw;
  display: flex;
  align-content: space-between;
}
.site-footer .text-part .left .footer-logo-area .copy {
  width: 3vw;
  height: 3vw;
  background: url("copy.png") center center no-repeat;
  background-size: 100% auto;
  margin-right: 0.6vw;
}
.site-footer .text-part .left .footer-logo-area .logo {
  width: 20vw;
  padding-top: 0.2vw;
}
.site-footer .text-part .left .footer-logo-area .logo .footer-logo {
  background: url("footer_logo.svg") left center no-repeat;
  background-size: 100% auto;
  width: 8vw;
  height: 1.6vw;
}
.site-footer .text-part .left .footer-logo-area .logo .copyright {
  font-size: 0.9vw;
  line-height: 1.2vw;
}
.site-footer .text-part .left .row2 {
  display: flex;
  align-items: flex-end;
  padding: 1.4vw 0 0 1.1vw;
}
.site-footer .text-part .left .row2 a {
  padding-left: 2vw;
  font-size: 0.9vw;
  line-height: 1.2vw;
  font-weight: 700;
}
.site-footer .text-part .right {
  width: 25vw;
}
.site-footer .text-part .right p {
  font-weight: 700;
}
.site-footer .text-part .right a {
  font-weight: 400;
}
.site-footer .text-part .right p, .site-footer .text-part .right a {
  margin-top: 0;
  font-size: 1vw;
  line-height: 1.4vw;
}

.page-header {
  padding: 5vw 0;
  margin: 0 auto;
  width: 80%;
}
.page-header .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header .logo {
  width: 40%;
  height: 7vw;
  background: url("bulberry_logo_inner.svg") left center no-repeat;
  background-size: 100% auto;
}
.page-header .menu {
  text-align: right;
  width: 60%;
}
.page-header .menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.page-header .menu ul li {
  display: block;
  margin-left: 5vw;
  font-size: 1.4vw;
  line-height: 2.2vw;
}
.page-header .menu ul li a {
  font-weight: 700;
  color: #FF5722;
}
.page-header .mobile-menu {
  display: none;
}

.page-main {
  padding: 0 0 5vw;
  margin: 0 auto;
  width: 80%;
}

.page-article h1 {
  padding: 3vw 0;
  font-size: 3vw;
  margin: 0;
}
.page-article h3 {
  font-size: 2vw;
  padding: 2vw 0;
  margin: 0;
}
.page-article p {
  font-size: 1.4vw;
  line-height: 2.2vw;
  margin: 0;
  padding: 0 0 1vw;
}
.page-article ul li {
  font-size: 1.4vw;
  line-height: 2.2vw;
}

.page-promo {
  width: 100%;
}
.page-promo .wall {
  width: 100%;
  height: 10vw;
  background: url("wall.png") top center no-repeat;
  background-size: 100% auto;
}
.page-promo .apps {
  background: #FF5722;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12vw;
  padding-top: 1vw;
  padding-bottom: 3vw;
  margin-bottom: -12vw;
}
.page-promo .apps a {
  width: 15vw;
  height: 4.5vw;
  text-decoration: none;
  margin: 0 2%;
  display: block;
}
.page-promo .apps a img {
  width: 100%;
}

@media all and (max-width: 720px) {
  .container {
    padding: 0 12px;
  }

  .mainpage-header {
    margin: 10vw 0 8.26vw;
  }
  .mainpage-header .mainpage-menu {
    display: none;
  }
  .mainpage-header .logo-area {
    width: 100%;
    margin: 0 auto 10px;
    background-size: calc(60%) auto;
    height: 135px;
  }
  .mainpage-header h1 {
    width: 85%;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
  }

  .promo {
    margin-bottom: 5vw;
  }
  .promo header h3 {
    padding-top: 70px;
    font-size: 20px;
  }
  .promo .carousel {
    padding: calc(4.3%) 0 5vw;
    margin-top: calc(-13.89%);
    margin-bottom: 10vw;
  }
  .promo .carousel .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-content: space-between;
  }
  .promo .carousel .inner .menu {
    padding-right: 2%;
    width: 25%;
    padding-left: 3%;
  }
  .promo .carousel .inner .menu ul li {
    font-size: 13px;
    line-height: 20px;
    opacity: 0.5;
  }
  .promo .carousel .inner .menu ul li.active {
    font-size: 16px;
    line-height: 22px;
    opacity: 1;
  }
  .promo .carousel .inner .text {
    width: 72%;
  }
  .promo .carousel .inner .text .layer {
    font-size: 14px;
    line-height: 20px;
  }
  .promo .carousel .inner .text .layer.active {
    opacity: 1;
  }
  .promo .carousel .inner .dots {
    width: 3%;
  }
  .promo .carousel .inner .dots ul {
    margin-top: -4vw;
  }
  .promo .carousel .inner .dots ul .dot {
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 0.75vw;
    margin: 3vw 0;
  }
  .promo .carousel .inner .dots ul .dot.active {
    height: 6vw;
  }

  .wargard {
    background-size: 75vw auto;
    background-position: center top;
    margin-top: -67vw;
    margin-bottom: -18vw;
  }

  .main {
    margin-top: 10vw;
    width: 100%;
    background: url("cards.png") top center no-repeat;
    background-size: 100% auto;
    padding: 75vw 0 50vw;
  }
  .main .inner {
    width: 100%;
    margin: 0 auto;
  }
  .main .text {
    font-size: 16px;
    line-height: 24px;
    width: 90%;
    margin: 0 auto 24px;
  }
  .main .apps {
    width: 100%;
    display: flex;
  }
  .main .apps a {
    text-decoration: none;
    width: 48%;
    align-items: flex-start;
    margin: 0 1%;
    display: block;
  }
  .main .apps a img {
    max-width: 100%;
  }

  .team {
    margin-top: -40vw;
  }
  .team .warriors {
    display: none;
  }
  .team .top {
    width: 100%;
    height: 10vw;
  }
  .team header {
    padding: 20px 0 40px;
  }
  .team header h3 {
    width: 30%;
    font-size: 18px;
    line-height: 25px;
  }
  .team .top-team .inner {
    width: 100%;
    display: block;
    text-align: center;
  }
  .team .top-team .inner .top-team-member {
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0 0 30px;
    text-align: center;
    vertical-align: top;
  }
  .team .top-team .inner .top-team-member .photo {
    width: 130px;
    height: 130px;
    border-radius: 65px;
  }
  .team .top-team .inner .top-team-member .photo .inner {
    width: 124px;
    height: 124px;
    border-radius: 62px;
    margin: 3px 0 0 3px;
  }
  .team .top-team .inner .top-team-member .name {
    width: 90%;
    padding: 0 5%;
    font-size: 13px;
    line-height: 16px;
  }
  .team .top-team .inner .top-team-member .position {
    width: 90%;
    padding: 0 5%;
    font-size: 10px;
    line-height: 13px;
    margin: 0 auto;
  }
  .team .top-team .inner .top-team-member .text {
    width: 90%;
    padding: 0 5%;
    font-size: 10px;
    line-height: 13px;
    margin: 0 auto;
  }
  .team .bottom-team .inner {
    width: 90%;
  }
  .team .bottom-team .inner .bottom-team-member {
    display: inline-block;
    width: 45%;
    padding: 0 0 30px;
    margin: 0;
  }
  .team .bottom-team .inner .bottom-team-member .photo {
    width: 90px;
    height: 90px;
    border-radius: 45px;
  }
  .team .bottom-team .inner .bottom-team-member .photo .inner {
    width: 84px;
    height: 84px;
    border-radius: 42px;
    margin: 3px 0 0 3px;
  }
  .team .bottom-team .inner .bottom-team-member .name {
    width: 90%;
    padding: 0 5%;
    font-size: 13px;
    line-height: 16px;
  }
  .team .bottom-team .inner .bottom-team-member .position {
    width: 90%;
    padding: 0 5%;
    font-size: 10px;
    line-height: 13px;
    margin: 0 auto;
  }

  .site-footer {
    padding-bottom: 30px;
    margin-top: 5vw;
  }
  .site-footer .text-part {
    width: 90%;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .site-footer .text-part .left {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
  .site-footer .text-part .left .footer-logo-area {
    width: 100%;
    height: 65px;
    display: flex;
    align-content: space-between;
    text-align: center;
  }
  .site-footer .text-part .left .footer-logo-area .copy {
    display: none;
  }
  .site-footer .text-part .left .footer-logo-area .logo {
    width: 100%;
    text-align: center;
  }
  .site-footer .text-part .left .footer-logo-area .logo .footer-logo {
    width: 122px;
    height: 22px;
    display: inline-block;
  }
  .site-footer .text-part .left .footer-logo-area .logo .copyright {
    font-size: 14px;
    line-height: 19px;
  }
  .site-footer .text-part .left .row2 {
    display: block;
    text-align: center;
    width: 100%;
  }
  .site-footer .text-part .left .row2 a {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 19px;
  }
  .site-footer .text-part .right {
    width: 100%;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
  }
  .site-footer .text-part .right p {
    font-size: 14px;
    line-height: 19px;
  }
  .site-footer .text-part .right a {
    font-weight: 400;
    display: block;
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 19px;
  }
  .site-footer .bottom-line {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 35vw;
    background: url("bottom_line.png") center 65% no-repeat;
    background-size: 100% auto;
    margin-bottom: 20px;
    padding: 5vw 0;
  }
  .site-footer .bottom-line .bottom-line-logo {
    width: 100%;
    height: 40vw;
    background-size: auto 100%;
    background-position: 50% 50%;
    margin-top: -10vw;
  }

  .page-header {
    width: 90%;
  }
  .page-header .inner {
    vertical-align: middle;
    align-items: center;
  }
  .page-header .inner .menu {
    display: none;
  }
  .page-header .inner .mobile-menu {
    display: block;
    width: 32px;
    height: 16px;
    background: url("mobile_menu.png") center center no-repeat;
    background-size: 100% auto;
  }
  .page-header .inner .mobile-menu ul {
    display: none;
  }

  .page-main {
    width: 90%;
  }

  .page-promo .apps {
    display: block;
    text-align: center;
    height: auto;
  }
  .page-promo .apps a {
    display: inline-block;
    width: 50vw;
    margin: 4vw 0;
  }

  .page-article h1 {
    padding: 5vw 0;
    font-size: 5vw;
    margin: 0;
  }
  .page-article h3 {
    font-size: 4vw;
    padding: 4vw 0;
    margin: 0;
  }
  .page-article p {
    font-size: 2.8vw;
    line-height: 4.4vw;
    margin: 0;
    padding: 0 0 2vw;
  }
  .page-article ul li {
    font-size: 2.8vw;
    line-height: 4.4vw;
  }
}
@media all and (max-width: 414px) {
  .promo .carousel .inner .menu {
    padding-left: 0vw;
  }
}
@media all and (min-width: 2440px) {
  .mainpage-header h1 {
    width: 1380px;
  }

  .mainpage-header {
    margin: 96.6px 0 195.2px;
  }
  .mainpage-header .mainpage-menu {
    padding: 0 94.9px;
  }
  .mainpage-header .mainpage-menu .menu-logo {
    width: 54.16px;
    height: 27.08px;
    background-size: 100% 100%;
  }
  .mainpage-header .logo-area {
    margin: 488px auto 201.5px;
    background-size: calc(20%) auto;
    height: 5vw;
  }
  .mainpage-header h1 {
    width: 1381px;
    font-size: 43.92px;
    line-height: 120%;
  }

  .arrows {
    width: 2440px;
    height: 488px;
    margin: 0 auto -401.3px;
  }

  .promo {
    margin-bottom: 244px;
  }
  .promo header {
    min-height: 292.8px;
    padding-bottom: 509.7px;
  }
  .promo header h3 {
    padding: 423.6px 0 0;
    font-size: 46.36px;
  }
  .promo .top {
    height: 169.3px;
  }
  .promo .carousel {
    padding: 104.9px 0 0;
    margin-top: -509.7px;
    margin-bottom: 268.4px;
  }
  .promo .carousel .inner {
    width: 1649.4px;
  }
  .promo .carousel .inner .menu {
    width: 495.3px;
  }
  .promo .carousel .inner .menu ul li {
    font-size: 39.04px;
    line-height: 43.9px;
    padding: 17.08px 0;
  }
  .promo .carousel .inner .menu ul li.active {
    font-size: 68.3px;
  }
  .promo .carousel .inner .text {
    width: 1137px;
    padding: 0 124.4px 0 0;
  }
  .promo .carousel .inner .text .layer {
    font-size: 36.6px;
    line-height: 53.68px;
  }
  .promo .carousel .inner .dots ul {
    padding: 48.8px 0 0;
  }
  .promo .carousel .inner .dots ul .dot {
    width: 12.2px;
    height: 12.2px;
    border-radius: 6.1px;
    opacity: 12.2px;
    margin: 24.4px 0;
  }
  .promo .carousel .inner .dots ul .dot.active {
    height: 48.8px;
  }
  .promo .bottom {
    height: 1220px;
    margin-top: -244px;
    background-size: 100% 360%;
  }

  .wargard {
    height: 1464px;
    background-size: 1390.8px auto;
    margin: -1512.8px 0 -536.8px;
  }

  .main {
    width: 2440px;
    background: url("cards.png") 100% 0 no-repeat;
    background-size: 1390.8px auto;
    padding: 195.2px 0 366px 231.8px;
    margin: 0 auto -317.2px;
  }
  .main .inner {
    width: 912.6px;
  }
  .main .text {
    font-size: 29.28px;
    line-height: 48.8px;
    margin-bottom: 73.2px;
  }
  .main .text ul {
    line-height: 48.8px;
  }
  .main .text ul li {
    height: 61px;
    line-height: 61px;
    padding-left: 31.72px;
  }
  .main .text ul li:before {
    height: 53.68px;
    font-size: 61px;
    line-height: 53.68px;
  }
  .main .apps {
    width: 839.36px;
    margin-left: -24.4px;
  }
  .main .apps a {
    width: 370.9px;
    margin-right: 48.8px;
  }

  .team {
    margin-bottom: -219.6px;
  }
  .team .warriors {
    height: 1146.8px;
    margin-bottom: -773.48px;
  }
  .team .top {
    height: 244px;
    background: url("wall.png") top center no-repeat;
    background-size: 100% 300%;
  }
  .team .bg {
    width: 100%;
    height: 95%;
  }
  .team header {
    padding: 73.2px 0 158.6px;
  }
  .team header h3 {
    width: 366px;
    font-size: 48.8px;
    line-height: 58.56px;
  }
  .team .top-team .inner {
    width: 1825.12px;
  }
  .team .top-team .inner .top-team-member {
    width: 417.24px;
    margin: 97.6px 19.52px 24.4px;
  }
  .team .top-team .inner .top-team-member .photo {
    width: 244px;
    height: 244px;
    border-radius: 122px;
    margin: 0 auto 48.8px;
  }
  .team .top-team .inner .top-team-member .photo .inner {
    width: 234.24px;
    height: 234.24px;
    border-radius: 117.12px;
    margin: 4.88px 0 0 4.88px;
  }
  .team .top-team .inner .top-team-member .name {
    font-size: 37.08px;
    line-height: 41.48px;
    margin: 0 auto 29.28px;
  }
  .team .top-team .inner .top-team-member .position {
    font-size: 25.62px;
    line-height: 39.04px;
    margin-bottom: 19.52px;
  }
  .team .top-team .inner .top-team-member .text {
    font-size: 25.62px;
    line-height: 39.04px;
    margin-bottom: 29.28px;
  }
  .team .bottom-team .inner {
    width: 1756.8px;
  }
  .team .bottom-team .inner .bottom-team-member {
    width: 219.6px;
    margin: 73.2px 58.56px 48.8px;
  }
  .team .bottom-team .inner .bottom-team-member:nth-child(2), .team .bottom-team .inner .bottom-team-member:nth-child(4), .team .bottom-team .inner .bottom-team-member:nth-child(7), .team .bottom-team .inner .bottom-team-member:nth-child(9) {
    margin-top: 58.56px;
  }
  .team .bottom-team .inner .bottom-team-member .photo {
    width: 168.36px;
    height: 168.36px;
    border-radius: 84.18px;
    margin: 0 auto 36.6px;
  }
  .team .bottom-team .inner .bottom-team-member .photo .inner {
    width: 156.16px;
    height: 156.16px;
    border-radius: 78.08px;
    margin: 4.88px 0 0 4.88px;
  }
  .team .bottom-team .inner .bottom-team-member .name {
    font-size: 24.4px;
    line-height: 29.28px;
    margin: 0 auto 24.4px;
  }
  .team .bottom-team .inner .bottom-team-member .position {
    font-size: 21.96px;
    line-height: 26.84px;
  }

  .site-footer {
    padding-bottom: 97.6px;
  }
  .site-footer a {
    font-size: 21.96px;
    line-height: 29.28px;
  }
  .site-footer .bottom-line {
    height: 439.2px;
    margin-bottom: 73.2px;
  }
  .site-footer .bottom-line .bottom-line-logo {
    width: 100%;
    height: 439.2px;
    background-position: 50% 50%;
    background-size: auto 100%;
    margin-top: 195.2px;
  }
  .site-footer .text-part {
    width: 1342px;
  }
  .site-footer .text-part .left {
    width: 732px;
    margin-right: 48.8px;
    padding-left: 122px;
  }
  .site-footer .text-part .left .footer-logo-area {
    width: 610px;
    height: 73.2px;
  }
  .site-footer .text-part .left .footer-logo-area .copy {
    width: 73.2px;
    height: 73.2px;
    margin-right: 14.64px;
  }
  .site-footer .text-part .left .footer-logo-area .logo {
    width: 488px;
    padding-top: 4.88px;
  }
  .site-footer .text-part .left .footer-logo-area .logo .footer-logo {
    width: 195.2px;
    height: 39.04px;
  }
  .site-footer .text-part .left .footer-logo-area .logo .copyright {
    font-size: 21.96px;
    line-height: 29.28px;
  }
  .site-footer .text-part .left .row2 {
    padding: 34.16px 0 0 26.84px;
  }
  .site-footer .text-part .left .row2 a {
    padding-left: 48.8px;
    font-size: 21.96px;
    line-height: 29.28px;
  }
  .site-footer .text-part .right {
    width: 610px;
  }
  .site-footer .text-part .right p, .site-footer .text-part .right a {
    font-size: 24.4px;
    line-height: 34.16px;
  }

  .page-header {
    padding: 122px 0;
    width: 1952px;
  }
  .page-header .logo {
    width: 40%;
    height: 170.8px;
  }
  .page-header .menu {
    width: 60%;
  }
  .page-header .menu ul li {
    margin-left: 122px;
    font-size: 34.16px;
    line-height: 53.68px;
  }

  .page-main {
    padding: 0 0 122px;
    width: 1952px;
  }

  .page-article h1 {
    padding: 73.2px 0;
    font-size: 73.2px;
  }
  .page-article h3 {
    font-size: 48.4px;
    padding: 48.4px 0;
  }
  .page-article p {
    font-size: 34.16px;
    line-height: 53.68px;
    padding: 0 0 24.4px;
  }
  .page-article ul li {
    font-size: 34.16px;
    line-height: 53.68px;
  }

  .page-promo .wall {
    height: 244px;
    background: url("wall.png") top center no-repeat;
    background-size: 100% 300%;
  }
  .page-promo .apps {
    height: 292.8px;
    padding-top: 24.4px;
    padding-bottom: 73.2px;
    margin-bottom: -292.8px;
  }
  .page-promo .apps a {
    width: 366.6px;
    height: 97.6px;
    margin: 0 2%;
  }
}

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