header {

  box-sizing: border-box;
  min-height: 100vh;
  color: white;
}

.LADA header {
  background: url(../img/16.jpg) no-repeat center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.RENAULT header {
  background: url(../img/17.jpg) no-repeat center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header > .shadow {
  padding: 50px 0;
  
  width: 100%;
  height: 100%;
  min-height: 100vh;

  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

header * {
  margin: auto;
}

header .date-time {
  text-align: center;
  margin-bottom: 20px;
}

header .date-time > div {
  display: inline;
}

header .date-time + .underline {
  margin-top: 0;
  margin-bottom: 0;
}
header .title + .underline {
  margin-bottom: 15px;
}

header .title {
  margin-top: 40px;
}

header .title > .name {
  width: 80%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.15em;
}

header .title > .name > div {
  display: inline;
  margin: 0;
}

header .title > h1 {
  width: 80%;
  font-weight: 400;
  font-size: 1.7em;
}

header .title > * {
  text-align: center;
}

header .address {
  margin: 0 auto 20px auto;
  margin-bottom: 40px;
  width: 80%;
  text-align: center;
}

header .drop-down {
  margin: 30px auto 0;
  bottom: 30px;
  width: 10px;
  height: 10px;
}

header .drop-down .arrow {
  border-width: 2px;
}



/* errro */
