.cta {
  height: 408px;
  padding-top: 57px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    var(--cta-image) center 18% / cover no-repeat,
    #000;
  color: #fff;
  text-align: center;
}

.cta__title {
  font: 400 45px/62px var(--font-head);
}

.cta__phone {
  width: 421px;
  margin: 44px auto 0;
  padding-top: 10px;
  white-space: pre-wrap;
  border-top: 1px dashed rgba(255, 255, 255, 0.7);
  font: 400 31px/43.4px var(--font-head);
}

.cta__phone a {
  text-decoration: none;
}

.cta__more {
  margin-top: 5px;
  font-size: 25px;
  line-height: 43.4px;
}

.cta__more a {
  color: #83a8f0;
}

@media (max-width: 979px) {
  .cta {
    height: auto;
    padding: 37px 15px;
  }

  .cta__title {
    font-size: 25px;
    line-height: 32.5px;
  }

  .cta__phone {
    width: min(285px, 100%);
    margin-top: 25px;
    padding-top: 21px;
    font-size: 21px;
    line-height: 29.4px;
  }

  .cta__more {
    margin-top: 4px;
    font-size: 19px;
    line-height: 29.4px;
  }
}

/* Страницы услуг: блок ниже и плотнее (только десктоп) */
@media (min-width: 980px) {
  .cta--service {
    height: var(--h, 390px);
    padding-top: 63px;
  }

  .cta--service .cta__phone {
    margin-top: 32px;
  }
}
