.gh_blocks__header {
  position: relative;
  height: 110px;
  min-width: 250px;
  width: 1200px;
  max-width: 100vw;
  min-height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gh_blocks__header > .logo {
  align-self: flex-start;
  cursor: pointer;
  float: left;
  margin: 20px 20px;
  color: #404040;
  transition: all 0.3s;
  width: 300px;
  height: 73px;
  background: url("images/logo.png");
}
.gh_blocks__header > .logo:hover {
  opacity: 0.7;
}
.gh_blocks__header > .tagline {
  position: absolute;
  color: #FFFFFF;
  font-size: 15px;
  pointer-events: none;
}
.gh_blocks__header > .tagline div {
  text-align: center;
  text-transform: uppercase;
  vertical-align: bottom;
  line-height: 38px;
}
.gh_blocks__header > .tagline div,
.gh_blocks__header > .tagline span {
  font-family: "DaysRegular";
}
.gh_blocks__header > .tagline[view='full'] {
  width: 100%;
  font-size: 15px;
}
.gh_blocks__header > .tagline[view='full'] div {
  line-height: 28px;
  font-size: 20px;
}
.gh_blocks__header > .tagline[view='full'] div.a {
  line-height: 30px;
}
.gh_blocks__header > .tagline[view='full'] div.a .first_char {
  font-size: 28px;
  line-height: 25px;
}
.gh_blocks__header > .tagline[view='full'] div.b {
  line-height: 37px;
}
.gh_blocks__header > .tagline[view='full'] div.b .city {
  font-size: 28px;
  line-height: 29px;
}
.gh_blocks__header > .tagline[view='collapsed'] {
  font-size: 11px;
  left: 20px;
  top: 94px;
  width: 300px;
}
.gh_blocks__header > .tagline[view='collapsed'] div {
  font-size: 15px;
  line-height: 18px;
}
.gh_blocks__header > .controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.gh_blocks__header > .controls > .callback_button {
  cursor: pointer;
  display: flex;
  padding: 5px;
  margin: 0 0 5px 0;
  font-size: 15px;
  border-radius: 3px;
  align-items: center;
  transition: all 0.3s;
  color: #deffab;
}
.gh_blocks__header > .controls > .callback_button .icon {
  margin-right: 8px;
  font-size: 21px;
  transition: color 0.3s;
}
.gh_blocks__header > .controls > .callback_button .label {
  line-height: 18px;
}
.gh_blocks__header > .controls > .callback_button:hover {
  background-color: #2a582a;
  color: #deffab;
}
.gh_blocks__header > .controls > .phone {
  margin: 0 0 10px 0;
}
.gh_blocks__header > .controls > .phone > a {
  float: right;
  font-size: 32px;
  color: #FFFFFF;
  font-family: "RobotoRegular";
  text-decoration: none;
  transition: all 0.3s;
}
.gh_blocks__header > .controls > .phone > a p {
  line-height: 110px;
}
.gh_blocks__header > .controls > .phone > a:hover {
  color: #deffab;
  text-decoration: none;
}
.gh_blocks__header > .controls > .city {
  display: flex;
}
.gh_blocks__header > .controls > .city .label {
  margin-right: 5px;
  color: #ffffff;
}
.gh_blocks__header > .controls > .city .value {
  cursor: pointer;
  color: #e2ff00;
  border-bottom: 1px dashed transparent;
}
.gh_blocks__header > .controls > .city:hover .value {
  border-color: #e2ff00;
}
@media only screen and (max-width: 1220px) {
  .gh_blocks__header > .controls {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .gh_blocks__header > .tagline[view='full'] {
    display: block;
  }
  .gh_blocks__header > .tagline[view='collapsed'] {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .gh_blocks__header > .tagline {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .gh_blocks__header > .tagline[view='full'] {
    display: none;
  }
  .gh_blocks__header > .tagline[view='collapsed'] {
    display: flex;
  }
}
@media only screen and (max-width: 660px) {
  .gh_blocks__header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gh_blocks__header > .tagline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: static;
    margin-top: -13px;
  }
  .gh_blocks__header > .tagline[view='full'] {
    display: none;
  }
  .gh_blocks__header > .tagline[view='collapsed'] {
    display: flex;
  }
  .gh_blocks__header > .phone {
    position: static;
    margin-top: 6px;
    margin-bottom: 10px;
  }
  .gh_blocks__header > .phone a {
    float: none;
  }
  .gh_blocks__header > .books {
    top: 92px;
  }
}
@media only screen and (max-width: 1200px) {
  .gh_blocks__header {
    height: 135px;
  }
}
@media only screen and (max-width: 660px) {
  .gh_blocks__header {
    justify-content: flex-start;
    align-items: center;
    height: 245px;
  }
  .gh_blocks__header .logo {
    align-self: center;
    margin: 20px 0;
  }
  .gh_blocks__header .controls {
    align-items: center;
    margin-top: 10px;
  }
}
