.popup-header {
    &__header {
      height: 90px;
      line-height: 90px;
      display: flex;
      justify-content: space-between;
    }
    &__action {
      text-align: center;
      padding: 0 60px;
      font-weight: bold;
      font-size: 36px;
      /*px*/
    }
    &__cancel {
      @extend .fdc-choose__action;
      color: #666666;
    }
    &__confirm {
      @extend .fdc-choose__action;
      color: #1B6BD2;
    }
  }