.baseline-footer {
    float: right;
}

.baseline-footer .block-baseline {
    padding-left: 0;
    padding-right: 120px;
    font-size: 1.3em;
    font-weight: normal;
    text-align: right;
}
.block-baseline {
    position: relative;
}

.baseline-footer .block-baseline:before {
    left: auto;
    right: 0;
    width: 104px;
    height: 29px;
    border: 2px solid #fff;
    background-position: -120px top;
}
.block-baseline:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 21px;
    background: url(../../images/sprite.png) -210px -30px no-repeat;
}

.form-content {
  position: relative;
  margin-bottom: 3em;
  font-size: 1.3em;
}
