/* GLOBAL */
body {
  height: 100%;
  background: url("../img/bg.png");
  background-size: contain;
  color: transparent;
  overflow: auto;
}

a {
  color: #b4b4b4;
  text-decoration: none;
}

a:link, a:hover, a:visited {
  color: #b4b4b4;
}

/* TEMPLATE */
header {
  display: none;
  border-bottom: 14px solid #272727;
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 0px 45px 116px -4px rgba(4, 4, 4, 1);
  -moz-box-shadow: 0px 45px 116px -4px rgba(4, 4, 4, 1);
  box-shadow: 0px 45px 116px -4px rgba(4, 4, 4, 1);
}

.login {
  height: 80px;
  text-align: right;
}

.login div {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}

.login div:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/icon_login.png") no-repeat;
  position: absolute;
  left: -23px;
  top: 32px;
}

section.main {
  text-align: center;
  padding: 50px 0;
}

.shops {
  height: 790px;
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.asixs {
  position: relative;
  z-index: 3;
  padding-top: 52px;
}

.logo {
  z-index: 2;
}

.logo,
.logos img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.logos {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.logo1 {
  left: 230px;
  top: 182px;
}

.logo2 {
  left: 1065px;
  top: 57px;
}

.logo3 {
  left: 1277px;
  top: 436px;
}

.logo4 {
  left: 264px;
  top: 622px;
}

.footer {
  background: #000;
  border-top: 14px solid #272727;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 20;
  -webkit-box-shadow: 0px -25px 58px -4px rgba(4, 4, 4, 1);
  -moz-box-shadow: 0px -25px 58px -4px rgba(4, 4, 4, 1);
  box-shadow: 0px -25px 58px -4px rgba(4, 4, 4, 1);
}
.footer-info {
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

/* MEDIAQUERIES */
@media (max-width: 1400px) {
  .shops {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .asixs {
    width: 100%;
    padding-top: 0;
  }
  .logo {
    width: 50%;
  }
  .logos img {
    width: 100%;
    position: relative;
  }
  .logo1 {
    width: 13%;
    left: 13%;
    top: 24%;
  }
  .logo2 {
    width: 13%;
    left: 69%;
    top: 7%;
  }
  .logo3 {
    width: 13%;
    left: 75%;
    top: 57%;
  }
  .logo4 {
    width: 20%;
    left: 6%;
    top: 82%;
  }

}
@media (max-width: 767px) and (orientation: portrait) {
  .footer {
    border-width: 4px;
  }
}
@media (max-width: 640px) and (orientation: portrait) {
  .footer-info {
    font-size: 12px;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .footer-info {
    font-size: 10px;
  }
}
