body {
  background: #222;
  color: #fff;
  font-family: sans-serif;
}

.body__text {
  background: url(../images/bg.png) no-repeat center center/cover;
  height: 100vh;
  background-attachment: fixed;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.content {
  opacity: 1;
}

.logo {
  text-align: center;
  margin: 30px 0;
}

.lobo {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lobo__contents {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  display: block;
  background: #000 url(../images/bg.png) no-repeat center center/cover;
}

.lobo__bone {
  position: absolute;
  top: 0;
  left: 0;
}

.lobo__face {
  position: absolute;
  top: 0;
  left: 0;
}

.lobo__body {
  position: absolute;
  top: 0;
  left: 0;
}

.lobo__arm {
  position: absolute;
  top: 0;
  left: 0;
}

.lobo__leg {
  position: absolute;
  top: 0;
  left: 0;
}

.lobo__right {
  position: absolute;
  top: 0;
  left: 0;
}

.lobo__left {
  position: absolute;
  top: 0;
  left: 0;
}

.lobo__back {
  top: 0;
  left: 0;
}

.lobo__stetas {
  margin-left: 30px;
  width: 60%;
}

.lobo__item {
  list-style: none;
  background-color: #888;
  margin-bottom: 20px;
  padding: 5px 5px 5px 35px;
  background-repeat: no-repeat;
  background-position: center left 7px;
  background-size: 20px;
  border-radius: 0 100px 100px 0px;
}

.lobo__item--back {
  background-image: url(../images/ico_back.png);
}

.lobo__item--body {
  background-image: url(../images/ico_body.png);
}

.lobo__item--face {
  background-image: url(../images/ico_face.png);
}

.lobo__item--arm {
  background-image: url(../images/ico_arm.png);
}

.lobo__item--leg {
  background-image: url(../images/ico_leg.png);
}

.lobo__item--right {
  background-image: url(../images/ico_right.png);
}

.lobo__item--left {
  background-image: url(../images/ico_left.png);
}

.lobo__inner {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
}

.area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}

.area__name {
  background-color: #fff;
  padding: 5px;
  opacity: 1;
}

.area__btn {
  padding: 15px;
  font-weight: bold;
  background: #9c0e2d;
  border-radius: 30px;
  margin-left: 15px;
}

.area__btn--back {
  text-decoration: none;
  display: block;
  width: 100px;
  text-align: center;
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
}

.area__btn:hover {
  background: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.ken {
  background: #777;
  border-radius: 30px;
  padding: 30px;
  padding-left: 35px;
  list-style: none;
  width: 70%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.ken__list {
  cursor: pointer;
  margin: 5px 5px;
  width: 90px;
  padding: 5px 10px;
  border-radius: 5px;
}

.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 100px;
}

.error__btn {
  color: #fff;
  padding: 15px;
  font-weight: bold;
  background: #9c0e2d;
  border-radius: 30px;
  margin-left: 15px;
  text-decoration: none;
  display: block;
  width: 150px;
  text-align: center;
}

.error__btn:hover {
  background: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

dl {
  width: 60%;
}

.pow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pow__value {
  background-color: #00ff44;
  margin-bottom: 20px;
  height: 20px;
  border-radius: 0px 10px 10px 0px;
  color: none;
}

.pow__img {
  width: 30%;
}

.pow__meter {
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 640px) {
  .lobo {
    width: 85%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lobo__stetas {
    margin-left: 0;
    width: 100%;
    margin-top: 40px;
  }
  .pow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pow__img {
    width: 100%;
    margin-top: 50px;
  }
  dl {
    width: 100%;
  }
}

.hidden {
  height: 0;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */