.form-group {
  display: flex;
  font-size: 19px;
  &_border,
  &:last-of-type {
    border-bottom: 1px solid $light-gray-color;
  }
  &-wrapper {
    position: relative;
  }
  &__label {
    flex: 0 0 35%;
    line-height: 23px;
    font-family: $font-futurademi;
    .button {
      white-space: nowrap;
    }
  }
  &__data {
    flex: 1 0 0;
    position: relative;
    &_flex {
      display: flex;
    }
  }
  &__button {
    font-size: 12px !important;
  }
  &__text {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
  }
  &__link {
    font-family: $font-futurademi;
    text-transform: uppercase;
    font-size: 14px;
    &_remove {
      .table__icon {
        vertical-align: bottom;
      }
    }
  }
  &__calendar {
    position: absolute;
    display: block;
    background-image: inline-image('form/group/calendar.svg');
    width: 22px;
    height: 22px;
    pointer-events: none;
  }
  &__info {
    margin-left: 20px;
  }
}
