/* Contacts */

#contacts #container-right {
  padding-top: 1vw;
}

#contacts #main_title {
  background: #2B2A28;
  color: #FEFEFE;
  padding: 0.7vw;
  font-size: 1.5vw;
  text-transform: uppercase;
  margin-bottom: 1vw;
}

#contacts #block {
  margin-bottom: 1.5vw;
  padding: 1.5vw 2vw;

  font-size: 1.3vw;
  line-height: 1.5vw;

  -webkit-box-shadow: 0 0 4vw -0.8vw rgba(89, 89, 89, 1);
  -moz-box-shadow: 0 0 4vw -0.8vw rgba(89, 89, 89, 1);
  box-shadow: 0 0 4vw -0.8vw rgba(89, 89, 89, 1);
}

#contacts #block #map {
  margin-bottom: 1.5rem;
  height: 420px;
}

#contacts #block .text {
  float: left;
  width: 40%;
  padding-right: 0.5vw;
  box-sizing: border-box;
}

#contacts #block .text a {
  color: inherit;
  text-decoration: none;
}

#contacts #block .text a:hover {
  text-decoration: underline;
}

#contacts #block .image {
  float: left;
  width: 60%;
}

#contacts #block .image img {
  width: 100%;
}

#contacts #block .main_title {
  font-size: 2vw;
  text-transform: uppercase;
  margin-bottom: 1vw;
}

#contacts #block .phones {
  margin-top: 2vw;
}

