.alb-form__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0px;
  color: rgba(26, 26, 26, 1);
}

.alb-form__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  color: #63677c;
}

.alb-form__text-row {
  margin: 5px 0 0 0;
}

.alb-form__phone-box {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.alb-form__phone-box--show {
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 1365px) {
  .alb-form__title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 27px;
  }
}
