.wrapper {
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  max-width: 980px;
  padding: 0 20px;
  position: relative;
}
.headline {
  background: #282828;
  color: #fff;
  font-size: 14px;
  height: 50px;
}
.headline a {
  color: #fff;
  text-decoration: none;
}
.headline a:hover {
  color: #bbb;
  text-decoration: none;
}
.headline-menu {
  float: left;
  height: 100%;
}
.headline-menu div {
  float: left;
  height: 100%;
  margin: 0 25px 0 0;
}
.headline-menu div:last-child {
  margin-right: 0;
}
.headline-menu div a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 17px 0 0;
}
.headline-burger {
  cursor: pointer;
  display: none;
  height: 24px;
  left: 15px;
  position: absolute;
  top: 13px;
  width: 24px;
  -webkit-tap-highlight-color: transparent;
}
.headline-burger span {
  display: block;
  height: 100%;
  width: 100%;
}
.headline-search {
  display: none;
  float: right;
  height: 100%;
  margin: 0 40px 0 0;
}
.headline-search span {
  display: block;
  height: 17px;
  margin: 16px 0 0;
  width: 17px;
}
.headline-phone {
  box-sizing: border-box;
  float: right;
  font-weight: bold;
  height: 100%;
  margin: 0;
  padding: 16px 0 0;
}
.headline-phone a {
  color: #fff !important;
  cursor: default;
  font-size: 16px;
  margin-left: 40px;
}
.headline-phone .callback {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin: -4px 0 0 10px;
  vertical-align: top;
  width: 24px;
}
.headline-phone .callback-form {
  background: #e5e5e5;
  color: #000;
  display: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  padding: 30px 35px 35px;
  position: absolute;
  right: 20px;
  top: 100%;
  width: 260px;
  z-index: 1000;
}
.headline-phone .callback-form input[type="tel"] {
  background: #fff;
  border: 2px solid #0067b3;
  box-sizing: border-box;
  margin: 15px 0;
  padding: 10px;
  width: 100%;
}
.headline-phone .callback-form input[type="submit"] {
  background: #0067b3;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 12px 20px 13px;
  text-decoration: none;
  vertical-align: top;
  width: 100%;
}
.headline-phone .callback-form input[type="submit"].m-loading {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.headline-phone a.mobile {
  display: none;
}
.headline-phone a.email {
  font-size: 14px;
  font-weight: normal;
}
.headline-phone a.email:hover {
  color: #bbb !important;
  cursor: pointer;
}