.map {
  background: url(../img/bg_map-registered.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .map {
    height: 600px;
  }
}

.map::before {
  content: none;
}

.map::after {
  content: none;
}

.map span {
  bottom: 0;
}

.login {
  margin-top: -60px;
}

@media only screen and (max-width: 1280px) {
  .login {
    padding-top: 40px;
  }
}

.login .statistics-data {
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1280px) {
  .login .statistics-data {
    justify-content: center;
  }
}

@media only screen and (max-width: 1280px) {
  .login .statistics-data {
    flex-direction: column;
    align-items: center;
  }
  .login .statistics-data__logo {
    order: -1;
  }
  .login .statistics-data .number,
  .login .statistics-data .title {
    text-align: center !important;
  }
}

.login .statistics-data__registered-user {
  padding-right: 0;
}

.login .statistics-data__logo {
  width: 220px;
  height: auto;
  box-shadow: 0px -4px 2px #00000030;
  border-radius: 50%;
  margin-top: -95px;
  background-color: #ffffff;
}

.login .statistics-data__logo img {
  width: 100%;
  height: auto;
}

.login .statistics-data__logo a {
  padding: 33px;
}

.login .statistics-data__registered-user, .login .statistics-data__best-store {
  min-width: 260px;
}

.login .statistics-data__registered-user .title, .login .statistics-data__best-store .title {
  text-align: right;
}
