footer {
  position: relative;
  color: white;
  padding: 193px 120px 41px 40px;
  height: 407px;
  background: #96856F;
}
footer .callback {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  transform: translate(-50%, -250px);
}
footer .block + .block {
  margin-left: 70px;
}
footer .block .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-transform: capitalize;
  color: #FFFFFF;
}
footer .block .value {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.6;
}
footer .phone {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}
footer .line {
  margin-top: 45px;
  width: 100%;
  height: 1px;
  background: white;
}
footer .social {
  margin-top: 37px;
}
footer .social img + img {
  margin-left: 24px;
}

/*# sourceMappingURL=footer.css.map */
