body {
  width: 100%;
  margin: 0 auto;

  text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  letter-spacing: 0px;
}

.header {
  height: 160px;
}
.header .wrapper {
  justify-content: center;
  height: 160px;
  padding-top: 10px;
}
.header .logo-link {
  margin: 0 116px 0 0;
}
.header__nav {
  width: 600px;
  margin: 20px auto;
}
.footer {
  height: 100%;
}
.tech {
  display: block !important;
}
.tech__image-link {
  display: block;
  margin: 0 auto;
}
.tech__image {
  display: block;
  margin: 0 auto 20px;
}
.form-block__btnn {
  display: block;
}
