@media (min-width: 1616px) {
  .hero-title-block h1 {
    font-size: 3.1rem;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    transform-origin: left center;
    letter-spacing: 0.12rem;
    line-height: 1;
    margin: 0;
  }

  #header-icon {
    top: -8px;
  }

  .geo-icon-small {
    margin-right: 10px;
  }
}

@media (min-width: 630px) {
  .hero-title-block h1 {
    font-size: 2.4rem;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    transform-origin: left center;
    letter-spacing: 0.06rem;
    margin: 0;
  }

  .title-text {
    font-size: 2.4rem;
    letter-spacing: 0.06rem;
    font-weight: 600;
  }

  #header-icon {
    top: -8px;
  }

  .title-text {
    line-height: 1 !important;
  }
}

.hero-title-block {
  flex: 1;
  max-width: 790px;
  position: relative;
}

@media (max-width: 630px) {
  #header-icon {
    position: relative;
    top: 0;
    left: -1px;
  }
}

@media (max-width: 1028px) {
  .geo-icon-small {
    top: -1px !important;
  }
}

@media (max-width: 630px) {
  .geo-icon-small {
    top: 2px !important;
  }
}

@media (min-width: 1616px) {
  .hero-title-block h1 {
    font-size: 3rem;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    transform-origin: left center;
    letter-spacing: 0.12rem;
    margin: 0;
  }

  .title-text {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.12rem;
  }
}

@media (max-width: 1616px) {
  .title-text:not(.one) {
    position: relative;
    top: -4px;
  }
}

@media (min-width: 1616px) {
  #header-icon.icon-small.yandex {
    position: relative;
    top: -1px !important;
  }
}

@media (max-width: 1616px) {
  #header-icon.icon-small.yandex {
    position: relative;
    width: 32px;
    top: -4.4px !important;
  }
}
