.contacts-form .ui-form__input[type="email"],
.contacts-form .ui-form__input[type="tel"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 20px);
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
}


.ticker__title {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}