body,html {
  background: #e30613;
  color: #fff;
  height: 100%;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background: url('./assets/img/bck.png') no-repeat 50% 50%;
  background-size: cover;
  margin: 0;
}
h1, h1, h3, h4, h5, h6 {
  font-weight: 400;
  text-transform: uppercase;
}
.bck {
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0%;
  bottom: 0;
  opacity: 0.075;
  z-index: 1;
}

h1 {
  margin: 10vh auto 5vh;
  text-align: center;
}
a,
a:visited {
  color: #fff;
  text-decoration: none;
}
img {
  max-width: 100%;
}

section {
  padding: 30px 16px 0;
  z-index: 10;
}

.pre-contacts {
  border-top: 1px solid rgba(255,255,255,0.3);
  height: 2px;
  max-width: 260px;
  margin: 12px auto;
}
.contacts {
  max-width: 240px;
  margin: 12px auto;
}

.contacts .svg {
  max-width: 24px;
  margin-right: 8px;
}

.contacts .item > div{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 0;
  height: 24px;
}
.address {
  border-top: 1px solid rgba(255,255,255,0.3);
  text-align: center;
  color: rgba(255,255,255,0.9);
  width: 100%;
  margin-top: 12px;
}

.links {
  max-width: 300px;
  margin: 36px auto;
  text-align: center
}
.links a {
  padding: 12px 16px;
  background: #770007;
  border-radius: 2px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.6);
  transition-duration: 0.3s;
}
.links a:hover {
  background: #98060f;
  box-shadow: 0 3px 16px rgba(0,0,0,0.6);
}